/* 

Scroll and entry animations

.fade-up - bottom-to-top entrance animation
.fadeOutDown - bottom-to-top entrance animation
.fade-left - left-to-right entrance animation
.fade-right - right-to-left entrance animation
.scale-in - inside out entrance animation

Animation delay

.delay-time-# - delay time 100-200-300-400-500-600-700-800

*/

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
}

body,
body *:not(i):not(.fa):not(.fas):not(.far):not(.fab):not(.fa-solid) {
    font-family: 'Montserrat', sans-serif !important;
}

body {
    background: #f4f5eb;
}

.cl-primary {
    color: #3e3e3e;
}

.cl-secondary {
    color: #387f4d;
}

.content {
    margin-left: 260px !important;
    padding-top: 75px !important;
}

.sub-line {
    border-bottom: 2px solid #8dbf85 !important;
}

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.283);
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 19999;
    -webkit-mask-image: radial-gradient(circle, black 100%, transparent 100%);
    mask-image: radial-gradient(circle, black 100%, transparent 100%);
}

.logo-pantalla img {
    width: 270px;
    height: auto;
}

.btn-primary-lv {
    color: #ffffff;
    background-color: #3e3e3e;
    border-color: #3e3e3e;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(17, 24, 39, 0.075);
    transition: all ease 0.3s;
}

.bg-primary-lv {
    background-color: #3e3e3e;
}

.btn-lg-lv {
    padding: 12px;
    font-size: 15px;
    border-radius: 0.5rem;
}

.form-control::placeholder {
    color: #5f5f5f8f;
}

.valid-feedback,
.invalid-feedback {
    display: none;
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-select:valid~.valid-feedback,
.was-validated .form-select:invalid~.invalid-feedback,
.was-validated .input-group .form-control:valid~.valid-feedback,
.was-validated .input-group .form-control:invalid~.invalid-feedback {
    display: block;
}

.calendar-input {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}

.content-buttom {
    display: flex;
    justify-content: space-between;
}

.bg-secondary-lv {
    background-color: #387f4d;
}

.btn-primary-lv:hover {
    color: #ffffff;
    opacity: 0.7;
}

.btn-check:focus+.btn-primary-lv,
.btn-primary-lv:focus {
    color: #ffffff;
    background-color: #3e3e3e;
    border-color: #3e3e3e;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(17, 24, 39, 0.075),
        0 0 0 0.18rem rgba(65, 73, 85, 0.5);
}

.btn-check:checked+.btn-primary-lv,
.btn-check:active+.btn-primary-lv,
.btn-primary-lv:active,
.btn-primary-lv.active,
.show>.btn-primary-lv.dropdown-toggle {
    color: #ffffff;
    background-color: #3e3e3e;
    border-color: #3e3e3e;
}

.btn-check:checked+.btn-primary-lv:focus,
.btn-check:active+.btn-primary-lv:focus,
.btn-primary-lv:active:focus,
.btn-primary-lv.active:focus,
.show>.btn-primary-lv.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(17, 24, 39, 0.125),
        0 0 0 0.18rem rgba(65, 73, 85, 0.5);
}

.btn-primary-lv:disabled,
.btn-primary-lv.disabled {
    color: #ffffff;
    background-color: #3e3e3e;
    border-color: #3e3e3e;
}

.btn-secondary-lv {
    color: #ffffff;
    background-color: #387f4d;
    border-color: #387f4d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(17, 24, 39, 0.075);
    transition: all ease 0.3s;
}

.btn-secondary-lv:hover {
    color: #ffffff;
    opacity: 0.7;
}

.btn-check:focus+.btn-secondary-lv,
.btn-secondary-lv:focus {
    color: #ffffff;
    background-color: #387f4d;
    border-color: #387f4d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(17, 24, 39, 0.075),
        0 0 0 0.18rem rgba(252, 106, 88, 0.5);
}

.btn-check:checked+.btn-secondary-lv,
.btn-check:active+.btn-secondary-lv,
.btn-secondary-lv:active,
.btn-secondary-lv.active,
.show>.btn-secondary-lv.dropdown-toggle {
    color: #ffffff;
    background-color: #387f4d;
    border-color: #387f4d;
}

.btn-check:checked+.btn-secondary-lv:focus,
.btn-check:active+.btn-secondary-lv:focus,
.btn-secondary-lv:active:focus,
.btn-secondary-lv.active:focus,
.show>.btn-secondary-lv.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(17, 24, 39, 0.125),
        0 0 0 0.18rem rgba(252, 106, 88, 0.5);
}

.btn-secondary-lv:disabled,
.btn-secondary-lv.disabled {
    color: #ffffff;
    background-color: #387f4d;
    border-color: #387f4d;
}

.btn-tertiary-lv {
    color: #3e3e3e;
    background-color: #73c165;
    border-color: #73c165;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(17, 24, 39, 0.075);
    transition: all ease 0.3s;
}

.btn-tertiary-lv:hover {
    color: #3e3e3e;
    opacity: 0.7;
}

.btn-check:focus+.btn-tertiary-lv,
.btn-tertiary-lv:focus {
    color: #3e3e3e;
    background-color: #73c165;
    border-color: #73c165;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(17, 24, 39, 0.075),
        0 0 0 0.18rem rgba(80, 80, 128, 0.5);
}

.btn-check:checked+.btn-tertiary-lv,
.btn-check:active+.btn-tertiary-lv,
.btn-tertiary-lv:active,
.btn-tertiary-lv.active,
.show>.btn-tertiary-lv.dropdown-toggle {
    color: #3e3e3e;
    background-color: #73c165;
    border-color: #73c165;
}

.btn-check:checked+.btn-tertiary-lv:focus,
.btn-check:active+.btn-tertiary-lv:focus,
.btn-tertiary-lv:active:focus,
.btn-tertiary-lv.active:focus,
.show>.btn-tertiary-lv.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(17, 24, 39, 0.125),
        0 0 0 0.18rem rgba(80, 80, 128, 0.5);
}

.btn-tertiary-lv:disabled,
.btn-tertiary-lv.disabled {
    color: #3e3e3e;
    background-color: #73c165;
    border-color: #73c165;
}

.btn-outline-primary-lv {
    color: #3e3e3e;
    border-color: #3e3e3e;
    transition: all ease 0.3s;
}

.btn-outline-primary-lv:hover {
    color: #ffffff;
    background-color: #3e3e3e;
    border-color: #3e3e3e;
}

.btn-check:focus+.btn-outline-primary-lv,
.btn-outline-primary-lv:focus {
    box-shadow: 0 0 0 0.18rem rgba(31, 41, 55, 0.5);
}

.btn-check:checked+.btn-outline-primary-lv,
.btn-check:active+.btn-outline-primary-lv,
.btn-outline-primary-lv:active,
.btn-outline-primary-lv.active,
.btn-outline-primary-lv.dropdown-toggle.show {
    color: #ffffff;
    background-color: #3e3e3e;
    border-color: #3e3e3e;
}

.btn-check:checked+.btn-outline-primary-lv:focus,
.btn-check:active+.btn-outline-primary-lv:focus,
.btn-outline-primary-lv:active:focus,
.btn-outline-primary-lv.active:focus,
.btn-outline-primary-lv.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.18rem rgba(31, 41, 55, 0.5);
}

.btn-outline-primary-lv:disabled,
.btn-outline-primary-lv.disabled {
    color: #3e3e3e;
    background-color: transparent;
}

.btn-outline-secondary-lv {
    color: #387f4d;
    border-color: #387f4d;
    transition: all ease 0.3s;
}

.btn-outline-secondary-lv:hover {
    color: #ffffff;
    background-color: #387f4d;
    border-color: #387f4d;
}

.btn-check:focus+.btn-outline-secondary-lv,
.btn-outline-secondary-lv:focus {
    box-shadow: 0 0 0 0.18rem rgba(251, 80, 59, 0.5);
}

.btn-check:checked+.btn-outline-secondary-lv,
.btn-check:active+.btn-outline-secondary-lv,
.btn-outline-secondary-lv:active,
.btn-outline-secondary-lv.active,
.btn-outline-secondary-lv.dropdown-toggle.show {
    color: #ffffff;
    background-color: #387f4d;
    border-color: #387f4d;
}

.btn-check:checked+.btn-outline-secondary-lv:focus,
.btn-check:active+.btn-outline-secondary-lv:focus,
.btn-outline-secondary-lv:active:focus,
.btn-outline-secondary-lv.active:focus,
.btn-outline-secondary-lv.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.18rem rgba(251, 80, 59, 0.5);
}

.btn-outline-secondary-lv:disabled,
.btn-outline-secondary-lv.disabled {
    color: #387f4d;
    background-color: transparent;
}

.btn-outline-tertiary-lv {
    color: #73c165;
    border-color: #73c165;
    transition: all ease 0.3s;
}

.btn-outline-tertiary-lv:hover {
    color: #3e3e3e;
    background-color: #73c165;
    border-color: #73c165;
}

.btn-check:focus+.btn-outline-tertiary-lv,
.btn-outline-tertiary-lv:focus {
    box-shadow: 0 0 0 0.18rem rgba(49, 49, 106, 0.5);
}

.btn-check:checked+.btn-outline-tertiary-lv,
.btn-check:active+.btn-outline-tertiary-lv,
.btn-outline-tertiary-lv:active,
.btn-outline-tertiary-lv.active,
.btn-outline-tertiary-lv.dropdown-toggle.show {
    color: #3e3e3e;
    background-color: #73c165;
    border-color: #73c165;
}

.btn-check:checked+.btn-outline-tertiary-lv:focus,
.btn-check:active+.btn-outline-tertiary-lv:focus,
.btn-outline-tertiary-lv:active:focus,
.btn-outline-tertiary-lv.active:focus,
.btn-outline-tertiary-lv.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.18rem rgba(49, 49, 106, 0.5);
}

.btn-outline-tertiary-lv:disabled,
.btn-outline-tertiary-lv.disabled {
    color: #73c165;
    background-color: transparent;
}

.content {
    background: #f4f5eb;
}

.grafic-dash {
    background: #ffffff;
}

/* --------------------- TOPBAR BASE ------------------- */

.content-menu {
    margin: 0 -1rem;
    transition: all 0.3s;
}

.item-top {
    gap: 20px;
}

.item-user {
    gap: 10px;
}

.menu-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.item-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.mobile-language,
.mobile-profile {
    display: none;
}

.mobile-language .nav-link {
    gap: 0.35rem;
    padding: 0.45rem 0.55rem;
    color: #ffffff;
}

.mobile-language-code {
    font-size: 0.75rem;
    font-weight: 700;
}

.mobile-language-menu {
    min-width: 150px;
}

.mobile-profile-link {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: #ffffff;
    text-decoration: none;
}

.mobile-profile-avatar {
    display: grid;
    flex: 0 0 3.5rem;
    width: 3.5rem;
    min-width: 3.5rem;
    height: 3.5rem;
    min-height: 3.5rem;
    place-items: center;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 50%;
    background: #73c165;
    color: #ffffff;
}

.mobile-profile-avatar img,
.topbar-user-avatar {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    object-fit: cover;
    border-radius: 50%;
}

.avatar-user-default {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #dfe8e1;
    color: #387f4d;
}

.avatar-user-default i {
    line-height: 1;
}

.mobile-profile-avatar .avatar-user-default {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.topbar-user-avatar.avatar-user-default {
    font-size: 0.95rem;
}

.topbar-user-avatar {
    width: 34px;
    height: 34px;
    margin-left: 8px;
}

.profile-cover-api {
    --profile-cover-position-x: center;
    --profile-cover-position-y: 30%;
    background-position: var(--profile-cover-position-x) var(--profile-cover-position-y);
    background-repeat: no-repeat;
    background-size: cover;
}

.profile-cover-default {
    display: block;
    width: 9rem;
    height: 9rem;
    background: url('/assets/img/imgs/imgbg.png') center / cover no-repeat;
}

.profile-cover-api+.card-profile img.avatar-xl {
    width: 9rem;
    height: 9rem;
    object-fit: cover;
    border: 4px solid #ffffff;
    border-radius: 50% !important;
}

.profile-media-editor {
    background-color: #f8faf7;
}

.mobile-profile-link>span:last-child {
    display: flex;
    flex-direction: column;
}

.mobile-profile-link strong {
    font-size: 0.78rem;
}

.mobile-profile-link small {
    font-size: 0.65rem;
    opacity: 0.75;
}

.topbar-custom {
    position: fixed;
    top: 0;
    right: 1rem;
    left: 260px;
    margin-left: 1rem;
    z-index: 1050;
    padding: 18px 0;
    transition: all 0.35s ease;
    border-radius: 18px;
    background: transparent;
}

.topbar-custom.topbar-scrolled {
    top: 0;
    transform: translateY(6px);
    background: #387f4d;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.22);
    padding: 15px 22px;
}

.topbar-custom.topbar-scrolled .nav-link,
.topbar-custom.topbar-scrolled .text-gray-900,
.topbar-custom.topbar-scrolled .search-topbar::placeholder {
    color: #ffffff !important;
}

.topbar-custom.topbar-scrolled .menu-scroll {
    background: #73c165;
    color: #ffffff !important;
}

.topbar-custom.topbar-scrolled .language-text,
.topbar-custom.topbar-scrolled .icon-top {
    color: #ffffff !important;
}

.topbar-custom.topbar-scrolled .search-bar .form-control,
.topbar-custom.topbar-scrolled .search-bar .input-group-text {
    background: rgba(255, 255, 255, 0.06);
    /* border-color: rgba(255, 255, 255, 0.08); */
    color: #ffffff;
}

.topbar-custom.topbar-scrolled .dropdown-menu {
    margin-top: 18px !important;
}

/* --------------------- LANGUAGE ------------------- */

.language-toggle {
    gap: 10px;
    transition: all 0.3s ease;
}

.item-lenguage {
    gap: 7px;
    padding: 0 !important;
}

.icon-top {
    margin: 0 !important;
    font-size: 15px !important;
}

.language-flag {
    font-size: 18px;
    line-height: 1;
}

.language-text {
    font-weight: 600;
    font-size: 15px;
}

.language-arrow {
    transition: transform 0.3s ease;
}

.item-lenguage.show .language-arrow {
    transform: rotate(-90deg);
}

.language-menu {
    min-width: 180px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.language-menu .dropdown-item {
    gap: 10px;
    padding: 12px 16px;
    transition: all 0.25s ease;
}

.language-menu .dropdown-item:hover {
    background: rgba(0, 0, 0, 0.04);
}

.menu-scroll {
    padding: 5px 15px;
    border-radius: 20px;
}

/* -------------------- FOOTER CUSTOM ---------------------- */

.footer-custom {
    padding: 1.25rem clamp(1rem, 3vw, 2.5rem);
    color: #1f293d;
}

.footer-custom__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    min-height: 2.5rem;
    text-align: left;
    font-size: 1rem;
    line-height: 1.45;
}

.footer-custom__copyright,
.footer-custom__developer {
    margin: 0;
    width: auto;
    max-width: none;
}

.footer-custom__developer strong {
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .footer-custom {
        margin: 0.75rem;
        padding: 1rem 1.25rem;
    }

    .footer-custom__content {
        gap: 1rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 767.98px) {
    .footer-custom {
        margin: 0.5rem;
        padding: 1rem;
    }

    .footer-custom__content {
        flex-direction: column;
        gap: 0.35rem;
        min-height: auto;
        text-align: center;
        font-size: 0.8rem;
    }

    .footer-custom__copyright,
    .footer-custom__developer {
        width: 100%;
    }
}

/* -------------------- LEADS ---------------------- */

.cab-table,
.content-table {
    text-align: center;
}

.header-lr {
    position: fixed;
    right: 100px;
    left: 100px;
    top: 30px;
}

.register-section {
    position: relative;
    min-height: 100vh;
    background-image: url('/assets/img/imgs/imgbg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.registration-card {
    max-width: 720px;
}

.register-overlay {
    position: absolute;
    inset: 0;
    background: #13321dbe;
    z-index: 1;
}

.register-section .container {
    position: relative;
    z-index: 2;
}

/* -------------------- LOGIN RESPONSIVE ---------------------- */

.login-section {
    min-height: 100dvh;
    padding: 5.5rem 0 2rem;
}

.login-section .form-bg-image {
    width: 100%;
    margin: 0;
}

.login-card {
    overflow: visible;
}

@media (max-width: 991.98px) {
    .login-section {
        padding-top: 5rem;
    }

    .login-section .container {
        max-width: 720px;
    }

    .login-card {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .login-section {
        align-items: flex-start !important;
        padding: 4.75rem 0.75rem 1.25rem;
    }

    .login-section .container {
        padding: 0;
    }

    .login-section .header-lr {
        top: 1rem;
        right: 0.75rem;
        left: 0.75rem;
    }

    .login-section .menu-scroll {
        padding: 0.35rem 0.65rem;
    }

    .login-card {
        border-radius: 1rem !important;
        padding: 1.5rem 1.25rem !important;
    }

    .login-card h1 {
        margin-bottom: 1.5rem !important;
        font-size: 1.75rem;
        line-height: 1.2;
    }

    .login-card form {
        margin-top: 0 !important;
    }

    .login-card label {
        font-size: 1rem;
    }

    .login-card .form-control,
    .login-card .input-group-text {
        min-height: 3.25rem;
    }

    .login-card .form-control {
        min-width: 0;
        font-size: 1rem;
    }

    .login-card .input-group-text {
        padding-right: 0.85rem;
        padding-left: 0.85rem;
    }

    .login-card .btn {
        min-height: 3.25rem;
    }

    .login-card>.d-flex:last-child {
        flex-wrap: wrap;
        gap: 0.25rem;
        text-align: center;
        line-height: 1.5;
    }
}

/* -------------------- REGISTER RESPONSIVE ---------------------- */

.register-page {
    min-height: 100dvh;
    padding: 5.5rem 0 2rem;
}

.register-page .form-bg-image {
    width: 100%;
    margin: 0;
}

.register-card {
    overflow: visible;
}

@media (max-width: 991.98px) {
    .register-page {
        padding-top: 5rem;
    }

    .register-page .container {
        max-width: 720px;
    }

    .register-card {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .register-page {
        align-items: flex-start !important;
        padding: 4.75rem 0.75rem 1.25rem;
    }

    .register-page .container {
        padding: 0;
    }

    .register-page .header-lr {
        top: 1rem;
        right: 0.75rem;
        left: 0.75rem;
    }

    .register-page .menu-scroll {
        padding: 0.35rem 0.65rem;
    }

    .register-card {
        border-radius: 1rem !important;
        padding: 1.5rem 1.25rem !important;
    }

    .register-card h1 {
        margin-bottom: 1.5rem !important;
        font-size: 1.75rem;
        line-height: 1.2;
    }

    .register-card form {
        margin-top: 0 !important;
    }

    .register-card label {
        font-size: 1rem;
    }

    .register-card .form-control,
    .register-card .input-group-text {
        min-height: 3.25rem;
    }

    .register-card .form-control {
        min-width: 0;
        font-size: 1rem;
    }

    .register-card .input-group-text {
        padding-right: 0.85rem;
        padding-left: 0.85rem;
    }

    .register-card .form-group,
    .register-card .col-12 {
        margin-bottom: 1.25rem !important;
    }

    .register-card .form-check {
        display: flex;
        align-items: flex-start;
        gap: 0.5rem;
        margin-bottom: 1.25rem !important;
    }

    .register-card .form-check-input {
        flex: 0 0 auto;
        margin-top: 0.25rem;
        width: 1.25rem;
        height: 1.25rem;
    }

    .register-card .form-check-label {
        line-height: 1.45;
    }

    .register-card .btn {
        min-height: 3.25rem;
    }

    .register-card>.d-flex:last-child {
        flex-wrap: wrap;
        gap: 0.25rem;
        text-align: center;
        line-height: 1.5;
    }
}

/* -------------------- FORGOT PASSWORD RESPONSIVE ---------------------- */

.forgot-password-page {
    min-height: 100dvh;
    padding: 5.5rem 0 2rem;
}

.forgot-password-page .form-bg-image {
    width: 100%;
    margin: 0;
}

.forgot-password-card {
    overflow: visible;
}

@media (max-width: 991.98px) {
    .forgot-password-page {
        padding-top: 5rem;
    }

    .forgot-password-page .container {
        max-width: 720px;
    }

    .forgot-password-card {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .forgot-password-page {
        align-items: flex-start !important;
        padding: 4.75rem 0.75rem 1.25rem;
    }

    .forgot-password-page .container {
        padding: 0;
    }

    .forgot-password-page .header-lr {
        top: 1rem;
        right: 0.75rem;
        left: 0.75rem;
    }

    .forgot-password-page .menu-scroll {
        padding: 0.35rem 0.65rem;
    }

    .forgot-password-card {
        border-radius: 1rem !important;
        padding: 1.5rem 1.25rem !important;
    }

    .forgot-password-card h1 {
        margin-bottom: 1rem;
        font-size: 1.75rem;
        line-height: 1.2;
    }

    .forgot-password-card p {
        margin-bottom: 1.5rem !important;
        font-size: 1rem;
        line-height: 1.6;
    }

    .forgot-password-card form {
        margin-top: 0 !important;
    }

    .forgot-password-card label {
        font-size: 1rem;
    }

    .forgot-password-card .form-control,
    .forgot-password-card .btn {
        min-height: 3.25rem;
    }

    .forgot-password-card .form-control {
        min-width: 0;
        font-size: 1rem;
    }
}

/* -------------------- FILTERS CARDS ---------------------- */

.mk2-content-filter {
    background: #ffffff;
    padding: 20px 5px;
    border-radius: 30px;
}

.mk2-title-filter {
    font-size: 25px;
    font-weight: 700;
    color: #1f293d;
    margin: 10px 15px;
}

.mk2-filters {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin: 30px 15px;
}

.mk2-filter-item {
    display: flex;
    flex-direction: column;
}

.mk2-filter-item label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1f293d;
}

.mk2-filter-item input,
.mk2-filter-item select {
    height: 58px;
    border: 1px solid #d7d7d7;
    border-radius: 16px;
    padding: 0 16px;
    background: white;
    font-size: 15px;
}

.mk2-filter-actions {
    display: flex;
    gap: 15px;
    margin: 10px 15px 30px;

}

.mk2-btn-clear {
    height: 58px;
    min-width: 150px;
    border-radius: 16px;
    border: 2px solid #709d66;
    background: white;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mk2-btn-clear:hover {
    background: #e6e6e6;
}

.mk2-btn-apply {
    height: 58px;
    min-width: 150px;
    border-radius: 16px;
    border: none;
    background: #709d66;
    color: white;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mk2-btn-apply:hover {
    background: #87ba7c;
}

.mk2-filter-item input:focus,
.mk2-filter-item select:focus {
    outline: none;
    border-color: #8dbf85;
    box-shadow: none;
}

.mk2-empty-message {
    display: none;
    text-align: center;
    padding: 60px 20px;
    font-size: 22px;
    font-weight: 600;
    color: #6b7280;
}

.mk2-empty-message.show {
    display: block;
}

/* -------------------- GROUPS CARDS ---------------------- */

.mk2-tabs {
    display: flex;
    align-items: flex-end;
    padding: 35px 15px 0;
    margin: 0 30px;
    position: relative;
    z-index: 2;
    border-bottom: 2px solid #789f6f;
}


.mk2-tab {
    border: 2px solid #e5e5e5;
    background: #f4f5eb;
    border-bottom: none;
    padding: 13px 20px;
    cursor: pointer;
    font-weight: 700;
    color: #8c8c8c;
    transition: .3s ease;
    margin-right: 4px;
    border-radius: 18px 18px 0 0;
}



.mk2-tab.active {
    border-color: #789f6f;
    background: #ffffff;
    color: #1f293d;
    position: relative;
    top: 2px;
    z-index: 10;
}

.mk2-tab.active::after {
    position: absolute;
    right: -2px;
    bottom: -4px;
    left: -2px;
    z-index: 20;
    height: 8px;
    content: '';
    background: #ffffff;
}

.mk2-group-content {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.mk2-group-content.active {
    background: #ffffff;
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: visible;
    padding: 25px 0;
    margin-top: -2px;
    border-radius: 30px;
}

/* -------------------- MARKETING CARDS ---------------------- */

.mk2-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}

.mk2-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
}

.mk2-card {
    width: 100%;
    background: #c7fcbe57;
    border-radius: 28px;
    padding: 18px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mk2-image-area {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mk2-image-area img {
    border-radius: 25px;
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
    filter: grayscale(100%);
}

.mk2-category {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #2f3a56;
}

.mk2-content {
    padding-top: 18px;
}

.mk2-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.mk2-title-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 40px;
}

.mk2-title-track {
    display: inline-block;
}

.mk2-title {
    margin: 0;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    color: #1f293d;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.mk2-date {
    width: 20%;
}

/* .mk2-title {
    margin: 0;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    color: #1f293d;
    white-space: nowrap;
    display: inline-block;
    opacity: 1;
    will-change: transform, opacity;
} */

.mk2-price {
    background: #c94f38;
    color: white;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
}

.mk2-description {
    margin-top: 18px;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.7;
    color: #38435b;
}

.mk2-tags {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0 0 28px 0;
    list-style: none;
}

.mk2-tag {
    background: #efb8a7;
    color: #38435b;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 14px;
}

.mk2-button {
    width: 100%;
    height: 64px;
    border-radius: 999px;
    background: #c94f38;
    color: #17243a;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    transition: 0.3s ease;
}

.mk2-button:hover {
    opacity: .9;
}


/* -------------- MARKETING UNIVERSAL ---------------- */


.mk2-universal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 0 20px;
    border-bottom: 2px solid #8dbf85;
}

.mk2-universal-arrow {
    font-size: 24px;
    font-weight: 700;
    color: #1f293d;
    transition: transform 0.3s ease;
}

.open-arrow {
    margin-bottom: 15px;
}

.mk2-universal-arrow.open .open-arrow {
    margin-bottom: 0;
    margin-top: 15px;
}

.mk2-universal-arrow.open {
    transform: rotate(180deg);
}

.mk2-universal-body {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition:
        max-height 1.2s cubic-bezier(.25, .8, .25, 1),
        opacity .5s ease;
}

.mk2-universal-body.open {
    max-height: 2000px;
    opacity: 1;
}

.mk2-universal {
    margin: 0 0 50px;
    background: #ffffff;
    border-radius: 30px;
    padding: 30px;
}

.mk2-universal-image {
    margin-top: 15px;
}

.mk2-universal-image img {
    width: 100%;
    border-radius: 25px;
    max-height: 250px;
    object-fit: cover;
}

.mk2-universal-title {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 700;
    color: #1f293d;
}

.mk2-universal-gen {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 700;
    color: #1f293d;
}

.mk2-universal-description {
    color: #38435b;
    line-height: 1.8;
    font-size: 18px;
}

.mk2-universal-actions {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.mk2-action-btn {
    border: none;
    cursor: pointer;
    text-decoration: none;
    background: #c94f38;
    color: #17243a;
    padding: 14px 25px;
    border-radius: 999px;
    font-weight: 700;
}


/* -------------- PREVIEW ---------------- */

.mkpreview-description strong,
.mkpreview-description b {
    font-weight: 700;
}

.mkpreview-description em,
.mkpreview-description i {
    font-style: italic;
}

.mkpreview-description table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.mkpreview-description table td,
.mkpreview-description table th {
    border: 1px solid #d1d5db;
    padding: .75rem;
}

.mkpreview-wrapper {
    width: 100%;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.mkpreview-container {
    width: 100%;
    max-width: 1100px;
    background: #f4f6ef;
    border-radius: 40px;
    overflow: hidden;
}

.content-imagepre {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mkpreview-banner {
    width: 100%;
    height: auto;
    min-height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mkpreview-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.mkpreview-banner.portrait {
    width: 100%;
    height: auto;
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mkpreview-banner.portrait img {
    width: 40%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.mkpreview-type {
    position: absolute;
    top: 30px;
    left: 30px;
    background: rgba(255, 255, 255, .9);
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
}

.mkpreview-content {
    padding: 32px 0;
}

.mkpreview-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
}

.mkpreview-campaign {
    display: block;
    margin-bottom: 10px;
    color: #5b6475;
    font-size: 18px;
}

.mkpreview-title {
    margin: 0;
    max-width: 100%;
    font-size: 40px;
    line-height: 1.08;
    overflow-wrap: anywhere;
    color: #17243a;
}

.mkpreview-date {
    font-size: 22px;
    color: #44506a;
}

.mkpreview-description {
    margin: 60px 0;
    font-size: 22px;
    line-height: 1.8;
    color: #3b4760;
}

.mkpreview-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.mkpreview-tag {
    padding: 10px 20px;
    border-radius: 999px;
    background: #25d365a7;
    color: #26324a;
    font-size: 15px;
    font-weight: 500;
}

.mkpreview-tag-featured {
    background: #387f4d;
    color: white;
}

.mkpreview-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 40px;
    justify-content: flex-end;
}

.mkpreview-btn-primary {
    height: 56px;
    padding: 0 28px;
    border-radius: 16px;
    background: #387f4d;
    color: white;
    border: none;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease 0.3s;
}

.mkpreview-btn-primary:hover {
    opacity: 0.8;
    color: #000;
}

.mkpreview-btn-secondary {
    height: 56px;
    padding: 0 24px;
    border-radius: 16px;
    background: transparent;
    border: 1px solid #d8ddd2;
    color: #17243a;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all ease 0.3s;
}

.mkpreview-btn-secondary:hover {
    background: #dededeb3;
}

.mkpreview-info {
    margin: 0 0 25px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.mkpreview-info-item {
    background: white;
    padding: 20px;
    border-radius: 20px;
    min-height: 104px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mkpreview-label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.25;
    color: #7b8495;
}

.mkpreview-value {
    font-size: 17px;
    line-height: 1.25;
    font-weight: 600;
    color: #17243a;
    overflow-wrap: anywhere;
}

@media (max-width: 767.98px) {
    .mkpreview-wrapper {
        padding: 24px 14px;
    }

    .mkpreview-content {
        padding: 24px 0;
    }

    .mkpreview-title {
        font-size: 30px;
        line-height: 1.1;
    }

    .mkpreview-campaign {
        margin-bottom: 6px;
        font-size: 15px;
    }

    .mkpreview-date {
        font-size: 14px;
    }

    .mkpreview-info {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 20px;
    }

    .mkpreview-info-item {
        min-height: 96px;
        padding: 15px;
        border-radius: 16px;
    }

    .mkpreview-label {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .mkpreview-value {
        font-size: 15px;
    }

    .mkpreview-tags {
        gap: 8px;
        margin-top: 20px;
    }

    .mkpreview-tag {
        padding: 7px 14px;
        border-radius: 999px;
        font-size: 13px;
        line-height: 1.2;
    }

    .mkpreview-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 28px;
    }

    .mkpreview-btn-primary,
    .mkpreview-btn-secondary {
        width: 100%;
        height: 46px;
        min-width: 0;
        padding: 0 12px;
        border-radius: 12px;
        font-size: 13px;
        line-height: 1.15;
        text-align: center;
    }
}


/* -------------- MODAL ---------------- */

.custom-share-modal.show {
    z-index: 3000 !important;
    background: rgba(0, 0, 0, 0.45) !important;
    backdrop-filter: blur(5px) !important;
}

.modal-share {
    z-index: 4000 !important;
}

.modal-share .modal-dialog {
    z-index: 4001 !important;
    width: calc(100% - 24px);
    max-width: 720px;
    margin: 1rem auto;
}

.mkshare-modal {
    position: relative;
    z-index: 4002 !important;
}

.mkshare-modal {
    border: none;
    border-radius: 28px;
    padding: 28px;
    background: #f4f6ef;
    width: 100%;
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    box-sizing: border-box;
}

.mkshare-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.mkshare-title {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #17243a;
}

.mkshare-subtitle {
    margin: 8px 0 0 0;
    color: #667085;
    font-size: 15px;
}

.mkshare-close {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: none;
    background: white;
    color: #17243a;
}

.mkshare-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 32px;
}

.mkshare-item {
    padding: 18px;
    border-radius: 20px;
    background: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    box-sizing: border-box;
    color: #17243a;
    transition: all ease 0.3s;
}

.mkshare-item>span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.mkshare-item:hover {
    transform: translateY(-2px);
}

.mkshare-item-share:hover {
    transform: translateY(-2px);
    color: #ffffff;
}

.mkshare-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #17243a;
}

.mkshare-whatsapp {
    background: #25D366;
    color: #ffffff;
}

.mkshare-facebook {
    background: #1877F2;
    color: #ffffff;
}

.mkshare-messenger {
    background: #36acfa;
    color: #ffffff;
}

.mkshare-twitter {
    background: #111111;
    color: #ffffff;
}

.mkshare-whatsapp i,
.mkshare-facebook i,
.mkshare-messenger i,
.mkshare-twitter i {
    color: #ffffff;
}

.mkshare-message-wrapper {
    margin-top: 32px;
}

.mkshare-message-label {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #44506a;
}

.mkshare-message {
    padding: 20px;
    border-radius: 20px;
    background: white;
    color: #17243a;
    line-height: 1.8;
    font-size: 15px;
}

.mkshare-actions {
    display: flex;
    gap: 14px;
    margin-top: 28px;
}

.mkshare-copy-btn,
.mkshare-link-btn {
    flex: 1;
    height: 54px;
    border-radius: 16px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.mkshare-copy-btn {
    background: #c94f38;
    color: white;
}

.mkshare-link-btn {
    background: white;
    color: #17243a;
}

/* -------------------- MARKETING MODALS AND ALERTS RESPONSIVE -------------------- */

.swal2-container.swal2-bottom,
.swal2-container.swal2-bottom-end {
    position: fixed !important;
    top: auto !important;
    right: 0 !important;
    bottom: 20px !important;
    left: 0 !important;
    inset-inline: 0 !important;
    width: 100% !important;
    padding: 0 12px !important;
    box-sizing: border-box;
    transform: none !important;
    display: flex !important;
    justify-content: center !important;
}

.swal2-container.swal2-bottom .swal2-toast,
.swal2-container.swal2-bottom-end .swal2-toast {
    position: static !important;
    width: min(680px, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
    margin: 0 auto !important;
    transform: none !important;
    box-sizing: border-box;
}

.swal2-timer-progress-bar {
    display: none !important;
}

@media (max-width: 575.98px) {
    .modal-share .modal-dialog {
        width: calc(100% - 24px);
        max-width: none;
        margin: 12px auto;
    }

    .mkshare-modal {
        padding: 20px;
        border-radius: 24px;
    }

    .mkshare-header {
        gap: 12px;
    }

    .mkshare-title {
        font-size: 26px;
        line-height: 1.12;
    }

    .mkshare-subtitle {
        font-size: 15px;
        line-height: 1.45;
    }

    .mkshare-close {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
    }

    .mkshare-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
        margin-top: 24px;
    }

    .mkshare-item {
        width: 100%;
        min-height: 68px;
        padding: 14px;
        border-radius: 16px;
        gap: 12px;
        font-size: 16px;
    }

    .mkshare-icon {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        border-radius: 12px;
        font-size: 19px;
    }

    .swal2-container.swal2-bottom,
    .swal2-container.swal2-bottom-end {
        bottom: 16px !important;
        padding: 0 12px !important;
    }

    .swal2-container.swal2-bottom .swal2-toast,
    .swal2-container.swal2-bottom-end .swal2-toast {
        max-width: 100% !important;
        padding: 12px 14px !important;
    }
}

.mkdownload-title {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}

.mkdownload-btn {
    border: none;
    background: #d45336;
    color: #fff;
    padding: 10px 20px;
    border-radius: 999px;
    cursor: pointer;
    transition: .3s;
}

.mkdownload-btn:hover {
    opacity: .9;
}

.contentFormats,
.imageFormats {
    margin-top: 15px;
}

.mkdownload-options {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.mkdownload-buttons,
#contentFormats,
#imageFormats {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.mkdownload-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}


/* ------------------------- PROFILE ---------------------------- */

.card-profile {
    margin: 1.25rem 1.5rem;
}

.profile-avatar {
    width: 8rem;
    height: 8rem;
    border: 4px solid #ffffff;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(33, 48, 39, 0.18);
    object-fit: cover;
}

.topbar-avatar {
    width: 2rem;
    height: 2rem;
    border: 2px solid rgba(56, 127, 77, 0.2);
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .profile-avatar {
        width: 4.5rem;
        height: 4.5rem;
    }
}

.card-bank .form-group {
    padding-bottom: 25px;
}

.bank-header {
    margin: 1.25rem 1.5rem;
}

/* ------------------------- DASHBOARD OVERVIEW ---------------------------- */

.dashboard-overview {
    --dashboard-ink: #213027;
    --dashboard-muted: #718078;
    --dashboard-border: #e4e9df;
    --dashboard-surface: #ffffff;
    --dashboard-green: #387f4d;
    --dashboard-green-dark: #173f27;
    --dashboard-green-soft: #edf6ec;
    color: var(--dashboard-ink);
    padding: 1.5rem 0 0;
}

.dashboard-hero {
    position: relative;
    overflow: hidden;
    min-height: 190px;
    padding: 2.25rem;
    border-radius: 26px;
    background:
        radial-gradient(circle at 85% 15%, rgba(141, 191, 133, 0.3), transparent 28%),
        linear-gradient(125deg, #153a24 0%, #285e37 58%, #3d7f4e 100%);
    box-shadow: 0 18px 45px rgba(27, 71, 41, 0.18);
    color: #ffffff;
}

.dashboard-hero::after {
    position: absolute;
    right: -65px;
    bottom: -105px;
    width: 310px;
    height: 310px;
    border: 42px solid rgba(255, 255, 255, 0.055);
    border-radius: 50%;
    content: '';
}

.dashboard-hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.dashboard-eyebrow,
.dashboard-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.7rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.dashboard-eyebrow {
    color: #bce2b6;
}

.dashboard-hero h1 {
    max-width: 720px;
    margin: 0 0 0.65rem;
    color: #ffffff;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -0.035em;
}

.dashboard-hero p {
    max-width: 670px;
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.92rem;
    line-height: 1.7;
}

.dashboard-hero-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 0.75rem;
}

.dashboard-refresh-button,
.dashboard-primary-action,
.dashboard-outline-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 44px;
    padding: 0.7rem 1rem;
    border-radius: 12px;
    font-size: 0.78rem;
    font-weight: 700;
}

.dashboard-refresh-button {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    backdrop-filter: blur(8px);
}

.dashboard-refresh-button:hover,
.dashboard-refresh-button:focus {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.dashboard-primary-action {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #245633;
    box-shadow: 0 8px 24px rgba(11, 36, 20, 0.18);
}

.dashboard-primary-action:hover,
.dashboard-primary-action:focus {
    border-color: #e7f2e5;
    background: #e7f2e5;
    color: #173f27;
}

.dashboard-alert {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    border: 0;
    border-radius: 14px;
    font-size: 0.85rem;
}

.dashboard-alert-danger {
    background: #fff0ee;
    color: #9e3e34;
}

.dashboard-alert-warning {
    background: #fff8e7;
    color: #8c681f;
}

.dashboard-kpi-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    overflow: hidden;
    padding: 1.35rem;
    border: 1px solid var(--dashboard-border);
    border-radius: 19px;
    background: var(--dashboard-surface);
    box-shadow: 0 8px 24px rgba(32, 60, 39, 0.055);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dashboard-kpi-card::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--kpi-color);
    content: '';
    opacity: 0.7;
}

.dashboard-kpi-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(32, 60, 39, 0.09);
}

.dashboard-kpi-leads {
    --kpi-color: #387f4d;
    --kpi-soft: #e9f3e8;
}

.dashboard-kpi-follow-up {
    --kpi-color: #4f8f9d;
    --kpi-soft: #e8f3f5;
}

.dashboard-kpi-enrolled {
    --kpi-color: #62a85f;
    --kpi-soft: #edf6ea;
}

.dashboard-kpi-conversion {
    --kpi-color: #d69b3c;
    --kpi-soft: #fff4df;
}

.dashboard-kpi-icon {
    display: grid;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 15px;
    background: var(--kpi-soft);
    color: var(--kpi-color);
    font-size: 1.05rem;
}

.dashboard-kpi-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.dashboard-kpi-copy>span {
    overflow: hidden;
    color: var(--dashboard-muted);
    font-size: 0.72rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-kpi-copy strong {
    margin: 0.05rem 0;
    color: var(--dashboard-ink);
    font-size: 1.65rem;
    line-height: 1.2;
    letter-spacing: -0.035em;
}

.dashboard-kpi-copy small {
    color: #9aa39e;
    font-size: 0.64rem;
}

.dashboard-panel {
    overflow: hidden;
    padding: 1.55rem;
    border: 1px solid var(--dashboard-border);
    border-radius: 22px;
    background: var(--dashboard-surface);
    box-shadow: 0 8px 28px rgba(32, 60, 39, 0.055);
}

.dashboard-panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.4rem;
}

.dashboard-panel-header-compact {
    align-items: center;
}

.dashboard-section-kicker {
    margin-bottom: 0.35rem;
    color: var(--dashboard-green);
}

.dashboard-panel-header h2 {
    margin: 0;
    color: var(--dashboard-ink);
    font-size: 1.16rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.dashboard-panel-header p {
    margin: 0.4rem 0 0;
    color: var(--dashboard-muted);
    font-size: 0.76rem;
}

.dashboard-total-pill,
.dashboard-count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 999px;
    background: var(--dashboard-green-soft);
    color: var(--dashboard-green);
    font-size: 0.7rem;
    font-weight: 700;
}

.dashboard-total-pill {
    min-height: 34px;
    padding: 0.5rem 0.8rem;
}

.dashboard-count-badge {
    width: 34px;
    height: 34px;
}

.dashboard-status-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.25rem;
}

.dashboard-status-item {
    padding: 0.9rem;
    border: 1px solid #edf0eb;
    border-radius: 15px;
    background: #fbfcfa;
}

.dashboard-status-topline {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.dashboard-status-icon {
    display: grid;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 9px;
    background: color-mix(in srgb, var(--status-color) 13%, white);
    color: var(--status-color);
    font-size: 0.72rem;
}

.dashboard-status-label {
    flex: 1;
    color: #4f5d55;
    font-size: 0.73rem;
    font-weight: 600;
}

.dashboard-status-topline strong {
    color: var(--dashboard-ink);
    font-size: 0.9rem;
}

.dashboard-status-track {
    overflow: hidden;
    height: 5px;
    margin: 0.75rem 0 0.45rem;
    border-radius: 999px;
    background: #e9ede7;
}

.dashboard-status-track span {
    display: block;
    min-width: 0;
    height: 100%;
    border-radius: inherit;
}

.dashboard-status-item small {
    color: #9aa39e;
    font-size: 0.62rem;
}

.dashboard-campaign-list {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.dashboard-campaign-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.8rem;
    border: 1px solid #edf0eb;
    border-radius: 14px;
    background: #fbfcfa;
}

.dashboard-campaign-icon {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 11px;
    background: #eaf4e8;
    color: var(--dashboard-green);
    font-size: 0.78rem;
}

.dashboard-campaign-copy {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
}

.dashboard-campaign-copy strong {
    overflow: hidden;
    color: var(--dashboard-ink);
    font-size: 0.75rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-campaign-copy span {
    overflow: hidden;
    margin-top: 0.18rem;
    color: var(--dashboard-muted);
    font-size: 0.62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-live-dot {
    width: 8px;
    height: 8px;
    border: 2px solid #d9efda;
    border-radius: 50%;
    background: #58a66b;
    box-shadow: 0 0 0 3px #edf7ed;
}

.dashboard-text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    color: var(--dashboard-green);
    font-size: 0.7rem;
    font-weight: 700;
}

.dashboard-text-link:hover {
    color: var(--dashboard-green-dark);
}

.dashboard-outline-action {
    border: 1px solid #cad8cb;
    background: #ffffff;
    color: var(--dashboard-green);
}

.dashboard-outline-action:hover,
.dashboard-outline-action:focus {
    border-color: var(--dashboard-green);
    background: var(--dashboard-green-soft);
    color: var(--dashboard-green-dark);
}

.dashboard-leads-table-wrap {
    margin: 0 -1.55rem -1.55rem;
}

.dashboard-leads-table {
    min-width: 900px;
}

.dashboard-leads-table thead th {
    padding: 0.8rem 1rem;
    border-color: #edf0eb;
    background: #f7f9f5;
    color: #7f8a83;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.dashboard-leads-table thead th:first-child,
.dashboard-leads-table tbody td:first-child {
    padding-left: 1.55rem;
}

.dashboard-leads-table thead th:last-child,
.dashboard-leads-table tbody td:last-child {
    padding-right: 1.55rem;
}

.dashboard-leads-table tbody td {
    padding: 0.9rem 1rem;
    border-color: #edf0eb;
    color: #566159;
    font-size: 0.7rem;
}

.dashboard-leads-table tbody tr:last-child td {
    border-bottom: 0;
}

.dashboard-student-cell {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-width: 190px;
}

.dashboard-student-avatar {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    background: #e9f3e8;
    color: var(--dashboard-green);
    font-size: 0.65rem;
    font-weight: 700;
}

.dashboard-student-cell>div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.dashboard-student-cell a {
    color: var(--dashboard-ink);
    font-size: 0.73rem;
    font-weight: 700;
}

.dashboard-student-cell span:not(.dashboard-student-avatar) {
    overflow: hidden;
    max-width: 210px;
    margin-top: 0.12rem;
    color: #8e9892;
    font-size: 0.62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-status-badge {
    display: inline-flex;
    padding: 0.35rem 0.55rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--status-color) 13%, white);
    color: var(--status-color);
    font-size: 0.6rem;
    font-weight: 700;
    white-space: nowrap;
}

.dashboard-row-action {
    display: grid;
    width: 32px;
    height: 32px;
    margin-left: auto;
    place-items: center;
    border: 1px solid #dce4dc;
    border-radius: 9px;
    color: var(--dashboard-green);
    font-size: 0.65rem;
}

.dashboard-row-action:hover {
    border-color: var(--dashboard-green);
    background: var(--dashboard-green-soft);
    color: var(--dashboard-green-dark);
}

.dashboard-empty-state {
    display: flex;
    min-height: 230px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
    color: var(--dashboard-muted);
    text-align: center;
}

.dashboard-empty-state>i {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 0.8rem;
    place-items: center;
    border-radius: 15px;
    background: var(--dashboard-green-soft);
    color: var(--dashboard-green);
}

.dashboard-empty-state strong {
    color: var(--dashboard-ink);
    font-size: 0.82rem;
}

.dashboard-empty-state p {
    max-width: 340px;
    margin: 0.35rem 0 1rem;
    font-size: 0.7rem;
}

.dashboard-empty-compact {
    min-height: 150px;
    grid-column: 1 / -1;
}

.dashboard-empty-compact p {
    margin-bottom: 0;
}

.dashboard-network-panel {
    background:
        linear-gradient(105deg, rgba(237, 246, 236, 0.65), transparent 35%),
        #ffffff;
}

.dashboard-network-totals {
    display: flex;
    gap: 0.5rem;
}

.dashboard-network-totals span {
    padding: 0.55rem 0.75rem;
    border: 1px solid #dfe8dd;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.85);
    color: var(--dashboard-muted);
    font-size: 0.65rem;
}

.dashboard-network-totals strong {
    color: var(--dashboard-green-dark);
    font-size: 0.82rem;
}

.dashboard-network-block h3 {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0 0 0.9rem;
    color: var(--dashboard-ink);
    font-size: 0.76rem;
    font-weight: 700;
}

.dashboard-network-block h3 i {
    color: var(--dashboard-green);
}

.dashboard-university-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.dashboard-university-list>span {
    padding: 0.55rem 0.75rem;
    border: 1px solid #dfe8dd;
    border-radius: 11px;
    background: #ffffff;
    color: #4e5d53;
    font-size: 0.68rem;
    font-weight: 600;
}

.dashboard-branch-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.dashboard-branch-item {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.72rem;
    border: 1px solid #e4eae2;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.85);
}

.dashboard-branch-marker {
    display: grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    background: #edf6ec;
    color: var(--dashboard-green);
    font-size: 0.67rem;
}

.dashboard-branch-item>div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.dashboard-branch-item strong,
.dashboard-branch-item span:not(.dashboard-branch-marker) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-branch-item strong {
    color: var(--dashboard-ink);
    font-size: 0.7rem;
}

.dashboard-branch-item span:not(.dashboard-branch-marker) {
    margin-top: 0.15rem;
    color: var(--dashboard-muted);
    font-size: 0.6rem;
}

.dashboard-muted-copy {
    margin: 0;
    color: var(--dashboard-muted);
    font-size: 0.7rem;
}

@media (max-width: 1199.98px) {
    .dashboard-hero-content {
        align-items: flex-start;
        flex-direction: column;
    }

    .dashboard-hero-actions {
        width: 100%;
    }
}

@media (max-width: 991.98px) {

    html,
    body {
        overflow-x: hidden;
    }

    body.sidebar-open {
        overflow: hidden;
    }

    .content {
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
        margin-left: 0 !important;
        padding-top: 70px !important;
    }

    main.content {
        width: 100vw !important;
        min-width: 0 !important;
        margin-right: 0 !important;
        overflow-x: hidden;
    }

    .dashboard-overview {
        width: 100%;
        min-width: 0;
        overflow-x: hidden;
    }

    .dashboard-hero-content>div:first-child,
    .dashboard-panel-header>div:first-child {
        min-width: 0;
        max-width: 100%;
    }

    .topbar-custom {
        display: none !important;
    }

    .content-menu {
        display: none;
    }

    .mobile-profile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        margin: 0;
        padding: 0.75rem 0.75rem 0.25rem;
        border-bottom: 0;
    }

    .sidebar-inner>.nav>.dropdown-divider:first-child {
        margin-top: 0.5rem !important;
        margin-bottom: 0.75rem !important;
    }

    .sidebar-inner {
        display: flex;
        min-height: 100%;
        flex-direction: column;
    }

    .sidebar-inner>.nav {
        flex: 1 0 auto;
    }

    .mobile-logout-item {
        margin-top: auto;
        padding-top: 0.25rem;
        padding-bottom: 0.75rem;
    }

    .mobile-logout-item .logout-action {
        display: flex;
        align-items: center;
        padding: 0.55rem 0.75rem;
        border-radius: 0.5rem;
        color: #ffffff;
        cursor: pointer;
        font-size: 1rem;
    }

    .mobile-logout-item .logout-action:hover,
    .mobile-logout-item .logout-action:focus-visible {
        color: #f4f5eb;
        background-color: #73c165;
        outline: none;
    }

    .mobile-logout-item .logout-action .dropdown-icon {
        width: 1.25rem;
        height: 1.25rem;
        flex: 0 0 1.25rem;
        color: #ffffff !important;
    }

    .sidebar {
        top: 0;
        z-index: 1200;
    }

    .offcanvas-backdrop {
        z-index: 1095 !important;
    }

}

.mobile-menu-bar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 0 1rem;
    background: #387f4d;
    box-shadow: 0 2px 12px rgba(20, 60, 32, 0.18);
}

.mobile-menu-brand {
    display: block;
    width: 112px;
}

.mobile-menu-brand img {
    display: block;
    width: 100%;
    height: auto;
}

.mobile-menu-language {
    display: block;
    margin-left: auto;
    margin-right: 0.75rem;
}

.mobile-menu-language-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 0.6rem;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 0.5rem;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    text-decoration: none;
}

.mobile-menu-language-toggle::after {
    margin-left: 0.1rem;
}

.mobile-menu-language-toggle:hover,
.mobile-menu-language-toggle:focus-visible {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    outline: none;
}

.mobile-menu-language-menu {
    min-width: 150px;
}

.mobile-menu-toggle,
.mobile-sidebar-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    color: #ffffff;
    background: transparent;
}

.mobile-menu-toggle {
    width: 42px;
    height: 42px;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 0.5rem;
}

.mobile-menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.mobile-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -0.25rem 0 0.75rem;
    padding: 0 0.5rem 0.75rem;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.mobile-sidebar-close {
    width: 2rem;
    height: 2rem;
    border-radius: 0.4rem;
}

.mobile-sidebar-close:hover,
.mobile-sidebar-close:focus-visible,
.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus-visible {
    background: rgba(255, 255, 255, 0.14);
    outline: none;
}

@media (min-width: 992px) {
    .sidebar.offcanvas {
        visibility: visible;
        transform: none;
        width: 260px;
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .mobile-menu-bar {
        right: auto;
        width: 100dvw;
        max-width: 100dvw;
    }

    .sidebar.offcanvas {
        width: 100dvw;
        max-width: 100dvw;
        border: 0;
        overflow: hidden;
        transform: translateX(-100%);
        transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform;
    }

    .sidebar.offcanvas.show {
        transform: translateX(0);
    }

    .sidebar.offcanvas .simplebar-wrapper,
    .sidebar.offcanvas .simplebar-mask,
    .sidebar.offcanvas .simplebar-offset,
    .sidebar.offcanvas .simplebar-content-wrapper {
        max-height: 100dvh;
    }

    .sidebar.offcanvas .simplebar-content-wrapper {
        overflow-y: auto !important;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    body.sidebar-open {
        overflow: hidden;
        overscroll-behavior: none;
        touch-action: none;
    }

    .sidebar.offcanvas.show .sidebar-inner>* {
        animation: mobile-sidebar-enter 0.45s both;
    }

    .sidebar.offcanvas.show .sidebar-inner>*:nth-child(1) {
        animation-delay: 0.08s;
    }

    .sidebar.offcanvas.show .sidebar-inner>*:nth-child(2) {
        animation-delay: 0.14s;
    }

    .sidebar.offcanvas.show .sidebar-inner>*:nth-child(3) {
        animation-delay: 0.2s;
    }

    .sidebar.offcanvas.show .sidebar-inner>*:nth-child(4) {
        animation-delay: 0.26s;
    }

    .sidebar.offcanvas.show .sidebar-inner>*:nth-child(5) {
        animation-delay: 0.32s;
    }
}

@keyframes mobile-sidebar-enter {
    from {
        opacity: 0;
        transform: translateX(-1rem);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .sidebar.offcanvas {
        transition: none;
    }

    .sidebar.offcanvas.show .sidebar-inner>* {
        animation: none;
    }
}

@media (max-width: 767.98px) {
    .dashboard-overview {
        padding-top: 0.75rem;
    }

    .dashboard-hero {
        min-height: auto;
        padding: 1.45rem;
        border-radius: 20px;
    }

    .dashboard-hero-actions,
    .dashboard-panel-header {
        align-items: stretch;
        flex-direction: column;
    }

    .dashboard-hero-actions .btn,
    .dashboard-outline-action {
        flex: 1;
    }

    .dashboard-panel {
        padding: 1.2rem;
        border-radius: 18px;
    }

    .dashboard-panel-header {
        gap: 0.8rem;
    }

    .dashboard-status-grid,
    .dashboard-branch-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-leads-table-wrap {
        width: calc(100% + 2.4rem);
        max-width: calc(100% + 2.4rem);
        overflow-x: auto;
        margin: 0 -1.2rem -1.2rem;
        overscroll-behavior-x: contain;
        contain: layout paint;
    }

    .dashboard-leads-table.has-leads {
        min-width: 680px;
        width: max-content;
    }

    .dashboard-leads-table.is-empty {
        width: 700px;
        min-width: 700px;
        table-layout: auto;
    }

    .dashboard-leads-table thead th {
        white-space: nowrap;
    }

    .dashboard-leads-table-wrap {
        width: 100%;
        min-width: 0;
    }

    .dashboard-empty-state p {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .dashboard-network-totals {
        width: 100%;
    }

    .dashboard-network-totals span {
        flex: 1;
        text-align: center;
    }
}

@media (max-width: 420px) {
    .dashboard-hero-actions {
        flex-direction: column;
    }
}

/* -------------------- MARKETING RESPONSIVE ---------------------- */

@media (max-width: 991.98px) {
    .content:has(.mk2-page) {
        padding-top: 96px !important;
    }

    .marketing-mobile-nav {
        height: 96px;
        padding: 0 1.25rem;
    }

    .marketing-mobile-nav .mobile-menu-brand {
        width: clamp(138px, 31vw, 188px);
    }

    .marketing-mobile-nav .mobile-menu-language {
        margin-right: 0.8rem;
    }

    .marketing-mobile-nav .mobile-menu-language-toggle {
        min-height: 52px;
        padding: 0.65rem 0.9rem;
        border-radius: 0.85rem;
        font-size: 0.92rem;
    }

    .marketing-mobile-nav .mobile-menu-toggle {
        width: 52px;
        height: 52px;
        gap: 6px;
        border-radius: 0.85rem;
    }

    .marketing-mobile-nav .mobile-menu-toggle span {
        width: 28px;
        height: 3px;
    }

    .mk2-page {
        padding: 2rem 1rem 2.5rem;
    }

    .mk2-page .mk2-universal {
        margin: 0 0 2.5rem;
        padding: 1.5rem 1.25rem;
        border-radius: 2rem;
    }

    .mk2-page .mk2-universal-header {
        min-height: 74px;
        padding: 0 0.25rem 0.85rem;
    }

    .mk2-page .mk2-universal-gen {
        margin: 0;
        font-size: clamp(1.2rem, 4vw, 1.6rem);
        line-height: 1.2;
    }

    .mk2-page .mk2-universal-arrow {
        font-size: 1.75rem;
    }

    .mk2-page .mk2-universal-title {
        margin: 1.25rem 0 1rem;
        font-size: clamp(1.35rem, 5vw, 1.8rem);
        line-height: 1.2;
    }

    .mk2-page .mk2-universal-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
        margin-top: 1.5rem;
    }

    .mk2-page .mk2-universal-actions .mkpreview-btn-primary,
    .mk2-page .mk2-universal-actions .mkpreview-btn-secondary {
        width: 100%;
        min-width: 0;
        height: 3.25rem;
        box-sizing: border-box;
        padding: 0 0.65rem;
        border-radius: 1rem;
        font-size: 0.9rem;
        line-height: 1.2;
        white-space: nowrap;
    }

    .mk2-page .mk2-content-filter {
        margin: 0;
        padding: 1.75rem 1.25rem 1.5rem;
        border-radius: 2rem;
    }

    .mk2-page .mk2-title-filter {
        margin: 0 0 1.75rem;
        font-size: clamp(1.45rem, 5.5vw, 1.9rem);
        line-height: 1.15;
    }

    .mk2-page .mk2-filters {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.15rem;
        margin: 0;
    }

    .mk2-page .mk2-filter-item label {
        margin-bottom: 0.55rem;
        font-size: 0.9rem;
    }

    .mk2-page .mk2-filter-item input,
    .mk2-page .mk2-filter-item select {
        width: 100%;
        height: 3.6rem;
        box-sizing: border-box;
        border-radius: 1.15rem;
        padding: 0 1rem;
        font-size: 1rem;
    }

    .mk2-page .mk2-filter-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.9rem;
        margin: 1.75rem 0 0;
    }

    .mk2-page .mk2-btn-clear,
    .mk2-page .mk2-btn-apply {
        width: 100%;
        min-width: 0;
        height: 3.6rem;
        border-radius: 1.15rem;
        font-size: 1rem;
    }

    .mk2-page .mk2-tabs {
        align-items: flex-end;
        gap: 0;
        margin: 2.5rem 0 0;
        padding: 0 15px;
        border-bottom: 0;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        white-space: nowrap;
        overscroll-behavior-x: contain;
        overscroll-behavior-y: none;
        background: linear-gradient(to bottom, transparent calc(100% - 2px), #789f6f calc(100% - 2px));
    }

    .mk2-page .mk2-tabs::-webkit-scrollbar {
        display: none;
    }

    .mk2-page .mk2-tab {
        flex: 0 0 auto;
        padding: 13px 20px;
        margin-right: 4px;
        border-radius: 18px 18px 0 0;
        font-size: 0.9rem;
        top: 0;
    }

    .mk2-page .mk2-tab.active {
        padding-bottom: 15px;
    }

    .mk2-page .mk2-tab:not(.active) {
        position: relative;
        background: transparent;
    }

    .mk2-page .mk2-tab:not(.active)::after {
        position: absolute;
        right: -2px;
        bottom: -1px;
        left: -2px;
        z-index: 1;
        height: 3px;
        content: '';
        background: #789f6f;
    }

    .mk2-page .mk2-tab.active::after {
        display: none;
    }

    .mk2-page .mk2-group-content.active {
        background: #ffffff;
        padding: 25px 0;
        margin-top: -2px;
        border-radius: 0 0 30px 30px;
    }

    .mk2-page .mk2-wrapper {
        padding: 0.5rem 1.25rem;
        background: #ffffff;
    }

    .mk2-page .mk2-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.25rem;
    }

    .mk2-page .mk2-card {
        padding: 0.75rem;
        border-radius: 1.25rem;
    }

    .mk2-page .mk2-image-area {
        min-width: 0;
    }

    .mk2-page .mk2-image-area img {
        height: min(40vw, 170px);
        border-radius: 1rem;
    }

    .mk2-page .mk2-category {
        top: 0.75rem;
        left: 0.75rem;
        font-size: 0.72rem;
    }

    .mk2-page .mk2-campaign {
        display: block;
        margin-top: 0.85rem;
        color: #38435b;
        font-size: 0.8rem;
        line-height: 1.3;
    }

    .mk2-page .mk2-content {
        padding-top: 0.8rem;
    }

    .mk2-page .mk2-header {
        align-items: flex-start;
        gap: 0.5rem;
    }

    .mk2-page .mk2-title-wrapper {
        min-width: 0;
        height: 1.75rem;
    }

    .mk2-page .mk2-title {
        position: static;
        display: block;
        max-width: 100%;
        overflow: hidden;
        font-size: clamp(1.05rem, 4vw, 1.3rem);
        line-height: 1.1;
        text-overflow: ellipsis;
    }

    .mk2-page .mk2-date {
        width: auto;
        flex: 0 0 auto;
        padding-top: 0.1rem;
        font-size: 0.72rem;
        white-space: nowrap;
    }

    .mk2-page .mk2-empty-message {
        padding: 2.5rem 1rem;
        font-size: 1rem;
    }

    .mk2-page .mk2-description {
        margin: 0.75rem 0 1rem;
        font-size: 0.82rem;
        line-height: 1.5;
    }

    .mk2-page .mk2-tags {
        flex-wrap: wrap;
        gap: 0.4rem;
        margin-bottom: 0.9rem;
    }

    .mk2-page .mk2-tags .mkpreview-tag {
        padding: 0.35rem 0.7rem;
        font-size: 0.68rem;
    }

    .mk2-page .mk2-content>.mkpreview-btn-primary {
        width: 100%;
        height: 3rem;
        padding: 0 1rem;
        border-radius: 0.9rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 575.98px) {
    .content:has(.mk2-page) {
        padding-top: 82px !important;
    }

    .marketing-mobile-nav {
        height: 82px;
        padding: 0 0.85rem;
    }

    .marketing-mobile-nav .mobile-menu-brand {
        width: 132px;
    }

    .marketing-mobile-nav .mobile-menu-language {
        margin-right: 0.5rem;
    }

    .marketing-mobile-nav .mobile-menu-language-toggle {
        min-height: 44px;
        padding: 0.5rem 0.65rem;
        font-size: 0.78rem;
    }

    .marketing-mobile-nav .mobile-menu-toggle {
        width: 44px;
        height: 44px;
    }

    .marketing-mobile-nav .mobile-menu-toggle span {
        width: 23px;
        height: 2px;
    }

    .mk2-page {
        padding: 1.5rem 0.75rem 2rem;
    }

    .mk2-page .mk2-universal,
    .mk2-page .mk2-content-filter {
        border-radius: 1.75rem;
    }

    .mk2-page .mk2-content-filter {
        padding: 1.5rem 1rem 1.25rem;
    }

    .mk2-page .mk2-filter-actions {
        gap: 0.65rem;
    }
}
.dashboard-calendar-panel {
    position: relative;
    overflow: hidden;
}

.dashboard-calendar-header {
    align-items: center;
}

.dashboard-calendar-header h2 {
    text-transform: capitalize;
}

.dashboard-calendar-navigation {
    display: flex;
    align-items: center;
    gap: .35rem;
}

.dashboard-calendar-nav,
.dashboard-calendar-today {
    border: 1px solid #dce4dc;
    border-radius: .5rem;
    background: transparent;
    color: #24332a;
    min-width: 2.25rem;
    height: 2.25rem;
    cursor: pointer;
}

.dashboard-calendar-today {
    padding: 0 .8rem;
    font-size: .78rem;
    font-weight: 700;
}

.dashboard-calendar-month {
    min-width: 7rem;
    color: #24332a;
    font-size: .9rem;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}

.dashboard-calendar-nav:hover,
.dashboard-calendar-today:hover {
    background: #edf4ed;
}

.dashboard-calendar {
    border: 1px solid #dce4dc;
    border-radius: .65rem;
    overflow: hidden;
}

.dashboard-calendar-weekdays,
.dashboard-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.dashboard-calendar-weekdays > div {
    padding: .75rem .55rem;
    color: #748278;
    border-right: 1px solid #dce4dc;
    text-align: right;
    font-size: .9rem;
    font-weight: 600;
    text-transform: lowercase;
}

.dashboard-calendar-weekdays > div:last-child,
.dashboard-calendar-day:nth-child(7n) {
    border-right: 0;
}

.dashboard-calendar-day {
    min-width: 0;
    min-height: 5rem;
    padding: .45rem .5rem;
    border-top: 1px solid #dce4dc;
    border-right: 1px solid #dce4dc;
    background: #fff;
}

.dashboard-calendar-day.is-outside {
    opacity: .38;
}

.dashboard-calendar-day.is-today .dashboard-calendar-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: #b5e51d;
    color: #182006;
    margin-left: auto;
}

.dashboard-calendar-number {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    text-align: right;
    color: #24332a;
    font-size: .9rem;
    font-weight: 700;
}

.dashboard-calendar-events {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    max-height: 3.8rem;
    margin-top: .7rem;
    overflow: hidden;
    padding-right: .15rem;
    scrollbar-width: thin;
}

.dashboard-calendar-event {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: .22rem .45rem;
    border: 0;
    border-radius: .35rem;
    background: #cf69ed;
    color: #fff;
    cursor: default;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-calendar-event:nth-child(n + 2) {
    opacity: .58;
}

.dashboard-calendar-event-density-1 { background: #cf69ed; }
.dashboard-calendar-event-density-2 { background: #ee9b43; }
.dashboard-calendar-event-density-3 { background: #ed6672; }

.dashboard-calendar-event-density-1:hover { background: #df83f7; }
.dashboard-calendar-event-density-2:hover { background: #f2ad61; }
.dashboard-calendar-event-density-3:hover { background: #f17d87; }

.dashboard-calendar-event:hover {
    background: #df83f7;
}

.dashboard-calendar-event-overflow {
    display: block;
    overflow: hidden;
    color: #748278;
    font-size: .68rem;
    font-weight: 700;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-calendar-loading {
    position: absolute;
    right: 1.5rem;
    bottom: 1rem;
    color: rgba(255, 255, 255, .65);
    font-size: .75rem;
}

.dashboard-calendar-detail {
    position: fixed;
    z-index: 1050;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(0, 0, 0, .6);
}

.dashboard-calendar-detail[hidden] { display: none; }

.dashboard-calendar-detail-card {
    position: relative;
    width: min(100%, 30rem);
    padding: 1.75rem;
    border-radius: .8rem;
    background: #fff;
    color: #24332a;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .35);
}

.dashboard-calendar-detail-card h3 { margin: .35rem 0 .75rem; }
.dashboard-calendar-detail-card p { color: #748278; }
.dashboard-calendar-detail-dates { font-size: .85rem; }
.dashboard-calendar-detail-actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.25rem; }
.dashboard-calendar-add { background: #4285f4; border-color: #4285f4; color: #fff; }
.dashboard-calendar-add:hover { background: #3367d6; border-color: #3367d6; color: #fff; }
.dashboard-calendar-back { border: 1px solid rgba(255,255,255,.35); color: #fff; }
.dashboard-calendar-detail-close { position: absolute; top: .8rem; right: .8rem; border: 0; background: transparent; color: #24332a; cursor: pointer; }

@media (max-width: 767.98px) {
    .dashboard-calendar-header { align-items: flex-start; gap: 1rem; }
    .dashboard-calendar-weekdays > div { padding: .55rem .2rem; font-size: .68rem; text-align: center; }
    .dashboard-calendar-day { min-height: 4rem; padding: .35rem .25rem; }
    .dashboard-calendar-number { font-size: .8rem; }
    .dashboard-calendar-day.is-today .dashboard-calendar-number { width: 1.45rem; height: 1.45rem; }
    .dashboard-calendar-events { max-height: 3.1rem; margin-top: .35rem; gap: .2rem; }
    .dashboard-calendar-event { padding: .15rem .2rem; font-size: .58rem; }
}

.dashboard-calendar-events-trigger {
    display: block;
    width: 100%;
    margin-top: 1rem;
    padding: .8rem 1rem;
    border: 1px solid #387f4d;
    border-radius: .55rem;
    background: #387f4d;
    color: #fff;
    cursor: pointer;
    font-size: .85rem;
    font-weight: 700;
    text-align: center;
}

.dashboard-calendar-events-trigger:hover { background: #2f6d42; }

body.calendar-modal-open { overflow: hidden; }

.dashboard-calendar-modal {
    position: fixed;
    z-index: 1050;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(0, 0, 0, .6);
    animation: dashboard-calendar-modal-fade-in .2s ease-out both;
}

.dashboard-calendar-modal[hidden] { display: none; }

.dashboard-calendar-modal-card {
    position: relative;
    width: min(100%, 30rem);
    max-height: min(42rem, calc(100vh - 2rem));
    padding: 1.75rem;
    border-radius: .8rem;
    background: #fff;
    color: #24332a;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .35);
    animation: dashboard-calendar-modal-card-in .25s cubic-bezier(.2, .8, .2, 1) both;
}

@keyframes dashboard-calendar-modal-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes dashboard-calendar-modal-card-in {
    from {
        opacity: 0;
        transform: translateY(1rem) scale(.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.dashboard-calendar-events-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.dashboard-calendar-events-list {
    display: flex;
    flex-direction: column;
    gap: .65rem;
    margin: .85rem -.35rem 0 0;
    overflow-y: auto;
    padding: .1rem .35rem .1rem 0;
}

.dashboard-calendar-list-item {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    flex-shrink: 0;
    padding: .85rem 1rem;
    border: 1px solid #dce4dc;
    border-radius: .55rem;
    background: #fff;
    color: #24332a;
    cursor: pointer;
    text-align: left;
}

.dashboard-calendar-list-item:hover { border-color: #387f4d; background: #f5faf5; }
.dashboard-calendar-list-date { color: #387f4d; font-size: .78rem; font-weight: 700; }
.dashboard-calendar-list-time { color: #748278; font-size: .76rem; }
.dashboard-calendar-list-item strong { font-size: .9rem; }
.dashboard-calendar-empty { margin: 1rem 0 .25rem; color: #748278; text-align: center; }

.dashboard-calendar-modal-close {
    position: absolute;
    top: .8rem;
    right: .8rem;
    border: 0;
    background: transparent;
    color: #24332a;
    cursor: pointer;
    font-size: 1rem;
}

@media (max-width: 767.98px) {
    .dashboard-calendar-modal-card { padding: 1.35rem; }
}

@media (prefers-reduced-motion: reduce) {
    .dashboard-calendar-modal,
    .dashboard-calendar-modal-card {
        animation: none;
    }
}
