/* Google Font Link */
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');*/

/* Define CSS variables */
:root {
    --primary-color: #830C83;
    --secondary-color: #6c757d;
    --background-color: #FFF;
    --background-grey: #F5F6FF;
    --default-gradient: linear-gradient(135deg, #7189FF -0.74%, #830C83 99.26%);
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Outfit', Roboto, sans-serif;
}

.btn-primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.btn {
    font-weight: 500;
    font-size: .8125rem;
}

/* Hover state */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: var(--primary-color);
    ;
    border-color: var(--primary-color);
    ;
    color: #ffffff;
    /* Text color */
}

.btn-outline-primary {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.c-title {
    font-size: 16px;
    font-weight: 600;
}

/* Hover state */
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: var(--primary-color);
    color: #ffffff;
    /* Text color */
    border-color: var(--primary-color);
}

.btn-wavel-gradient {
    border: none;
    /*border-radius: 8px;*/
    background: var(--default-gradient, linear-gradient(135deg, #7189FF -0.74%, #830C83 99.26%));
    display: flex;
    padding: 10px !important;
    justify-content: center;
    align-items: center;
    gap: 5px;
    align-self: stretch;
    border-radius: 12px;
    color: #fff !important;
    font-weight: 500 !important;
    cursor: pointer;
}

.btn-wavel-border-gradient {
    position: relative;
    display: flex;
    padding: 10px !important;
    justify-content: center;
    align-items: center;
    gap: 5px;
    align-self: stretch;
    cursor: pointer;
}

.btn-wavel-border-gradient::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 2px;
    background: linear-gradient(135deg, #7189FF -0.74%, #830C83 99.26%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    cursor: pointer;
}


/**
Text sizes
 */
.text-small {
    font-size: small;
}

.text-x-small {
    font-size: x-small;
}

.text-xx-small {
    font-size: xx-small;
}

.text-large {
    font-size: large;
}

.text-xl {
    font-size: x-large;
}

.text-xxl {
    font-size: xx-large;
}

.font-size-0-820 {
    font-size: 0.820em;
}


/*.btn-wavel-border-gradient:hover span {*/
/*    background: transparent;*/
/*}*/

.wavel-card-border {
    border-radius: 18px;
    border: 1px solid var(--Final-Theme-Neutrals-400, #E6E6E9);
}

.bold-label {
    color: #0E0F26;

    /* Heading/small */
    font-family: Outfit;
    font-size: 19.6px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.violet-card {
    border-radius: 18px;
    border: none;
    background: linear-gradient(90deg, #8936B2 0%, #B23690 98.72%);
    /*background: url('/images/tools/cards/Vector1.webp') right bottom no-repeat, url(paper.gif) left top repeat;*/
    color: #fff;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out !important;
}

.gradient-dots-background {
    position: relative;
}

.violet-card .ttv-cta-icon {
    background: #fff !important;
}

.card-shadow-1 {
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.search-form {
    position: relative;
    /*width: 75%;*/
}

.search-form .fa-search {

    position: absolute;
    top: 12px;
    left: 20px;
    color: #9ca3af;

}

/*.search-form span {*/

/*    position: absolute;*/
/*    right: 17px;*/
/*    top: 13px;*/
/*    padding: 2px;*/
/*    border-left: 1px solid #d1d5db;*/

/*}*/

.search-form .left-pan {
    padding-left: 7px;
}

.search-form .left-pan i {

    padding-left: 10px;
}

.search-form .form-input {

    /*height: 45px;*/
    text-indent: 33px;
    border-radius: 10px;
}

.search-form .form-input:focus {
    box-shadow: none;
    border: none;
}

.search-form .dropdown-menu {
    max-height: 300px;
    /* Limit the height of the dropdown */
    overflow-y: auto;
    /* Enable vertical scrolling if needed */
}

.search-form .dropdown-menu .search-res-icon {
    width: 35px;
    height: 35px;
}

.search-bg {
    margin-top: 0.5em;

    position: relative;
    /*top: 100%; !* Position below the input *!*/
    left: 0;
    width: 100%;
    /*background: white;*/
    /*border: 1px solid #ddd;*/
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    z-index: 1000;
    /* Ensure it is above other elements */
    max-height: 300px;
    /* Optional: limit height for scrollable dropdown */
    overflow-y: auto;
    /* Optional: enable scrolling if content exceeds max-height */
}

.search-bg .search-res-icon {
    margin-right: 2em;
}

.search-bg .search-result {
    position: fixed;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sidebar {
    position: fixed;
    /*top: 0;*/
    left: 0;
    height: 100%;
    width: 260px;
    /*background: #FCFCFF;*/
    background: var(--background-color);
    z-index: 100;
    transition: all 0.5s ease;
    border-right: 1px solid #E6E6E9;
    display: block;
}



.sidebar.close {
    width: 60px;
    opacity: 1;
}

.sidebar .logo-details {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1em;
}

.sidebar .logo-details .collapse-icon {
    /*font-size: 30px;*/
    /*color: #929293;;*/
    /*height: 50px;*/
    /*min-width: 60px;*/
    /*text-align: center;*/
    /*line-height: 50px;*/
    width: 1.5em;
    margin-left: auto;
}

.sidebar .logo-details .logo_name {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease;
    transition-delay: 0.1s;
}

.sidebar .logo-details .header-brand-img {
    /*width: 7em;*/
    /*padding: 3px;*/
}

.sidebar.close .logo-details .logo_name {
    transition-delay: 0s;
    opacity: 0;
    pointer-events: none;
}

.sidebar.close .logo-details .collapse-icon {
    position: relative;
    /* left: -10em; */
    width: 2em;
    transition-delay: 0.1s;
    left: 0;
}

.sidebar.close .logo-details .header-brand-img {
    display: none;
}

.sidebar .nav-links {
    height: 100%;
    padding: 10px 0 150px 0;
    overflow: scroll;
}

.sidebar.close .nav-links {
    overflow: visible;
}

.sidebar .nav-links::-webkit-scrollbar {
    display: none;
}

.sidebar .nav-links li {
    position: relative;
    list-style: none;
    transition: all 0.4s ease;

    margin: 0 1em 0 1em;
    border-radius: 10px;

    border: 1px solid transparent;
}

.sidebar .nav-links li:hover {
    /* Final Theme/blue/100 */
    /*background: var(--background-color);*/
    background: #E6E6E9;
    /* Final Theme/Neutrals/400 */
    border: 1px solid #E6E6E9;
    /*border-radius: 8px;*/
}

.sidebar .nav-links li.active {
    /* Final Theme/blue/100 */
    /*background: var(--background-color);*/
    background: #E6E6E9;
    /* Final Theme/Neutrals/400 */
    border: 1px solid #E6E6E9;
    /*border-radius: 8px;*/
    border-radius: 0;
    /*margin-right: 5px;*/
    /*margin-left: 5px;*/
}

.sidebar .nav-links li {
    margin: 0;
}

.sidebar .nav-links li .iocn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar.close .nav-links li .iocn-link {
    display: block
}

.sidebar .nav-links li .sidebar-icon {
    /*height: 45px;*/
    /*min-width: 60px;*/
    text-align: center;
    /*line-height: 45px;*/
    /*color: #929293;;*/
    /*font-size: 18px;*/
    cursor: pointer;
    width: 1.5em;
    transition: all 0.3s ease;

}

.sidebar .nav-links li .sidebar-icon img {
    display: inline;
}

.sidebar .nav-links li i {
    height: 45px;
    min-width: 60px;
    text-align: center;
    line-height: 45px;
    color: #929293;
    ;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sidebar .nav-links li.showMenu i.arrow {
    transform: rotate(-180deg);
}

.sidebar.close .nav-links i.arrow {
    display: none;
}

.sidebar .nav-links li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.sidebar .nav-links li a .link_name {
    font-size: 14px;
    font-weight: 400;
    color: #929293;
    transition: all 0.4s ease;
}

.sidebar.close .nav-links li a .link_name {
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links li:hover .link_name {
    color: #000c1f;
    /* Your desired color */
    ;
}

.sidebar .nav-links li:hover .bx {
    color: #6610f2;
    /* Your desired color */
    ;
}


.sidebar .nav-links li .sub-menu {
    padding: 6px 6px 14px 30px;
    margin-top: -10px;
    /*background: #929293;*/
    background: var(--background-color);
    display: none;
    /*color: #929293;*/
}

.sidebar .nav-links li.showMenu .sub-menu {
    display: block;
}

.sidebar .nav-links li .sub-menu a {
    height: 35px;
    line-height: 35px;

    color: #929293;
    font-size: 15px;
    padding: 5px 0;
    white-space: nowrap;
    opacity: 0.6;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.sidebar .nav-links li .sub-menu a:hover {
    opacity: 1;
    background: var(--background-color);
    ;
    border-radius: 10px;
}

.sidebar.close .nav-links li .sub-menu {
    position: absolute;
    left: 100%;
    top: -10px;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 0 6px 6px 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0s;
}

.sidebar.close .nav-links li:hover .sub-menu {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
}

.sidebar .nav-links li .sub-menu .link_name {
    display: none;
}

.sidebar.close .nav-links li .sub-menu .link_name {
    font-size: 14px;
    opacity: 1;
    display: block;
}

.sidebar .nav-links li .sub-menu.blank {
    /*opacity: 1;*/
    /*pointer-events: auto;*/
    padding: 3px 20px 6px 16px;
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links li:hover .sub-menu.blank {
    top: 50%;
    transform: translateY(-50%);
}

.sidebar .static-bottom {
    position: fixed !important;
    bottom: 0;
    width: 260px;
    align-items: center;
    /*justify-content: col;*/
    padding: 12px 0;
    transition: all 0.5s ease;
    /*background: #0c5a66;*/
    border-radius: 0px !important;
    border-top: 2px solid #E6E6E9 !important;
}

@media only screen and (max-height: 620px) {
    .nav-links {
        height: 400px;

        overflow: scroll;
    }

    .sidebar .static-bottom {
        position: relative !important;
    }
}

.sidebar .static-bottom:hover {
    background: none !important;
}

.sidebar.close .static-bottom {
    background: none;
}

.sidebar.close .static-bottom {
    width: 60px;
}

/*.sidebar .static-bottom {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

.sidebar .static-bottom .item {
    /*padding: 10px 10px;*/
    display: flex;
    align-items: baseline;
}

.sidebar .static-bottom .item a {
    /*margin-top: 2em;*/
}

.sidebar.close .static-bottom .item a {
    opacity: 0;
    display: none;
}

.sidebar .static-bottom .item i {
    color: var(--primary-color);
}

.sidebar .static-bottom .item a i {
    height: 20px !important;
    line-height: 20px !important;
    min-width: 30px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #fff;
}

.sidebar .static-bottom .static-menu {
    display: flex;
    /*padding: 10px;*/
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.sidebar .static-bottom .small-btn {
    display: none;
}

.sidebar.close .static-bottom .small-btn {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    align-self: stretch;
    line-height: 35px;
    margin: 5px;
    color: #fff !important;
}

.sidebar.close .static-bottom .small-btn i {
    color: #fff !important;
}



.sidebar .profile-details {
    /*position: fixed;*/
    /*bottom: 0;*/
    /*width: 260px;*/
    display: flex;
    align-items: center;
    justify-content: start;
    /*background: #ffffff;*/
    /*background: linear-gradient(135deg, #7189FF -0.74%, #830C83 99.26%);*/
    padding: 12px 0;
    transition: all 0.5s ease;
    box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.3);

    margin: 0 10px;
    border-radius: 8px;
}

.sidebar.close .profile-details {
    margin: 0;
    /*background: none;*/
    /*background: linear-gradient(135deg, #7189FF -0.74%, #830C83 99.26%);*/
}

#toolmenumodal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 30%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.sidebar .profile-details a {
    text-decoration: none;
}

.sidebar.close .carret {
    display: none;
}

.sidebar.close .profile-details {
    width: 60px;
}

.sidebar .profile-details .profile-content {
    display: flex;
    align-items: center;
    /*background: var(--primary-color);*/
}

.sidebar .profile-details .profile-content .name-job {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar .profile-details img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 10px 0 10px;
    background: #FFFFFF;
    transition: all 0.5s ease;
}

.sidebar.close .profile-details img {
    /*padding: 10px;*/
}

.sidebar .profile-details .profile_name,
.sidebar .profile-details .job {
    color: #929293;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
}

.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job {
    display: none;
    cursor: pointer;
}

.sidebar .profile-details .job {
    font-size: 12px;
}


.sidebar.close~.home-section {
    left: 60px;
    width: calc(100% - 60px);
}

.sidebar.close~.home-section-old {
    left: 70px;
    width: calc(100% - 78px);
}

.home-section {
    position: relative;
    padding-top: 1em;
    /*background: #E4E9F7;*/
    min-height: 100vh;
    top: 0;
    left: 260px;
    width: calc(100% - 260px);
    /*width: calc(100% - 15%);*/
    transition: all 0.5s ease;
}

.home-section-old {
    position: relative;
    padding-top: 1em;
    /* background: #E4E9F7; */
    min-height: 100vh;
    top: 0;
    left: 270px;
    width: calc(100% - 278px);
    /* width: calc(100% - 15%); */
    transition: all 0.5s ease;
}

.mobile-menu-opener {
    display: block;
    position: absolute;
    z-index: 999;
    width: 20px;
    left: 5px;
    top: 5px;
}

.mobile-menu-opener img {
    width: 45px;
}

@media (max-width: 768px) {
    .sidebar.close~.home-section {
        width: 100%;
        left: 0.5px;
    }

    .home-section {
        left: 60px;
        width: calc(100% - 60px);
    }
}

@media (max-width: 480px) {
    .sidebar.default-close {
        display: none;
    }

    .sidebar.close {
        display: none;
    }

    /*.sidebar.close~.home-section {*/
    /*    width: 100%;*/
    /*    left: 0.5px;*/
    /*}*/

    /*.home-section {*/
    /*    width: 100%;*/
    /*    left: 0.5px;*/
    /*    !*left: 60px;*!*/
    /*    !*width: calc(100% - 60px);*!*/
    /*}*/



    .home-section {
        width: 100%;
        left: 0.5px;
    }
}

.sidebar.open~.home-section {
    left: 250px;
    width: calc(100% - 250px);
}

.home-section .text {
    display: inline-block;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 500;
    margin: 18px
}

@media (max-width: 420px) {
    .sidebar li .tooltip {
        display: none;
    }

    .sidebar.close~.home-section-old {
        left: 2px;
        width: 100%;
    }
}

.dash-search-box {
    height: 45px;
}

/**  Dashboard css **/

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-20 {
    border-radius: 20px;
}

/**---------------------------------------**/

.product-card .card {
    /*border: none;*/

    position: relative;
    overflow: hidden;
    cursor: pointer !important;
    border-radius: 20px;
    height: 100%;
    max-height: 150px;
}

.product-card .card .video-fit {
    width: 100%;
    /* Ensures the video takes up the full width of the container */
    /*height: 100%; !* Ensures the video takes up the full height of the container *!*/
    height: 92%;
    object-fit: cover;
    /* or scale-down */
    display: block;
    /* Removes any default inline spacing */
}

.d-card-1 {
    border-color: #E2E8F0;
    border-radius: 20px;
    background-image: linear-gradient(180deg, #fff, #fcfcff);
    border-width: 1.5px;
    border-style: solid;
    /*height: 145px;*/
    /*max-width: 20em;*/
    /*margin: 8px;*/
    /*padding: 10px;*/
    /*transition: border-color 0.3s;*/
    overflow: hidden;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.12) 0px 2px 4px 0px;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out !important;
}

.d-card-1::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 2px solid transparent;
    /* background: rgba(0, 0, 0, 0.2); */
    /* background: linear-gradient(to bottom right, #2776e6, #e62776); */
    /* -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); */
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    font-size: 1em;
    opacity: 0;
    /*transition: opacity 0.3s;*/
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 999;
}

.d-card-1.waitlist-button::before {
    background: rgba(0, 0, 0, 0.2);
    -webkit-mask: rgba(0, 0, 0, 0.2);
}

.d-card-1:hover::before {
    opacity: 1;
}

.d-card-1:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.d-card-1:hover .plus {
    display: flex !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.d-card-1 .plus {
    padding: 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    position: absolute;
    right: 20px;
    top: 2em;

    border-radius: 200px;
    background: var(--Final-Theme-Theme-White, #FCFCFF);

    /* Shadow/Normal Shadow */
    box-shadow: 0px 4px 6.6px 0px rgba(20, 20, 26, 0.15);
    display: none;
}


.fonts {
    font-size: 12px;
}

.card-title-font {
    font-size: 16px;
    font-weight: bold;
}

.dubbing-cta-icon {
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;

    width: 44px;
    height: 44px;

    /* Final Theme/Theme/Uniques30/Orange-30 */
    background: rgba(229, 88, 46, 0.3);
    /* Shadow/Small Shadow */
    box-shadow: 0px 4px 12px rgba(20, 20, 26, 0.1);
    border-radius: 12px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.tts-cta-icon {
    /* Frame 958 */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;

    width: 44px;
    height: 44px;

    /* Final Theme/Theme/Uniques30/Blue-30 */
    background: rgba(46, 186, 229, 0.3);
    /* Shadow/Small Shadow */
    box-shadow: 0px 4px 12px rgba(20, 20, 26, 0.1);
    border-radius: 12px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}

.ttv-cta-icon {
    /* Frame 958 */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;

    width: 44px;
    height: 44px;

    /* Final Theme/Theme/Uniques30/Blue-30 */
    background: rgba(229, 46, 225, 0.3);
    /* Shadow/Small Shadow */
    box-shadow: 0px 4px 12px rgba(20, 20, 26, 0.1);
    border-radius: 12px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}

.subtitle-cta-icon {
    /* Frame 958 */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;

    width: 44px;
    height: 44px;

    /* Final Theme/Theme/Uniques30/Olive-30 */
    background: rgba(118, 229, 46, 0.3);
    /* Shadow/Small Shadow */
    box-shadow: 0px 4px 12px rgba(20, 20, 26, 0.1);
    border-radius: 12px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}

.stt-cta-icon {
    /* Frame 958 */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;

    width: 44px;
    height: 44px;

    /* Final Theme/Theme/Uniques30/Lavender-30 */
    background: rgba(89, 46, 229, 0.3);
    /* Shadow/Small Shadow */
    box-shadow: 0px 4px 12px rgba(20, 20, 26, 0.1);
    border-radius: 12px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}

.cloning-cta-icon {
    /* Frame 958 */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;

    width: 44px;
    height: 44px;

    /* Final Theme/Theme/Uniques30/Yellow-30 */
    background: rgba(229, 215, 46, 0.3);
    /* Shadow/Small Shadow */
    box-shadow: 0px 4px 12px rgba(20, 20, 26, 0.1);
    border-radius: 12px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}

.caption-cta-icon {
    /* Frame 958 */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;

    width: 44px;
    height: 44px;

    /* Final Theme/Theme/Uniques30/Red-30 */
    background: rgba(229, 46, 101, 0.3);
    /* Shadow/Small Shadow */
    box-shadow: 0px 4px 12px rgba(20, 20, 26, 0.1);
    border-radius: 12px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}

.voice-cta-icon {
    /* Frame 958 */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;

    width: 44px;
    height: 44px;

    /* Final Theme/Theme/Uniques30/Light Pink-30 */
    background: rgba(168, 46, 229, 0.3);
    /* Shadow/Small Shadow */
    box-shadow: 0px 4px 12px rgba(20, 20, 26, 0.1);
    border-radius: 12px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}


.card-flag {
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 15px;
    gap: 5px;

    position: absolute;
    min-width: 5em;
    max-width: 17em;
    width: auto;
    height: 22px;
    right: -0.5px;
    top: 0;

    /* Final Theme/Gradients/logo-grad */
    background: linear-gradient(135deg, #7189FF -0.74%, #830C83 99.26%);
    /* Shadow/Normal Shadow */
    box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
    border-radius: 0px 18px;
    color: #fff;
    font-size: 10px;


    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    z-index: 1;

}


.coming-soon-flag {
    /* Auto layout */
    /*display: flex;*/
    /*flex-direction: row;*/
    justify-content: center;
    align-items: center;
    padding: 5px 7px;
    gap: 5px;

    /*position: absolute;*/
    width: 10em;
    height: 28px;
    right: -0.5px;
    top: 0;

    /* Final Theme/Gradients/logo-grad */
    /*background: #fff;/*/
    background: linear-gradient(135deg, #7189FF -0.74%, #830C83 99.26%);
    /* Shadow/Normal Shadow */
    box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
    border-radius: 18px 18px;
    color: #fff;
    font-size: 10px;


    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    z-index: 1;

}

.cta-icon {
    /* Dropdown-icons-material */

    width: 44px;
    height: 44px;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}

.carousel-item-icons {
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;

    /*width: 44px;*/
    /*height: 44px;*/

    /* Final Theme/Theme/Uniques30/Orange-30 */
    /*background: rgba(229, 88, 46, 0.3);*/
    /* Shadow/Small Shadow */
    /*box-shadow: 0px 4px 12px rgba(20, 20, 26, 0.1);*/
    /*border-radius: 12px;*/

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.carousel-item-icons .cta-icon {
    width: 44px;
    height: 44px;
}


.background-dots {
    position: relative;
    width: 100%;
    /*height: 100vh; !* Full viewport height *!*/
    /*background: linear-gradient(to bottom right, #2776e6, #e62776); !* Gradient background *!*/
    border-radius: 18px;
    /*background: linear-gradient(135deg, #7189FF -0.74%, rgba(131, 12, 131, 0.93) 99.26%), lightgray 0% 0% / 100px 100px repeat;*/
    /*overflow: hidden;*/
    /*border-radius: 20px;*/


}

.background-dots {
    animation: animateBg 14s linear infinite;
    background-image: linear-gradient(90deg, #7189FF, #830C83, #7189FF, #830C83);
    background-size: 400% 100%;
}

@keyframes animateBg {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 0%;
    }
}


.background-dots::before {
    /*content: "";*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*pointer-events: none; !* Ensure it doesn't interfere with interactions *!*/
    /*background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 10%, transparent 10%) repeat;*/
    /*background-size: 50px 50px; !* Adjust dot size *!*/
    /*opacity: 0.5; !* Semi-transparent *!*/
    /*animation: moveDots 20s linear infinite;*/
}

@keyframes moveDots {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(50px, 50px);
        /* Adjust for smoother animation */
    }
}

.background-dots .circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.background-dots .circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: circle-animate 25s linear infinite;
    bottom: -150px;

}

.background-dots .circles li:nth-child(1) {
    left: 25%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
}


.background-dots .circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.background-dots .circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.background-dots .circles li:nth-child(4) {
    left: 40%;
    width: 40px;
    height: 40px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.background-dots .circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.background-dots .circles li:nth-child(6) {
    left: 75%;
    width: 80px;
    height: 80px;
    animation-delay: 3s;
}

.background-dots .circles li:nth-child(7) {
    left: 35%;
    width: 110px;
    height: 110px;
    animation-delay: 7s;
}

.background-dots .circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.background-dots .circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.background-dots .circles li:nth-child(10) {
    left: 85%;
    width: 90px;
    height: 90px;
    animation-delay: 0s;
    animation-duration: 11s;
}


@keyframes circle-animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

.learning-video-row .card {
    border-radius: 10px;
    height: 100%;
    padding: 1em;
}

.learning-video-row .video-container {
    position: relative;
    width: 100%;
    /*height: 10.8em;*/
    /*padding-top: 56.25%; !* 16:9 Aspect Ratio *!*/
    border-radius: 15px;
}

.learning-video-row .video-container iframe {
    border-radius: 10px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.learning-video-row .video-container img {
    /*position: absolute;*/
    border-radius: 7px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.learning-video-row .video-container .play-btn {
    position: absolute;
    width: 5em;
    height: 5em;
    top: 40%;
    /* margin-left: auto; */
    /* margin-right: auto; */
    left: 40%;
}

.font-small {
    font-size: small;
}

/**
Carousel
 */
.multiple-card-slider .carousel-item {
    padding: 1em;
}

/*.multiple-card-slider .card {*/
/*    !*margin: 0 0.5em;*!*/
/*    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);*/
/*    border: none;*/
/*}*/

.multiple-card-slider .carousel-control-prev,
.multiple-card-slider .carousel-control-next {
    background-color: #000;
    color: #fff;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    top: 45%;
    padding: 0.5em;
    transform: translateY(-50%);
}

.multiple-card-slider .my-gen-files .card {}




@media (min-width: 768px) {
    .multiple-card-slider .carousel-item {
        margin-right: 0;
        flex: 0 0 calc(100% / 4);
        display: block;
        backface-visibility: visible;
    }

    .multiple-card-slider .carousel-inner {
        display: flex;
    }

    .modal-custom {
        width: 95%;
        /* Adjust width for smaller screens */
    }

    /*.modal-content {*/
    /*    height: 70vh; !* Adjust height for smaller screens *!*/
    /*}*/
}

.upgradeModal .modal-content {
    /*height: 90vh; !* Height relative to viewport height *!*/
    max-height: 90vh;
    /* Ensure it doesn't overflow */
    padding: 0 40px;
}

.modal-custom {
    width: 90%;
    /* Default width */
    max-width: 1050px !important;
    /* Maximum width */
    /*height: 700px;*/
}

.modal-content {}

@media (max-width: 576px) {
    .modal-custom {
        width: 96% !important;
        /* Full width on very small screens */
    }

    /*.modal-content {*/
    /*    height: 75vh; !* Adjust height for very small screens *!*/
    /*}*/
}

.small-cta-card {
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out !important;
    height: 100%;
}

.small-cta-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.small-cta-card .card-title {
    color: var(--Final-Theme-Theme-Black, #0E0F26);
}

.small-cta-card .fw-light {
    overflow: hidden;
    color: var(--Final-Theme-Neutrals-800, #929293);

}

.upgradeModal .modal-header {
    text-align: center;
}

.upgradeModal .modal-title {
    text-align: center;
    /* Heading/large */
    font-family: Outfit;
    font-size: 31.36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: var(--Final-Theme-Gradients-logo-grad, linear-gradient(135deg, #7189FF -0.74%, #830C83 99.26%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.upgradeModal .modal-body .subtext {
    color: var(--Final-Theme-Neutrals-800, #929293);
    text-align: center;
    /* Text/large - paragraph */
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
}

.upgradeModal .nav-tabs .nav-link {
    color: var(--Final-Theme-Neutrals-800, #929293);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;

}

.upgradeModal .nav-tabs .nav-link:hover {
    border-color: transparent transparent #f3f3f3;
}



.upgradeModal .nav-tabs .nav-link.active {
    background: linear-gradient(135deg, #7189FF -0.74%, #830C83 99.26%);
    color: #FCFCFF;
    /*background-color: transparent;*/
    border-color: transparent transparent #f3f3f3;
    /*border-bottom: 3px solid !important;*/
    font-style: normal;
    font-weight: 600;

    width: 10em;
    font-size: 1.6em;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.upgradeModal .nav-tabs .nav-link.active:hover {
    color: #FCFCFF !important;
}

.upgradeModal .price-row {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

@media (max-width: 480px) {
    .upgradeModal .price-row {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .upgradeModal .modal-header {
        display: block;
    }

    .upgradeModal .select-plan-card {
        display: none;
    }
}

.upgradeModal .price-card {
    border-radius: 18px;
    border: 4px solid transparent;
    background: var(--Final-Theme-Theme-White, #FCFCFF);

    /* neumorph */
    box-shadow: -4px -4px 16px 0px rgba(255, 255, 255, 0.20), 4px 4px 16px 0px rgba(0, 0, 0, 0.20);
}

.upgradeModal .price-card:hover {
    border: 4px solid var(--Final-Theme-Theme-Purple, #830C83);
}

.upgradeModal .plan-name {
    color: var(--Final-Theme-Theme-Black, #0E0F26);

    /* Heading/large */
    font-family: Outfit;
    font-size: 21.36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /*margin-left: 0.5em;*/
}

.upgradeModal .dollar-sym {
    color: var(--Final-Theme-Theme-Black, #0E0F26);
    text-align: justify;
    /* Heading/default */
    font-family: Outfit;
    font-size: 17.44px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.old-grey {
    color: var(--Final-Theme-Neutrals-700, #B2B2B4) !important;
}

.upgradeModal .old-price-fig {
    color: var(--Final-Theme-Neutrals-700, #B2B2B4);
    text-align: justify;

    /* Heading/4xlarge */
    font-family: 'Outfit';
    font-size: 50.56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /*text-decoration-line: strikethrough;*/
    text-decoration: line-through;
}

.upgradeModal .price-fig {
    color: var(--Final-Theme-Theme-Black, #0E0F26);
    text-align: justify;

    /* Heading/4xlarge */
    font-family: 'Outfit';
    font-size: 50.56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.upgradeModal .price-time {
    color: var(--Final-Theme-Neutrals-900, #676768);
    text-align: center;

    /* Label/default */
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 6em;
    /* 114.286% */
}

.upgradeModal .discount {
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
}

.upgradeModal .discount .disc {
    color: var(--Final-Theme-Theme-White, #FCFCFF);
    /* Label/default */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 114.286% */
    padding: 4px;

    border-radius: 6px;
    background: var(--Final-Theme-Theme-Blue, #7189FF);
}

.upgradeModal .offer-banner {
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 6px;
    font-size: 12px;
    background: linear-gradient(135deg, #24FDCB -0.74%, #CFF36F 99.26%);
}

.upgradeModal .offer-banner .limited {}

.upgradeModal .get-started {
    display: flex;
    padding: 13px 30px;
    justify-content: center;
    align-items: center;
    gap: 7.5px;
    align-self: stretch;

    border-radius: 12px;
    /*border: 1px solid var(--Final-Theme-Theme-Purple, #830C83);*/

    /* Shadow/Large Shadow */
    /*box-shadow: 0px 16px 32px 0px rgba(20, 20, 26, 0.30);*/
}

.upgradeModal .select-plan-card {
    border-radius: 18px;
    background: var(--Final-Theme-Theme-White, #FCFCFF);

    /* neumorph */
    box-shadow: -4px -4px 16px 0px rgba(255, 255, 255, 0.20), 4px 4px 16px 0px rgba(0, 0, 0, 0.20);
}

.upgradeModal .plan-variant {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;

    border-radius: 18px;
    border: 1px solid var(--Final-Theme-Theme-Uniques-Olive, #76E52E);
    background: rgba(118, 229, 46, 0.10);
}

.upgradeModal .back-key {
    color: var(--Final-Theme-Neutrals-900, #676768);
    /*text-align: center;*/

    /* Text/xlarge */
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
}

.upgradeModal .p-f-1 {
    color: var(--Final-Theme-Theme-Black, #0E0F26);
    text-align: justify;

    /* Heading/small */
    font-family: Outfit;
    font-size: 13.6px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.upgradeModal .p-f-2 {
    color: var(--Final-Theme-Theme-Black, #0E0F26);
    text-align: justify;

    /* Heading/xxlarge */
    font-family: Outfit;
    font-size: 34.04px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.quick-pricing-body .payment-form label {
    color: var(--Final-Theme-Neutrals-700, #B2B2B4);
    text-align: center;

    /* Label/default */
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 114.286% */
}

.quick-pricing-body .payment-form .form-control-1 {
    display: flex;
    padding: 8px 5px;
    align-items: center;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid var(--Final-Theme-Neutrals-400, #E6E6E9);
    background: var(--Final-Theme-Theme-White, #FCFCFF);
}

.quick-pricing-body .payment-form .form-control-1::placeholder {
    font-size: 12px;
    /* Set the desired font size */
    color: var(--Final-Theme-Neutrals-700, #B2B2B4);
}

.quick-pricing-body .payment-form .card-control {
    padding: 10px 20px;
    align-items: center;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid var(--Final-Theme-Neutrals-400, #E6E6E9);
    background: var(--Final-Theme-Theme-White, #FCFCFF);
}

.payment-confirm-message-card,
.payment-success-message-card {
    min-height: 350px;
}

.d-1 {
    color: var(--Final-Theme-Theme-Black, #0E0F26);
    text-align: center;

    /* Heading/xlarge */
    font-family: Outfit;
    font-size: 35.28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.d-2 {
    color: var(--Final-Theme-Neutrals-800, #929293);
    text-align: center;

    /* Text/xlarge */
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
}


/**
Signup modal
 */
.signupModal .testimonial-bg {
    /*background: var(--Final-Theme-Theme-Black, #0E0F26);*/
    display: flex;
    /*width: 481.5px;*/
    /*height: 576px;*/
    padding: 40px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: linear-gradient(145deg, rgba(113, 137, 255, 0.99) -43.96%, #0E0F26 46%, rgba(131, 12, 131, 0.99) 152%), #0E0F26;

}

.signupModal .btn-close {
    display: flex;
    padding: 8px;
    align-items: flex-start;
    gap: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #f0f0f0;
    border-radius: 25px;
    background: var(--Final-Theme-Neutrals-100, #FFF);
    box-shadow: 0px 4px 12px 0px rgba(20, 20, 26, 0.10);
    z-index: 999;
    cursor: pointer;
}

.signupModal .testimonial-bg .wavel-logo {
    width: 15em;
}

.signupModal .quick-google-login {
    color: #0E0F26;
    border-radius: 9px;
    border: 1px solid var(--Final-Theme-Neutrals-500, #CECED0);

    /* Shadow/Medium Shadow */
    box-shadow: 0px 2px 3px 0px rgba(20, 20, 26, 0.20)
}

.signupModal .data-form {
    display: flex;
    /*padding: 40px;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    align-self: stretch;
}

.signupModal .data-form .heading label {
    color: var(--Final-Theme-Theme-Black, #0E0F26);
    text-align: justify;

    /* Heading/default */
    font-family: Outfit;
    font-size: 27.44px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.signupModal .data-form input[type="text"],
input[type="password"] {
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 10px;
    align-self: stretch;

    /*border-radius: 12px;*/
    border-radius: 0 10px 10px 0px;
    ;
    /*border: 1px solid var(--Final-Theme-Neutrals-500, #CECED0);*/
    border-color: var(--Final-Theme-Neutrals-500, #CECED0);
    ;
    background: var(--Final-Theme-Theme-White, #FCFCFF);
}

.signupModal .data-form input[type="email"],
input[type="password"] {
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 10px;
    align-self: stretch;

    /*border-radius: 12px;*/
    border-radius: 0 10px 10px 0px;
    ;
    /*border: 1px solid var(--Final-Theme-Neutrals-500, #CECED0);*/
    border-color: var(--Final-Theme-Neutrals-500, #CECED0);
    ;
    background: var(--Final-Theme-Theme-White, #FCFCFF);
}

.signupModal .data-form .input-group i {
    color: var(--primary-color);
}

.signupModal .data-form .signup-submit {
    display: flex;
    padding: 9px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
}

.signupModal .data-form .input-group .input-group-text {
    background-color: transparent;
    /*border: none;*/
    /*border-radius: 12px;*/
    border-radius: 10px 0px 0px 10px;
}

.signupModal .data-form .input-group .form-control {
    border-left: none;
}

.signupModal .data-form .input-group .fas {
    font-size: 1.25em;
    margin-right: 0.5em;
}

.signupModal .otp-box {
    font-size: large !important;
    letter-spacing: 20px !important;
    text-align: center;
}

.signupModal .btn {
    width: 100%;
    display: flex;
    padding: 9px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 9px;
}

.signupModal .t1 {
    color: var(--Final-Theme-Neutrals-800, #929293);
    text-align: center;
    /* Text/xlarge - paragraph */
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 144.444% */
}

.signupModal .t2 {
    text-align: center;

    /* Heading/default */
    font-family: Outfit;
    font-size: 27.44px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: linear-gradient(147deg, #7189FF 24.42%, #830C83 76.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.free-tool-form .uploader-card-body {
    padding: 10px 40px 20px 40px;
    margin: 1em;
    border-radius: 20px;
    border: 1px solid var(--Final-Theme-Neutrals-400, #E6E6E9);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.free-tool-form .card-title {
    display: flex;
    padding: 0px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    align-self: stretch;
}

@media (max-width: 480px) {
    .free-tool-form .card-title {
        padding: 0px;
    }
}

.free-tool-form .card-title .tool-title {
    color: var(--Final-Theme-Theme-Black, #0E0F26);
    /* Heading/xxlarge */
    font-family: Outfit;
    font-size: 2em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.free-tool-form .tool-title {

    /* Heading/default */
    font-family: Outfit;
    font-size: 27.44px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    background: var(--Final-Theme-Gradients-blue-pink-hori-grad, linear-gradient(90deg, #3745C2 0%, #EE87E7 102.82%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.free-tool-form .upload-body {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    margin-top: 2em;

    border-radius: 9px;
    border: 2px dashed var(--Final-Theme-Theme-Purple, #830C83);
    background: var(--Final-Theme-Theme-White, #FCFCFF);

    min-height: 10em;
}

.free-tool-form .upload-submit-btn {
    display: flex;
    padding: 13px 30px;
    justify-content: center;
    align-items: center;
    gap: 7.5px;
    align-self: stretch;
    color: #fff;

    border-radius: 12px;
    background: var(--Final-Theme-Theme-Purple, #830C83);
}

.free-tool-form select {
    /*border: 1px solid var(--primary-color);*/
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}



.free-tool-form .ad-div .ad-design-1 {
    width: 393px;
    height: 493px;
    transform: rotate(15deg);

    position: absolute;
    right: 100px;
    bottom: -60px;

}

.free-tool-form .free-tool-generate-btn {
    height: 3em;
}


#drop-area.active {
    background: linear-gradient(45deg, #e6e6e6, #fff);
}

#fileInputLabel {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(45deg, #56b1da, #3498db);
    color: #000;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background 0.3s;
}


#fileInputLabel :hover {
    background: linear-gradient(45deg, #3498db, #56b1da);
}

#file-list {
    display: none;
    border-radius: 5px;
    width: 100%;
    /*/ / box-shadow: 0 4 px 6 px rgba(0, 0, 0, 0.1);*/
    /*/ / padding: 3 px;*/


}

#file-list.active {
    display: block;
}


#file-list ul {
    list-style: none;
    padding: 0;
}

.file-list li {
    display: flex;
    padding: 9px 14px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;

    border-radius: 9px;
    background: var(--Final-Theme-Status-Green, linear-gradient(90deg, #29BA53 0%, #59D47C 100%));

    /* Shadow/Medium Shadow */
    box-shadow: 0px 8px 24px 0px rgba(20, 20, 26, 0.20);
    color: #fff;
}

#f-upload-progress-bar {
    width: 0;
    height: 7px;
    background: linear-gradient(45deg, #f27c7c, #2fae64);
    /*/ / background: linear-gradient(45 deg, #f27c7c, #7ebe8b);*/
    text-align: center;
    line-height: 20px;
    color: var(--primary-color);
    transition: width 0.3s ease;
}

.file-status-upper-div .video-container {
    display: flex;
    justify-content: center;
    min-height: 50vh;

}

.file-status-upper-div .video-container video {
    width: 80%;
}

.sided-layout .main-container {
    margin: 0;
}

.history-page .history-title {
    color: var(--Final-Theme-Theme-Black, #0E0F26);
    /* Heading/default */
    font-size: 27.44px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1em;
}

.history-page .file-badge {
    font-size: 14px;
    display: flex;
    padding: 5px;
    align-items: center;
    gap: 10px;
    margin-bottom: 1em;

    border-radius: 8px;
    border: 1px solid var(--Final-Theme-Neutrals-400, #E6E6E9);
    background: var(--Final-Theme-blue-100, #F5F6FF);
    cursor: pointer;
}

.history-page .history-card {
    margin-left: 0;
    border-radius: 14px;
    /* Shadow/Small Shadow */
    /*box-shadow: 0px 4px 12px 0px rgba(20, 20, 26, 0.10);*/
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
    /*border: none;*/
    border: 1.6px solid var(--Final-Theme-Neutrals-400, #E6E6E9);
    padding: 1.2em;
    width: 100%;
}

.history-page .history-card .card-img-top {
    height: 152px;
    max-height: 154px;
    border-radius: 14px;
    background: linear-gradient(0deg, rgba(14, 15, 38, 0.00) 0%, rgba(14, 15, 38, 0.00) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;

    /* Shadow/Small Shadow */
    box-shadow: 0px 4px 12px 0px rgba(20, 20, 26, 0.10);
}

.history-page .history-card .play-img {
    width: 3em;
    position: absolute;
    align-items: center;
    top: 25%;
    left: 45%;
    display: none;
}

.history-page .history-card:hover .play-img {
    display: block;
}

@media (max-width: 480px) {
    .history-page .history-card .play-img {
        display: block;
    }
}

.sidebar.close:before {
    content: " ";
}

@media only screen and (max-width: 576px) {
    .sidebar.close~.home-section-old {
        left: 0;
        width: 100%;
    }

    .home-section-old {
        left: 0;
        width: 100%;
    }

    .free-tool-form .uploader-card-body {
        margin: 20px;
    }

    .free-tool-form .card-title .tool-title {
        color: #0E0F26;
        text-align: center;
        font-family: Outfit;
        font-size: 31.36px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 10px;
    }


    .free-tool-form .card-title {
        margin-bottom: 0;
        padding-top: 20px;
    }

    .free-tool-form .card-title .sub-title-label {
        color: #676768;
        text-align: center;
        font-family: Outfit;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin: 0;

    }

    .free-tool-form .uploader-card-body .upload-body {
        padding: 40px 20px;
        border-radius: 24px;
        border: 2px dashed rgba(14, 15, 38, 0.20);
    }

    .free-tool-form .uploader-card-body .upload-body .drop-zone-title {
        color: #676768;
        text-align: center;
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        padding-bottom: 10px;
        padding-top: 5px;
        margin: 0;
    }

    .free-tool-form .uploader-card-body .upload-body .drop-zone-content-desc {
        color: #B2B2B4;
        text-align: center;
        font-family: Outfit;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        margin: 0;

    }

    .free-tool-form .new-free-tool-generation-btn .free-tool-generate-btn {
        padding: 13px 60px;
    }

    .free-tool-form .card-body .bold-label {
        padding-bottom: 10px;
    }

    .free-tool-form .card-body .sub-label-content {
        overflow: hidden;
        color: #676768;
        text-overflow: ellipsis;
        font-family: Outfit;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
    }

    .free-tools-section-parent .free-tool-form .card-body {
        padding: 20px;
    }

    .free-tool-form .full-card-free-tools {
        padding: 0;
        margin-bottom: 0;

    }

    .parent-unlock-wavel {
        padding: 40px;
        margin: 0;
        gap: 0;
    }

    .parent-unlock-wavel .title-wavel-magic {
        color: #0E0F26;
        font-family: Outfit;
        font-size: 19.6px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 10px;
    }

    .parent-unlock-wavel .subtitle-wavel-magic {
        overflow: hidden;
        color: #676768;
        text-overflow: ellipsis;
        font-family: Outfit;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 20px;
    }

    .discover-more-button {
        padding: 9px 14px;
        color: #FCFCFF;
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }

    .download-icon-freetool-youtube {
        vertical-align: 0 !important;
    }

    .dashboard-content {
        padding-top: 60px;
    }

    .upgradeModal .nav-link {
        font-size: 14px;
    }

    .history-page {
        margin-top: 60px;
    }
}

a {
    text-decoration: none !important;
}

#upgradeModalLabel .nav-tabs .nav-link.active {
    color: var(--Final-Theme-Theme-Black, #0E0F26);
    background-color: transparent;
    border-color: transparent transparent #F3F3F3;
    border-bottom: 3px solid !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}

#upgradeModalLabel .nav-tabs .nav-link {
    color: var(--Final-Theme-Neutrals-800, #929293);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.bounceInRight .modal-close {
    right: 20px;
    left: unset;
}

.bounceInRight .btn.modal-close-btn {
    display: none;
}

.custom-google-onetap-place-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}


.banner {
    background: #f5f2f2;
    /*border-bottom: 2px solid #cfcfcf;*/
    height: 44px;
}

.banner-left-img {
    /*height: 54px;*/
    position: absolute;
    /*left: 0;*/

    height: 34px;
    /*position: absolute;*/
    left: 86px;
    /*top: -10px;*/
}

.banner-right-img {
    height: 34px;
    position: absolute;
    right: 0;
}

.fixed__banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    /* Keeps it on top */
    display: flex;
    align-items: center;
    /* Center text vertically */
    justify-content: center;
    /* Center text horizontally */

    background-image: url('/images/tools/banner/middle-glow.webp');
    /* Replace with your image URL */
    background-size: cover;
    /* Scale the image to cover the div */
    background-position: center;
    /* Center the image within the div */
    background-repeat: no-repeat;
    /* Prevent the image from repeating */
}

.banner__content {
    padding-right: 10px;
    /*max-width: 500px;*/
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;

}

@media (max-width: 480px) {
    .fixed__banner {
        position: absolute;
        top: 66px;
    }

    .banner__content {
        margin-top: 0;
    }

    .banner-left-img {
        display: none;
        left: 2px;
    }
}

.banner__text {
    flex-grow: 1;
    line-height: 1.4;
    font-family: "Quicksand", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner__close {
    right: 95px;
    position: absolute;
    background: none;
    border: none;
    cursor: pointer;
}


.banner__close>span {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.banner__text {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.progress-circle {
    width: 40px;
    /* Size of the circular progress bar */
    height: 40px;
    margin-right: 10px;
    /* Space between progress and text */
}

.progress-value {
    font-size: 12px;
    /* Font size for the value */
    font-weight: bold;
    text-anchor: middle;
    /* Center the text */
    dominant-baseline: middle;
    /* Center vertically */
    fill: #007bff;
    /* Text color */
}

.text-truncate-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.eta-video-overlay-container {
    position: relative;
}

.eta-overlay {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    /* Black with 50% transparency */
    color: white;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    z-index: 2;
    /* Ensures it's above the video thumbnail */
    width: 90%;
    /* Adjust width to cover most of the thumbnail */
    max-width: 300px;
    /* Optional: Cap the maximum width */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    /* Add slight shadow for better contrast */
    opacity: 0.9;
    /* Slight transparency for the layer itself */
}

/** https://codesandbox.io/p/sandbox/css-animated-borders-lndvrx?file=%2Fsrc%2Fstyles.css%3A63%2C1-107%2C1&from-embed&initialpath=%231 **/
.breath-glow {
    outline-width: 1px;
    outline-offset: 0;
    outline-color: rgba(0, 130, 206, 0.75);
    outline-style: solid;
    animation: animateOutline 1s ease infinite;
}

@keyframes animateOutline {
    0% {
        outline-width: 1px;
        outline-offset: 0;
        outline-color: rgba(0, 130, 206, 0);
    }

    20% {
        outline-color: rgba(0, 130, 206, 0.75);
    }

    50% {
        outline-width: 7px;
        outline-offset: 4px;
        outline-color: rgba(0, 130, 206, 0);
    }

    70% {
        outline-width: 7px;
        outline-offset: 4px;
        outline-color: rgba(102, 102, 102, 0);
    }

    100% {
        outline-width: 1px;
        outline-offset: 0;
        outline-color: rgba(0, 130, 206, 0);
    }
}

.animated-border-box {
    /*width: 60vmin;*/
    /*height: 50vmin;*/
    /*display: grid;*/
    /*place-content: center;*/
    /*color: white;*/
    /*text-shadow: 0 1px 0 #000;*/
    --border-angle: 0turn;
    --main-bg: conic-gradient(from var(--border-angle),
            #fff,
            #fff 5%,
            #fff 60%,
            #fff 95%);
    border: solid 5px transparent;
    border-radius: 2em;
    --gradient-border: conic-gradient(from var(--border-angle),
            transparent 25%,
            #08f,
            #f03 99%,
            transparent);
    background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
    background-position: center center;
    -webkit-animation: bg-spin 3s linear infinite;
    animation: bg-spin 4s linear infinite;
}

@-webkit-keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

@keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

.box:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}

.sub-style-image {
    border-radius: 20px;
}