body {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}

.hidden {
    display: none;
}

.spinner-border {
    vertical-align: middle;
    /* align spinner with text */
    margin: 2.5em;
}

.hidden-subtitle {
    display: none;
}

.scrollable-div {
    max-height: 18em;
    /* Adjust the height as needed */
    overflow-y: auto;
}

.font-item {
    cursor: pointer;
    padding: 10px;
}

.font-preview-text {
    margin-left: 1em;
    margin-right: 1em;
    font-size: 0.9em;
    margin-top: 1em;
    margin-bottom: 0em;
    font-weight: bold;
}


.font-name-header {
    font-size: 0.8em;
    font-weight: bold;
}

.font-item.selected {
    border-radius: 1em;
    background: linear-gradient(180deg, #EDEDED 0%, rgba(255, 255, 255, 0) 100%);
}

.list-group-item-custom {
    position: relative;
    display: block;
    padding: 0.5em;
    color: black;
    text-decoration: none;
    background-color: white;
    border: none;
}

.shift-play-button {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0.5em;
    padding-left: 0.35em;
    padding-bottom: 0.3em;
    padding-right: 0.35em;
    padding-top: 0.3em;
    background-color: white;
    width: 1.7em;
}

#help-support-icon {
    position: fixed;
    bottom: 2em;
    right: 2em;
    cursor: pointer;
    z-index: 1000000;
    scale: 1.6;
    opacity: 0.8;
    box-shadow: 0 0 10px #00000038;
    padding-right: 6.5px;
    padding-left: 7px;
    border-radius: 10em;
    padding-top: 1px;
    padding-bottom: 1px;
    display: none;
}






.price-details {
    font-size: 0.4em;
    display: inline-block;
    vertical-align: middle;
    max-width: 5em;
}

.cancel-sub-button {
    color: grey;
    border: solid;
    width: 100%;
    font-size: 0.6em;
}

.price-symbol {
    font-size: 0.6em;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.payBox__premium {
    width: 100%;
    font-weight: bold;
}

.swal2-popup-custom {
    border-radius: 1em;
    padding: 2em;
    scale: 0.8;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    padding: 2.2em 2em 0 !important;
}

div:where(.swal2-container) .swal2-html-container {
    padding: 1em 2em .3em !important;
}

.swal-custom-footer-shadow{
    box-shadow: 0 15px 15px #0000001c;
    border-radius: 2em;
    height: 3em;
    width: 100%;
    margin-bottom: 3em;
}


.swal2-popup-custom-export {
    border-radius: 1em;
    padding-top: 0em;
    padding-bottom: 0;
    scale: 0.8;
    background: white;
    overflow: hidden;
}

.swal2-footer-custom {
    border: none;
    margin-top: 0em;
    padding: 0em;
    font-size: .9em;
}


.swal2-confirm-button2  {
    border: none !important;
    padding-top: 1em !important;
    border-radius: 1em !important;
    background: linear-gradient(180deg, #EDEDED 0%, rgba(255, 255, 255, 0) 100%) !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    padding-bottom: 1em !important;
    font-weight: bold !important;
    transition: background 1s ease;
    /* transition effect */
    min-width: 11em !important;
    color: rgb(33, 37, 41) !important;
}


.swal2-confirm-button2:hover {
    background: rgb(255, 255, 255) !important;
    /* solid color on hover */
    color: black !important;
}


.swal2-cancel-button2 {
    border: none !important;
    padding-top: 1em !important;
    border-radius: 1em !important;
    background: linear-gradient(180deg, #EDEDED 0%, rgba(255, 255, 255, 0) 100%) !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    padding-bottom: 1em !important;
    font-weight: bold !important;
    transition: background 1s ease;
    /* transition effect */
    min-width: 11em !important;
    color: rgb(33, 37, 41) !important;
}

.swal2-cancel-button2:hover {
    background: rgb(255, 255, 255) !important;
    /* solid color on hover */
    color: black !important;
}

.price-container {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
}

.price-card {
    max-width: 22em;
    margin: auto;
}


#logo {
    display: block;
    font-size: 30px;
    font-weight: bold;
    padding: 0 0 2em 0;
}

.header {
    overflow: hidden;
    position: relative;
    padding: 2em 0 0em 0;
}

.header::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    height: 100%;
    width: 130%;
    transform: skewY(-17deg);
    background: #ffffff;
    transform-origin: bottom left;
    z-index: -1;
    / / box-shadow: 0 0 8 px 4 px #3a506b3d;
}


#status-select-font {
    display: flex;
    justify-content: center;
}

.timestamp {
    text-align: center;
    border: none;
    border-radius: 0.5em;
    margin-left: 0.3em;
    max-width: 43%;
    margin-right: 0.3em;
    margin-bottom: 0.3em;
    padding-top: 0;
    font-size: 0.9em;
}

.timestamp-display {
    display: none;
}

.form-check-input:checked {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: #000000;
}

.form-check-input:focus {
    outline: none;
    box-shadow: none;
}



.cut-position {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: .6em;
    color: #00000080;
    position: relative;
    letter-spacing: 0.8px;
}

.cut-position:before,
.cut-position:after {
    content: attr(title);
    color: rgba(217, 217, 217, 0.41);
    position: absolute;
}

.cut-position::before {
    top: 0.06em;
    left: 0.1em;
    filter: blur(0.05em);
}

.cut-position:after {
    top: 0.04em;
    left: 0.04em;
    filter: blur(0.03em);
}


.cut-position-div {
    cursor: pointer;
    background: linear-gradient(180deg, #FFF 0%, rgb(240, 240, 240) 100%);
    height: auto;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: .7em;
    padding-right: 0.7em;
    border-radius: .5em;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0 3px 4px #0000000a;
}

.subtitle-text {
    flex: 1;
    box-shadow: 0px 4px 22.8px 0px rgba(0, 0, 0, 0.10);
    margin-right: .9em;
    margin-left: .9em;
    padding-left: 1.6em;
    padding-right: 1.6em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background: white;
    font-weight: bold;
    font-size: 0.85em;
}

.subtitle-container {
    position: relative;
    display: flex;
    align-items:
        center;
    width: 100%;
}

.invalid {
    border: 1px solid red;
    background-color: #ffe0e0;
}

.delete-btn {
    border: none;
    font-size: 1.1em;
    padding: 0.2em;
    border-radius: 0.3em;
    flex: 1;
    max-width: 2.5em;
    margin-left: .4em;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-color: #dc3545;
}

.add-btn {
    margin-top: 1em;
    color: #6a6a6a;
    border: none;
}

* {
    transition: opacity 0.1s ease-in-out;
    /* This sets a 0.1-second transition on opacity for all elements */
}


.call-to-action {
    width: 9em;
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
    border-radius: 2em;
    font-size: 1em;
    font-weight: bold;
}

.price-container {
    display: flex;
    align-items: center;
    justify-content: left;
    font-weight: bold;
    color: #1a1a1a;
}


.add-subtitle-button {
    font-size: 1.2em;
}

.subtitle-entry {
    text-align: center;
    margin-bottom: 1em;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
}

.sub-editor-line {
    display: flex;
}

.grid-container {
    max-width: 28em;
    margin: auto;
}

.background-select-pic {
    max-height: 9em;
    max-width: 100%;
    box-shadow: 0 6px 10px #0000002e;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#artwork-dropzone .dz-remove {
    font-size: 12px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
    position: absolute;
    right: 0px;
    top: 3px;
    z-index: 1000;
}


.background-select {
    transition: transform 0.3s ease;
    /* transition effect on transform property */
    transform: scale(1);
    /* initial scale */

    max-width: 16em;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: auto;
    padding: 0;
}

.background-select:hover,
.background-select.clicked {
    transform: scale(1.03);
    /* Scale on hover or when clicked */
}

.background-select-upload {
    transition: transform 0.3s ease;
    /* transition effect on transform property */
    transform: scale(1);
    /* initial scale */
}

.background-select-upload:hover,
.background-select-upload.clicked {
    transform: scale(1.03);
    /* Scale on hover or when clicked */
}


.color-icon {
    transition: transform 0.1s ease;
    /* transition effect on transform property */
    transform: scale(1);
    /* initial scale */
    cursor: pointer;
}

.color-icon:hover {
    transform: scale(1.05);
    /* scale on hover */
}

.active-icon {
    color: #515151;
    /* Change to your desired active color */
}

.position-icons {
    transition: transform 0.1s ease;
    /* transition effect on transform property */
    transform: scale(1);
    /* initial scale */
    cursor: pointer;
    color: #D9D9D9;
}

.position-icons:hover {
    transform: scale(1.15);
    /* scale on hover */
}


.scale-hover {
    transition: transform 0.3s ease;
    /* transition effect on transform property */
    transform: scale(1);
    /* initial scale */
}

.scale-hover:hover {
    transform: scale(1.1);
    /* scale on hover */
}


.grid-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    transition: background 1s ease;
    /* transition effect */
    transform: scale(1);
    /* scale on hover */
}

.grid-item:hover {
    transform: scale(1.03);
    /* scale on hover */
}

.grid-item img {
    cursor: pointer;
    border-radius: 0.5em;
    box-shadow: 0 8px 11px #00000017;
    max-height: 3.2em;
}

.grid-item-background img {
    cursor: pointer;
    border-radius: 0.5em;
    max-width: 12em;
}

.center {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center p {
    font-weight: 700;
    font-size: 1.5em;
    margin: 0;
}

.center i {
    margin-right: 0.3em;
}

@media (max-width: 768px) {
    .grid-container {
        max-width: 100%;
        margin: 0 10px;
    }
}


.video-clip {
    width: calc(33.33% - 1em);
    height: 20em;
    display: inline-block;
    margin: 0.5em;
}

.video-display {
    text-align: center;
    max-width: 100%;
}


.navbar-discount {
    overflow: hidden;
    background-image: linear-gradient(109.6deg, rgba(0, 0, 0, 0.7) 11.2%, rgb(36, 50, 66) 91.1%);
    color: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    font-size: 14px;
    font-weight: bold;
}


.header-mastering {
    overflow: hidden;
    position: relative;
    padding: 2em 0 5em 0;
}

.header-mastering::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    height: 100%;
    width: 130%;
    transform: skewY(-13deg);
    background-image: linear-gradient(to right, #007588, #000, #08606f);
    transform-origin: bottom left;
    z-index: -1;
    box-shadow: 0 0 8px 4px #3a506b3d;
}

.header-beat-optimize {
    overflow: hidden;
    position: relative;
    padding: 2em 0 5em 0;
}

.header-beat-optimize::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    height: 100%;
    width: 130%;
    transform: skewY(-13deg);
    background-image: linear-gradient(to right, #000, #291f40, #6fffe9);
    transform-origin: bottom left;
    z-index: -1;
    box-shadow: 0 0 8px 4px #3a506b3d;
}


#typed {
    color: #3a506b;
    font-weight: bold;
}


#typed-mastering {
    color: #6FFFE9;
    font-weight: bold;
}

.btn-link {
    text-decoration: none;
}


.howItWorks {
    border: 1px solid black;
    border-radius: 0.5em;
    padding: 0.6em;
    position: relative;
    min-height: 12em;
}

.howItWorks__heading {
    font-size: 20px;
}

.howItWorks_arrows {
    position: absolute;
    right: 12px;
    top: 11px;
}


.uploadFile {
    border: 2px dashed #2a9383;
    padding: 1em;
    font-size: 18px;
    font-weight: bold;
    border-radius: 0.5em;
    background-color: #ffffff57;
    margin-bottom: 0.5em;
}

.form-switch .form-check-input {
    width: 3.5em;
}

.form-check-input {
    height: 2em;
}

.form-check {
    display: inline-block;
}

.waveform {
    background-color: #0000001c;
    border-radius: 0.6em;
    margin-bottom: 0.3em;
    position: relative;
}

.waveform-text {
    background-color: #000000;
    position: absolute;
    top: 10px;
    z-index: 99;
    border-radius: 7px;
    padding: 4px 18px;
    color: white;
    width: 160px;
    cursor: pointer;
    filter: opacity(0.75);
    left: 0.4em;
    font-size: 14px;
}

.waveform-text.muted {
    background-color: #ccc;
}


.mixingBox {
    background-color: rgba(255, 255, 255, 0.43);
    border-radius: 1.5em;
    padding: 0;
    padding-top: 0.01em;
    margin: auto;
    -webkit-animation: glowing3 3s ease-in-out infinite alternate;
    -moz-animation: glowing3 3s ease-in-out infinite alternate;
    animation: glowing3 3s ease-in-out infinite alternate;
}

.modal-body {
    overflow-y: auto;
}

.modal-content {
    background-color: #ffffff;
    border-radius: 1em;
    min-height: 11.3em;
}

@media (max-width: 550px) {
    .modal-content {
        font-size: 0.7em;
    }
}


.masteringBox {
    background-color: rgba(255, 255, 255, 0.88);
    border-radius: 1.5em;
    padding: 0;
    padding-top: 0.01em;
    margin: auto;
    -webkit-animation: glowing3 3s ease-in-out infinite alternate;
    -moz-animation: glowing3 3s ease-in-out infinite alternate;
    animation: glowing3 3s ease-in-out infinite alternate;
}


.beatOptimizeBox {
    background-color: rgba(255, 255, 255, 0.88);
    border-radius: 1.5em;
    padding: 0;
    padding-top: 0.01em;
    margin: auto;
    -webkit-animation: glowing3 3s ease-in-out infinite alternate;
    -moz-animation: glowing3 3s ease-in-out infinite alternate;
    animation: glowing3 3s ease-in-out infinite alternate;
}


.pricing {
    position: relative;
    color: white;
    padding: 0;
    padding-bottom: 2em;
    margin: auto;
    /* margin-top: 6em; */
    padding-top: 6em;
    padding-bottom: 6em;
    box-shadow: 0px 0px 42px #828282;

}

.pricing::after {
    content: "";
    background-image: linear-gradient(109.6deg, rgb(0, 0, 0) 11.2%, rgb(36, 50, 66) 91.1%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: skewY(0deg);
    transform-origin: top right;
    z-index: -1;
}

.profilePic {
    width: 150px;
    height: 150px;
    border-radius: 1em;
    margin: auto;
    /*box-shadow: 0 0px 25px #828282;*/
}

.profile-sections {
    margin-top: 1em;
}

.pricingTable {
    margin-top: 0;
    margin-bottom: 0.8em;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
}

.overlayColor {
    width: 150px;
    height: 150px;
    background-color: rgba(255, 255, 255, 0.16);
    border-radius: 1em;
}

.artistName {
    font-weight: bold;
}


.demo {
    position: relative;
    color: black;
    padding: 0;
    padding-bottom: 2em;
    margin: auto;
    margin-top: 2em;
    padding-top: 6em;
    padding-bottom: 6em;
    box-shadow: 0 -22px 18px #8282823d;
}

.demo::after {
    content: "";
    background-image: linear-gradient(109.6deg, rgb(176, 255, 243) 11.2%, rgb(111, 255, 233) 91.1%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: skewY(0deg);
    transform-origin: top right;
    z-index: -1;
}


.demo-optimize {
    position: relative;
    color: black;
    padding: 0;
    padding-bottom: 2em;
    margin: auto;
    padding-top: 6em;
    padding-bottom: 6em;
}

.demo-optimize::after {
    content: "";
    background-image: linear-gradient(to right, #3a506b, #6FFFE9);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: skewY(0deg);
    transform-origin: top right;
    z-index: -1;
    box-shadow: 0px 19px 18px 7px #bfbfbf;
}

.payBox {
    /* background-color: white; */
    background-image: linear-gradient(109.6deg, rgb(255, 255, 255) 11.2%, rgb(213, 255, 249) 91.1%);
    background-size: cover;
    border-radius: 1.5em;
    color: #3a506b;
    padding: 0;
    position: relative;
    min-height: 13em;
    max-width: 26em;
    margin: auto;
    box-shadow: 5px 4px 16px 0px #000;
    margin-bottom: 2em;
    margin-top: 1em;
}

.payBoxGlowing {
    animation: glowing6 2s ease-in-out infinite alternate;
}

.rendering-active {
    animation: glowing-render 1.5s ease-in-out infinite alternate;
}

.payBoxOverlay {
    border-radius: 0.5em;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 2em;
    border: 1px solid hsla(0, 0%, 10%, .1);
    height: inherit;
}


.payBox__value {
    font-size: 46px;
}

.payBox__value small {
    font-size: 16px;
}

.payBox__now {
    background-color: black;
    border-radius: 2em;
    position: absolute;
    bottom: -23px;
    left: 15%;
    width: 70%;
    box-shadow: 5px 4px 16px 0px #000;
    border: 0;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

.ai-processing-container {
    position: relative;
    color: white;
    padding: 0;
    margin: auto;
    margin-top: 0em;
    padding-top: 10em;
    box-shadow: 0 -19px 18px 0px #bfbfbf;
    padding-bottom: 10em;
}


.hero-heading {
    font-size: 40px;
    font-weight: bold;
}

.text-aqua {
    background: #6FFFE9;
    background: linear-gradient(to bottom, #6FFFE8 20%, #000 77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-aqua-2 {
    background: #6FFFE9;
    background: linear-gradient(to bottom, #6FFFE8 20%, #3b506b 77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.developed-for-artists {
    background-color: #000000;
    background-image: linear-gradient(109.6deg, rgb(255, 255, 255) 11.2%, rgb(222, 236, 255) 91.1%);
    padding: 1em 0;
    width: 100%;
}

.human-touch {
    overflow: hidden;
    position: relative;
    color: white;
    margin: auto;
    padding-top: 5em;
    box-shadow: 0 0px 20px 21px #0006;
}

.human-touch::after {
    content: "";
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: skewY(0deg);
    transform-origin: top right;
    z-index: -1;
}

.human-touch-2 {
    overflow: hidden;
    position: relative;
    padding: 0em 0 5em 0;
    box-shadow: 0 19px 18px 0px #bfbfbf;
}

.human-touch-2::after {
    content: "";
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: skewY(0deg);
    transform-origin: top right;
    z-index: -1;
    box-shadow: 0px 19px 18px 7px #bfbfbf;
}

.listen-toggle {
    border-color: black;
    border-width: 2px;
    color: black;
}


.listen-switch {
    text-align: center;
    width: 9em;
    color: #3a506b;
}


.listen-switch .icon {
    font-size: 40px;
}

.btn-standard {
    border: none;
    padding-top: 1em;
    border-radius: 1em;
    background: linear-gradient(180deg, #EDEDED 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 4px 44px rgba(0, 0, 0, 0.05);
    padding-bottom: 1em;
    font-weight: bold;
    transition: background 1s ease;
    /* transition effect */
    color: rgb(33, 37, 41);
    margin-top: 0.5em;
}

.btn-standard:hover {
    background: rgb(255, 255, 255);
    /* solid color on hover */
    color: black;
}


.btn-mix {
    background-color: #3a506b;
    border-radius: 1rem;
    padding: 0.4em 2em;
}

.btn-link {
    color: #3a506b;
    font-weight: bold;
}

.btn-outline-secondary {
    border-color: #3a506b;
    color: #3a506b;
    font-weight: bold;
}

@keyframes subtleColorShift {
    0% {
        background-color: #f5f7fa;
        /* Light gray */
    }

    25% {
        background-color: #e2e2e2;
        /* Slightly darker gray */
    }

    50% {
        background-color: #e4e8ec;
        /* Gray with a hint of warmth */
    }

    75% {
        background-color: #e2e2e2;
        /* Slightly darker gray */
    }

    100% {
        background-color: #f5f7fa;
        /* Light gray */
    }
}

@keyframes subtleBoxShadow {

    0%,
    100% {
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    }

    50% {
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
    }
}

.minimalist-animate-bg {
    animation: subtleColorShift 4s infinite alternate ease-in-out,
        subtleBoxShadow 8s infinite alternate ease-in-out;
}

.settings-icon {
    background: linear-gradient(180deg, #EAEAEA 0%, transparent 100%);
    margin-right: 0.5em;
    padding: 0.4em;
    font-size: 1.1em;
    border-radius: 0.6em;
}

.font-settings-icons {
    background: white;
    border-radius: 1em;
    text-align: center;
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.09);
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1.05em;
    width: 7em;
    margin-top: 1em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    height: 7em;
    align-items: flex-start;
    transition: max-height 0.5s ease-out;
}

.font-settings-icons-advanced {
    background: white;
    border-radius: 1em;
    text-align: center;
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.09);
    padding: 1.05em 1em 1em;
    width: 15em;
    margin: 1em 0.5em 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
}

.font-settings-icons-advanced.show {
    max-height: 500px;
    opacity: 1;
    transition: max-height 0.5s ease-in, opacity 0.5s ease-in;
}

.toggle-button {
    transition: transform 0.3s ease;
    padding: 0 !important;
    width: 2.5em !important;;
    scale: 0.8 !important;;
}

.toggle-button.rotated {
    transform: rotate(180deg);
}


.tw-toggle {
    /* background: #95A5A6; */
    display: inline-block;
    padding: 2px 10px;
    position: relative;
    border-radius: 1em;
    background: #0000000d;
    box-shadow: 0 0 10px #00000012 inset;
    margin-right: auto;
    margin-left: 3em;
}

.tw-toggle label {
    text-align: center;
    font-family: sans-serif;
    display: inline-block;
    color: #bcbcbc;
    position: relative;
    z-index: 2;
    font-size: 15px;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 4px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;

}

.tw-toggle input {
    /* display: none; */
    position: absolute;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
    scale: 2;
    margin-top: 7px;
    margin-left: 3px;
}

.tw-toggle span {
    height: 21px;
    width: 21px;
    line-height: 21px;
    border-radius: 50%;
    background: #fff;
    display: block;
    position: absolute;
    left: 52px;
    top: 0.4em;
    transition: all 0.3s ease-in-out;
}

.tw-toggle input[value="AA"]:checked~span {
    background: #494949;
    left: 11px;
    color: #fff;
    scale: 1.2;

}

.tw-toggle input[value="aa"]:checked~span {
    background: #494949;
    left: 68%;
    scale: 1.2;
}

.tw-toggle input[value="Aa"]:checked~span {
    background: #494949;
    left: 39px;
    scale: 1.2;

}

.tw-toggle input[value="AA"]:checked+label,
.tw-toggle input[value="true"]:checked+label {
    color: #494949;
}

.tw-toggle input[value="Aa"]:checked+label {
    color: #494949;
}

.tw-toggle input[value="aa"]:checked+label {
    color: #494949;
}



.progress-bar {
    background-color: rgba(0, 0, 0, 0.33);
    transition: width 10s ease;
}

.progress-bar-subs {
    background-color: rgba(0, 0, 0, 0.68);
    transition: width 0.1s ease;
}

.progress-bar-subs-div {
    margin-right: 8em;
    margin-left: 5em;
    height: 4px;
    margin-top: .5em;
}

.form-label-advanced{
    font-size: 0.7em;
    font-weight: bold;
    text-align: start;
}

.toggle-container {
    cursor: pointer;
    display: inline-block;
}

.form-range-custom {
    --thumb-color: #4c4c4c;
    -webkit-appearance: none;
    /* For WebKit browsers */
    appearance: none;
    /* Reset default styling */
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 2em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    font-size: 0.8em;
    box-shadow: 0 0 7px #00000014 inset;
    pointer-events: none;

}

/* For WebKit browsers like Chrome and Safari */
.form-range-custom::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* Override default appearance */
    appearance: none;
    background: var(--thumb-color);
    cursor: pointer;
    /* Cursor on hover */
    border-radius: 50%;
    /* Circular shape */
    border: none;
    height: 13px;
    width: 13px;
    transition: background 0.3s;
    /* Smooth transition */
    box-shadow: 0 1px 2px #00000054;
}

/* For Firefox */
.form-range-custom::-moz-range-thumb {
    background: var(--thumb-color);
    /* Thumb color */
    cursor: pointer;
    /* Cursor on hover */
    border-radius: 50%;
    /* Circular shape */
    border: none;
    height: 13px;
    width: 13px;
    transition: background 0.3s;
    /* Smooth transition */
    box-shadow: 0 1px 2px #00000054;

}

/* For Microsoft Edge */
.form-range-custom::-ms-thumb {
    background: var(--thumb-color);
    /* Thumb color */
    cursor: pointer;
    /* Cursor on hover */
    border-radius: 50%;
    /* Circular shape */
    border: none;
    height: 13px;
    width: 13px;
    transition: background 0.3s;
    /* Smooth transition */
    box-shadow: 0 1px 2px #00000054;

}




.add-backing-info {
    font-size: 18px;
    text-align: center;
    padding-top: 3.4em;
    padding-bottom: 2.55em;
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-static {
    opacity: 0;
    transition: opacity 1.5s ease-out;
}

.fade-in-static.visible {
    opacity: 1;
}



.upload-window {
    max-width: 36em;
    margin-left: auto;
    min-width: 12em;
    animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.start-mixing-info {
    max-width: 18em;
    margin: auto;
    padding-top: 2em;
    height: 6em;
}

.info-carousel-items {
    font-size: 12px;
}

.no-padding {
    padding: 0;
    margin: 0;
}

.upload-box {
    border: none;
    padding: 1px;
    background-color: transparent;
    height: 12em;
    transform: scale(1);
    /* scale on hover */
    transition: transform 0.3s ease;
    /* transition effect on transform property */
}

.upload-box:hover {
    transform: scale(1.02);
    /* scale on hover */
}

.upload-box-video {
    border: none;
    padding: 1px;
    background-color: transparent;
    transform: scale(1);
    /* scale on hover */
    transition: transform 0.3s ease;
    /* transition effect on transform property */
}

.upload-box-video:hover {
    transform: scale(1.02);
    /* scale on hover */
}

.lighter-font {
    font-weight: lighter;
}

.carousel-control-next,
.carousel-control-prev

/*, .carousel-indicators */
    {
    filter: invert(100%);
}

.dark-blue {
    color: #3a506b;
    fill: #3a506b;
}

.inside-info-carousel {
    max-width: 80%;
    margin: auto;
    height: 3em;
}

.set-vol-slider-class {
    padding-top: 2em;
    margin-bottom: 0;
}

.set-vol-adjust-text {
    padding-bottom: 1em;
}

.vol-slider-window {
    padding: 1.5em 2em 0em;
    height: 13.5em;
}

.set-vol-text {
    padding-top: 0.5em;
}


.btn {
    --bs-btn-border-radius: 0.6rem;
}

@-webkit-keyframes glowing1 {
    from {
        box-shadow: 5px 0 10px #6fffe9, 0 5px 10px #3a506b, 5px 0 10px #ff00b7;
    }

    to {
        box-shadow: 5px 0 10px #3a506b, 0 5px 10px #6fffe9, 5px 0 10px #9900ff;
    }
}

@-webkit-keyframes glowing2 {
    from {
        box-shadow: 5px 0 10px #000dff, 0 5px 10px #ff9900, 5px 0 10px #00d9ff;
    }

    to {
        box-shadow: 0 5px 10px rgb(183, 0, 255), 5px 0 10px rgb(255, 0, 0), 0 5px 10px #11ff00;
    }
}

@-webkit-keyframes glowing3 {
    from {
        box-shadow: 20px 0 40px rgba(255, 255, 255, 0.21), 0 20px 40px rgba(183, 0, 255, 0.42), 20px 0 40px rgba(255, 255, 255, 0.21);
    }

    to {
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.38), 20px 0 40px rgba(255, 255, 255, 0.21), 0 20px 40px rgba(0, 0, 0, 0.55);
    }
}

@-webkit-keyframes glowing4 {
    from {
        box-shadow: 0 0 10px rgb(0, 166, 255), 0 0 10px rgb(255, 0, 0), 0 0 10px rgb(0, 217, 255);
    }

    to {
        box-shadow: 0 0 10px rgb(0, 255, 111), 0 0 10px rgb(255, 0, 114), 0 0 10px rgb(0, 165, 255);
    }
}

@-webkit-keyframes glowing5 {
    from {
        box-shadow: 0 0 10px #6fffe9, 0 0 10px #6fffe9, 0 0 10px #6fffe9;
    }

    to {
        box-shadow: 0 0 10px #FFFFFFFF, 0 0 10px #5300ff, 0 0 10px #FFFFFFFF;
    }
}

@-webkit-keyframes glowing6 {
    from {
        box-shadow: 0 0 30px #6fffe9, 0 0 30px #ffffff, 0 0 30px #6efde7;
    }

    to {
        box-shadow: 0 0 30px rgb(255, 255, 255), 0 0 30px rgba(174, 0, 255, 0.35), 0 0 30px #ffffff;
    }
}

@-webkit-keyframes glowing-render {
    from {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0), 0 0 10px rgba(0, 0, 0, 0), 0 0 10px rgba(0, 0, 0, 0);
    }

    to {
        box-shadow: 0 0 20px #0000000D, 0 0 20px #0000000D, 0 0 20px #0000000D;
    }
}

.log-reg-buttons {
    width: 8em;
    margin-bottom: 0.4em;
    margin-left: 0;
    margin-right: 0;
    font-size: 13px;
    background-color: #3a506b;
    color: white;
}

.dropzone {
    background-color: rgba(255, 255, 255, 0.21);
    max-height: 150px;

}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 10px;
    background: #ffffff94;
}

.dropzone .dz-message {
    text-align: center;
    margin: 0;
}

.dropzone .dz-preview .dz-remove {
    color: #3a506b;
    margin: 5px;
}





.dropzone .dz-size {
    display: none;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 10px;
    background: #ffffff94;
    max-height: 5em;
}

.dropzone {
    /* min-height: 10em; */
}


.btn-outline-dark-edited {
    background-color: rgba(255, 255, 255, 0.74);
    color: #000000;
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none;
    -webkit-animation: glowing4 0.5s ease-in-out infinite alternate;
    -moz-animation: glowing4 0.5s ease-in-out infinite alternate;
    animation: glowing4 0.5s ease-in-out infinite alternate;
}

.file-format-text {
    font-size: 12px;
}

.bar {
    width: 10px;
    height: 70px;
    background: #fff;
    display: inline-block;
    transform-origin: bottom center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    /*   box-shadow:5px 10px 20px inset rgba(255,23,25.2); */
    animation: loader 2s linear infinite;

}

.bar1 {
    animation-delay: 0.1s;
}

.bar2 {
    animation-delay: 0.3s;
}

.bar3 {
    animation-delay: 0.5s;
}

.bar4 {
    animation-delay: 0.7s;
}

.bar5 {
    animation-delay: 0.9s;
}

.bar6 {
    animation-delay: 1.1s;
}

.bar7 {
    animation-delay: 1.3s;
}

.bar8 {
    animation-delay: 1.5s;
}

@keyframes loader {
    0% {
        transform: scaleY(0.1);
        background: #3a506b;
    }

    50% {
        transform: scaleY(1);
        background: #3a506b;
    }

    100% {
        transform: scaleY(0.1);
        background: transparent;
    }
}

.bg-success-edited {
    background-color: rgba(0, 0, 0, 0.78);
}

.bg-light {
    --bs-bg-opacity: 0;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.dropdown-menu {
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #ffffffc7;
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #fff;
    --bs-dropdown-link-active-color: #ffffff75;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    max-width: 13em;
    margin: auto;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    transition: background-color 0.3s ease;
    /* Add transition for smooth effect */
}

.dropdown-item:hover {
    background-color: #f0f0f080;
    /* Light gray background on hover */
}

.popover {
    background: rgba(255, 255, 255, 0.9);
}

.progresses {
    display: flex;
    align-items: center;
}

.lineDone {
    width: 15em;
    height: 0.3em;
    background: #3a506b;
}

.lineNotDone {
    width: 15em;
    height: 0.3em;
    background: #838383;
}

.lineNotDoneMaster {
    width: 27em;
    height: 0.3em;
    background: #838383;
}

.lineActive {
    width: 15em;
    height: 0.3em;
    background: #3a506b;
    -webkit-animation: glowing5 1.2s ease-in-out infinite alternate;
    -moz-animation: glowing5 1.2s ease-in-out infinite alternate;
    animation: glowing5 1.2s ease-in-out infinite alternate;
}


.stepsDone {
    display: flex;
    color: #3a506b;
    font-size: 1.5em;
    width: 0.9em;
    height: 0.9em;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0.8em;
}

.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.header-success {
    overflow: hidden;
    position: relative;
    padding: 2em 0 5em 0;
}

.header-success::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    height: 100%;
    width: 130%;
    z-index: -1;
    box-shadow: 0 0 8px 4px #3a506b3d;
}


.header-failed {
    overflow: hidden;
    position: relative;
    padding: 2em 0 5em 0;
}

.header-failed::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    height: 100%;
    width: 130%;
    z-index: -1;
    box-shadow: 0 0 8px 4px #3a506b3d;
}

.FAQ-section {
    overflow: hidden;
    position: relative;
    color: white;
    margin: auto;
    padding-top: 5em;
    padding-bottom: 3em;
    max-width: 30em;
}

.accordion-body {
    font-size: 15px;
}

.bi-info-square {
    padding-right: 0.5em;
}

.post-box {
    border: 1px solid #ccc;
    padding: 1em;
    transition: box-shadow 0.3s;
    max-width: 20em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    border-radius: 1em;
    background-color: white;
}

.post-box:hover {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.16);
}

.post-link {
    text-decoration: none;
    color: inherit;
}

.post-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 0.5em;
    margin-bottom: 1em;
}

.blog-posts {
    margin: 1em;
}

#video-container {
    border-radius: 1em;
    width: 100%;
    /* Full width to use the maximum space available */
    height: auto;
    /* Height should adjust based on content */
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#remotionIframe {
    width: 100%;
    /* Full width of the container */
    height: 100%;
    /* Full height based on aspect ratio */
    border-radius: 1em;
    /* Consistent rounded corners */
    transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out;
    /* Smooth transitions for size changes */
}

.horizontal {
    aspect-ratio: 16 / 9;
    /* Aspect ratio for horizontal videos */
}

.vertical {
    aspect-ratio: 9 / 16;
    /* Aspect ratio for vertical videos */
}



.vertical {
    width: 354px;
    /* Adjust the width and height for vertical orientation */
    height: 630px;
}

.unsplash-select {
    max-width: 16em;
    overflow: hidden;
    border-radius: 0.5em;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin:auto;
    padding: 0;
}

.unsplash-search-container {
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 4px 14px rgb(0 0 0 / 19%);
    border-radius: 2em;
    width: 100%;
    padding: 0.05em;
    margin-top: 0.7em;
    scale: 0.9;
}

.unsplash-search-input {
    flex-grow: 1;
    border: none;
    background: transparent;
    color: black;
    font-size: small;
    padding: 0.3em 0.5em;
    margin: 0;
    height: 1.6em;
    line-height: 1.6em;
    outline: none; /* Remove outline on focus */
    margin-left: .5em;
}

/* Remove any browser-specific focus styles */
.unsplash-search-input:focus,
.unsplash-search-input:active,
.unsplash-search-input:hover {
    outline: none;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;

}

.unsplash-search-input::placeholder {
    color: rgba(0, 0, 0, 0.7);
}

.custom-spinner {
    width: 0.8em;
    height: 0.8em;
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    margin: 0;
    padding: 0;
}

.video-loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.8em;
    height: 0.8em;
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin-video 1s ease-in-out infinite;
    z-index: 10;
}

@keyframes spin-video {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

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

.background-select-upload{
    max-width: 16em;
    overflow: hidden;
    border-radius: 0.5em;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: auto;
    padding: 0;
}

.video-thumbnail {
    transition: transform 0.2s;
}

.video-thumbnail:hover {
    transform: scale(1.05);
}

.unsplash-search-button,
.unsplash-back-button {
    background: transparent;
    border: none;
    color: black;
    cursor: pointer;
    padding: 0.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.6em;
    height: 1.6em;
    margin: 0; /* Add this */
}

/* Add this to ensure SVG icons are centered */
.unsplash-search-button svg,
.unsplash-back-button svg {
    width: 1em;
    height: 1em;
    display: block;
}

.unsplash-image-container {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background:linear-gradient(180deg, #EDEDED 0%, rgba(255, 255, 255, 0) 100%);
}

.video-container {
    overflow: hidden;
    border-radius: 0.5em;
    display: grid;
}