:root {
    --dashboard-mobile-header-height: 65px;
    --sidebar-width: var(--sidebar-w, 280px);
    --transition: var(--transition, 0.25s cubic-bezier(0.16, 1, 0.3, 1));
    --radius-card: var(--radius-md, 5px);
    --radius-sm: var(--radius-sm, 5px);
    --primary-color: var(--color-primary, #2563eb);
    --primary-hover: var(--color-primary-dark, #1d4ed8);
    --bg-light: var(--color-bg-body, #f8fafc);
    --text-main: var(--color-text-main, #0f172a);
    --text-muted: var(--color-text-muted, #64748b);
    --border-color: var(--color-border, rgba(0, 0, 0, 0.06));
    --card-shadow: var(--shadow-sm, 0 1px 3px rgba(0, 0, 0, 0.05));
}

/* Animations consolidated in modern_core.css */




.fw-500 {
    font-weight: 500 !important
}

.fw-700 {
    font-weight: 700 !important
}

.fw-800 {
    font-weight: 800 !important
}

.d-none-force {
    display: none !important
}

.ls-0-5 {
    letter-spacing: .5px !important
}

.ls-1 {
    letter-spacing: 1px !important
}

.bg-primary-force {
    background-color: var(--primary-color) !important
}

.fs-80 {
    font-size: .8rem !important
}

.fs-95 {
    font-size: .95rem !important
}

.brand-icon-box {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8) !important
}

.brand-text {
    font-family: Outfit, sans-serif;
    font-size: 1.6rem;
    letter-spacing: -1px;
    line-height: 1.5
}

.brand-subtitle {
    font-size: .65rem;
    letter-spacing: 1px;
    text-transform: uppercase
}

.header-transparent-btn {
    background: 0 0 !important;
    border: none !important;
    cursor: pointer !important
}

.min-w-240 {
    min-width: 240px !important
}

.w-20 {
    width: 20px !important
}

.ws-nowrap {
    white-space: nowrap !important
}

.header-user-avatar {
    width: 35px;
    height: 35px;
    font-weight: 700;
    font-size: .95rem;
    border: 2px solid #fff
}

.header-user-guest-icon {
    transform: scale(1.3)
}

.icon-box-50 {
    width: 50px !important;
    height: 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important
}

.icon-box-64 {
    width: 64px !important;
    height: 64px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important
}

.cursor-pointer {
    cursor: pointer !important
}

.fs-0-7 {
    font-size: .7rem !important
}

.ls-0-05 {
    letter-spacing: .05em !important
}

.hover-bg-light:hover {
    background-color: var(--bg-light);
    color: var(--primary-color) !important
}

.settings-sidebar .nav-link {
    font-size: .9rem;
    font-weight: 500;
    transition: var(--transition)
}

.settings-sidebar .nav-link i {
    opacity: .7
}

.settings-sidebar .nav-link.active i {
    opacity: 1
}

.max-w-600 {
    max-width: 600px !important
}

.pos-rel {
    position: relative !important
}

.modal-close-abs {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    background: 0 0 !important;
    border: none !important;
    color: #0f172a !important;
    opacity: .8 !important;
    font-size: 1.5rem !important
}

.template-icon-box {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #2563eb, #60a5fa);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
    box-shadow: 0 10px 25px rgba(37, 99, 235, .3)
}

.nav-pills-custom-container {
    background: rgba(255, 255, 255, .05);
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, .15);
    display: flex !important
}

.nav-pills-custom .nav-link.active-blue {
    color: #64748b !important;
    background-color: transparent !important
}

.template-preview-placeholder {
    height: 180px;
    background: rgba(37, 99, 235, .05);
    border: 1px solid rgba(37, 99, 235, .1);
    border-radius: 3px
}

.template-cta-btn {
    border-radius: 3px !important;
    background: linear-gradient(135deg, #2563eb, #60a5fa) !important;
    color: #fff !important;
    border: none !important
}

.dash-icon-circle-120 {
    width: 120px !important;
    height: 120px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important
}

.icon-box-40 {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important
}

/* Animation delays consolidated or moved to modern_core.css utilities if needed */


.text-purple {
    color: #a855f7 !important
}

.border-light-separator {
    border: 1px solid #edf2f7 !important
}

.stat-dot {
    position: absolute !important;
    top: -4px !important;
    right: -4px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 3px !important;
    border: 2px solid #fff !important
}

#tutorialPopup {
    z-index: 10001 !important
}

.tutorial-modal-content {
    border-radius: 3px !important;
    border: none !important;
    overflow: hidden !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .5) !important
}

.tutorial-gradient-side {
    background: linear-gradient(135deg, #2563eb 0, #1d4ed8 100%) !important
}

.p-1rem {
    padding: 1rem !important
}

.img-thumb-100-60 {
    width: 100px !important;
    height: 60px !important;
    object-fit: cover !important
}

.img-thumb-150-80 {
    width: 150px !important;
    height: 80px !important;
    object-fit: cover !important
}

.img-thumb-80-80 {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover !important
}

.img-thumb-full-120 {
    width: 100% !important;
    height: 120px !important;
    object-fit: cover !important
}

.btn-save-custom {
    border-radius: 3px !important;
    color: #431407 !important
}

.img-box-32-gradient {
    width: 32px !important;
    height: 32px !important;
    background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important
}

.img-thumb-60 {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover !important;
    border-radius: 3px !important
}

.w-80 {
    width: 80px !important
}

.w-100-force {
    width: 100px !important
}

.text-truncate-250 {
    max-width: 250px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important
}

.text-truncate-200 {
    max-width: 200px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important
}

.d-inline-force {
    display: inline !important
}

.rounded-5 {
    border-radius: 3px !important
}

.border-t-primary-4 {
    border-top: 4px solid var(--primary-color) !important
}

.ls-n0-5 {
    letter-spacing: -.5px !important
}

.ls-n1 {
    letter-spacing: -1px !important
}

.alert-success-custom {
    border-radius: 3px !important;
    background-color: #ecfdf5 !important;
    color: #065f46 !important;
    border: none !important
}

.alert-danger-custom {
    border-radius: 3px !important;
    background-color: #fef2f2 !important;
    color: #991b1b !important;
    border: none !important
}

.p-2-8 {
    padding: 2px 8px !important
}

.border-slate-100 {
    border-color: #f1f5f9 !important
}

.lh-1-4 {
    line-height: 1.4 !important
}

.lh-1-6 {
    line-height: 1.6 !important
}

.text-slate-500 {
    color: #64748b !important
}

.text-slate-600 {
    color: #475569 !important
}

.alert-info-custom {
    border-radius: 3px !important;
    background: var(--primary-light) !important
}

.rounded-l-8 {
    border-radius: 3px !important
}

.rounded-r-8 {
    border-radius: 3px !important
}

.h-max-200-scroll {
    max-height: 200px !important;
    overflow-y: auto !important
}

.border-gray-200 {
    border: 1px solid #dee2e6 !important
}

.w-max-250 {
    max-width: 250px !important
}

.italic {
    font-style: italic !important
}

.dashboard-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    height: 100dvh;
    width: var(--sidebar-width);
    background: var(--color-bg-card, #fff);
    z-index: 1060;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    transition: transform .4s cubic-bezier(.16, 1, .3, 1);
    border-right: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 2px 0 20px rgba(0, 0, 0, .04);
    padding-bottom: 0;
    scrollbar-width: none;
}

.dashboard-sidebar::-webkit-scrollbar {
    display: none;
}

@media (min-width: 992px) {
    .header.header-dashboard {
        left: var(--sidebar-width) !important;
        width: calc(100% - var(--sidebar-width)) !important;
        transition: var(--transition);
        background: rgba(255, 255, 255, .95) !important;
        backdrop-filter: blur(20px) saturate(180%) !important;
        -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
        border-bottom: 1px solid rgba(0, 0, 0, .05) !important;
        z-index: 1050 !important
    }

    .header-dashboard .logo {
        display: none !important
    }
}

@media (max-width: 991px) {
    .dashboard-sidebar {
        width: 85%;
        max-width: 320px;
        transform: translateX(-100%);
        border-radius: 3px;
        box-shadow: 20px 0 60px rgba(0, 0, 0, .12);
        border-right: none;
        padding-bottom: 5rem;
    }
}

.dashboard-sidebar.dashboard-sidebar-show,
.dashboard-sidebar.show {
    transform: translateX(0) !important
}

.dashboard-layout .main-content {
    margin-left: var(--sidebar-width);
    /* min-height: 100vh; */
    background: #ffffff;
    transition: var(--transition)
}

@media (min-width: 992px) {

    .dashboard-layout .footer,
    .dashboard-layout .main-content {
        margin-left: var(--sidebar-width) !important;
        width: calc(100% - var(--sidebar-width)) !important
    }
}

.dashboard-layout:not(.admin-dashboard-body) .main-content {
    padding-top: var(--header-height, 80px) !important
}

.admin-dashboard-body .main-content {
    padding-top: var(--header-height, 80px) !important;
}

@media (min-width: 992px) {
    .admin-dashboard-body .main-content {
        margin-left: var(--sidebar-width)
    }
}

@media (max-width: 991px) {
    .dashboard-layout .main-content {
        margin-left: 0 !important;
        width: 100% !important;
        padding-top: var(--header-height, 80px) !important;
    }

    .dashboard-layout .footer {
        margin-left: 0 !important;
        width: 100% !important
    }
}

@media screen and (max-width: 1024px) {
    .btn.btn-sm.btn-primary-custom.rounded-pill {
        padding: 7.5px !important;
        font-size: 12.5px !important
    }
}

.sidebar-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 23, 42, .2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1055;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease
}

.sidebar-mask.show {
    opacity: 1;
    visibility: visible
}

.dashboard-mobile-header {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--dashboard-mobile-header-height);
    background: rgba(255, 255, 255, .75);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    z-index: 1040;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .04)
}

@media (min-width: 992px) {
    .dashboard-mobile-header {
        display: none !important
    }
}

.dashboard-sidebar-brand {
    padding: 1.1rem 1.25rem 1rem;
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text-main);
    font-family: Outfit, sans-serif;
    letter-spacing: -1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    margin-bottom: .25rem;
    flex-shrink: 0;
}

.sidebar-close-btn {
    display: none;
    background: 0 0;
    border: none;
    font-size: 1.25rem;
    color: #64748b;
    cursor: pointer
}

@media (max-width: 991px) {
    .sidebar-close-btn {
        display: block;
        padding: 8px;
        margin-right: -5px;
        font-size: 1.35rem
    }

    .dashboard-sidebar .nav {
        padding: 10px 0;
        align-items: stretch;
        width: 100%;
        flex-direction: column !important;
        flex-wrap: nowrap !important
    }

    .dashboard-sidebar .nav-link {
        width: 100% !important;
        max-width: 100% !important;
        padding: .75rem 1.5rem;
        margin: 0 !important;
        font-size: 1rem;
        justify-content: flex-start;
        border-radius: 3px;
        border-left: 3px solid transparent !important
    }

    .dashboard-sidebar .nav-link i {
        font-size: 1.1rem;
        margin-right: 12px;
        width: 24px;
        text-align: center;
        flex-shrink: 0
    }

    .dashboard-sidebar .nav-divider {
        width: 100%;
        text-align: left
    }

    .dashboard-sidebar .nav-divider span {
        display: block;
        margin-left: 1.5rem;
        margin-bottom: .25rem
    }

    .sidebar-cta {
        width: calc(100% - 3rem);
        margin: 0 1.5rem 20px
    }

    .user-profile {
        padding: 15px 1.5rem;
        width: 100%;
        flex-shrink: 0
    }
}

.dashboard-sidebar .nav {
    padding: .75rem 0;
    flex: none;
    overflow-y: visible;
    overflow-x: hidden;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 2px !important;
    scrollbar-width: none;
    width: 100%
}

.dashboard-sidebar .nav::-webkit-scrollbar {
    display: none
}

.dashboard-sidebar .nav-link {
    color: var(--text-muted, #64748b);
    padding: .5rem 1rem .5rem 1.25rem;
    margin: .1rem .6rem;
    border-radius: 3px;
    font-weight: 500;
    font-size: .875rem;
    display: flex !important;
    align-items: center;
    transition: all .2s cubic-bezier(.16, 1, .3, 1);
    text-decoration: none;
    position: relative;
    border: 1px solid transparent;
    border-left: 3px solid transparent;
    width: calc(100% - 1.2rem);
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.dashboard-sidebar .nav-link i {
    width: 22px;
    font-size: 1rem;
    margin-right: 12px;
    opacity: .85;
    transition: transform .25s ease, opacity .25s ease;
    flex-shrink: 0;
    color: var(--color-primary, #2563eb);
}

.dashboard-sidebar .nav-link:hover {
    color: var(--primary-color);
    background: rgba(37, 99, 235, .05);
    border-left-color: rgba(37, 99, 235, .3)
}

.dashboard-sidebar .nav-link:hover i {
    opacity: .9;
    transform: translateX(2px)
}

.dashboard-sidebar .nav-link.active {
    color: var(--primary-color);
    background: rgba(37, 99, 235, .08);
    font-weight: 600;
    border-left-color: var(--primary-color)
}

.dashboard-sidebar .nav-link.active i {
    color: var(--primary-color);
    opacity: 1
}

.dashboard-sidebar .nav-divider {
    opacity: .4
}

.dashboard-sidebar .nav-divider hr {
    margin: .5rem 0 0
}

.sidebar-cta {
    padding: 0 20px 20px
}

.sidebar-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff !important;
    border-radius: 3px;
    font-weight: 600;
    font-size: .875rem;
    text-decoration: none;
    transition: all .25s cubic-bezier(.16, 1, .3, 1);
    border: none;
    box-shadow: 0 4px 16px -4px rgba(37, 99, 235, .4);
    letter-spacing: .01em
}

.sidebar-cta a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px -4px rgba(37, 99, 235, .5);
    background: linear-gradient(135deg, #1d4ed8, #1e40af)
}

.dash-h1 {
    font-family: Outfit, sans-serif;
    font-weight: 800;
    font-size: clamp(1.75rem, 5vw, 3rem);
    letter-spacing: -2px;
    line-height: 1.1;
    color: var(--text-main);
    word-break: break-word;
    overflow-wrap: break-word
}

.dash-username {
    display: inline
}

@media (max-width: 767px) {
    .dash-h1 {
        letter-spacing: -1px
    }
}

.dash-h4 {
    font-family: Outfit, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: -.5px;
    color: var(--text-main)
}

.dash-lead {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--text-muted);
    max-width: 500px;
    word-break: break-word;
    overflow-wrap: break-word
}

.dash-note {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    border-left: 4px solid var(--primary-color);
    padding: 1rem;
    display: flex;
    align-items: center
}

.user-profile {
    padding: 1.25rem;
    border-top: 1px solid rgba(0, 0, 0, .05);
    background: var(--bg-white);
    flex-shrink: 0
}

.user-info {
    display: flex;
    align-items: center;
    margin-bottom: 12px
}

.user-avatar {
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #2563eb, #60a5fa);
    color: #fff !important;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .9rem;
    box-shadow: 0 3px 10px rgba(37, 99, 235, .25);
    flex-shrink: 0
}

.profile-sidebar .nav-link {
    color: #4b5563;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 3px;
    margin-bottom: 8px;
    transition: all .2s;
    display: flex;
    align-items: center
}

.profile-sidebar .nav-link:hover {
    background-color: #f3f4f6;
    color: #111827
}

.profile-sidebar .nav-link.active {
    background-color: var(--primary-color, #1d4ed8);
    color: #fff;
    box-shadow: 0 4px 6px -1px rgba(29, 78, 216, .2)
}

.profile-sidebar .nav-icon {
    width: 24px;
    text-align: center;
    margin-right: 12px;
    font-size: 1.1rem
}

.profile-tabs-card {
    border-radius: 3px
}

@media (min-width: 992px) {
    .profile-tabs-card {
        position: sticky;
        top: 20px
    }
}

@media (max-width: 991px) {
    .profile-tabs-card {
        margin-bottom: 1rem
    }

    .custom-profile-pills {
        flex-direction: row !important;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding: 5px !important;
        gap: 8px !important;
        -webkit-overflow-scrolling: touch
    }

    .custom-profile-pills::-webkit-scrollbar {
        display: none
    }

    .custom-profile-pills .nav-link {
        white-space: nowrap;
        flex: 0 0 auto;
        margin: 0 !important;
        padding: 10px 16px !important;
        font-size: .9rem
    }

    .custom-profile-pills .nav-link i {
        margin-right: 6px !important
    }
}

.tab-card {
    border-radius: 3px;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05)
}

.tab-card-header {
    background-color: transparent;
    border-bottom: 1px solid #f3f4f6;
    padding: 24px
}

.tab-card-body {
    padding: 24px
}

.profile-content-row {
    padding-bottom: 140px
}

.btn-logout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px 14px;
    text-align: center;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .07);
    color: #64748b;
    border-radius: 3px;
    font-weight: 500;
    font-size: .875rem;
    transition: var(--transition);
    text-decoration: none;
    border-left: 3px solid transparent
}

.btn-logout:hover {
    background: #fef2f2;
    border-color: rgba(252, 165, 165, .5);
    border-left-color: #ef4444;
    color: #dc2626
}

.data-card {
    background: #fff;
    padding: 1.5rem;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
    transition: all .25s cubic-bezier(.16, 1, .3, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 3px solid transparent;
    position: relative;
    overflow: hidden
}

.data-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .07);
    border-color: rgba(37, 99, 235, .1);
    border-top-color: var(--primary-color)
}

.stat-widget {
    display: flex;
    align-items: center;
    gap: 1.5rem
}

@media (max-width: 575px) {
    .stat-widget {
        gap: 1rem
    }
}

.stat-icon {
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, rgba(37, 99, 235, .08), rgba(37, 99, 235, .04));
    color: var(--primary-color);
    border: 1px solid rgba(37, 99, 235, .12);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    position: relative;
    flex-shrink: 0;
    transition: var(--transition)
}

.data-card:hover .stat-icon {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(37, 99, 235, .15)
}

.stat-value {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text-main);
    font-family: Outfit, sans-serif;
    letter-spacing: -.5px;
    line-height: 1.5;
    word-break: break-word
}

@media (max-width: 575px) {
    .stat-value {
        font-size: 1.5rem
    }
}

.stat-label {
    font-size: .85rem;
    color: var(--text-muted);
    font-weight: 600
}

.status-badge {
    padding: 4px 12px;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    letter-spacing: .5px;
    display: inline-flex;
    align-items: center
}

.status-pending {
    background: #fff7ed;
    color: #c2410c;
    border: 1px solid #ffedd5
}

.status-confirmed {
    background: #f0fdf4;
    color: #15803d;
    border: 1px solid #dcfce7
}

.status-cancelled {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fee2e2
}

.cal-grid {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr) !important;
    gap: 1px !important;
    padding: 0;
    width: 100% !important;
    background: #e8edf5;
    border: 1px solid #dde3ef;
    border-radius: 3px;
    overflow: hidden
}

.cal-day {
    min-height: 54px;
    padding: 8px 4px 6px;
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    background: #fff;
    font-weight: 600;
    border: none !important;
    transition: background .15s ease, color .15s ease;
    color: var(--text-main);
    font-size: .9rem;
    position: relative
}

.cal-day:not(.disabled):not(.empty):not(.past):hover {
    background: #f0f5ff;
    color: var(--primary-color)
}

.cal-day-num {
    font-weight: 700;
    font-size: .88rem;
    line-height: 1.5;
    color: inherit
}

.cal-day.selected {
    background: var(--primary-color) !important;
    color: #fff !important;
    font-weight: 700
}

.cal-day.selected .cal-day-num {
    color: #fff !important
}

.cal-day.today {
    background: rgba(37, 99, 235, .06);
    outline: 2px solid var(--primary-color);
    outline-offset: -2px;
    color: var(--primary-color)
}

.cal-day.today .cal-day-num {
    color: var(--primary-color)
}

.cal-day-indicator {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin-top: 5px;
    flex-shrink: 0
}

.cal-day.available .cal-day-indicator {
    background: #10b981
}

.cal-day.busy .cal-day-indicator {
    background: #f59e0b
}

.cal-day.full .cal-day-indicator {
    background: #ef4444
}

.cal-day.closed .cal-day-indicator,
.cal-day.holiday .cal-day-indicator,
.cal-day.past .cal-day-indicator {
    background: #cbd5e1
}

.cal-day.selected .cal-day-indicator {
    background: rgba(255, 255, 255, .7) !important
}

.cal-day.disabled,
.cal-day.past {
    cursor: default !important;
    pointer-events: none;
    opacity: .38
}

.cal-day.closed,
.cal-day.holiday {
    background: #f8fafc;
    cursor: default
}

.cal-day.empty {
    background: #fafbfc;
    cursor: default;
    pointer-events: none
}

.cal-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 15px !important;
    padding: 0 10px
}

.cal-nav-btn {
    background: #f1f5f9;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    color: #475569
}

.cal-nav-btn:hover {
    background: var(--primary-light-alpha);
    color: var(--primary-color)
}

.cal-month-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    color: var(--text-main);
    font-family: Outfit, sans-serif
}

.cal-day-label {
    text-align: center;
    font-weight: 700;
    font-size: .75rem;
    color: #64748b;
    padding: 6px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #fff;
    border-bottom: 2px solid #f1f5f9
}

.cal-legend {
    display: flex !important;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 12px;
    padding: 12px 16px;
    background: #f8fafc;
    border-radius: 3px;
    border: 1px solid #dde3ef;
    border-top: none;
    justify-content: center
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: .78rem;
    color: var(--text-muted);
    font-weight: 600;
    white-space: nowrap
}

.legend-color {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    flex-shrink: 0
}

.color-available {
    background: #10b981
}

.color-busy {
    background: #f59e0b
}

.color-full {
    background: #ef4444
}

.color-closed {
    background: #94a3b8
}

.icon-box {
    width: 48px;
    height: 48px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem
}

.bg-primary-light {
    background: rgba(37, 99, 235, .1)
}

.bg-success-light {
    background: rgba(34, 197, 94, .1)
}

.bg-warning-light {
    background: rgba(234, 179, 8, .1)
}

.bg-info-light {
    background: rgba(6, 182, 212, .1)
}

.bg-purple-light {
    background: rgba(168, 85, 247, .1);
    color: #a855f7
}

.border-dashed {
    border-style: dashed !important;
    border-width: 2px !important
}

.hours-row {
    transition: all .3s cubic-bezier(.16, 1, .3, 1);
    border-bottom: 1px solid #f1f5f9;
    padding: 16px 20px;
    border-radius: 3px;
    margin-bottom: 8px;
    background-color: transparent
}

.hours-row:hover {
    background-color: #f8fafc;
    transform: translateX(6px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .03);
    border-bottom-color: transparent
}

.form-control-time {
    border: 1px solid #e2e8f0;
    border-radius: 3px;
    transition: all .2s;
    background-color: #f8fafc;
    font-weight: 500;
    color: #1e293b
}

.form-control-time:focus {
    background-color: #fff;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, .15);
    outline: 0
}

.day-label {
    color: #1e293b;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    font-weight: 700
}

.status-open {
    background-color: #dcfce7;
    color: #166534;
    box-shadow: 0 2px 5px rgba(22, 101, 52, .1)
}

.status-closed {
    background-color: #f1f5f9;
    color: #64748b
}

.save-btn {
    background: linear-gradient(135deg, #2563eb 0, #1d4ed8 100%);
    border: none;
    padding: 14px 32px;
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: .5px;
    border-radius: 3px;
    box-shadow: 0 10px 20px -10px rgba(37, 99, 235, .6);
    transition: all .3s ease;
    color: #fff
}

.section-card {
    background: #fff;
    padding: 1.25rem;
    border: 1px solid var(--border-color);
    box-shadow: var(--card-shadow);
    border-radius: 3px;
    transition: var(--transition);
    margin-bottom: 24px
}

.section-card:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, .02)
}

.btn-primary-custom {
    background: var(--primary-color);
    color: #fff !important;
    padding: 10px 24px;
    font-weight: 600;
    border: none;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
    text-decoration: none
}

.btn-primary-custom:hover {
    background: var(--primary-hover);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
    color: #fff !important
}

.btn-outline-custom {
    background: 0 0;
    border: 1px solid var(--border-color);
    color: var(--text-main);
    padding: 10px 24px;
    font-weight: 600;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
    text-decoration: none
}

.btn-outline-custom:hover {
    background: var(--bg-light);
    border-color: var(--primary-color);
    color: var(--primary-color)
}

.custom-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10500;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, .4);
    backdrop-filter: blur(8px) saturate(150%);
    -webkit-backdrop-filter: blur(8px) saturate(150%);
    padding: 1rem
}

.custom-modal.active {
    display: flex;
    animation: modalBackdropIn .2s ease forwards
}

@keyframes modalBackdropIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.custom-modal .modal-content.auth-card {
    background: #fff;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .06);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
    width: 100%;
    max-width: 420px;
    position: relative;
    animation: modalCardIn .28s cubic-bezier(.16, 1, .3, 1) forwards;
    overflow: hidden
}

@keyframes modalCardIn {
    from {
        opacity: 0;
        transform: scale(.94) translateY(8px)
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

.custom-modal .close-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(0, 0, 0, .04);
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #64748b;
    cursor: pointer;
    transition: all .2s ease;
    line-height: 1.5;
    padding: 0
}

.custom-modal .close-btn:hover {
    background: rgba(0, 0, 0, .08);
    color: #1e293b
}

.auth-pill-container {
    background: #f1f5f9;
    border-radius: 3px;
    padding: 4px
}

.auth-pill-container .nav-pills {
    gap: 4px
}

.auth-pill-container .nav-link {
    border-radius: 3px !important;
    color: #64748b;
    font-size: .875rem;
    padding: 8px 12px;
    margin: 0;
    background: 0 0;
    border: none;
    transition: all .2s ease
}

.auth-pill-container .nav-link.active {
    background: #2563eb !important;
    color: #fff !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    border: none !important
}

.auth-pill-container .nav-link:not(.active):hover {
    color: #1e293b;
    background: rgba(255, 255, 255, .5)
}

.rating-fixed {
    display: inline-table !important;
}