@font-face {
    font-family: ArialRoundedMtBold;
    src: url(/create-karaoke-online/view/fonts/arialroundedmtbold.ttf);
}

h1 {
    margin-bottom: 0;
    text-shadow: 2px 3px 4px rgb(0, 0, 0);
}

h2.subtitle {
    margin-top: 15px;
    font-size: 17pt;
    text-align: center;
    font-family: GothamBookRegular, Arial, sans-serif;
    font-weight: normal;
    text-shadow: 2px 3px 4px rgb(0, 0, 0);
}

.examples {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#dropZone {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 15px;
    transition: 0.3s;
}

#dropZone:hover, .highlight #dropZone {
    background-color: rgb(255 255 255 / 60%);
}

.information-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 13pt;
    line-height: 28px;
    width: 28px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    color: white;
    cursor: pointer;
}

.info-body {
    background-color: white;
    font-size: 11pt;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    border-radius: 12px;
    position: absolute;
    padding: 5px 10px;
    line-height: 20px;
    color: #494949;
}

.with-file #dropZone, .with-file .information-btn, .with-file .info-body, .with-file .main-image, .file-info {
    display: none;
}

.with-file .file-info {
    display: flex;
}

.file-info {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
}

#file-name {
    font-size: 14pt;
    margin-top: 25px;
    overflow-wrap: break-word;
    max-width: 100%;
}

.info-body i {
    position: absolute;
    right: -4px;
    top: -4px;
    font-size: 16pt;
    cursor: pointer;
    transition: 0.3s;
}

.examples .example span {
    display: block;
    font-size: 14pt;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: GothamBold;
    text-align: center;
}

.select-options .select {
    border: 0;
    padding: 7px 15px;
    font-size: 13pt;
    outline: none;
    width: 100%;
    margin-bottom: 15px;
}

#start_process {
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    width: 120px;
    text-align: center;
    padding: 7px 0;
    cursor: pointer;
}

.vrt_error {
    font-size: 18px;
    text-align: center;
    color: red;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
}

#fileElem {
    display: none;
}

.uploading_file {
    z-index: 999999999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.uploading_file_content {
    position: absolute;
    left: 0;
    top: calc(50% - 100px);
    transform: translate(0, -50%);
    width: 100%;
}

.uploading_file_content img {
    display: block;
    margin: auto;
}

.uploading_file_content .upload_text {
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.downloading_file {
    z-index: 999999999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.downloading_file_content {
    position: absolute;
    left: 0;
    top: calc(50% - 100px);
    transform: translate(0, -50%);
    width: 100%;
}

.downloading_file_content img {
    display: block;
    margin: auto;
}

.downloading_file_content .upload_text {
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    margin-top: 20px;
}


.upload_error, .upload_error2 {
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    color: red;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: calc(100% - 10px);
    background-color: white;
    padding: 5px;
    border-radius: 10px;
}

.upload_error i, .upload_error2 i {
    position: absolute;
    right: -12px;
    top: -15px;
    font-size: 18pt;
    cursor: pointer;
    transition: 0.3s;
}

#step2.active-step .main-image, .select-options, #step3.active-step .main-image {
    display: none;
}

.active-step .select-options {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.try_again {
    color: white;
    display: inline-block;
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    padding: 10px 20px;
    text-decoration: none;
    transition: 0.3s;
}

.try-section {
    margin-top: 30px;
    text-align: center;
}

.try-section .try_again.get_full_media {
    margin-right: 20px;
}

.get_full_media[href="#"] {
    display: none;
}

.download_section_done {
    display: none;
}

.active-step .download_section_done {
    display: flex;
    flex-direction: column;
}

.reminder {
    font-size: 14pt;
    width: 200px;
    text-align: center;
}

.download-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    border: 2px solid #afafaf;
    padding: 7px 10px;
    width: 100%;
    border-radius: 3px;
}

.ctrl_btns {
    display: flex;
    margin-top: 10px;
}

.ctrl_btn {
    width: 28px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    border-radius: 50%;
    color: white;
    font-size: 11pt;
}

.ctrl_btns .ctrl_btn:nth-child(2) {
    margin-left: 10px;
    text-indent: 2px;
}

.main-download {
    font-size: 13pt;
    color: #2e97f5;
    text-decoration: none;
    font-family: GothamBold;
}

.right_form_wrapper {
    float: right;
    background: radial-gradient(200px 300px at 88% 8%, #3b51d1 0%, rgba(140, 60, 255, 0) 70%),
    radial-gradient(200px 300px at 12% 92%, #3b51d1 0%, rgba(0, 165, 255, 0) 65%),
    linear-gradient(180deg, #0a0b12 0%, #0c1224 55%, #081021 100%);
    padding: 20px;
    margin-left: 30px;
    margin-bottom: 5px;
}

.right_form_border {
    background: radial-gradient(200px 300px at 88% 8%, #167df4 0%, rgba(140, 60, 255, 0) 70%), radial-gradient(200px 300px at 12% 92%, #167df4 0%, rgba(0, 165, 255, 0) 65%), #9335f6;
    padding: 2px;
    border-radius: 10px;
}

.right_form {
    padding: 20px 10px;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
    width: 250px;
    font-size: 0;
    color: white;
}

.right_form.basic .choose-sign_in_method, .right_form.choose .email_sign_in {
    display: none;
}

.g_id_signin {
    margin: 10px auto;
    max-width: 210px;
}

.ms-login, .yh-login {
    display: block;
    margin: 10px auto;
    max-width: 210px;
}

.ms-login img, .yh-login img {
    display: block;
    width: 100%;
}

.basic_login {
    background-color: white;
    width: 210px;
    margin: 10px auto;
    border-radius: 5px;
    cursor: pointer;
}

.basic_login img {
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 10px;
}

.basic_login span {
    width: calc(100% - 40px);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.other_login {
    font-size: 14px;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.right_form .submit {
    font-family: Arial, sans-serif;
}

.other_login:hover {
    text-decoration: underline;
}

.operation_description {
    font-size: 14px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-style: italic;
    margin-bottom: 10px;
    font-weight: bold;
}

.verification_details {
    font-size: 15px;
    text-align: center;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}

.verification_details a {
    font-weight: bold;
    color: white;
    font-style: italic;
}

.email_sign_in .verification_details, .email_sign_in.waiting > * {
    display: none !important;
}

.email_sign_in.waiting .verification_details {
    display: block !important;
}

.loading-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
}

.loading-wrapper img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.login-explain {
    font-size: 12pt;
    text-align: center;
    color: white;
    text-shadow: 2px 3px 4px rgb(0, 0, 0);
    font-family: GothamBold, Arial, sans-serif;
}

.right_form .field {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.right_form .field label {
    font-size: 12pt;
    width: 60px;
}

.right_form .field input {
    font-size: 12pt;
    width: calc(100% - 60px);
    outline: none;
    border: 1px solid gray;
    padding: 7px 15px;
}

.right_form .submit {

    color: white;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    margin: 20px auto 0 auto;
    border: 0;
    font-size: 13pt;
    display: block;
    width: 150px;
    padding: 10px 0;
    border-radius: 10px;
}

.send_email_notification {
    z-index: 999999999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.send_email_notification .email_notification {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 450px;
    background-color: white;
    padding: 30px;
    border-radius: 25px;
}

.send_email_notification .email_notification p {
    margin: 0;
    font-size: 22px;
    text-align: center;
    line-height: 26px;
    font-family: Arial, sans-serif;
}

.send_email_notification .email_notification img {
    display: block;
    margin: 10px auto 0;
    max-width: 50px;
}

#current_progress_hover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.current_progress_window {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px 40px;
    max-width: 500px;
    width: 100%;
    font-size: 0;
}

.current_progress-info-text {
    font-family: GothamBookRegular, Arial, sans-serif;
    text-align: center;
    font-size: 15pt;
    margin-bottom: 30px;
}

.current_progress-bar {
    width: calc(100% - 65px);
    margin-right: 10px;
    height: 30px;
    background-color: #adadad;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.current_progress-bar-active {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #3baf3b;
    transition: 1s width;
}

.current_progress-bar-percents {
    font-family: GothamBookRegular, Arial, sans-serif;
    display: inline-block;
    vertical-align: middle;
    width: 55px;
    text-align: left;
    font-size: 13pt;
}

.processing-txt {
    font-family: GothamBookRegular, Arial, sans-serif;
    font-size: 11pt;
    text-align: center;
    margin-top: 15px;
    line-height: 18px;
}

.current_progress-btn {
    color: white;
    display: block;
    font-size: 14pt;
    font-family: Arial, sans-serif;
    width: 250px;
    text-align: center;
    padding: 9px 0;
    cursor: pointer;
    text-decoration: none;
    margin: 15px auto 0;
}

#downloading_list {
    position: fixed;
    left: 0;
    top: 0;
    width: 430px;
    background-color: white;
    height: 100%;
    box-shadow: 3px 0 10px 0 black;
    font-size: 0;
}

.downloading_list-title {
    font-family: GothamBold, Arial, sans-serif;
    text-align: center;
    border-bottom: 1px solid gray;
    padding: 15px 0;
    font-size: 15pt;
    color: #434343;
}

.downloading_list-body {
    position: absolute;
    width: 100%;
    height: calc(100% - 54px);
    overflow-y: auto;
}

.no-items-in-list {
    font-family: GothamBookRegular, Arial, sans-serif;
    text-align: center;
    margin-top: 15px;
    font-style: italic;
    font-size: 12pt;
    color: gray;
}

.downloading_list-body .list-item:nth-child(even) {
    background-color: white;
}

.list-item {
    background-color: #c9c9c9;
    padding: 5px 10px;
    font-family: GothamBookRegular, Arial, sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}

.list-item > i.done {
    color: green;
}

.list-item > i.error {
    color: red;
}

.list-item > i.in_progress {
    color: #878787;
}

.list-item > i.waiting {
    color: #4caf50;
}

.list-item > i {
    font-size: 22px;
}

.list-item .list-song-name {
    font-size: 11pt;
    flex-grow: 1;
    margin-left: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 30px);
}

.list-item .download-btns {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.list-item .download-btns a:first-of-type {
    width: 90px;
    margin-right: 10px;
}

.list-item .download-btns a:nth-child(3) {
    width: 145px;
    margin-left: 10px;
}

.list-item a {
    font-size: 11pt;
    text-decoration: none;
    color: white;
    padding: 4px 0 4px 10px;
    border-radius: 5px;
    width: 70px;
}

.list-item .other-details {
    font-size: 10pt;
    margin-top: 6px;
    font-style: italic;
    width: 100%;
}

.close-list-btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    transition: 0.3s;
}

.close-list-btn i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 17pt;
}

.close-list-btn:hover {
    background-color: #b5b5b5;
}

.openProceed {
    text-decoration: underline;
    cursor: pointer;
    margin-right: 10px;
}

.vrii_options_a {
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    margin: 20px auto 0 auto;
    border: 0;
    font-size: 13pt;
    display: block;
    max-width: 290px;
    padding: 10px 0;
    border-radius: 10px;
    text-decoration: none;
}

.btn-link {
    font-size: 12pt;
    text-decoration: none;
    padding: 7px 15px;
    border-radius: 7px;
    border: 1px solid;
    display: inline-block;
}

.main-user-data {
    display: flex;
    align-items: flex-end;
}

.main-user-data .user-info {
    flex-grow: 1;
}

.upload-info {
    font-size: 11pt;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.upload-hover {
    background-color: #72cf72;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.upload-progress {
    width: 100%;
    height: 100%;
    background: green;
    border-radius: 50%;
    clip-path: polygon(50% 50%);
}

.upload-percents {
    position: absolute;
    width: 160px;
    line-height: 160px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: GothamBold, Arial, sans-serif;
    font-size: 18pt;
}

.toggle {
    position: absolute;
    display: flex;
    left: 5px;
    top: 9px;
    border-radius: 20px;
    background: linear-gradient(#0047c4, #063d9c);
    padding: 4px;
}

.toggle .play-toggle, .toggle .download-toggle {
    padding: 4px 8px;
    color: white;
    border-radius: 20px;
    font-size: 13pt;
    cursor: pointer;
}

.active-play .play-toggle, .active-download .download-toggle {
    background-color: black;
    cursor: auto;
}

.downloading .hide-download, .playing .hide-play, #preview-audio.hide + .close-audio-preview, #preview-video.hide + .close-video-preview {
    display: none !important;
}

#preview-audio, #preview-video {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
}

#preview-audio {
    width: calc(100% - 20px);
}

.customer-welcome {
    font-size: 12pt;
    text-align: center;
}

.customer-welcome span {
    font-size: 0.9em;
}

.customer-welcome .line {
    background: linear-gradient(90deg, transparent, #401eb5, transparent);
    width: 100%;
    height: 1px;
    margin: 10px 0;
}

.customer-welcome p {
    font-size: 11pt;
    margin: 0 0 0 20px;
}

.customer-welcome .btn {
    font-size: 11pt;
    font-weight: normal;
    margin-top: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #preview-audio {
        background-color: #f1f3f4;
    }
}

@supports (-moz-appearance: meterbar) {
    #preview-audio {
        background-color: black;
    }
}

#preview-video {
    height: 50%;
    background-color: black;
    width: 100%;
}

.close-audio-preview, .close-video-preview {
    font-size: 20pt;
    color: gray;
    position: fixed;
    right: 0;
    bottom: 35px;
    z-index: 99999;
    cursor: pointer;
    transition: 0.3s;
}

.close-audio-preview:hover {
    color: #494949;
}

.close-video-preview {
    bottom: calc(50% - 28px);
    font-size: 20pt;
    color: white;
}

.close-video-preview:hover {
    color: #b3b3b3;
}

.inline-steps {
    display: flex;
    justify-content: space-evenly;
}

.inline-step {
    border: 6px solid #a1a1a1;
    background-color: #e5e5e5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    width: 280px;
    height: 380px;
    padding: 30px 30px 15px;
    position: relative;
}

.inline-step .step-name {
    font-size: 16pt;
    font-family: GothamBold;
    text-transform: uppercase;
}

.inline-step .step-description {
    color: #666666;
    font-size: 13pt;
    text-align: center;
}

.wrapper-img a {
    color: white;
}

.basic_login span {
    width: calc(100% - 42px);
}

.wrapper-white {
    padding: 50px 0;
    background-color: white;
    font-family: GothamBookRegular, Arial, sans-serif;
}

.basic_login span {
    width: calc(100% - 60px);
}

.basic_login img {
    margin: 0;
}

.basic_login span, .examples .example span, .info-body i {
    color: #7e00b4;
}

.btn-link, .right_form .submit, .step_head-wrap, .submit_validate_phone, .submit_verify_phone, .list-item a, .order_layer_body .vrii_options, .vrii_options_a, .order_layer_body .options_list .subscribe, .information-btn {
    background: linear-gradient(#9237f7, #26024e);
}

.btn-link:hover, .right_form .submit:hover, .submit_validate_phone:hover, .submit_verify_phone:hover, .list-item a:hover, .order_layer_body .vrii_options:hover, .vrii_options_a:hover, .order_layer_body .options_list .subscribe:hover, .information-btn:hover {
    background: linear-gradient(#26024e, #9237f7);
}

.improve_service .improve_service_body, .improve_service_details, .step-num, .improve_service .improve_service_more:hover {
    background-color: #26024e;
}

.step_bg, .improve_service .improve_service_more:hover, .improve_service_btn:hover, #start_process:hover, .ctrl_btn:hover, .try_again:hover, .current_progress-btn:hover {
    background-color: #57248e;
}

.improve_service .improve_service_more, .improve_service_btn, #start_process, .ctrl_btn, .try_again, .current_progress-btn, .product_row input:checked + .input-custom-view::before {
    background-color: #6e37a9;
}

.product_row .input-custom-view {
    border-color: #7e00b4;
}

.info-body i:hover, .improve_service_details #rate_us:checked ~ .improve_service_details_title[for="rate_us"], .improve_service_details #comments:checked ~ .improve_service_details_title[for="comments"], .improve_service_details #share:checked ~ .improve_service_details_title[for="share"] {
    color: #26024e;
}

.right_form {
    background: linear-gradient(#26024e, #0b0214);
}

.active-step {
    border-color: #26024e;
}

@media (min-width: 769px) and (max-width: 992px) {
    .examples .example {
        width: 33%;
    }

    .examples .example audio {
        max-width: 100%;
    }

    .reminder {
        font-size: 13pt;
    }

    .inline-steps {
        align-items: center;
        flex-wrap: wrap;
    }

    #step2.inline-step {
        margin: 15px 0;
    }
}

.form-section .row {
    margin-bottom: 32px
}

.form-section label {
    display: block;
    font-weight: 600;
    margin: 0 0 8px;
    font-size: 13pt;
    color: #3f0087;
}

.required::after {
    content: " *";
    color: #dc2626
}

.input, .file, .textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: #fff;
    outline: none;
    transition: border-color .15s, box-shadow .15s;
    font: inherit;
    font-size: 11pt;
}

.input::placeholder, .textarea::placeholder {
    color: #9ca3af
}

.input:focus, .file:focus, .textarea:focus {
    border-color: #9237f7;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
}

.textarea {
    min-height: 220px;
    height: 30vh; /* initial height for large text */
    resize: vertical; /* allow user to expand freely */
    overflow: auto;
    line-height: 1.5;
    white-space: pre-wrap; /* preserve line breaks */
    word-wrap: break-word;
}

.help {
    font-size: .875rem;
    color: var(--muted);
    margin-top: 6px
}

.actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 8px;
    justify-content: center;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: 12px 16px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.btn:hover {
    filter: brightness(.97)
}

.btn:active {
    transform: translateY(1px)
}

.btn:focus-visible {
    outline: 3px solid rgba(37, 99, 235, .35);
    outline-offset: 2px
}

.preview {
    margin-top: 8px;
    display: none;
    width: 100%
}

small {
    color: var(--muted)
}

.card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 24px;
    position: relative;
}

.checkbox-row {
    display: flex;
    align-items: center;
}

.checkbox-row label {
    margin-bottom: 0;
    margin-left: 10px;
}

.checkbox-row input {
    display: none;
}

.custom-switch {
    background-color: #26024e;
    height: 32px;
    width: 54px;
    border-radius: 16px;
    position: relative;
}

.custom-switch::before {
    content: "No";
    position: absolute;
    background-color: #9237f7;
    font-size: 10pt;
    font-weight: bold;
    width: 28px;
    color: white;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    transition: 0.3s;
    left: 2px;
    top: 2px;
}

.checkbox-row input:checked + .custom-switch {
    background-color: #9237f7;
}

.checkbox-row input:checked + .custom-switch::before {
    content: "Yes";
    background-color: #26024e;
    left: calc(100% - 30px);
}

.controls-bar {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 2px solid #42007d;
}

.period-toggle {
    width: 140px;
    cursor: pointer;
    margin: 0 auto 50px;
    display: block;
}

.period-toggle::before {
    content: "Monthly";
    width: 70px;
    border-radius: 15px;
}

.period-toggle::after {
    content: "Yearly";
    position: absolute;
    font-size: 10pt;
    font-weight: bold;
    width: 70px;
    color: white;
    text-align: center;
    line-height: 28px;
    right: 2px;
    top: 2px;
    border-radius: 15px;
    transition: 0.3s;
}

#period_checkbox:checked + .period-toggle::before {
    background-color: transparent;
}

#period_checkbox:checked + .period-toggle::after {
    background-color: #9237f7;
}

.main-section {
    background-color: white;
    padding: 20px;
    color: black;
}

.controls-bar .control-item {
    font-size: 13pt;
    font-family: GothamBookRegular, Arial, sans-serif;
    padding: 10px 15px;
    text-decoration: none;
    background-color: #c1c1c1;
    color: #2d2d2d;
    border-radius: 10px 10px 0 0;
    margin: 0 1px;
    cursor: pointer;
}

.controls-bar .control-item.active-control {
    margin-bottom: -2px;
    background-color: white;
    color: #42007d;
    border: 2px solid #42007d;
    border-bottom: 0;
}

.no-files {
    font-size: 13pt;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

.list-section .file-item:nth-child(even) {
    background-color: #d9d9d9;
}

.file-item {
    padding: 10px;
}

.status-new .file-name i {
    color: #f39100;
}

.processing-label {
    color: #f39100;
    font-size: 0.8em;
}

.status-success .file-name i {
    color: green;
}

.status-error .file-name i {
    color: red;
}

.file-item .file-name {
    font-size: 11pt;
    color: black;
}

.file-item .from-date {
    font-size: 9pt;
    color: #515151;
}

.success-section {
    margin-top: 5px;
}

.download-link:hover {
    text-decoration: underline;
}

.download-link {
    font-size: 11pt;
    text-decoration: none;
    margin-left: 10px;
    color: green;
}

.error-txt {
    font-size: 10pt;
    margin-top: 5px;
    color: red;
    font-style: italic;
}

.new-txt {
    font-size: 11pt;
    margin-top: 5px;
    color: #f39100;
    font-weight: bold;
}

.welcome-info {
    margin-top: 30px;
}

.w-email {
    font-size: 0.9em;
}

.login-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#0000004f, #000000c9, black);
}

.login-hover span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14pt;
    background-color: white;
    padding: 20px 35px;
    border-radius: 20px;
    color: #3f0087;
    text-align: center;
}

.start-file-processing, .response-hover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #000000c7;
}

.processing-window, .response-info {
    font-family: GothamBookRegular, Arial, sans-serif;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 20px;
}

.processing-window img {
    display: block;
    margin: auto;
}

.processing-window span {
    font-size: 13pt;
    text-align: center;
    display: block;
    margin-top: 15px;
    line-height: 23px;
}

.response-title {
    font-size: 17pt;
    display: none;
}

.success-title {
    color: green;
}

.error-title {
    color: red;
}

.response-content {
    font-size: 13pt;
    text-align: center;
    max-width: 440px;
    margin: 20px 0;
}

.response-btn {
    background: linear-gradient(#9237f7, #26024e);
    font-size: 12pt;
    display: block;
    margin: auto;
    text-align: center;
    width: 100px;
}

.response-btn:hover {
    background: linear-gradient(#26024e, #9237f7);
}

.success .success-title, .error .error-title {
    display: block;
}

.repeat_process {
    font-size: 11pt;
    display: inline-block;
    margin-top: 6px;
    text-decoration: none;
    color: #3f0087;
}

.repeat_process:hover {
    text-decoration: underline;
}

.remove-info {
    font-size: 10pt;
    font-style: italic;
    margin-top: 3px;
    color: #515151;
}

.additional-btns {
    display: flex;
    justify-content: space-evenly;
}

h2.special_style {
    text-transform: none;
}

.plans-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.plans-list .plan-item {
    width: 275px;
    border: 2px solid #5b1ca1;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 4px 0 #5b1ca1;
    background-color: #f1e4ff;
}

.plans-list .plan-item:nth-child(2) {
    transform: translate(0, -30px);
    margin: 0 20px;
}

.plans-list .plan-item .plan-name {
    font-size: 25pt;
    font-family: Tahoma, sans-serif;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 80px;
    justify-content: center;
    border-bottom: 2px solid #5b1ca1;
    color: white;
    background-color: #5b1ca1;
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.plans-list .plan-item .plan-name span {
    font-family: GothamBookRegular, Arial, sans-serif;
    font-weight: normal;
    font-size: 13pt;
}

.plans-list .plan-item .plan-body {
    padding: 10px;
    flex-grow: 1;
}

.plans-list .plan-item .plan-body p {
    font-size: 11pt;
    margin: 0 0 5px;
}

.plans-list .plan-item .btn-link {
    margin-bottom: 15px;
}

.plans-list .plan-item .plan-body p strong {
    color: #9237f7;
}

:root {
    --surface: #fff;
    --bg: #f6f7fb;
    --text: #1f2937;
    --muted: #6b7280;
    --border: #e5e7eb;
    --primary: #2563eb;
    --radius: 12px;
    --shadow: 0 8px 28px rgba(0, 0, 0, .08);
}

.plans-list .plan-item .plan-name span.annually_price, #period_checkbox:checked ~ .plans-list .plan-item .plan-name span.monthly_price {
    display: none;
}

.active_plan {
    font-size: 12pt;
    font-family: GothamBold;
    margin-bottom: 15px;
    font-style: italic;
    color: #9237f7;
}

#period_checkbox:checked ~ .plans-list .plan-item .plan-name span.annually_price {
    display: inline;
    font-size: 11pt;
}

.subtitle_p {
    text-align: center !important;
    font-family: GothamBold;
}

.example-content {
    display: flex;
    align-items: flex-start;
}

.example-songs {
    min-width: 280px;
}

.example-songs .example-song-item:hover {
    background-color: #8327e9;
}

.example-songs .example-song-item {
    background-color: #26024e;
    font-size: 12pt;
    color: white;
    padding: 10px;
    border-radius: 10px 0 0 10px;
    margin-bottom: 2px;
    cursor: pointer;
    transition: 0.3s;
}

.example-songs .example-song-item.active-example {
    background-color: #9237f7 !important;
    text-decoration: underline;
    cursor: auto;
}

.examples-body {
    padding: 15px;
    flex-grow: 1;
    border: 2px solid #9237f7;
}

.examples-body .example-audio {
    width: 100%;
}

.examples-body .example-lyrics {
    font-size: 11pt;
    padding: 0;
    list-style: none;
    column-count: 2;
    font-family: Arial, sans-serif;
}

.examples-body .example-lyrics li {
    margin-bottom: 10px;
}

.examples-body .btn-link {
    width: 250px;
    display: block;
    margin: auto;
    text-align: center;
}

.loading img {
    display: block;
    margin: auto;
}

.loading span {
    display: block;
    text-align: center;
    font-size: 15pt;
    margin-top: 30px;
}

.example-videos video {
    max-width: 100%;
    width: 500px;
    display: block;
    margin: auto;
}

.example-videos span {
    font-size: 15pt;
    text-align: center;
    font-family: GothamBold;
    display: block;
    margin-bottom: 5px;
    color: #9237f7;
}

.example-videos span:last-of-type {
    margin-top: 20px;
}

.mp4_label {
    font-size: 11pt;
    text-decoration: none;
    color: green;
}

.download-link.with-label.first-icon {
    margin-left: 10px;
}

.download-link.with-label {
    font-size: 13pt;
    margin-left: 0;
    margin-right: 5px;
}

.example-title {
    font-size: 13pt;
    text-align: center;
    font-family: GothamBold;
    padding: 15px 0;
    border: 2px solid #9237f7;
    margin-bottom: 5px;
    border-right: 0;
    margin-right: -2px;
    position: relative;
    background-color: white;
}

.content p.canceled_subs_details {
    border: 2px solid red;
    text-align: center;
    padding: 15px;
    font-size: 14pt;
    border-radius: 5px;
}

.preview-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.preview-row {
    margin-top: 15px;
    border: 1px solid #9237f7;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
    border-radius: 10px;
    padding: 20px;
}

.color-field {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 5px;
    justify-content: flex-end;
}

.color-field label {
    color: black;
    font-size: 11pt;
    margin: 0;
}

.color-field input {
    margin-right: 10px;
}

.preview-window {
    display: flex;
    background-color: black;
    width: 300px;
    min-width: 300px;
    height: 216px;
    align-items: center;
    justify-content: center;
    margin: 0 30px;
}

.preview-text {
    font-size: 13pt;
    color: #ffffff;
    width: calc(100% - 12px);
    text-align: center;
    font-family: ArialRoundedMtBold, sans-serif;
}

#highlighted-text {
    color: #ff6464;
}

.preview-form p {
    font-size: .875rem;
    line-height: 20px;
    margin: 0;
    max-width: 265px;
}

@media (max-width: 992px) {
    .preview-form p {
        max-width: 100%;
        margin-top: 20px !important;
    }

    .preview-form {
        flex-wrap: wrap;
        justify-content: center;
    }

    .preview-window {
        margin: 0 0 0 20px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .plans-list .plan-item:nth-child(2) {
        transform: translate(0, -20px);
        margin: 0 3px;
    }

    .plans-list .plan-item .plan-body {
        padding: 5px;
    }

    .example-songs {
        min-width: 175px;
    }
}

@media (max-width: 768px) {
    .preview-row {
        padding: 15px 10px;
    }

    .btn-link {
        font-size: 11pt;
    }

    .main-section {
        padding: 10px;
    }

    .controls-bar {
        margin-bottom: 10px;
    }

    .controls-bar .control-item {
        font-size: 11pt;
        padding: 6px 10px;
    }

    .card {
        padding: 15px;
    }

    .form-section label {
        margin: 0 0 5px;
        font-size: 11pt;
    }

    .form-section .input, .form-section .file, .form-section .textarea {
        padding: 8px 10px;
        font-size: 10pt;
    }

    .plans-list {
        flex-direction: column;
        align-items: center;
    }

    .plans-list .plan-item:nth-child(2) {
        transform: translate(0, 0);
        margin: 15px 0;
    }

    .plans-list .plan-item {
        width: 50%;
        min-width: 280px;
    }

    .plans-list .plan-item .plan-name {
        font-size: 20pt;
        height: 64px;
    }

    .plans-list .plan-item .plan-name span {
        font-size: 11pt;
    }

    #period_checkbox:checked ~ .plans-list .plan-item .plan-name span.annually_price {
        font-size: 10pt;
    }

    .example-title {
        margin-right: 0;
        border-right: 2px solid #9237f7;
        font-size: 12pt;
    }

    .example-songs {
        width: 100%;
    }

    .example-songs .example-song-item {
        display: inline-block;
        width: calc(100% / 3);
        border-radius: 10px 10px 0 0;
        margin-bottom: 0;
        font-size: 11pt;
    }

    .example-content {
        flex-direction: column;
    }

    .right_form_wrapper {
        padding: 15px;
        margin-left: 15px;
    }

    .examples-body {
        width: 100%;
    }

    .example-videos span {
        font-size: 13pt;
    }
}

@media (max-width: 525px) {
    .right_form_wrapper {
        padding: 10px;
        margin-left: 10px;
    }

    .customer-welcome {
        font-size: 11pt;
    }

    .customer-welcome p {
        font-size: 10pt;
        margin: 0 0 0 5px;
    }

    .customer-welcome .line {
        margin: 7px 0;
    }

    .right_form {
        width: 210px;
        padding: 12px 7px;
    }

    .customer-welcome .btn {
        font-size: 10pt;
    }

    .examples-body {
        padding: 7px;
    }

    .basic_login {
        max-width: 100%;
    }

    .g_id_signin {
        max-width: 100%;
        overflow: hidden;
        width: 210px;
    }

    .preview-form {
        flex-direction: column-reverse;
    }

    .color-fields {
        margin-top: 10px;
    }

    .preview-form p {
        margin-top: 0 !important;
        margin-bottom: 15px;
    }
}

@media (max-width: 470px) {
    .additional-btns .btn {
        max-width: 165px;
        text-align: center;
    }
}

@media (max-width: 425px) {
    .right_form_wrapper {
        float: none;
    }

    .right_form_border {
        max-width: 228px;
        margin: auto;
    }

    .examples-body .example-lyrics {
        column-count: 1;
    }

    .example-songs .example-song-item {
        font-size: 10pt;
    }

    .success-section .from-date {
        display: block;
    }

    .right_form {
        width: 224px;
    }
}

@media (max-width: 390px) {
    .preview-row {
        padding: 0;
        border: 0;
        box-shadow: none;
    }
}

@media (max-width: 360px) {
    .additional-btns .btn {
        font-size: 10pt;
        padding: 10px 5px;
    }

    .controls-bar {
        margin-left: -10px;
        margin-right: -10px;
    }

    .controls-bar .control-item {
        font-size: 10pt;
        padding: 4px 6px;
    }
}
