* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.audioExtractor {
    width: 100%;
    height: 100%;
}

.audioExtractor .Landing {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.audioExtractor .Landing #CancelProcess {
    width: 200px;
    height: 50px;
    background: white;
    color: #353535;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    position: absolute;
    top: 10%;
    font-size: 20px;
    cursor: pointer;
    transition: 0.2s;
    display: none;
}

.audioExtractor .Landing #CancelProcess:hover {
    background: none;
    border: 1px solid white;
    color: white;
}

.audioExtractor .Landing #OverlayCancel {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.425);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    display: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.audioExtractor .Landing #OverlayCancel h4 {
    font-size: 18px;
    color: white;
}

.audioExtractor .Landing #OverlayCancel .ButtonsWrap {
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2%;
}

.audioExtractor .Landing #OverlayCancel .ButtonsWrap .decisionButton {
    width: 200px;
    height: 50px;
    background: white;
    color: #353535;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    font-size: 20px;
    cursor: pointer;
    transition: 0.2s;
}

.audioExtractor .Landing #OverlayCancel .ButtonsWrap .decisionButton:hover {
    background: none;
    border: 1px solid white;
    color: white;
}

.audioExtractor .Landing .ProgressBar {
    width: 0%;
    border-bottom: 8px solid white;
    position: absolute;
    top: 0;
    align-self: flex-start;
}

.audioExtractor .Landing .Landingtext {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 18px;
    color: white;
    position: absolute;
    bottom: 20%;
}

.audioExtractor .Landing .Landingtext span {
    font-size: 26px;
}

.audioExtractor .Landing .Button {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.audioExtractor .Landing .Button svg {
    width: 70px;
    height: 70px;
}

.audioExtractor .Landing .Button .InputButton {
    margin-top: 2%;
    width: 200px;
    height: 50px;
    background: white;
    color: #353535;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    font-size: 20px;
    cursor: pointer;
    transition: 0.2s;
}

.audioExtractor .Landing .Button .InputButton:hover {
    background: none;
    border: 1px solid white;
    color: white;
}

.audioExtractor .Landing .Spinner {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 6%;
    background: url("./media/icons/spinner.gif");
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

.audioExtractor .Landing .LoadingText {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: none;
}

.audioExtractor .Landing .DownloadBox {
    width: 500px;
    height: 200px;
    display: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
    display: none;
}

.audioExtractor .Landing .DownloadBox .DownloadIcon {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}

.audioExtractor .Landing .DownloadBox .DownloadLink {
    width: 140px;
    height: 50px;
    background: white;
    color: #353535;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
    text-decoration: none;
}

.audioExtractor .Landing .DownloadBox .DownloadLink:hover {
    background: none;
    border: 1px solid white;
    color: white;
}

.audioExtractor .Workspace {
    width: 100%;
    height: 100vh;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    justify-content: space-around;
    display: none;
}

.audioExtractor .Workspace .ButtonPointerWrap {
    width: 300px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
}

.audioExtractor .Workspace .ButtonPointerWrap .pointerDown {
    width: 300px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    position: relative;
}

.audioExtractor .Workspace .ButtonPointerWrap .pointerDown h4 {
    font-size: 16px;
    color: #353535;
}

.audioExtractor .Workspace .ButtonPointerWrap .pointerDown svg {
    position: absolute;
    width: 50px;
    top: 60%;
    animation: animatehand 1s infinite ease-in alternate;
}

@keyframes animatehand {
    0% {
        top: 60%;
    }

    100% {
        top: 65%;
    }
}

.audioExtractor .Workspace .ButtonPointerWrap .ExtractBtn {
    width: 200px;
    height: 70px;
    outline: none;
    background: #a55eea;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 24px;
}

.audioExtractor .Workspace .ButtonPointerWrap .ExtractBtn:hover {
    background: white;
    border: 1px solid #a55eea;
    color: #a55eea;
}

.audioExtractor .Workspace .Settings {
    width: 80%;
    height: 80%;
    box-shadow: 0 0 5px rgba(58, 58, 58, 0.267);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    position: relative;
    justify-content: space-around;
    gap: 2%;
}

.audioExtractor .Workspace .Settings h3 {
    font-size: 22px;
    color: #4e4e4e;
}

.audioExtractor .Workspace .Settings .VideoFile {
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.audioExtractor .Workspace .Settings .VideoFile svg {
    width: 100px;
}

.audioExtractor .Workspace .Settings .VideoFile h4 {
    font-size: 16px;
    color: #1a2cce;
}

.audioExtractor .Workspace .Settings .SettingsWrap {
    width: 100%;
    height: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
}

.audioExtractor .Workspace .Settings .SettingsWrap .Setting {
    width: 95%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
}

.audioExtractor .Workspace .Settings .SettingsWrap .Setting .Label {
    width: 120px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    background: #f56666;
    color: white;
    border-radius: 10px;
}

.audioExtractor .Workspace .Settings .SettingsWrap .Setting .values {
    margin-left: 5%;
    width: 80%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1%;
    justify-content: flex-start;
}

.audioExtractor .Workspace .Settings .SettingsWrap .Setting .values .value {
    width: 70px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    background: rgb(72, 72, 236);
    color: white;
}

.audioExtractor .Workspace .Settings .SettingsWrap .Setting .values .value:nth-child(1) {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.audioExtractor .Workspace .Settings .SettingsWrap .Setting .values .value:nth-last-child(1) {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.audioExtractor .Workspace .Settings .SettingsWrap .Setting .values .value:hover {
    background: white;
    color: rgb(72, 72, 236);
    border: 1px solid rgb(72, 72, 236);
    cursor: pointer;
}

.audioExtractor .Workspace .Settings .SettingsWrap .Setting .values .ActiveValue {
    background: white;
    color: rgb(72, 72, 236);
    border: 1px solid rgb(72, 72, 236);
    cursor: pointer;
}

.boxes {
    background: #fff;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 15px 24px;
    height: 54px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    justify-content: center;
    font-size: 17px;
    font-weight: 800;
}

.boxes svg,
#dropbox svg,
#filepicker svg {
    height: 24px !important;
    width: 24px !important;
}

.file-pick-dropdown {
    display: inline-flex;
    background: #fff;
    height: 54px;
    border-left: 1px solid rgba(134, 124, 124, 0.15);
    padding: 13px 20px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    align-items: center;
    position: relative;
}

.file-pick-dropdown i {
    margin: 0;
}

.file-picker-dropdown {
    width: 227px;
    position: absolute;
    background: #fff;
    top: 111%;
    right: 0px;
    display: none;
    border-radius: 4px;
}

.arrow-sign {
    font-size: 18px;
}

.file-picker-dropdown svg {
    height: 24px;
    width: 24px;
}

.file-picker-dropdown button,
.file-picker-dropdown a {
    border: none;
    width: 100%;
    border-radius: 4px;
    text-align: left;
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 24px;
    list-style: none;
    height: 54px;
}

.file-picker-dropdown button:hover {
    background: #efefef;
}

#downloadButton svg {
    height: 25px;
}

/*# sourceMappingURL=audioExtractor.css.map */