/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
li {
    margin-bottom: 0;
}

body {
    -webkit-font-smoothing: auto !important;
    font-family: -apple-system, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
}p

 p ,a{

 }
.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;s
}

//* Header */
.header-custom {
    background-color: transparent;
    position: fixed;
    top: 0;
    height: 50px;
    color: white;
    z-index: 10;
    width: 100%;
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: height .25s ease-in-out;
}

/* Adjust header elements to align in columns */
.header-custom .header-container {
    display: flex;
    width: 100%;
    align-items: center;
    position:absolute;
}

/* Logo */
.header-custom .header-custom__img img {
    height: 40px;
    object-fit: cover;
}


/* Centered Menu */
.header-custom .header-menu {
    display: flex;
    margin-bottom: 0;
    list-style: none;
    gap: 0 20px;
    align-items: center;
    justify-content: center;
    flex: 2; /* Take more space for centered alignment */
}

.header-custom .header-menu__item {
    color: white;
    position: relative;
    margin-bottom: 0;
    font-size: 18px; /* Adjust font size for better visibility */
}

.header-custom .header-menu__item::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 0%;
    background-color: white;
    transition: width .25s linear;
}

.header-custom .header-menu__item:hover::before {
    width: 100%;
}

.header-custom .header-menu__item:hover a {
    color: white;
    text-decoration: none;
}

/* Right-aligned buttons */
.header-custom .header-buttons {
    display: flex;
    gap: 10px;
}

.header-custom .header-buttons .btn {
    padding: 8px 20px;
    border: 2px solid white;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    color: white;
    transition: background-color 0.3s ease-in-out;
}

.header-custom .header-buttons .btn-login {
    background-color: transparent;
}

.header-custom .header-buttons .btn-try {
    background-color: #7b5cf5; /* Purple button */
}

.header-custom .header-buttons .btn-login:hover {
    background-color: white;
    color: black;
}

.header-custom .header-buttons .btn-try:hover {
    background-color: #6a4ce0; /* Darker purple on hover */
}



/* Make header responsive */
@media (max-width: 768px) {
    .header-custom {
        padding: 0 20px;
        height: auto;
        flex-direction: column;
    }

    .header-custom .header-container {
        flex-direction: column;
        align-items: center;
    }

    .header-custom .header-custom__img img {
        height: 30px;
    }

    .header-custom .header-menu {
        flex-direction: column;
        gap: 10px;
    }

    .header-custom .header-buttons {
        margin-top: 10px;
        gap: 5px;
    }

    .component .close-btn {
        padding: 0;
        margin: 0;
        top: -10px;
        right: 12px;
    }
}

#main-content {
    width: 70%;
    height: 100vh;
}
body {
    transition: all .25s ease;
}


.section-bg {
    border-radius:1em;
    padding:1em;
}
.section-content a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.header-custom .dropdown-menu {
    flex-direction: column;
    background-color: transparent;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    font-size:25px;
}

.header-custom .dropdown-menu.show {
    display: flex;
}

.header-custom .dropdown-item {
    color: white;
}

.header-custom .dropdown-menu li:not(:last-child) {
    margin-bottom: 6px;
}

.header-custom .dropdown-item:hover {
    color: #2a2054;
}

.header-custom .dropdown button {
    margin: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
    text-transform: capitalize;
    font-size:25px;
}

.header-custom #bg-menu-mobile {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #9163cb;
    background-color: #2a2054;

    will-change: transform;
}

.header-custom #menu-mobile {
    display: none;
}


#hamburger {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background-color: transparent;
    z-index: 10000;
    display: none;
}

#hamburger:hover span:nth-child(1) {
    top: -4px;
    -webkit-transition: .20s ease-in-out;
    -moz-transition: .20s ease-in-out;
    -o-transition: .20s ease-in-out;
    transition: .20s ease-in-out;
}

#hamburger:hover span:nth-child(3) {
    top: 34px;
    -webkit-transition: .16s ease-in-out;
    -moz-transition: .16s ease-in-out;
    -o-transition: .16s ease-in-out;
    transition: .16s ease-in-out;
}

#hamburger span {
    z-index: 3;
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: white;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .20s ease-in-out;
    -moz-transition: .20s ease-in-out;
    -o-transition: .20s ease-in-out;
    transition: .25s ease-in-out;
}

#hamburger span:nth-child(1) {
    top: 0px;
}

#hamburger span:nth-child(2) {
    top: 14px;
}

#hamburger span:nth-child(3) {
    top: 28px;
}

#hamburger.open span:nth-child(1) {
    top: 14px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: #fff;
}

#hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -30px;
    -webkit-transition: .16s ease-in-out;
    -moz-transition: .16s ease-in-out;
    -o-transition: .16s ease-in-out;
    transition: .16s ease-in-out;
}

#hamburger.open span:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background-color: #fff;
}


#menu-mobile {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #2a2054;
    will-change: transform;
    transition: all .25s ease;
    padding: 0 20px;
}

#menu-mobile.show {
    right: 0;
}

.--profile-section .row {
    max-width: 100%;
}

.--profile-section .section-content {
    margin: 0;
    width: 100%;
    height: fit-content;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:0;
}

@media (max-width: 1024px) {

    .header-custom {
        padding: 0 20px;
    }

    .header-custom .header-custom__img {
        object-fit: cover;
    }

    .header-custom #menu-mobile {
        display: block;
    }
    .header-custom .header-menu {
        display: none;
        font-weight:300;
        font-size: 30px;
    }

    .header-custom #menu-mobile ul {
        width: 100%;
        position: fixed;
        top: 100px;
        left:0;
        /*left: 0;*/
        list-style: none;
        color: #fff;
        z-index:3;
    }

    .header-custom #menu-mobile ul li {
        font-weight:300;
        font-size: 20px;
        position: relative;
        margin-bottom: 30px;
        left: 105%;
        cursor: pointer;
        will-change: transform;
    }

    .header-custom #menu-mobile ul li a::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        background-color: white;
        width: 0;
    }


    .header-custom #menu-mobile ul li.active a::before {
        width: 10%;
    }


    .header-custom #menu-mobile ul li:hover {
        color: #111;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

    #hamburger {
        display: block;
    }

}

/* Appstream container takes up the right side */
#appstream-container {
    width: 95%;   /* Takes 90% of the page width */
    padding-bottom: 56.25%;
    overflow: hidden; /* Prevent overflow */
    position: relative;
}

#appstream-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 10px; /* Optional: Remove borders */
}

#comments {
    display: none;
}

.blog-single #header {
    display: none;
}

.blog-single {
    /*background: url('./assets//images//background.png') no-repeat center center;*/
    background-color: white;
    min-height: 100vh;
}



.header-link-item {
    position: relative;
    line-height: 25px !important;
    font-size:25px;
}
.header-link-item::before {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    content: '';
    width: 0%;
    height: 2px;
    background-color: white;
    transition: width .25s linear;
}

.header-link-item:hover::before {
    width: 100%;
}
#top-bar {
    display: none;
}

.header-wrapper {
    padding: 0 80px;
    background-color: transparent;
}

.header-bg-color {
    background-color: transparent !important;
}
.header-bg-image {
    background-image: none !important;
}

.header-wrapper.stuck .header-bg-color {
    background-color: #2a2054 !important;
}


#wpforms-confirmation-442 p{
    color: black !important;
}

.absolute-footer{
    display: none;
}
.image-rounded img {
    border-radius: 20px;
}

.col-center {
    display: flex;
    flex-direction: column;
    align-items:center;
}
.section-content {
    width: 80%;
    margin: 0 auto;

}




.row{
    max-width: unset;
}

.mt-100 {
    margin-top: 100px;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.px-2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.px-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.col {
    padding: 0 30px 30px 0;
}



.btn-group {
    display: flex;
    gap: 0 10px;
}

.--mini-content {
    /* padding: 20px 100px; */
    /* gap: 10px; */
}
.--mini-content .col{
    padding-bottom: 0px;
}

.div.wpforms-container-full .wpforms-confirmation-container-full {
    background-color: transparent !important;
}

button#wpforms-submit-442 {
    min-width: 150px;
    -webkit-box-shadow:0px 0px 58px 22px rgba(45,255,196,0.63);
    -moz-box-shadow: 0px 0px 58px 22px rgba(45,255,196,0.63);
    box-shadow: 0px 0px 58px 22px rgba(45,255,196,0.63);
    background-color: rgba(45,255,196,0.63);
}



.--contact-us-wrapper {
    padding: 200px 0;
}

.--contact-us-wrapper .wpforms-container-full {
    margin-top: 0;
    margin-bottom: 0;
}

.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
    background: white;
}

.--btn-center {
    display: flex;
    justify-content: center;
}

.--partners {
    position: relative;
}

.--partners img{
    width: 60%;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:40px;
}
.--partners .col {
    padding: 0;
}

.--price {
    background: transparent;
}

.--price .col-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all .25s ease-in;
    position: relative;
}

.--price .col-inner::before {
    transform-origin: center center;
    /*background-image: linear-gradient(to right top,rgba(142,91,199,0.72), rgba(142,91,199,0.5));*/
    background-color: white;
    content: '';
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 47% 53% 48% 52% / 13% 14% 86% 87% ;
    pointer-events: none;
    width: 0%;
    aspect-ratio: 3 / 1;
    filter: blur(20px);
    opacity: .4;
    transition: all .25s ease-in-out;
    z-index: -1;
}

.--price .col-inner:hover::before {
    width: 100%;
}

.--price.active .col-inner {
    /*background-image: linear-gradient(to bottom, #0A0A0C, rgba(42, 32, 84, 0.23));*/
    background-color: white;
}

.--price .col-inner:hover {
    /*background-image: linear-gradient(to bottom, #0A0A0C, rgba(42, 32, 84, 0.23));*/
    background-color: white;
}


.--price-type {

}

.--price-value {

}

.--price-list {
    color: white;
    flex: 1;
    text-align: left;
}

.--price-list li {
    font-size: 25px; /* Change this value to adjust the font size */
}

.--btn-try {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    color: white !important;
    border:0 !important;
    line-height: 40px;
    background-color: #2a2054 !important;
    margin-top: auto;
    transition: all .25s ease;
    width: 100%;
}

.alert.--btn-try {
    background-color: #ff0d4c !important;
}

.--btn-try:hover {
    background-color: #ff0d4c !important;
}

.mb-10 {
    margin-bottom: 10px;
}


.--awards img{
    width: 60%;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:40px;
}

.--awards-title {
    display: flex;
    justify-content: center;
    gap: 0 10px;
    margin-bottom: 40px;
}
.--awards-title p{
    margin-bottom: 0;
    color: white;
    font-weight: 900;
}
.--awards-title p.red {
    color: #ff0d4c;
}

form.wpcf7-form {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

form.wpcf7-form .wpcf7-spinner {
    display: none;
}

.--home-trial #wpforms-form-442 {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    /* align-items: center; */
    gap: 0 20px;
}

.--home-trial #wpforms-form-442 .wpforms-field {
    padding: 0;
}



.--home-trial #wpforms-form-442 input{
    border-radius: 20px;
    min-width: 100% ;
}


.--home-trial #wpforms-confirmation-442 {
    background-color: #e0ffc7 !important;
}

#wpforms-form-442 label, #wpforms-form-442 legend{
    color: white;
}

#wpforms-form-442 .wpforms-submit-container {
    padding: 0;
}

#wpforms-form-442 .wpforms-submit-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-left: 0;
}



.--contact-us-wrapper #wpforms-form-447 label,.--contact-us-wrapper #wpforms-form-447 legend{
    font-family: -apple-system, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    color: black;
}

.--contact-us-wrapper #wpforms-form-447 .wpforms-submit-container {
    padding: 0;
}

.--contact-us-wrapper #wpforms-form-447 .wpforms-submit-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-left: 0;
}

.--contact-us-wrapper .wpforms-submit {
    width: 100%;
    padding: 15px 30px;
    text-transform: none;
    background-color: white;

}
.--home-trial #wpforms-form-442 label{
    display: none;
}
.--home-trial .wpforms-container.wpforms-field  {
    padding-top: 0;
}
.--home-trial .wpforms-field-container {
    width: 100%;
}
.--home-trial .wpforms-submit-container {
    margin-top: 0 !important;
    padding-top: 0;
}

#wpforms-form-643 .wpforms-submit-container {
    position: relative;
    padding: 0;
}

#wpforms-form-643 .wpforms-submit-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-left: 0;
}



.modal-register {
    background-color: rgba(0,0,0,0.5);
}

.modal-register .modal-body {
    padding-top: 0;
    padding-bottom: 0;
}

.modal-register .wpforms-submit {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wpforms-confirmation-container-full {
    background-color: #2a2054 !important;
}

.--home-benefits {

}

.--home-benefit-item {
    padding-right: 20px !important;
}

.--home-benefit-item .col-inner {
    /* -webkit-box-shadow:0px 0px 250px 18px rgba(142,91,199,0.72);
    -moz-box-shadow: 0px 0px 250px 18px rgba(142,91,199,0.72);
    box-shadow: 0px 0px 250px 18px rgba(142,91,199,0.72); */
    background-color: rgba(142,91,199,0.72);
    position: relative;
    /* border: 1px solid rgba(255,255,255, 0.7); */

}

.--home-benefit-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-image: linear-gradient(to bottom right, rgba(0,0,0,0.3), rgba(0,0,0,0.05));*/
    background-color: white;
}

.--home-benefit-item::before {
    transform-origin: center center;
    /*background-image: linear-gradient(to right top,rgba(142,91,199,0.72), rgba(142,91,199,0.5));*/
    background-color: white;
    content: '';
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 48% 52% 48% 52% / 35% 34% 66% 65% ;
    pointer-events: none;
    width: 100%;
    height: 100%;
    filter: blur(20px);
    opacity: .4;
    transition: all .25s ease-in-out;
    z-index: -1;

}

/* .col.--home-benefit-item {
    padding: 0 !important;
} */

.--home-section-1 {
    position: relative;
}

.--home-section-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    /*background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), #0A0A0C);*/
    background-color: white;
    opacity: 0.5;
}

.--home-section-2 {
    position: relative;
}

.--home-section-2::before {

}

.--bg-section-2 {
    transform-origin: center center;
    /*background-image: linear-gradient(to right top,#6c22bd,#8b25bb,#a52bb9,#bc34b7,#d040b5,#e645a5,#f55195,#ff6188,#ff796e,#ff965b,#f5b255,#e1cd60);*/
    background-color: white;
    position: absolute;
    top: -20px;
    left: 0;
    border-radius: 33% 67% 59% 41% / 30% 23% 77% 70% ;
    pointer-events: none;
    width: 800px;
    height: 800px;
    filter: blur(100px);
    opacity: .4;
    transition: all .25s ease-in-out;
    z-index: -1;
}

.--bg-section-1 {
    transform-origin: center center;
    /*background-image: linear-gradient(to right top,#6c22bd,#8b25bb,#a52bb9,#bc34b7,#d040b5,#e645a5,#f55195,#ff6188,#ff796e,#ff965b,#f5b255,#e1cd60);*/
    background-color: white;
    position: absolute;
    top: -80px;
    left: 50%;
    border-radius: 20px;
    transform: skewY(-15deg) translate(-50%,-50%) scale(.7) translateZ(0);
    pointer-events: none;
    width: 900px;
    height: 300px;
    filter: blur(100px);
    opacity: .4;
    transition: filter .25s ease-in-out,opacity .25s ease-in-out;
}

.--bg-section-partner {
    transform-origin: center center;
    /*background-image: linear-gradient(to right top,#6c22bd,#8b25bb,#a52bb9,#bc34b7,#d040b5,#e645a5,#f55195,#ff6188,#ff796e,#ff965b,#f5b255,#e1cd60);*/
    background-color: white;
    position: absolute;
    top: 60px;
    left: 10%;
    border-radius: 20px;
    /* transform: skewY(-15deg) translate(-50%,-50%) scale(.7) translateZ(0); */
    border-radius: 33% 67% 59% 41% / 30% 23% 77% 70% ;
    pointer-events: none;
    width: 900px;
    height: 900px;
    filter: blur(100px);
    opacity: .4;
    transition: filter .25s ease-in-out,opacity .25s ease-in-out;
    z-index: -1;
}

.--review-form {
    position: relative;
}

.--review-title {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}

.--review-title-gradient {
    background: linear-gradient(to right, #6c22bd 0%, #e1cd60 100%);
    background-clip: text;
    color: transparent;
    font-weight: 800;
}

.--review-form-bg {
    content:'';
    position: absolute;
    transform-origin: center center;
    /*background-image: linear-gradient(to right top,#6c22bd,#8b25bb,#a52bb9,#bc34b7,#d040b5,#e645a5,#f55195,#ff6188,#ff796e,#ff965b,#f5b255,#e1cd60);*/
    background-color: white;
    position: absolute;
    top: 30%;
    left: 30%;
    border-radius: 20px;
    transform: skewY(-15deg) translate(-30%,-30%) scale(.7) translateZ(0);
    pointer-events: none;
    width: 900px;
    height: 300px;
    filter: blur(100px);
    opacity: .4;
    transition: filter .25s ease-in-out,opacity .25s ease-in-out;
    z-index: -1;
}

.--contact-bg {
    transform-origin: center center;
    /*background-image: linear-gradient(to right top,#6c22bd,#8b25bb,#a52bb9,#bc34b7,#d040b5,#e645a5,#f55195,#ff6188,#ff796e,#ff965b,#f5b255,#e1cd60);*/
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 33% 67% 59% 41% / 30% 23% 77% 70% ;
    pointer-events: none;
    width: 500px;
    height: 500px;
    filter: blur(100px);
    opacity: .4;
    transition: all .25s ease-in-out;
    z-index: -1;
}

.--about-us-bg-1 {
    content:'';
    position: absolute;
    transform-origin: center center;
    /*background-image: linear-gradient(to right top,#6c22bd,#8b25bb,#a52bb9,#bc34b7,#d040b5,#e645a5,#f55195,#ff6188,#ff796e,#ff965b,#f5b255,#e1cd60);*/
    background-color: white;
    top: 0%;
    left: 0%;
    border-radius: 20px;
    transform: skewY(-15deg) translate(-0%,-0%) scale(.7) translateZ(0);
    pointer-events: none;
    width: 300px;
    height: 300px;
    filter: blur(100px);
    opacity: .4;
    transition: filter .25s ease-in-out,opacity .25s ease-in-out;
    z-index: -1;
}
.--about-us-bg-2 {
    content:'';
    position: absolute;
    transform-origin: center center;
    /*background-image: linear-gradient(to right top,#6c22bd,#8b25bb,#a52bb9,#bc34b7,#d040b5,#e645a5,#f55195,#ff6188,#ff796e,#ff965b,#f5b255,#e1cd60);*/
    background-color: white;
    top: 50%;
    left: 60%;
    border-radius: 20px;
    transform: skewY(-15deg) translate(-50%,-60%) scale(.7) translateZ(0);
    pointer-events: none;
    width: 500px;
    height: 500px;
    filter: blur(100px);
    opacity: .4;
    transition: filter .25s ease-in-out,opacity .25s ease-in-out;
    z-index: -1;
}


.--team-bg {
    content:'';
    transform-origin: center center;
    /*background-image: linear-gradient(to right top,#6c22bd,#8b25bb,#a52bb9,#bc34b7,#d040b5,#e645a5,#f55195,#ff6188,#ff796e,#ff965b,#f5b255,#e1cd60);*/
    /*background-color: white;*/
    position: absolute;
    top: 30%;
    left: 50%;
    border-radius: 20px;
    border-radius: 33% 67% 59% 41% / 30% 23% 77% 70% ;
    pointer-events: none;
    width: 200px !important;
    height: 200px;
    filter: blur(100px);
    opacity: .4;
    transition: filter .25s ease-in-out,opacity .25s ease-in-out;
    z-index: -1;
}

.--advisors img,
.--teams img{
    border-radius: 10px;
}

.--advisors img:hover,
.--teams img:hover{
    transform: scale(1.1);
}

.--profile-bg {
    content:'';
    position: absolute;
    transform-origin: center center;
    /*background-image: linear-gradient(to right top,#6c22bd,#8b25bb,#a52bb9,#bc34b7,#d040b5,#e645a5,#f55195,#ff6188,#ff796e,#ff965b,#f5b255,#e1cd60);*/
    /*background-color: white;*/
    top: 50%;
    left: 0%;
    border-radius: 20px;
    transform: skewY(-15deg) translate(-0%,-50%) scale(.7) translateZ(0);
    pointer-events: none;
    width: 700px;
    height: 700px;
    filter: blur(100px);
    opacity: .4;
    transition: filter .25s ease-in-out,opacity .25s ease-in-out;
    z-index: -1;
}

@media (max-width: 1024px) {
    .header-wrapper {
        padding: 0;
        background-color: transparent;
    }
    .section {
        padding: 0 20px;
    }
    .--mini-content {
        /* padding: 20px; */
        /* gap: 20px; */
    }
    .--mini-content .col{
        padding-bottom: 20px;
    }
    .section-content {
        width: 90%;
        margin: 0 auto;
        max-width: 1200px;
    }
    .col {
        padding: 0 10px 10px 0;
        flex-basis: 100%;
        max-width: 100%;
    }

    button#wpforms-submit-442 {
        padding: 0;
        width: 100%;
        margin-top: 40px;
    }

    .--home-trial #wpforms-form-442 {
        display: flex;
        flex-direction: column;
    }
    .--home-trial #wpforms-form-442 .wpforms-submit-container {
        margin-top: 10px !important;
    }

    .--home-benefit-item {
        padding-right: 0 !important;
    }
}




/* profile-page */

.--profile-section {
    padding: 0 ;
    background-color: white;
    border-radius: 1em;
    padding-top:0em !important;

}


.--faq-section {
    padding-top: 200px;
}

.--faq-main .tab {
    border: 0;
}

.--faq-main .tab a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
    transition: all .25s ease-in;
}

.--faq-main .tab.active a{
    /*background-image: linear-gradient(to right,#6c22bd, #e1cd60 );*/
    /*background-color: white;*/
    color: grey;
}

.--faq-main .tab a:hover {
    color: grey;
    /*background-color: white;*/
    /* background-image: linear-gradient(to right,#6c22bd, #e1cd60 ); */
}

.--faq-main .tab-panels {
    border-left: 0;
}

.--faq-main .accordion-title {
    border: 0;
    color: white;
}

.--faq-main .accordion-inner {
    color: white;
}

.--faq-main .accordion-item {
    /*background-color: white;*/
    border: 0;
}




.wpo365-mssignin-wrapper {
    padding: 2px 15px 12px 8px !important;
}

.wpo365-mssignin-spacearound {
    display: block;
}

.wpo365-mssignin-button {
    min-height: unset;
    max-height: 32px;
    height: 32px;
    width: 100%;
    border-radius: 4px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-442 {
    width: 150px !important;
    -webkit-box-shadow:0px 0px 58px 22px rgba(45,255,196,0.63);
    -moz-box-shadow: 0px 0px 58px 22px rgba(45,255,196,0.63);
    box-shadow: 0px 0px 58px 22px rgba(45,255,196,0.63);
    background-color: rgba(45,255,196,0.63);
    display: flex !important;
    justify-content: center !important;
}
.frame_appstream {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    overflow: hidden;
}

.frame_appstream iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-cta-button {
    align-items: center;
    /*background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);*/
    /*background-color: white;*/
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-family: -apple-system, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    transition: all .3s;
}

.custom-cta-button:active,
.custom-cta-button:hover {
    outline: 0;
}

.custom-cta-button span {
    background-color: rgb(5, 6, 45);
    padding: 16px 24px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
}

.custom-cta-button:hover span {
    background: none;
}

.custom-cta-button:active {
    transform: scale(0.9);
}

.main-column {
    flex-direction: row;
    gap: 1em;
    width: -webkit-fill-available;
    justify-content: center;
    display: flex;
    padding:1em;
}
/* Style the New Modules button */
.dropdown-button {
    background: linear-gradient(135deg, #6A7CBF, #6CBCEF); /* Gradient from blue to light blue */
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 12px; /* Smooth rounded corners */
    font-size: 16px;
    font-weight: bolder;
    cursor: pointer;
    transition: all 0.3s ease; /* Smooth transition for hover effect */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Button hover effect */
.dropdown-button:hover {
    background: linear-gradient(135deg, #5a75d5, #82d4e5); /* Darken the gradient on hover */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); /* Slightly stronger shadow on hover */
    transform: translateY(-2px);
}

/* Button active (on click) effect with gradient */
.dropdown-button:active {
    background: linear-gradient(135deg, #5a75d5, #82d4e5); /* Darker gradient on click */
    transform: scale(0.96); /* Slightly more shrink on click */
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); /* Softer shadow on click */
}


/* Container for dropdown content */
.dropdown-container {
    position: relative;
    display: inline-block;
}

/* Style for the dropdown container */
.dropdown-content {
    background-color: #FFFFFF; /* Light grey background */
    color: #333; /* Dark text color */
    padding: 1em;
    border: 1px solid #ccc; /* Subtle border around dropdown */
    width: 200px; /* Set the width of the dropdown */
    display: none; /* Hidden by default */
    position: absolute; /* Absolute positioning */
    z-index: 1; /* Ensure it's above other elements */
    border-radius: 0.5em; /* Smooth corners */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow for a modern look */
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    border-radius: 0.5em;
    border: 1px solid #fff;
}

/* Delete link in red */
.dropdown-content a.delete {
    color: red;
}

.dropdown-content a.delete:hover {
    background-color: #ffe5e5;
}
/* Dropdown links */
/* Style individual items inside the dropdown */
.dropdown-content a {
    color: #838383; /* Blue color for links */
    padding: 0.25em 1em;
    display: block;
    text-decoration: none;
    border-radius: 0.5em; /* Rounded corners for items */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transitions */
    border: 1px solid #fff;
}

/* Container to make the table scrollable */
.scrollable-table-container {
    max-height: 300px; /* Set the height for scrolling */
    overflow-y: auto;  /* Enable vertical scrolling */
    border: 1px solid #ddd; /* Optional: Add border around the table */
    padding: 5px;
    margin-top: 10px;

}

.scrollable-table-container::-webkit-scrollbar {
    width: 8px;
}

.scrollable-table-container::-webkit-scrollbar-thumb {
    background-color: #0073aa; /* Customize scrollbar color */
    border-radius: 4px;
}

/* Table Styling */
.learner-performance-table {
    width: 100%;
    border-collapse: collapse; /* Remove space between cells */
}
th {
    text-transform: none;
}
/* Table Headers */
.learner-performance-table th {
    background-color: #f4f4f4;
    color: #333;
    padding: 12px;
    text-align: left;
    border-bottom: 2px solid #ddd;
}

/* Table Data Rows */
.learner-performance-table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

/* Table Images Styling */
.learner-performance-table img {
    border-radius: 50%; /* Make profile images circular */
    display: block;
    margin: 0 auto;
}

/* Center the entire webpage content */
.page-container {
    max-width: 1200px; /* Set a max width for the content */
    margin: 0 auto;    /* Auto margins will center it */
    padding: 20px;     /* Optional: Add padding for breathing space */
    text-align: left;  /* Optional: Ensures the text inside remains left-aligned */
}

/* Optional: To center the footer content */
.footer-container {
    margin: 0 auto;
}

.site-footer {
    left: 0;
    right: 0;
    position: absolute;
    background-color: #222;
    color:#aaa;
    padding:7em 20em;
    z-index:1;
    margin-top:5em;
}
.footer-column {
    padding:5em 0;
    display:flex;
    flex-direction:row;
    gap: 10em;
}

.footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: anchor-center;
}

.social-links {
    display:flex;
    gap:1em;
}

#waitforit-embed {
    justify-self: center;
}

.wp-block-columns {
    display: flex;           /* Use Flexbox to align columns horizontally */
    width: 100%;             /* Full width of the page */
    margin: 0;
    padding: 0;
}

/* Sidebar container */
.sidebar {
    width: 240px;
    background-color: #FFFFFF; /* Background color for the sidebar */
    padding: 1rem;
    border-right: 0.1rem solid #eee; /* Divider line */
    box-sizing: border-box;  /* Ensure padding is included in the width */
    height: 100vh;           /* Full height of the viewport */
    position: fixed;
    left: 0;
}

.sidebar-item.active a {

    font-weight: bold;
    color: #ff0063;
    fill: #ff0063;
}

.sidebar-item.active a:hover{
    background-color: #ffebeb;
    color: #ff0063;
}

.sidebar-custom-flex {
    width:240px !important;
    flex-shrink: 0;
    z-index: 1;
}

/* Main content container */
.wp-block-column[style*="flex-basis:100%"] {
    width: 100%;              /* Main content takes 90% of the page width */
    padding: 20px;           /* Add padding around the content */
    display: flex;           /* Flexbox to center iframe */
    justify-content: center; /* Center iframe horizontally */
    align-items: center;     /* Center iframe vertically */
    background-color: #f4f4f4; /* Optional: Background color for main content */
    box-sizing: border-box;  /* Ensure padding is included */
}

/* Change the color of the links inside the sidebar */
.sidebar a {
    display: flex;
    color: #4a4a4a; /* Link color */
    text-decoration: none; /* Remove underline */
    padding: 0.5em 1em; /* Add padding for spacing */
    border-radius: 8px; /* Keep rounded corners */
    width: 100%; /* Set the width to 100% of the sidebar */
    box-sizing: border-box; /* Ensure padding doesn't affect width */
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Change the color of links when hovered */
.sidebar a:hover {
    text-decoration: none; /* Remove underline */
    background-color: #e3e3e3; /* Background color on hover */
    padding: 0.5em 1em; /* Add padding to create spacing around the text */
    border-radius: 8px; /* Add rounded corners */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition */
}

.sidebar .sidebar-svg {
    vertical-align: text-top;
    margin: 0 0.5em;
}


/* Flexbox for the sidebar items */
.sidebar-item a {
    display: flex;                  /* Use flexbox for alignment */
    align-items: center;        /* Align icon with the top of the text */
    gap: 8px;                       /* Space between icon and text */
    text-decoration: none;          /* Remove link underline */
    color: #333;                    /* Set text color */
}

.sidebar .sidebar-svg:hover {
    color: #313131;
}


/* If the sidebar has headings, change their color */
.sidebar h2, .sidebar h3, .sidebar h4 {
    font-family: -apple-system, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    color: #b1b1b1; /* Headings in the sidebar */
    font-size: 1rem ;
    font-weight: normal;
}
/* Ensure consistent font size, weight, and margins for all h2 tags in the sidebar */
.sidebar h2 {
    color: #b4b4b4; /* Set the color */
    font-weight: normal; /* Ensure bold font weight */
    margin: 0 0 20px 0; /* Set consistent margins for spacing */
    line-height: 1.2; /* Adjust line height for readability */
}

/* Remove bullets and ensure no extra padding on the list */
.sidebar ul {
    list-style: none; /* Remove the bullet points */
    padding-left: 0;  /* Remove any default left padding */
    margin-left: 0;   /* Adjust margin if needed */


}

/* Shared styling for both linked and non-linked items */
.sidebar ul li a, .sidebar ul li span {
    margin-bottom:0;
    text-decoration: none; /* Remove underline */
    padding: 0.5em 1em; /* Add padding to create spacing around the text */
    border-radius: 8px; /* Add rounded corners */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition */
    font-size: 0.8em;

}
/* Style for the current page in the sidebar */
.sidebar ul li.current-menu-item a {
    margin-bottom:0;
    background-color: #e3e3e3; /* Light background for the selected item */
    color: #313131; /* Change the text color to highlight */
    border-radius: 8px; /* Optional: Rounded edges */
    padding: 0em 1em; /* Add padding for better spacing */
}

/* Hover effect for links */
.sidebar ul li a:hover {
    background-color: #f5f5f5;
    color: #313131;
    padding: 0.5em 1em;
}

.outline {
    padding: 1rem;
    border: solid 1px #ddd;
    border-radius: 0.5rem;
}

#add-user-form {
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #f9f9f9;
    max-width: 300px;
    margin-bottom: 20px;
}

#user-input-form label {
    display: block;
    margin-bottom: 5px;
}

#user-input-form input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 15px;
}



/* Adjust heading font sizes */
body,h1, h2, h3, h4, h5 {
    color: #333333;
    font-family: -apple-system, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    line-height:1;
}

h1 {
    font-size: 1.75rem;
    font-weight:800;
}

h2 {
    font-size: 1.52rem;
    font-weight:700;
}

h3 {
    font-size: 1.32rem;
    font-weight:600;
}

h4 {
    font-size: 1.15rem;
    font-weight:500;
}

body {
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 400;
}


/* Style for the header with filter button */
.header-with-button {
    display: flex;
    justify-content: space-between; /* Space out text and button */
    align-items: center; /* Align vertically in the middle */
}

.personalised-greeting {
    display: flex;
    text-align: right;
    color: #333333;
    vertical-align: middle;
    margin-bottom: 0;
    padding: 0;
    margin: 0;
    width: max-content;
}

/* Filter button next to the column header */
.filter-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px; /* Adjust size to match */
    color: #555;
    margin-left: 5px; /* Small margin between text and button */
    transition: color 0.3s ease;
}

.filter-btn:hover {
    color: #000; /* Darker color on hover */
}

/* Adjust column width for proper spacing */
.user-management-table th {
    width: auto; /* Allow columns to adjust automatically */
}

.overflow-vertical {
    overflow-y: auto;
}

/* Input form styles */
#user-input-form label {
    display: block;
    margin-bottom: 5px;
}

#user-input-form input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}

#user-input-form button {
    padding: 10px 15px;
    background-color: #8A4FFF;
    border-radius: 15px;
    color: white;
    border: none;
    cursor: pointer;
    font-weight: normal;
}

#user-input-form button:hover {
    padding: 10px 15px;
    background-color: #6a4ce0;
    border-radius: 15px;
    color: white;
    border-inline-width: medium;
    border-color: black;
    cursor: pointer;
}


.header{
    background-position: 50% 0;
    background-size: cover;
    transition: background-color .3s, opacity .3s;
    width: 100%;
    z-index: 2;
}

/* Ensure the inner container also spans the full width */
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0em 2em 0em 2em; /* Optional padding */
    /*position: fixed;*/
    top: 0; /* Sticks to the top of the viewport */
    z-index: 999;
}

/* Align the logo, menu, and buttons correctly */
.logo img {
    max-height: 25px; /* Adjust logo size */
    align-items: center;
}


/* Navigation Menu */
.main-navigation .nav-menu {
    list-style: none;
    display: flex;
    gap: 25px; /* Space between menu items */
    margin: 0;
    padding: 0;
    align-items: center; /* Vertically align the menu items */
    justify-content: center; /* Horizontally center the menu */
    height: 100%; /* Take full height of parent */
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
}
.search-bar {
    width: 100%;
    height: fit-content;
    font-size: 1em;
    padding: 1em;
}

.component .search-bar {
    margin-bottom: 0;
    border-radius: 0.5em;
}

select {
    margin-bottom: 0em;
    height: fit-content;
    width: 110px;
    border: none;
    box-shadow: none;
}

select:hover {
    background: #ededed;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .main-navigation .nav-menu {
        display: flex;
        flex-direction: column; /* Stack items vertically */
        gap: 15px; /* Reduce gap for better spacing */
        align-items: center; /* Center items */
        justify-content: flex-start; /* Align to top */
        padding: 100px 0 0 15px;/* Add padding to top and bottom */
        width: 100%; /* Make sure it spans the full width */
    }

    .main-navigation .nav-menu li {
        width: 100%; /* Ensure full width for touch accessibility */
        text-align: center; /* Center text */
        padding: 15px 0; /* Add space for easier tapping */
    }

    .main-navigation .nav-menu li:last-child {
        border-bottom: none; /* Remove border from last item */
    }

    .main-navigation .nav-menu a {
        color: white; /* Ensure visibility */
        font-size: 18px; /* Adjust size for readability */
        display: block; /* Make the links take full width */
        padding: 10px 20px;
        text-decoration: none;
    }

    .main-navigation .nav-menu a:hover {
        background: rgba(255, 255, 255, 0.1); /* Light hover effect */
    }

    .sidebar {
        left:-240px;
        transition: left 0.3s ease-in-out;
    }

}

.cta-buttons {

    justify-content: center;  /* Center buttons horizontally */
    align-items: center;      /* Center buttons vertically */
    gap: 0.5rem;              /* Add space between the buttons */
    height: auto;             /* Ensure the container takes up the full height */
    display:flex;
}

.cta-buttons .button {
    background-color: #8A4FFF;
    display: inline-flex;    /* Align content inside the button */
    align-items: center;     /* Vertical alignment of text */
    justify-content: center; /* Horizontal alignment of text */
    height: 100%;            /* Adjust height to match your needs */
    padding: 0 2rem;         /* Horizontal padding */
    text-decoration: none;
    border-radius: 30px;
    font-size: 1rem;
    transition: background-color 0.3s;
    text-transform: none;
    color: #FFFFFF;
}

.cta-buttons .login {
    background-color: #FF0063;
    border-radius: 30px;
    color: #fff;
    text-transform: none;
    text-align: center;
    padding: 0.25em 1em;
    font-weight: 400;
}



/* Button styling */
.component .button, .component.button {
    background: #000;
    color: white;
    padding: 0.5em 2em;
    font-size: 1em;
    font-weight: normal;
    cursor: pointer;
    transition: all 0.3s ease;
    align-content: center;
    fill:white;
    border: 1px solid black;
    text-transform: capitalize;
    box-shadow: none;
    line-height:normal;
    border-radius: 0.5em;
}

.component .button:hover, .component.button:hover {
    background: #ff0063;
    color: #ffffff;
    border: 1px solid black;
    box-shadow: none;
}

.compartment {
    background-color: white;
    border-radius: 1em;
}

.learner.compartment {
    flex-direction: column;
    height:100%;
    max-height:100vh;
    overflow-y:auto;
}

.dashboard-main {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.top-block {
    flex:0;
}

.bottom-block {
    flex:1;
    overflow-y:auto;
}

.cta-buttons .signup {
    background-color: #ff0063;
    color: white;
    border-radius: 0.5em;
    text-transform: none;
    text-align: center;
    padding: 0.5em 3em;
    font-weight: bold;'
    margin: 0;
}

/* Remove unnecessary margins and paddings from the body */
body, html {
    margin: 0;
    padding: 0;
    width: 100vw;
}

/* Ensure wrapper and content stretch full width */
#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #efefef;
    display: flex;
    flex-direction:column;
}

#main, .site-content {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    flex: 1;
    overflow: auto;
}

.content-area {
    padding-top: 1em;
    background-color: #ececec;
}

.backboard {
    background-color: #efefef;
    gap: 1em;
    height:100%;
    padding-top: 10.1vh;
    overflow-y: auto;
}

.select2-container .selection .select2-selection--multiple .select2-selection__choice {
    padding: 1em;
}

.select2-container .selection .select2-selection--multiple {
    background-image: none;
    height: auto;
    line-height: 0em;
    padding: 0em 1em;
}

.maxheight {
    height: 100vh;
}

.eapps-social-icons-bg-color-native .eapps-social-icons-item-email::before, .eapps-social-icons-bg-color-on-hover-native .eapps-social-icons-item-email::after {
    background-color: #f4cd0b;
}

.eapps-social-icons-bg-color-native .eapps-social-icons-item-linkedin::before, .eapps-social-icons-bg-color-on-hover-native .eapps-social-icons-item-linkedin::after {
    background-color: #15ace5;
}

.eapps-social-icons-bg-color-native .eapps-social-icons-item-whatsapp::before, .eapps-social-icons-bg-color-on-hover-native .eapps-social-icons-item-whatsapp::after {
    background-color: #13d25a;
}

.eapps-social-icons-border-radius-circle .eapps-social-icons-item, .eapps-social-icons-border-radius-circle .eapps-social-icons-item::before, .eapps-social-icons-border-radius-circle .eapps-social-icons-item::after {
    border-radius: 50%;
}

.eapps-social-icons-item::before, .eapps-social-icons-item::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}


.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}


.tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 0.3em;
    border-radius: 6px;
    position: absolute;
    z-index: 4;
    top: 3em;
    font-weight: normal;
    margin-left: -100%;
    font-size: small;
    text-transform: none;
}

.overflow-visible {
    overflow-y: visible;
}


.loading-icon {
    visibility: visible;
    justify-self: anchor-center;
    position: absolute;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}


.token {
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    padding: 0.5em;
    border-radius: 0.5em;
    display: inline-block;
    margin: 2px;
    cursor: pointer;
    background-color: #f9f9f9;
    position: relative;
    transition: background-color 0.3s, border-color 0.3s;
}

.token:hover {
    background-color: #ff0000;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.module-details-row {
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    border: none;
    display: flex;
    background-color: white;
    text-align: left;
}

.first-row {
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}

/* Add border-radius to the last row */
.last-row {
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

.component .close-btn, .component.close-btn {
    all: unset;
    font-size: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 1rem;
    width: 1rem;
    cursor: pointer;
    float: inline-end;
    position: absolute;
    right: 1em;
    top: 1em;
}

.payment-modal {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 3;
}

.payment-modal.show {
    visibility: visible;
}

.payment-modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 2em;
    border-radius: 1em;
    width: fit-content;
    height: fit-content;
    position: relative;
    overflow-y:auto;
}

.error-message {
    color: red;
}

#spinner, .spinner {
    margin: auto 1rem;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #ff0063;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
}

@keyframes progress-animation {
    from {
        stroke-dasharray: 100, 100;
    }
    to {
        stroke-dasharray: var(--completion-percentage), 100;
    }
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

}

.follow-icons a.tooltip {
    opacity: 1;
}

.entry-title {
    display: none;
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection,
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search],
input[type=tel], input[type=text], input[type=url], select, textarea {
    border-radius: 0.5em;
    box-shadow:none;
    border: 1px solid #f4f4f4;
    width: 100%;
}

.select-resize-ghost:hover, .select2-container .select2-choice:hover, .select2-container .select2-selection:hover,
input[type=date]:hover, input[type=email]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover,
input[type=tel]:hover, input[type=text]:hover, input[type=url]:hover, select, textarea:hover {
    border: 1px solid #ddd;
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus,
input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
    border: 1px solid #aaa;
}

select {
    margin: 0;
    padding: 0.25em 0.5em;
    border-radius: 0.5em;
    width: fit-content;
}
.gt_selector {
    border:0;
}

.modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal.show {
    display:flex;
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 2em;
    border-radius: 1em;
    width: 70%;
    position:relative;
    height: 70%;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.disabled {
    pointer-events: none;
}

.svg-icon {
    display: flex;
    align-self: center;
}
