h1 {
    margin-bottom: 0;
    text-shadow: 2px 3px 4px rgb(0, 0, 0);
}

h2.subtitle {
    margin-top: 15px;
    font-size: 14pt;
    line-height: 40px;
    text-align: center;
    font-family: GothamBookRegular, Arial, sans-serif;
    font-weight: bold;
    text-shadow: 2px 3px 4px rgb(0, 0, 0);
}

h3.section_title {
    margin-top: 0;
    font-size: 26pt;
    text-align: center;
    margin-bottom: 30px;
    font-family: GothamBold;
}

.procesing_ul {
    padding: 0;
    margin-left: 10px;
    margin-top: 50px;
    max-width: calc(100% - 324px);
}

.procesing_ul li {
    font-family: GothamBold;
    font-size: 17pt;
    list-style: none;
    position: relative;
    margin: 40px 0;
    padding-left: 35px;
}

.procesing_ul li i {
    font-size: 22pt;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.right_form_wrapper {
    float: right;
    padding: 20px;
    margin-left: 30px;
    margin-bottom: 5px;
}

.right_form_border {
    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;
}

#dropZone {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 35px;
    transition: 0.3s;
}

#dropZone:hover, .highlight #dropZone {
    background-color: rgb(255 255 255 / 60%);
}

.information-btn {
    position: absolute;
    right: 10px;
    top: 15px;
    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;
}

.select-options .select {
    border: 2px solid #9b9b9b;
    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.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;
}

.no-items-in-list {
    font-family: GothamBookRegular, Arial, sans-serif;
    text-align: center;
    margin-top: 15px;
    font-style: italic;
    font-size: 17pt;
}

.downloading_list-body .list-item:nth-child(even) {
    background-color: white;
}

.list-item {
    background-color: #e5e5e5;
    padding: 5px 10px;
    font-family: GothamBookRegular, Arial, sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    position: relative;
}

.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 {
    display: flex;
    border-radius: 20px;
    padding: 4px;
    width: 290px;
    margin-left: auto;
    margin-bottom: 10px;
}

.toggle .play-toggle i, .toggle .download-toggle i {
    font-size: 15pt;
}

.toggle .play-toggle, .toggle .download-toggle {
    padding: 4px 8px;
    color: white;
    border-radius: 20px;
    font-size: 11pt;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

.active-play .play-toggle, .active-download .download-toggle {
    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);
}

@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;
    border: 5px solid;
    border-radius: 10px;
    padding: 30px 0;
}

.inline-step {
    border: 6px solid #a1a1a1;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 35px;
    width: 280px;
    height: 326px;
    padding: 20px 20px 10px;
    position: relative;
}

.inline-step .step-name {
    font-size: 16pt;
    font-family: GothamBold;
    text-transform: uppercase;
}

.inline-step .step-description {
    color: black;
    font-weight: bold;
    font-size: 15pt;
    text-align: center;
    line-height: 25px;
}

.bg-gray {
    background-color: #d4d4d4;
}

.isolate_list {
    column-count: 2;
    margin: 30px auto;
    max-width: 640px !important;
}

.isolate_list li {
    margin: 0 0 15px 0;
}

.example-img {
    float: right;
    margin-left: 30px;
    margin-bottom: 5px;
}

.example {
    position: relative;
    border: 2px solid;
    margin-top: 70px;
    border-radius: 0 10px 10px 10px;
}

.example-title {
    border: 2px solid;
    font-family: GothamBold;
    font-size: 15pt;
    position: absolute;
    left: -2px;
    bottom: 100%;
    padding: 7px 15px;
    border-radius: 10px 10px 0 0;
    border-bottom-color: #d4d4d4 !important;
}

.example-body {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
}

.example-body img {
    width: 80px;
}

.example-audio-title {
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.example-audio audio {
    max-width: 100%;
}

.customer-welcome {
    font-size: 12pt;
    text-align: center;
}

.customer-welcome span {
    font-size: 0.9em;
}

.customer-welcome .line {
    width: 100%;
    height: 1px;
    margin: 10px 0;
}

.customer-welcome p {
    font-size: 11pt;
    margin: 0 0 0 20px;
}

.customer-welcome .btn-link {
    color: white;
    border: 0;
    display: block;
    width: 130px;
    margin: 10px auto 0;
}

.section-tabs {
    display: flex;
    border-bottom: 5px solid;
    margin-bottom: 25px;
}

.section-tab {
    background-color: #ffffff;
    font-family: 'GothamBold';
    font-size: 15pt;
    flex-grow: 1;
    text-align: center;
    padding: 20px 5px;
    margin-right: 5px;
    cursor: pointer;
}

.section-tabs .section-tab:last-of-type {
    margin-right: 0;
}

.section-tab.active-tab {
    color: white;
    cursor: auto;
}

.top-btns {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin: auto;
}

.top-btns .btn-link {
    padding: 7px 0;
    width: 130px;
    text-align: center;
    cursor: pointer;
}

.spotlight-active:not([data-tooltip=""])::before {
    content: attr(data-tooltip);
    position: absolute;
    left: 0;
    bottom: calc(100% + 35px);
    font-size: 12pt;
    color: black;
    background-color: white;
    border-radius: 10px;
    padding: 10px 20px;
    font-style: italic;
    text-align: center;
}

.spotlight-active:not([data-tooltip=""])::after {
    content: "";
    font-size: 0;
    border: 20px solid transparent;
    border-top-color: white;
    position: absolute;
    bottom: 100%;
    left: 70%;
}

.spotlight-active {
    z-index: 9999;
    position: relative;
    box-shadow: 0 0 8px 12px rgb(255 255 255 / 59%), 0 0 0 9999px rgba(0, 0, 0, 0.7);
    transition: box-shadow 0.5s ease;
    border-radius: 4px;
}

.price-table {
    border-collapse: collapse;
    margin: auto;
}

.price-table th {
    font-family: 'GothamBold';
    font-size: 13pt;
    color: white;
    padding: 10px 15px;
    border: 1px solid white;
}

.price-table td {
    background-color: white;
    font-size: 13pt;
    text-align: center;
    border: 1px solid;
    padding: 10px;
}

.price-table .stem-details {
    font-size: 12px;
}

.subscription-btn {
    color: white;
}

.subscribe-btns {
    display: flex;
    justify-content: space-evenly;
}

.msg-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000cc;
}

.msg-wrapper .msg-body {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    max-width: 100%;
    width: 400px;
    padding: 30px 50px;
    border-radius: 20px;
    font-family: 'GothamBookRegular', sans-serif;
    font-size: 14pt;
    text-align: center;
}

@media (min-width: 720px) {
    .list-item .download-btns {
        position: absolute;
        right: 15px;
        width: auto;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .reminder {
        font-size: 13pt;
    }

    .inline-steps {
        align-items: center;
        flex-wrap: wrap;
    }

    #step2.inline-step {
        margin: 15px 0;
    }
}

@media (max-width: 768px) {
    .upload_error, .upload_error2 {
        font-size: 14px;
    }

    .uploading_file_content .upload_text, .downloading_file_content .upload_text {
        font-size: 16px;
    }

    .reminder {
        font-size: 12pt;
        width: 175px;
    }

    .try_again {
        font-size: 16px;
        padding: 8px 15px;
    }

    .login-explain {
        font-size: 11pt;
    }

    .send_email_notification .email_notification {
        padding: 15px;
    }

    .send_email_notification .email_notification p {
        font-size: 16px;
        line-height: 18px;
    }

    h2.subtitle {
        font-size: 16pt;
    }

    h2.subtitle br {
        display: none;
    }

    h3.section_title {
        font-size: 21pt;
        margin-bottom: 20px;
    }

    .inline-steps {
        flex-wrap: wrap;
        align-items: center;
    }

    #step2.inline-step {
        margin: 15px 0;
    }

    .procesing_ul li {
        font-size: 13pt;
        margin: 20px 0;
        padding-left: 30px;
    }

    .procesing_ul li i {
        font-size: 18pt;
    }

    .procesing_ul {
        margin-left: 0;
        margin-top: 0;
        max-width: calc(100% - 300px);
    }

    .right_form_wrapper {
        padding: 10px;
        margin-left: 10px;
    }

    .isolate_list li {
        margin: 0 0 10px 0;
    }

    .isolate_list {
        margin: 0 auto;
        max-width: 500px !important;
    }

    .example-title {
        font-size: 13pt;
    }

    .example-body {
        position: relative;
        padding-left: 80px;
        flex-direction: column;
    }

    .example-body img {
        position: absolute;
        left: 5px;
        width: 70px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .example-body .example-audio:nth-child(3) {
        margin: 10px 0;
    }

    .example-body .example-audio {
        width: 100%;
    }

    .example-audio audio {
        width: 100%;
    }

    .example {
        max-width: 500px;
        margin: 50px auto 0;
    }

    .price-table th {
        font-size: 11pt;
        padding: 7px 10px;
    }

    .price-table td {
        font-size: 11pt;
        padding: 7px;
    }

    .section-tab {
        font-size: 12pt;
        padding: 12px 5px;
    }
}

@media (max-width: 630px) {
    .main-user-data {
        flex-direction: column;
        align-items: flex-start;
    }

    .user-btns {
        display: flex;
        flex-direction: column;
    }

    .openProceed {
        margin: 10px 0;
    }

    .reminder {
        width: 50%;
        text-align: right;
    }

    .main-download {
        width: calc(50% - 15px);
        margin-left: 15px;
        text-align: left;
    }
    .example-img {
        margin-left: 15px;
    }
}

@media (max-width: 570px) {
    .current_progress_window {
        padding: 15px;
    }
    .top-btns .btn-link {
        padding: 7px 15px;
        width: auto;
    }
}
@media (max-width: 530px) {
    .right_form_wrapper {
        float: none;
    }
    .right_form_border {
        width: 254px;
        margin: auto;
    }
    .procesing_ul {
        max-width: 100%;
    }
}
@media (max-width: 470px) {
    .isolate_list {
        column-count: 1;
    }
}
@media (max-width: 450px) {
    #downloading_list {
        width: 100%;
        max-width: 400px;
    }

    .list-item {
        padding: 3px 5px;
    }

    .list-item > i {
        font-size: 16px;
    }

    .list-item .list-song-name {
        font-size: 10pt;
        max-width: calc(100% - 27px);
    }

    .list-item .other-details {
        font-size: 9pt;
        margin-top: 4px;
    }

    .list-item a {
        font-size: 9pt;
        width: 60px;
    }

    .list-item .download-btns a:first-of-type {
        width: 75px;
        margin-right: 7px;
    }

    .list-item .download-btns a:nth-child(3) {
        width: 120px;
        margin-left: 7px;
    }
    .top-btns {
        flex-wrap: wrap;
    }
    .top-btns .btn-link {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media (max-width: 350px) {
    .section-tabs {
        flex-wrap: wrap;
    }
    .section-tab {
        width: calc(50% - 10px);
        margin: 5px;
    }
    .example-title {
        font-size: 11pt;
    }
    .example-body img {
        width: 50px;
    }
    .example-body {
        padding-left: 60px;
    }
    .example-img {
        width: 150px;
    }
}