@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');
@import url('./gems.css');

/* ================================ PLUGINS ================================ */


/*  countdown   */

.countdown-rtl {
    direction: rtl;
}

.countdown-holding span {
    color: #888;
}

.countdown-row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center;
}

.countdown-show1 .countdown-section {
    width: 98%;
}

.countdown-show2 .countdown-section {
    width: 48%;
}

.countdown-show3 .countdown-section {
    width: 32.5%;
}

.countdown-show4 .countdown-section {
    width: 24.5%;
}

.countdown-show5 .countdown-section {
    width: 19.5%;
}

.countdown-show6 .countdown-section {
    width: 16.25%;
}

.countdown-show7 .countdown-section {
    width: 14%;
}

.countdown-section {
    display: inline-block;
    font-size: 75%;
    text-align: center;
    padding: .5rem;
}

.countdown-amount {
    font-size: 200%;
}

.countdown-period {
    display: block;
}

.countdown-descr {
    display: block;
    width: 100%;
}

.is-countdown {
    width: 200px !important;
}

.countdown-2 {
    width: 150px !important;
}

.countdown-compact-2 {
    padding-left: .75em;
    padding-right: .75em;
}


/* ================================ ANIMATIONS ================================ */

.blink{
    animation: blink 0.2s;
}

@keyframes blink {
    0% {
        background-color: white;
        opacity: 1;
    }
    50% {
        background-color: white;
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



.blue-flash{
    animation-name: blue_flash;
    animation-duration: .5s;
    box-shadow: 0 0 40px 0 rgba(27, 95, 178, 0.45);
}

.blue-flash-hover:hover{
    animation-name: blue_flash;
    animation-duration: .5s;
}

@keyframes blue_flash {
    0% {
        -webkit-box-shadow: 0 0 40px 0 rgba(27, 95, 178, 0.45) !important;
        box-shadow: 0 0 40px 0 rgba(27, 95, 178, 0.45) !important;
    }
    50% {
        -webkit-box-shadow: 0 0 40px 0 rgba(27, 95, 178, 1) !important;
        box-shadow: 0 0 40px 0 rgba(27, 95, 178, 1) !important;
    }
    100% {
        -webkit-box-shadow: 0 0 40px 0 rgba(27, 95, 178, 0.45) !important;
        box-shadow: 0 0 40px 0 rgba(27, 95, 178, 0.45) !important;
    }
}



@keyframes jump_loop {
    0% {
        transform: translate(-50%, -50%);
    }
    12.5% {
        transform: translate(-50%, -70%);
    }
    21.25% {
        transform: translate(-50%, -45%);
    }
    25% {
        transform: translate(-50%, -50%);
    }
    100% {
        transform: translate(-50%, -50%);
    }
}

@keyframes jump {
    0% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -70%);
    }
    85% {
        transform: translate(-50%, -45%);
    }
    100% {
        transform: translate(-50%, -50%);
    }
}



.spin-360 {
    animation: spin_360 infinite 4s linear;
}

@keyframes spin_360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.up-hover:hover{
    transition: 0.3s;
    transform: translateY(-20px);
}

.zoom-hover {
    transition: transform .4s;
}

.zoom-hover:hover {
    transform: scale(1.05);
}

/* Disable zoom-hover for category cards since they have their own hover effect */
.category-card.zoom-hover:hover {
    transform: translateY(-3px);
}



.vibrate:hover {
    animation: vibrate 0.1s linear;
}

.vibrate-hover:hover {
    animation: vibrate 0.1s linear;
}

.vibrate-hover-zoom:hover {
    animation: vibrate 0.1s linear;
    transform: scale(1.05);
}

@keyframes vibrate {
    0% {
        transform: rotate(-5deg);
    }
    12.5% {
        transform: rotate(5deg);
    }
    25% {
        transform: rotate(-5deg);
    }
    37.5%{
        transform: rotate(5deg);
    }
    50%{
        transform: rotate(-5deg);
    }
    62.5% {
        transform: rotate(5deg);
    }
    75% {
        transform: rotate(-5deg);
    }
    87.5% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}



/*  TEST CSS    */
.bg-test-1 {
    background-color: red;
}

.bg-test-2 {
    background-color: blue;
}



/* ================================ COLORS ================================ */

.red {
    color: var(--bs-red);
}

.blue {
    color: var(--bs-blue);
}

.green {
    color: var(--bs-green);
}

.yellow {
    color: var(--bs-yellow);
}

.orange {
    color: var(--bs-orange);
}

.cyan {
    color: var(--bs-cyan);
}

.purple {
    color: var(--bs-purple);
}

.teal {
    color: var(--bs-teal);
}

.black {
    color: var(--bs-gray-dark);
}

.brown {
    color: var(--bs-brown);
}


/* ================================ LOGIN ================================ */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.overlay>.overlay-side {
    position: relative;
    background-color: #fefefe;
    background-image: url("/uploads/assets/img/logo/img logo sidebar.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 25%;
    animation-name: auth-open;
    animation-duration: 1s;
}

.overlay>.overlay-side .card-body {
    position: absolute;
}

.auth .card-body {
    width: 400px;
}

.auth-open .card {
    animation-name: auth-card-open;
    animation-duration: 1s;
}

@keyframes auth-open {
    0% {
        width: 0;
    }
    100% {
        width: 25%;
    }
}

@keyframes auth-card-open {
    0% {
        margin-left: 1000px;
    }
    100% {
        margin-left: 0;
    }
}

@media (max-width: 576px) {
    .overlay>.overlay-side .card-body {
        transform: translate(-75%, 15%);
    }
    .auth .card-body {
        min-height: 500px;
        max-height: 700px;
        width: 300px;
    }
}

@media (max-width: 768px) {
    #g-recaptcha {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media (min-width: 576px) {
    .overlay>.overlay-side .card-body {
        transform: translate(-50%, 16%);
    }
}

@media (min-width: 768px) {
    #cart_full_card_content {
        height: 550px;
    }
    .overlay>.overlay-side .card-body {
        transform: translate(-75%, 15%);
    }
}

@media (min-width: 1200px) {
    .overlay>.overlay-side .card-body {
        transform: translate(-75%, 2%);
    }
}

@media (min-width: 1800px) {
    .overlay>.overlay-side .card-body {
        transform: translate(-75%, 20%);
    }
}

@media (min-width: 2560px) {
    .overlay>.overlay-side .card-body {
        transform: translate(-75%, 50%);
    }
}


/* ================================ STRUCTURE ================================ */

main {
    margin: 0;
    margin-left: 5%;
    margin-right: 5%;
}

main[data-controller="Welcome"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

video{
    display: block;
}


/* ================================ NAV ================================ */

.search {
    background-image: url("/assets/icon/search.svg");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-y: center;
    background-position-x: 10px;
    padding-left: 40px;
    border: none;
    box-shadow: 0px 0px 8px rgba(27, 95, 178, 0.3);
}

.keep-ratio-logo-set {
    max-width: 120px;
    max-height: 40px;
}

.nav-profile-img {
    line-height: 1.5;
    position: relative;
}

.nav-profile-img>span:first-child {
    height: 37.38px;
    width: 37.38px;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.nav-profile-img-overlay span:first-child {
    height: 35px;
    width: 35px;
    position: absolute;
}


/* ================================ ALTRO ================================ */

.info-icon {
    font-size: 40px !important;
}

.social-icon {
    font-size: 20px !important;
}

.btn-icon {
    font-size: 20px !important;
    margin-right: 1%;
    margin-left: 1%;
}

.btn-round {
    border-radius: 50%;
    margin-right: 1%;
    margin-left: 1%;
}

.btn-theme {
    color: var(--bs-primary);
    box-shadow: 0px 0px 8px rgba(27, 95, 178, 0.3);
    margin-right: 1%;
    margin-left: 1%;
}

.btn-theme:hover {
    color: var(--bs-primary-h);
    box-shadow: 0px 0px 8px rgba(27, 95, 178, 0.3);
}

.navbar>.container-fluid {
    margin-left: 5%;
    margin-right: 5%;
}

.homepage-cover img{
    max-height: 800px !important;
    min-height: 520px;
    object-fit: cover;
    width: 100%;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .homepage-cover img {
        min-height: 560px;
    }
}

@media (max-width: 575.98px) {
    .homepage-cover img {
        min-height: 420px;
    }

    .homepage-cover .cover-overlay .card-title {
        font-size: 1.4rem !important;
    }

    .homepage-cover .cover-overlay .card-text {
        font-size: 0.9rem;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .homepage-cover .cover-overlay .btn-lg {
        font-size: 0.9rem;
        padding: 0.45rem 1rem;
    }
}

.homepage-cover .cover-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

header.homepage-cover {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.homepage-cover .cover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.homepage-cover .cover-title {
    font-size: clamp(1.4rem, 2vw + 0.8rem, 2.5rem);
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.homepage-cover .cover-description {
    font-size: clamp(0.85rem, 1vw + 0.5rem, 1.1rem);
    line-height: 1.6;
}

.homepage-cover .cover-text-block {
    background: rgba(0, 0, 0, 0.35);
    border-radius: 0.5rem;
    padding: 1.25rem 1rem;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

@media (min-width: 576px) {
    .homepage-cover .cover-text-block {
        background: transparent;
        border-radius: 0;
        /* padding: 0; */
        padding-left: clamp(1.5rem, 8vw, 150px);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
}

.course-cover .cover-image {
    display: block;
    opacity: 0.60;
    margin: auto;
    width: 100%;
    height: auto;
}

.homepage-cover .cover-image {
    display: block;
    opacity: 1;
    margin: auto;
    width: 100%;
    height: auto;
}

.homepage-cover .cover-card {
    margin-top: 0;
    opacity: 1;
}

.homepage-cover .cover-card>* {
    padding: 0;
}

.homepage-cover .cover-hero-content {
    display: flex;
    flex-direction: column;
    gap: 10%;
}

.homepage-cover .card-body {
    height: auto;
    padding: 40px;
}

.homepage-cover .card-title span {
    color: var(--bs-primary);
}

.homepage-cover .card-text {
    font-size: 18px;
}

.homepage-cover .card-body .btn-primary {
    margin-top: 40px;
}

.homepage-cover .card-body .btn-primary strong {
    font-size: 1rem;
}

.confirm-account-page {
    min-height: calc(100vh - 260px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: clamp(2rem, 6vh, 4rem);
    padding-bottom: clamp(2rem, 6vh, 4rem);
}

.confirm-account-page .alert {
    max-width: 1100px;
    margin: 0 auto 1.25rem;
}

.confirm-account-hero {
    max-width: 1100px;
    margin: 0 auto;
}

.confirm-account-illustration {
    display: flex;
    justify-content: center;
    align-items: center;
}

.confirm-account-illustration img {
    width: 100%;
    max-width: 320px;
    height: auto;
}

.confirm-account-content {
    max-width: 640px;
}

.confirm-account-title {
    margin: 0 0 1.25rem;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    color: #171821;
}

.confirm-account-copy p {
    margin-bottom: 0.65rem;
    color: #2f3240;
    font-size: 1.02rem;
    line-height: 1.6;
}

.confirm-account-actions {
    gap: 0.75rem;
    margin-top: 1.2rem;
}

.confirm-account-actions .btn {
    min-width: 170px;
    padding: 0.52rem 1rem;
    border-radius: 2px;
}

@media (max-width: 767.98px) {
    .confirm-account-page {
        min-height: calc(100vh - 220px);
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .confirm-account-title {
        margin-top: 1rem;
    }

    .confirm-account-actions .btn {
        width: 100%;
    }
}

.card-title {
    white-space: unset !important;
}

.course-card {
    width: 330px;
    overflow: hidden;
    border: 1px solid rgba(60, 73, 208, 0.12);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    background-color: #ffffff;
}

.course-card:hover,
.course-card.up-hover:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 42px rgba(24, 33, 84, 0.062);
    border-color: rgba(60, 73, 208, 0.22);
}

.stats-course-card img,
.course-card img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}

.stats-course-card .card-body {
    position: relative;
}

.stats-course-card h4,
.stats-course-card .status {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stats-course-card p {
    position: relative;
    overflow: hidden;
    max-height: 40px;
}

.stats-course-card p:before {
    background: linear-gradient(transparent 30px, white);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.course-card div.card-text {
    position: relative;
    overflow: hidden;
    max-height: 40px;
}

.course-card div.card-text>p {
    margin-bottom: 0;
}

.course-card-category {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    z-index: 2;
}

.course-card-category>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: unset;
    padding: 6px 14px;
    border: 0;
    border-radius: 50px;
    background: var(--bs-primary);
    color: #fff !important;
    font-family: var(--gems-font-heading) !important;
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1;
    box-shadow: none;
    white-space: nowrap;
}

.course-card-category>span:last-child {
    margin-bottom: 0;
}

.card-categories {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 15px;
}

/* .course-card h3.card-title{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.course-description {
    margin: 0 auto;
    width: 100%;
    text-align: justify;
    max-height: 60px;
    overflow: hidden;
    position: relative;
}

.course-description p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    padding: 0 !important;
}

.course-description:before {
    background: linear-gradient(transparent 40px, white);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
} */


.toggle-npaa {
    max-width: 50px;
    max-height: 35px;
}


.category-card {
    width: 100%;
    height: 260px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--bs-border-color, rgba(0, 0, 0, 0.05));
    position: relative;
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.15), 
        rgba(255, 255, 255, 0.05),
        transparent);
    transition: left 1.2s ease;
    z-index: 2;
    pointer-events: none;
}

.category-card:hover::before {
    left: 100%;
}

.category-card:focus-within {
    outline: 2px solid var(--bs-primary);
    outline-offset: 2px;
}

.category-card .card-body {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Area immagine fissa in alto */
.category-card .category-image-area {
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, var(--bs-gray-100, #f8f9fa) 0%, var(--bs-gray-200, #e9ecef) 100%);
    border-bottom: 1px solid var(--bs-border-color, rgba(0, 0, 0, 0.05));
    overflow: hidden;
    position: relative;
}

.category-card .category-image-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, var(--bs-light, rgba(255, 255, 255, 0.04)), transparent);
    transition: left 0.9s ease;
    pointer-events: none;
}

.category-card:hover .category-image-area::after {
    left: 100%;
}

.category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    transition: all 0.4s ease;
    z-index: 1;
    position: relative;
}

.category-card:hover img:not(.category-icon-fallback) {
    transform: scale(1.08);
}

/* Icona di fallback */
.category-card .category-icon-fallback {
    width: 70px;
    height: 70px;
    object-fit: contain;
    opacity: 0.3;
    filter: brightness(0.7);
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
}

.category-card:hover .category-icon-fallback {
    opacity: 0.5;
    transform: scale(1.1);
}

/* Area contenuto fissa in basso */
.category-card .category-content-area {
    flex: 1;
    padding: 16px 12px 12px 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    min-height: 80px;
    background: var(--bs-body-bg, rgba(255, 255, 255, 0.95));
    backdrop-filter: blur(10px);
}

.category-card h3 {
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0 0 6px 0;
    line-height: 1.25;
    height: auto;
    min-height: 2.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--bs-body-color, #212529);
    transition: color 0.3s ease;
}

.category-card:hover h3 {
    color: var(--bs-primary);
}

.category-card .text-muted {
    font-size: 0.875rem;
    line-height: 1.4;
    margin: 0;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--bs-secondary, #6c757d);
    opacity: 0.9;
}


footer {
    padding: 60px 0;
    margin: 0;
    width: 100%;
}

.copyright:before {
    content: '\00a9'
}

.scale-image-h400 {
    max-height: 400px;
}

.course-cover {
    max-height: 350px;
    overflow: hidden;
}

.btn-noborder {
    border: none;
}


.selected-card {
    animation-name: blue_flash;
    animation-duration: .5s;
    box-shadow: 0 0 40px 0 rgba(27, 95, 178, 0.45);
}

.fixed {
    position: fixed;
}

@media (max-width: 992px) {
    .account-settings-nav {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
        margin-bottom: 0 !important;
        padding: 0;
    }
    .account-settings-nav>* {
        margin-bottom: 0 !important;
    }
}

.pre-dot:before {
    content: "• ";
}

.cart-course-card img,
.cart-card img {
    height: 120px;
}

.cart-course-card .card-body {
    position: relative;
}

.cart-course-card h4,
.cart-course-card .status {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart-course-card p {
    position: relative;
    overflow: hidden;
    max-height: 40px;
}

.cart-course-card p:before {
    background: linear-gradient(transparent 30px, white);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.course-image {
    height: 150px;
    object-fit: contain;
}

.infopage-pattern {
    top: 0;
    right: 0;
    width: 45%;
    height: 45%;
    /* background-image: url("/assets/img/blue-pattern.jpg"); */
    background-color: var(--bs-primary);
    background-repeat: no-repeat;
}

.infopage-pattern2 {
    width: 300px;
    right: 0;
    height: 200px;
    /* background-image: url("/assets/img/blue-pattern.jpg"); */
    background-color: var(--bs-primary);
    background-repeat: no-repeat;
}

#carouselImg{
    background-color: transparent;
}

#carousel-infopage {
    background-color: white;
}

th {
    background-color: #eef2f7 !important;
    border-bottom: 0px none !important;
}

table table th {
    background-color: #f6f9fc !important;
}

.box-detail-order {
    background-color: #fcfcfc !important;
}

.bg-more-info-table {
    background-color: rgb(233, 233, 233) !important;
}

.cart-badge {
    animation-name: jump;
    animation-duration: 0.5s;
}

.img-fast-course {
    width: 100px;
    max-height: 75px;
    object-fit: cover;
    padding: 5px;
    border-radius: 2px;
    margin-right: 10px;
}

.nav-link-payment:hover {
    color: var(--bs-light);
    background-color: var(--bs-primary);
}



.jump-loop {
    animation-name: jump_loop;
    animation-iteration-count: infinite;
    animation-duration: 2s;
}

.text-justify {
    text-align: justify;
}

.right-card {
    background-color: var(--bs-primary);
    margin-right: -1.75rem;
    border-radius: .25rem;
}

.left-card {
    background-color: var(--bs-primary);
    margin-left: -1.75rem;
    border-radius: .25rem;
}

.toggle-card {
    width: fit-content;
    background-color: var(--bs-primary);
    border-radius: .25rem;
}


/* ================================ color ================================ */

.theme-color-pink {
    color: var(--bs-pink);
}

.theme-color-red {
    color: var(--bs-red);
}

.theme-color-orange {
    color: var(--bs-orange);
}

.theme-color-yellow {
    color: var(--bs-yellow);
}

.theme-color-green {
    color: var(--bs-green);
}

.theme-color-teal {
    color: var(--bs-teal);
}

.theme-color-cyan,
.theme-color-info {
    color: var(--bs-cyan);
}

.theme-color-blue {
    color: var(--bs-blue);
}

.theme-color-brown {
    color: var(--bs-brown);
}

.theme-color-primary {
    color: var(--bs-primary);
}

.theme-color-secondary {
    color: var(--bs-secondary);
}

.theme-color-success {
    color: var(--bs-success);
}

.theme-color-danger {
    color: var(--bs-danger);
}

.theme-color-warning {
    color: var(--bs-warning);
}

.theme-color-light {
    color: var(--bs-light);
}

.theme-color-dark {
    color: var(--bs-dark);
}


/* ================================ bg-color ================================ */

.theme-bg-color-pink {
    background-color: var(--bs-pink);
}

.theme-bg-color-red {
    background-color: var(--bs-red);
}

.theme-bg-color-orange {
    background-color: var(--bs-orange);
}

.theme-bg-color-yellow {
    background-color: var(--bs-yellow);
}

.theme-bg-color-green {
    background-color: var(--bs-green);
}

.theme-bg-color-teal {
    background-color: var(--bs-teal);
}

.theme-bg-color-cyan,
.theme-bg-color-info {
    background-color: var(--bs-cyan);
}

.theme-bg-color-blue {
    background-color: var(--bs-blue);
}

.theme-bg-color-brown {
    background-color: var(--bs-brown);
}

.theme-bg-color-secondary {
    background-color: var(--bs-secondary);
}

.theme-bg-color-success {
    background-color: var(--bs-success);
}

.theme-bg-color-danger {
    background-color: var(--bs-danger);
}

.theme-bg-color-warning {
    background-color: var(--bs-warning);
}

.theme-bg-color-light {
    background-color: var(--bs-light);
}

.theme-bg-color-dark {
    background-color: var(--bs-dark);
}


/* 
    video.module-8::-webkit-media-controls-timeline {
        display: none;
    }
*/

.card-overlay {
    z-index: 9999;
}

.pointer {
    cursor: pointer;
}

.correct-answer {
    background-image: linear-gradient(90deg, var(--bs-success), 1%, transparent, transparent, transparent, transparent);
}

.wrong-answer {
    background-image: linear-gradient(90deg, var(--bs-danger), 1%, transparent, transparent, transparent, transparent);
}

.module-content {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}


.h-100{
    height: 100%;
}

.w-fc{
    width: fit-content;
}

.btn-module-details{
    cursor: pointer;
}


#cart_full_card_content::-webkit-scrollbar{
    width: 6px;
    height: 8px;
}

#cart_full_card_content::-webkit-scrollbar-thumb{
    border-radius: 3px;
}

#mappaContacts>iframe{
    height: 480px;
    width: 100%;
    padding: 0;
}


.border-05 {
    border: .5px solid #dee2e6!important
}


.card-fullscreen{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100000;
}

.clouds-background{
    background-image: url('../img/clouds-background.png');

    background-size: 110%;

    animation: clouds-left-right;

    animation-duration: 4s;
    animation-iteration-count: infinite;
}



@keyframes clouds-left-right {
    0% {
        background-position: center;
    }
    25% {
        background-position: left;
    }
    50% {
        background-position: center;
    }
    75% {
        background-position: right;
    }
    100% {
        background-position: center;
    }
}

.giant-text-1{
    font-size: 128px;
}

/*  privacy cookies */

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    background-color: var(--bs-blue) !important;
    color: #fff !important;
}

.text-white-shadow{
    text-shadow: 0px 0px 4px #FFF;
}




.opacity-0{
    opacity: 0;
}

.opacity-10{
    opacity: 0.10;
}

.opacity-20{
    opacity: 0.20;
}

.opacity-30{
    opacity: 0.30;
}

.opacity-40{
    opacity: 0.40;
}

.opacity-50{
    opacity: 0.50;
}

.opacity-60{
    opacity: 0.60;
}

.opacity-70{
    opacity: 0.70;
}

.opacity-80{
    opacity: 0.80;
}

.opacity-90{
    opacity: 0.90;
}

.opacity-100{
    opacity: 1;
}



.fc-license-message{
    display: none !important;
}


.btn-more-info{

    padding: 0px !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    
    color: var(--bs-primary) !important;
}


.btn-more-info:hover,
.btn-more-info:focus,
.btn-more-info:active{
  color: var(--bs-primary-h) !important;
}


.package-course-list-image{
    width: 80px;
    height: 45px;

    object-fit: contain;
}


#modules_list{
    background-color: white;
}

.btn-search{
    background-color: white;
}




#categories_list_container{
    position: relative;
}

#categories_list{
    position: relative;
    overflow: auto;
}

#categories_list::-webkit-scrollbar {
    height: 6px;
}
#categories_list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}
#categories_list::-webkit-scrollbar-track {
    background: transparent;
}

#categories_list_container .right-arrow{
    background-color: rgba(0, 0, 0, 0.3);
    color: black;
    position: absolute;
    top:50%;
    width: fit-content;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

#categories_list_container .right-arrow:hover{
    background-color: rgba(0, 0, 0, 0.4);
}

#categories_list_container .right-arrow:active{
    background-color: rgba(0, 0, 0, 0.2);
}

#categories_list_container .left-arrow{
    background-color: rgba(0, 0, 0, 0.3);
    color: black;
    position: absolute;
    top:50%;
    width: fit-content;
    left: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

#categories_list_container .left-arrow:hover{
    background-color: rgba(0, 0, 0, 0.4);
}

#categories_list_container .left-arrow:active{
    background-color: rgba(0, 0, 0, 0.2);
}

#categories_list_content{
    display: grid;
    grid-gap: 60px;
    padding: 30px;
    grid-template-columns: auto;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
}


.maxw-100{
    max-width: 100%;
}



.sentence{
    vertical-align: middle;
    line-height: 3;
}

.sentence > .slot{
    min-height: 1.125rem;
    min-width: 40px;
    width: fit-content;
}



.category-badge{
    /* background-color: #DFDFDF; */
    /* border-width: 2px !important; */
    color: var(--bs-primary);
    line-height: 1.6;

    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s;
}


.category-badge:hover {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.category-badge.btn-primary,
.category-badge.btn-primary:hover,
.category-badge.btn-primary:focus,
.category-badge.btn-primary:active,
.category-badge.btn-primary.active,
.category-badge[aria-pressed="true"] {
    color: #fff;
}


input[type='range'].satisfaction-quiz::-webkit-slider-runnable-track {
    background-image: linear-gradient( 90deg, var(--bs-danger), var(--bs-yellow), var(--bs-success), var(--bs-cyan) );
}



.scrollbar-y::-webkit-scrollbar {
    width: 6px;
}
.scrollbar-y::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}
.scrollbar-y::-webkit-scrollbar-thumb:hover {
    background: #666; 
}
.scrollbar-y::-webkit-scrollbar-track {
    background: transparent;
}

/* ── Consortium page ── */
.catalog-divider {
	padding: 0 1rem;
}

.catalog-divider-line {
	width: min(100%, 1296px);
	height: 3pt;
	margin: 0 auto;
	background-color: var(--bs-primary);
}

.consortium-section {
	padding-top: 75px;
	padding-bottom: 4.5rem;
}

.consortium-heading {
	margin: 0 0 2rem;
	text-align: center;
	font-size: clamp(2.5rem, 2rem + 1vw, 4rem);
	font-weight: 700;
	line-height: 1.1;
	color: #161616;
}

.consortium-featured-row {
	margin-bottom: 37.5px;
}

.consortium-grid {
	padding-top: 2rem;
	row-gap: 2.4rem;
}

.consortium-card-wrap {
	display: flex;
	justify-content: center;
}

.consortium-card {
	width: 100%;
	max-width: 350px;
	height: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(12, 16, 51, 0.1);
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(12, 16, 51, 0.08);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.consortium-card:hover,
.consortium-card:focus-within {
	transform: translateY(-6px);
	border-color: rgba(60, 73, 208, 0.18);
	box-shadow: 0 26px 50px rgba(12, 16, 51, 0.12);
}

.consortium-card-media {
	height: 184px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	background: #ffffff;
	border-bottom: 1px solid rgba(12, 16, 51, 0.08);
}

.consortium-card-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.consortium-card-body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1 1 auto;
	width: 100%;
	padding: 1.35rem 1rem .9rem;
	min-height: 155px;
	background: #f7f7f7;
}

.consortium-card-title {
	margin: 0 0 .35rem;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.15;
	color: #161616;
}

.consortium-card-subtitle {
	margin: 0 0 1.2rem;
	font-size: .95rem;
	line-height: 1.45;
	color: #6a6a6a;
}

.consortium-card-action {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	margin-top: auto;
	text-decoration: none;
}

.consortium-modal .modal-dialog {
	max-width: 820px;
}

.consortium-modal .modal-content {
	border: 0;
	border-radius: 0;
	box-shadow: 0 26px 60px rgba(12, 16, 51, 0.18);
}

.consortium-modal .modal-header {
	padding: 1.65rem 1.75rem 0;
	border-bottom: 0;
}

.consortium-modal .modal-title {
	font-size: clamp(2rem, 1.7rem + .5vw, 2.5rem);
	font-weight: 700;
	line-height: 1.1;
	color: #161616;
}

.consortium-modal .btn-close {
	opacity: 1;
}

.consortium-modal .modal-body {
	padding: .5rem 1.75rem 1.75rem;
}

.consortium-modal-text {
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.7;
	color: #505050;
	white-space: pre-line;
}

@media (max-width: 991.98px) {
	.consortium-section {
		padding-top: 75px;
		padding-bottom: 3.5rem;
	}

	.consortium-card-media {
		height: 172px;
	}
}

@media (max-width: 767.98px) {
	.consortium-heading {
		margin-bottom: 1.5rem;
	}

	.consortium-featured-row {
		margin-bottom: 37.5px;
	}

	.consortium-grid {
		padding-top: 1.5rem;
	}

	.consortium-card-body {
		padding: 1.1rem .95rem .85rem;
	}

	.consortium-modal .modal-header,
	.consortium-modal .modal-body {
		padding-left: 1.2rem;
		padding-right: 1.2rem;
	}
}



.scrollbar-x{
    overflow-x: scroll;
}

.scrollbar-x::-webkit-scrollbar {
    height: 6px;
}

/* Track */
.scrollbar-x::-webkit-scrollbar-track {
    background: #f1f2f2; 
    border-radius: 3px;
}
 
/* Handle */
.scrollbar-x::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 3px;
}

/* Handle on hover */
.scrollbar-x::-webkit-scrollbar-thumb:hover {
    background: #666; 
}



.object-fit-cover{
    object-fit: cover
}


/* 
.avatar-buttons .btn{
    background-color: rgba(255, 255, 255, 0.6);
} */

.avatar-content{
    position: relative;
    background-color: var(--bs-primary);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  
    border: 1px solid var(--bs-primary);
    border-radius: 50%;
  
    height: 250px;
    width: 250px;
    
  
    display: flex;
    justify-content: center;
    align-items: center;
  
    line-height: 1;
    font-size: 200px;
    font-family: Arial, sans-serif;
    color: white;


 
  }
  
  .avatar-content:before{
    content: var(--avatar-letter);
  }

  .avatar-content-nav{
    height: 37.38px;
    width: 37.38px;
    font-size: 20px;
  }


  .overflow-y-hidden{
    overflow-y: hidden !important;
}

.overflow-x-hidden{
    overflow-x: hidden !important;
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fa-square-x-twitter{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('/assets/icon/square-x-twitter.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 6px;
}

/* ================================ CATEGORY CARDS RESPONSIVE ================================ */

@media (max-width: 576px) {
    .category-card {
        height: 220px;
        border-radius: 10px;
    }
    
    .category-card .category-image-area {
        height: 100px;
    }
    
    .category-card .category-icon-fallback {
        width: 55px;
        height: 55px;
    }
    
    .category-card .category-content-area {
        padding: 12px 10px 10px 10px;
        min-height: 70px;
    }
    
    .category-card h3 {
        font-size: 0.95rem;
        min-height: 2.16rem;
        font-weight: 600;
    }
    
    .category-card .text-muted {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .category-card {
        height: 240px;
    }
    
    .category-card .category-image-area {
        height: 120px;
    }
}

@media (min-width: 1200px) {
    .category-card {
        height: 300px;
        border-radius: 14px;
    }
    
    .category-card .category-image-area {
        height: 160px;
    }
    
    .category-card .category-icon-fallback {
        width: 80px;
        height: 80px;
    }
    
    .category-card .category-content-area {
        padding: 20px 18px 16px 18px;
        min-height: 100px;
    }
    
    .category-card h3 {
        font-size: 1.1rem;
        min-height: 2.64rem;
    }
}

.category-card a {
    text-decoration: none;
    color: inherit;
}

.category-card a:hover {
    text-decoration: none;
    color: inherit;
}

.category-card a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}

.category-card a:visited {
    color: inherit;
}

.category-content-area.no-description {
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-content-area.no-description h3 {
    margin-bottom: 0;
}

.course-duration .badge,
.course-validity .badge {
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.4rem 0.6rem;
    border-radius: 0.375rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.course-duration .badge:hover,
.course-validity .badge:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.badge-label {
    font-weight: 600;
    opacity: 0.9;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.course-duration .badge.bg-info {
    background-color: #0dcaf0 !important;
    color: #000 !important;
}

.course-validity .badge.bg-success {
    background-color: #198754 !important;
    color: #fff !important;
}

.course-validity .badge.bg-primary {
    background-color: #0d6efd !important;
    color: #fff !important;
}

.course-validity .badge.bg-warning {
    background-color: #ffc107 !important;
    color: #000 !important;
}

.course-duration .badge i,
.course-validity .badge i {
    font-size: 0.8em;
}

.course-duration,
.course-validity {
    line-height: 1;
}

.course-card .p-3 {
    padding: 1rem !important;
}

@media (max-width: 576px) {
    .course-duration .badge,
    .course-validity .badge {
        font-size: 0.7rem;
        padding: 0.3rem 0.5rem;
    }
    
    .badge-label {
        font-size: 0.65rem;
    }
}

/* Global typography system */
:root {
    --gems-font-heading: "Jost",sans-serif;
    --gems-font-body: "Inter",sans-serif;

    --bs-blue: #1C8FD1;
    --bs-indigo: #3C49D0;
    --bs-purple: #821195;
    --bs-pink: #821195;
    --bs-red: #821195;
    --bs-brown: #363636;
    --bs-orange: #949494;
    --bs-yellow: #949494;
    --bs-green: #00CED1;
    --bs-teal: #00CED1;
    --bs-cyan: #1C8FD1;
    --bs-white: #FFFFFF;
    --bs-gray: #949494;
    --bs-gray-dark: #363636;
    --bs-primary: #3C49D0;
    --bs-primary-h: #26309D;
    --bs-primary-darker: #0C1033;
    --bs-secondary: #821195;
    --bs-success: #00CED1;
    --bs-info: #1C8FD1;
    --bs-warning: #949494;
    --bs-danger: #821195;
    --bs-light: #E4E6FF;
    --bs-dark: #0C1033;
}

.font-heading-jost {
    font-family: var(--gems-font-heading)!important;
    font-optical-sizing: auto;
    font-style: normal;
}

.font-body-inter {
    font-family: var(--gems-font-body)!important;
    font-optical-sizing: auto;
    font-style: normal;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,.display-1,.display-2,.display-3,.display-4,.display-5,.display-6 {
    font-family: var(--gems-font-heading)!important;
    font-optical-sizing: auto;
    font-style: normal;
}

.display-6 {
    margin-top: 0;
    margin-bottom: .75rem;
    font-size: 50pt;
    font-weight: 700;
    line-height: 1.2;
}

body,p,button,.btn,input,select,textarea,label,small,th,td {
    font-family: var(--gems-font-body)!important;
    font-optical-sizing: auto;
    font-style: normal;
}

button,
.btn,
input[type=button],
input[type=submit],
input[type=reset],
[role=button],
.btn-jost,
.btn-font-jost {
    font-family: var(--gems-font-heading)!important;
    font-optical-sizing: auto;
    font-style: normal;
}

/* Remove every shadow from frontend buttons in all states */
button,
.btn,
input[type=button],
input[type=submit],
input[type=reset],
[role=button],
.btn-jost,
.btn-font-jost,
.btn-icon,
button:hover,
button:focus,
button:active,
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.show > .btn.dropdown-toggle,
input[type=button]:hover,
input[type=button]:focus,
input[type=button]:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=reset]:active,
[role=button]:hover,
[role=button]:focus,
[role=button]:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
}



























/* ================================================
   Area e-Learning
   ================================================ */

.catalog-presentation {
min-height: 500px;
}

.catalog-banner-ratio {
--bs-aspect-ratio: 80%;
}

.catalog-banner-image {
object-fit: cover;
}

.catalog-secondary-button {
min-height: 46px;
}

.catalog-divider {
padding: 0 1rem;
}

.catalog-divider-line {
width: min(100%, 1296px);
height: 3pt;
margin: 0 auto;
background-color: var(--bs-primary);
}

.research-findings-grid {
row-gap: 2.25rem;
}

.research-findings-card {
display: flex;
flex-direction: column;
height: 100%;
padding: 1.75rem 1.5rem 1.25rem;
border: 1px solid rgba(12, 16, 51, 0.12);
background-color: #f8f8f8;
}

.research-findings-card-head {
display: flex;
align-items: flex-start;
gap: 1rem;
margin-bottom: 1rem;
}

.research-findings-card-icon {
color: var(--bs-primary);
flex: 0 0 auto;
margin-top: .125rem;
}

.research-findings-card-title {
margin: 0;
font-size: clamp(1.1rem, 0.9rem + .5vw, 1.6rem);
font-weight: 500;
line-height: 1.2;
color: #1d1d1d;
}

.research-findings-card-description {
margin: 0 0 1.5rem;
font-size: 1rem;
line-height: 1.5;
color: #545454;
}

.research-findings-card-languages {
display: flex;
align-items: center;
gap: .625rem;
margin: auto 0 1.5rem;
font-size: 2rem;
line-height: 1;
color: #3f3f3f;
}

.research-findings-card-languages-label {
font-size: 1rem;
line-height: 1.4;
color: #353535;
}

.research-findings-card-language-flags {
display: inline-flex;
align-items: center;
gap: .5rem;
}

.research-findings-card-language-flag {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 2.1em;
height: 1.4em;
padding: 0 .45em;
border: 1px solid rgba(0, 0, 0, 0.16);
border-radius: 999px;
background: #fff;
font-size: .52em;
font-weight: 600;
letter-spacing: .06em;
line-height: 1;
color: #2f2f2f;
}

.research-findings-card-action {
display: inline-flex;
align-items: center;
gap: .5rem;
margin-top: 0;
text-decoration: none;
}

.research-findings-spacer {
height: clamp(2rem, .9rem + 3vw, 3.5rem);
}

@media (max-width: 767.98px) {
.research-findings-card {
padding: 1.25rem;
}

.research-findings-card-title {
font-size: 0.85rem;
}
}


/* ================================================
   Homepage Feature Cards
   ================================================ */

.homepage-feature-section {
    padding: 75px 0 4.5rem;
}

.homepage-feature-heading,
.homepage-community-heading {
    margin: 0 0 1rem;
    text-align: center;
    font-size: clamp(2.4rem, 2rem + 1.2vw, 4rem);
    font-weight: 700;
    line-height: 1.08;
}

.homepage-feature-heading {
    color: #161616;
}

.homepage-feature-subheading,
.homepage-community-subheading {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.65;
}

.homepage-feature-subheading {
    color: #4d4d4d;
}

.homepage-feature-grid {
    margin-top: 3.25rem;
    row-gap: 2.4rem;
}

.homepage-feature-card-wrap {
    display: flex;
    justify-content: center;
}

.homepage-feature-card {
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(12, 16, 51, 0.08);
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(12, 16, 51, 0.08);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    overflow: hidden;
}

.homepage-feature-card:hover,
.homepage-feature-card:focus-within {
    transform: translateY(-6px);
    border-color: rgba(60, 73, 208, 0.18);
    box-shadow: 0 26px 50px rgba(12, 16, 51, 0.12);
}

.homepage-feature-card-media {
    height: 184px;
    overflow: hidden;
    background: #d7d7d7;
}

.homepage-feature-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.homepage-feature-card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
    padding: 1.35rem 1.15rem 1.15rem;
    background: #f7f7f7;
}

.homepage-feature-card-title {
    margin: 0 0 .75rem;
    font-size: clamp(1.55rem, 1.3rem + .45vw, 2rem);
    font-weight: 600;
    line-height: 1.12;
    color: #161616;
}

.homepage-feature-card-description {
    margin: 0 0 1.4rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #4e4e4e;
}

.homepage-feature-card-action {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    text-decoration: none;
    margin-top: auto;
}

@media (max-width: 991.98px) {
    .homepage-feature-section {
        padding-top: 75px;
        padding-bottom: 3.5rem;
    }
}

@media (max-width: 767.98px) {
    .homepage-feature-grid {
        margin-top: 2.4rem;
    }

    .homepage-feature-card-media {
        height: 160px;
    }
}


/* ================================================
   Register
   ================================================ */

.register-wrapper {
margin-bottom: 0;
width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
min-height: calc(100vh - 150px);
display: flex;
align-items: center;
justify-content: center;
padding: 60px 0;
background: #ffffff;
}

.register-inner {
width: 100%;
max-width: 1100px;
margin: 0 auto;
padding: 0 24px;
display: flex;
align-items: stretch;
gap: 0;
}

.register-left {
flex: 0 0 50%;
max-width: 50%;
display: flex;
align-items: center;
justify-content: flex-end;
padding: 48px 40px 48px 24px;
background: #ffffff;
}

.register-right {
flex: 0 0 50%;
max-width: 50%;
position: relative;
overflow: hidden;
min-height: 400px;
}

.register-right-image {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center center;
display: block;
}

.register-card {
max-width: 100%;
width: 100%;
background: transparent;
border-radius: 0;
box-shadow: none !important;
}

.register-card .form-control,
.register-card .form-select {
height: 40px;
border-radius: 0;
font-size: 14px;
}

.register-card .btn-register {
width: 100%;
border: none;
border-radius: 0;
height: 34px;
font-size: 13px;
line-height: 1;
}

.register-card .btn-password {
border-radius: 0;
}

.register-card .form-check-label,
.register-card .form-label {
font-size: 13px;
}

#minor-consent-wrapper a {
color: #0d6efd;
text-decoration: underline;
}

.seeds-footer {
margin-top: 0 !important;
}

@media (max-width: 991px) {
.register-wrapper {
padding: 40px 0;
}

.register-inner {
flex-direction: column;
padding: 0 16px;
}

.register-left {
flex: 0 0 100%;
max-width: 100%;
padding: 0;
justify-content: center;
}

.register-right {
display: none;
}

.register-card {
max-width: 100%;
}
}


/* ================================================
   Forgot Password
   ================================================ */

.forgot-wrapper {
margin-bottom: 0;
width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
min-height: calc(100vh - 150px);
display: flex;
align-items: center;
justify-content: center;
padding: 60px 0;
background: #ffffff;
}

.forgot-inner {
width: 100%;
max-width: 1100px;
margin: 0 auto;
padding: 0 24px;
display: flex;
align-items: stretch;
gap: 0;
}

.forgot-left {
flex: 0 0 50%;
max-width: 50%;
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: center;
padding: 48px 40px 48px 24px;
background: #ffffff;
}

.forgot-right {
flex: 0 0 50%;
max-width: 50%;
position: relative;
overflow: hidden;
min-height: 400px;
}

.forgot-right-image {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center center;
display: block;
}

.forgot-card {
max-width: 100%;
width: 100%;
background: transparent;
border-radius: 0;
box-shadow: none !important;
}

.forgot-card .form-control {
height: 40px;
border-radius: 0;
font-size: 14px;
}

.forgot-card .btn-forgot {
width: 100%;
border: none;
border-radius: 0;
height: 34px;
font-size: 13px;
line-height: 1;
}

.forgot-card .btn-password {
border-radius: 0;
}

.forgot-card .form-label {
font-size: 13px;
}

@media (max-width: 991px) {
.forgot-wrapper {
padding: 40px 0;
}

.forgot-inner {
flex-direction: column;
padding: 0 16px;
}

.forgot-left {
flex: 0 0 100%;
max-width: 100%;
padding: 0;
align-items: center;
}

.forgot-right {
display: none;
}

.forgot-card {
max-width: 100%;
}
}
