@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Black.eot');
    src: url('../fonts/Inter-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Black.woff2') format('woff2'),
        url('../fonts/Inter-Black.woff') format('woff'),
        url('../fonts/Inter-Black.ttf') format('truetype'),
        url('../fonts/Inter-Black.svg#Inter-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.eot');
    src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff'),
        url('../fonts/Inter-SemiBold.ttf') format('truetype'),
        url('../fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Thin.eot');
    src: url('../fonts/Inter-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Thin.woff2') format('woff2'),
        url('../fonts/Inter-Thin.woff') format('woff'),
        url('../fonts/Inter-Thin.ttf') format('truetype'),
        url('../fonts/Inter-Thin.svg#Inter-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.eot');
    src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff'),
        url('../fonts/Inter-Bold.ttf') format('truetype'),
        url('../fonts/Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Light.eot');
    src: url('../fonts/Inter-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Light.woff2') format('woff2'),
        url('../fonts/Inter-Light.woff') format('woff'),
        url('../fonts/Inter-Light.ttf') format('truetype'),
        url('../fonts/Inter-Light.svg#Inter-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ExtraBold.eot');
    src: url('../fonts/Inter-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
        url('../fonts/Inter-ExtraBold.woff') format('woff'),
        url('../fonts/Inter-ExtraBold.ttf') format('truetype'),
        url('../fonts/Inter-ExtraBold.svg#Inter-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.eot');
    src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff'),
        url('../fonts/Inter-Medium.ttf') format('truetype'),
        url('../fonts/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype'),
        url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* {font-family: 'Inter';box-sizing: border-box;}
p {
    color: rgb(115, 115, 115);
    font-size: 14px;
    margin: 0;
}
body {
    width: 100%;
    float: left;
    margin: 0;
}
.click_theme {
    padding: 16px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    float: left;
}
ul.theme_option {
    width: 128px;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid rgb(229, 229, 229);
    padding: 4px;
    border-radius: 6px;
    position: absolute;
    right: 0;
    bottom: -5px;
    transform: translateY(100%);
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
    display: none;
}
ul.theme_option li {
    padding: 6px 8px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
}
span.btn_toggle {
    width: 39.2px;
    height: 39.2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.8px solid rgb(229, 229, 229);
    cursor: pointer;
    border-radius: 6px;
}
.theme_changer {
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
}
span.btn_toggle svg {
    width: 19px;
    height: 19px;
}
.generate_audio {
    height: auto;
    width: 50%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.medi_main {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
}
.audio_foot {
    width: 100%;
    float: left;
    padding: 20px 0;
    text-align: center;
    border-top: 0.8px solid rgb(229, 229, 229);
    background-color: #fff;
}
.audio_foot audio.w-full {
    width: 50%;
}
.generate_audio_main {
    display: flex;
    justify-content: center;
    width: 100%;
    float: left;
    min-height: calc(100% - 175px);
    align-items: center;
}
.logo_page h2 {
    margin: 0;
    text-align: center;
    font-size: 48px;
    letter-spacing: -1.2px;
    font-weight: 800;
}
.logo_page p {
    margin: 0;
    text-align: center;
    font-size: 16px;
    color: #212529;
}
.input_block label {
    color: rgb(10, 10, 10);
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}
.input_block label {
    color: rgb(10, 10, 10);
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}
.input_block textarea {
    width: 100%;
    min-height: 80px;
    margin-top: 0px;
    border-radius: 6px;
    padding: 8px 12px;
    border: 1px solid rgb(229, 229, 229);
    max-width: 100%;
    margin-bottom: 8px;
    font-size: 14px;
}
.logo_page {
    margin-bottom: 32px;
}
.radio_select>label {
    display: inline-block;
}
.radio_main {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}
.radio_main .radio_btn {
    margin-top: 4px;
    position: relative;
    display: flex;
    align-items: center;
}
.input_block {
    margin-top: 24px;
}
.input_block input[type=email] {
    width: 100%;
    margin-top: 6px;
}
input[type="email"] {
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid rgb(229, 229, 229);
    margin-top: 8px;
    margin-bottom: 8px;
}
button.generate_btn {
    padding: 8px 16px;
    font-size: 14px;
    width: auto;
    color: #fff;
    background-color: rgb(23, 23, 23);
    border: 0;
    border-radius: 6px;
    margin-top: 24px;
    min-height: 40px;
    min-width: 93px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.input_block:first-child {
    margin: 0;
}
.input_block {
    display: flex;
    flex-wrap: wrap;
}
.radio_main .radio_btn input {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
span.radio_icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 0.8px solid rgb(23, 23, 23);
    border-radius: 100%;
    margin-right: 6px;
    position: relative;
}
.radio_main .radio_btn label {
    margin: 0;
}
span.radio_icon::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent;
}
.radio_main .radio_btn input:checked ~ .radio_icon::after {
    background-color: #000;
}
button.generate_btn svg.mr-2 {
    width: 16px;
    height: 16px;
    display: none;
}
button.generate_btn.loading svg.mr-2 {
    display: block;
    animation: spin 1s linear infinite;
}
button.generate_btn.loading {
    background-color: #8b8b8b;
}

button.generate_btn.loading {
    background-color: #8b8b8b;
}
ul.theme_option li:hover {
    background-color: #f5f5f5;
}

@media only screen and (max-width: 1024px) {
    .logo_page h2 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .generate_audio {
        width: 100%;
        padding: 0 16px;
    }
    .audio_foot audio.w-full {
        width: 100%;
    }
    .audio_foot {
        padding: 20px 16px;
    }
}

@keyframes spin {
    100% {transform: rotate(360deg);}
}