@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,300;0,400;0,500;0,600;1,500&amp;display=swap');

body {
    font-family: 'Prompt', sans-serif;
    font-size: 13px;
    color: #000000;
    background: #f5f5f5;
}

.slick-slider {
    margin: 0 -8px;
}

.slick-slide {
    padding: 8px;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.small,
small {
    font-size: 11px !important;
}

div,
a {
    outline: none !important;
}

.border-primary {
    border-color: #111111!important;
}

.w-300 {
    max-width: 300px;
}

.form-control,
.btn,
.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    font-size: 13px;
}

.bg-theme-black {
    background-color: #0B0B0B;
}

.bg-theme-jhaena {
    background-color: #F2D21B;
}

.bg-primary-style2 {
    background-color: #FFFFFF !important;
    color: #111111 !important;
}

.bg-white.rounded {
    border: 2px solid #e2e2e2;
}

.golden-btn + .golden-btn { margin-top: 1em; }

.golden-btn {
    text-transform: uppercase;
    box-shadow: 0 1px 1px rgb(0 0 0 / 16%), 0 1px 0px rgb(17 17 17 / 28%), inset 0 0px 0px 1px rgb(200 164 0), inset 0 -1px 1px 3px rgb(242 210 27);
    background-image: linear-gradient(160deg, #C8A400, #FFF27A, #FFF27A);
    border: 1px solid #C8A400;
    color: rgb(17,17,17);
    text-shadow: 0 2px 2px rgba(250, 227, 133, 1);
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position:center;
}

.golden-btn:focus,
.golden-btn:hover {
    background-size: 150% 150%;
    box-shadow:  0 1px 1px rgb(0 0 0 / 16%), 0 1px 0px rgb(17 17 17 / 28%), inset 0 0px 0px 1px rgb(200 164 0), inset 0 -1px 1px 3px rgb(242 210 27);
    border: 1px solid rgba(165,93,7,.6);
    color: rgba(17,17,17,.85);
}

.golden-btn:active {
    box-shadow:  0 1px 1px rgb(0 0 0 / 16%), 0 1px 0px rgb(17 17 17 / 28%), inset 0 0px 0px 1px rgb(200 164 0), inset 0 -1px 1px 3px rgb(242 210 27);
}

.primary-dark {
    background-color: #16C7D9;
}

/* Fixed Bottom */

.fixed-bottom {
    height: 58px;
    border-radius: 0px;
    box-shadow: 10px -1px 10px rgba(0, 0, 0, .075);
}

.fixed-bottom .btn {
    border-radius: 0px;
    border: none;
    height: 58px;
}

.h-auto {
    height: auto;
}

.modal-footer .btn {
    border-radius: 0px;
}

/* Nav */

.brand-wrap img {
    height: 40px;
}

.toggle-2 {
    right: 17px !important;
    left: auto !important;
}

.hc-nav-trigger.toggle-2 span,
.hc-nav-trigger.toggle-2 span::before,
.hc-nav-trigger.toggle-2 span::after {
    background: #000;
}

.hc-nav-trigger.togglew span,
.hc-nav-trigger.togglew span::before,
.hc-nav-trigger.togglew span::after {
    background: #111111;
}

.cat-slider img {
    width: 38px;
    margin: auto;
    -webkit-filter: saturate(200%);
    filter: saturate(200%);
}

/* Grid Card */

.grid-card span.float-right.text-black-50 {
    display: none;
}

.grid-card .p-3 {
    padding: 10px !important;
}

/* Menu */

.jhaena-menu-fotter {
    padding: 0px !important;
}

.jhaena-menu-fotter .row {
    margin: 0px;
}

.jhaena-menu-fotter .col {
    padding: 0px;
}

.jhaena-menu-fotter .col a {
    padding: 12px;
    display: block;
}

.jhaena-menu-fotter .col a p {
    font-size: 19px;
}

.jhaena-menu-fotter .col.selected a {
    color: #F2D21B;
    background: #f8f9fa;
}

.jhaena-menu-fotter .col.selected p {
    color: #F2D21B;
}

.jhaena-menu-fotter .col.bg-white.rounded-circle.mt-n4.px-3.py-2 {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    margin: -15px 0 0 0 !important;
}

.jhaena-menu-fotter .col.bg-white.rounded-circle.mt-n4.px-3.py-2 a {
    width: 68px;
    color: #fff !important;
    height: 68px;
    font-size: 27px !important;
    padding: 16px;
}

/* Extra */

.border-custom-radio .custom-control-label::before {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: .25rem!important;
    background: transparent !important;
    box-shadow: none !important;
}

.border-custom-radio .custom-control-input:checked~.custom-control-label::before {
    border-color: #F2D21B;
    border: 1px solid #F2D21B;
}

.border-custom-radio .custom-control-label::after {
    display: none;
}

.restaurant-pic {
    position: absolute;
    right: 15px;
    height: 148px;
    border-radius: 4px;
    margin: 9px 0;
}

.modal-content {
    border: none !important;
}

.slick-dots {
    bottom: 20px !important;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
    background: url("data:image/png;base64,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") no-repeat 50% 50%;
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
    background: url("data:image/png;base64,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") no-repeat 50% 50%;
}

.slick-arrow,
.slick-arrow:hover,
.slick-arrow:focus {
    background-size: 6px;
    width: 34px;
    border-radius: 50px;
    height: 34px;
    margin: 0 8px;
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    border: 1px solid #e4e7ea;
    z-index: 9;
}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.sticky_sidebar,
.c-t-order,
.jhaena-account {
    position: sticky;
    top: 15px;
}

.c-t-order li {
    border: none !important;
    margin: 5px 4px !important;
}

.c-t-order li a {
    background: #ffffff;
    border-radius: 6px !important;
    padding: 12px 14px !important;
    display: flex;
    align-items: center;
}

.c-t-order li a i {
    background: #fff;
    border: 1px solid #eff2f5;
    padding: 5px 5px;
    border-radius: 50px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    font-size: 18px;
    vertical-align: bottom;
}

.c-t-order li a.active,
.c-t-order li a:hover {
    background: #eff2f5 !important;
}

.c-t-order li a.active i {
    background: #16C7D9;
    color: #fff !important;
    border-color: transparent;
}

.dropdown-menu {
    background: #ffffff;
    border-radius: .40rem!important;
    margin: 0;
    padding: 6px;
    border: 1px solid #ffffff;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, .1)!important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: .5s ease all;
}

.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: .5s ease all;
}

.dropdown-menu.show {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: .5s ease all;
}

.dropdown-item {
    padding: 6px 10px;
}

.dropdown .dropdown-menu,
.dropdown-item {
    font-size: 13px;
    border-radius: 6px;
    margin: 1px 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5,
.col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10,
.col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10,
.col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10,
.col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10,
.col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6,
.col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
}

.row {
    margin-right: -8px;
    margin-left: -8px;
}

::-webkit-scrollbar-button { width: 0; height: 0; display: none; }
::-webkit-scrollbar-corner { background-color: transparent; }
::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, .15);
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
}
::-webkit-scrollbar { width: 4px; background-color: #ffffff; }
::-webkit-scrollbar-thumb { height: 50px; background: hsla(0, 0%, 53.3%, 0.4); }

.btn-facebook {
    background: #2b4170;
    background: linear-gradient(45deg, #3b5998 0%, #2b4170 100%);
    border-color: #3b5998;
    color: #ffffff !important;
}

.bg-primary {
    background: #FFFFFF !important;
    color: #111111 !important;
}

.btn-primary {
    background: #F2D21B;
    background: linear-gradient(45deg, #F2D21B 0%, #16C7D9 100%);
    border-color: #F2D21B;
}

.btn-primary:hover {
    background: #F2D21B;
    background: linear-gradient(135deg, #F2D21B 0%, #16C7D9 100%);
    border-color: #16C7D9;
}

.btn-outline-primary {
    color: #16C7D9;
    border-color: #16C7D9;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #F2D21B 0%, #16C7D9 100%);
    border-color: #16C7D9;
}

.text-primary {
    color: #111111 !important;
    text-decoration: none !important;
}

a {
    color: #111111;
    text-decoration: none !important;
}

p {
    color: #2B2B2B;
    letter-spacing: 0.2px;
}

.btn-link {
    font-weight: 400;
    color: #111111;
    text-decoration: none !important;
}

/* Landing Page */

.landing-page-skip .img-fluid { max-height: 290px; }
.landing-page-skip p { margin: 0px; }
.landing-page-skip .zindex { right: 0; z-index: 9; }
.landing-page-skip .slick-dotted.slick-slider { margin: 0px; }
.landing-page-skip .jhaena-slider-item { padding: 0px 20px; }

.btn-lg {
    font-size: 16px;
    padding: 16px 16px;
    font-weight: 600;
}

/* List card */

.list-card .count-number { margin: 4px 0 0 0; display: inline-block; }
.list-card a, .list-card h6 { color: inherit; overflow: hidden; white-space: nowrap; font-size: 15px; text-overflow: ellipsis; }
.list-card a:hover { color: #16C7D9; }
.list-card .star { right: 8px; bottom: 8px; }
.list-card .star .badge { font-size: 11px; padding: 5px 5px; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important; }
.list-card .member-plan { left: 8px; top: 8px; }
.list-card .member-plan .badge { font-size: 11px; padding: 5px 5px; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important; }
.list-card .list-card-image { position: relative; }
.list-card .favourite-heart { right: 8px; top: 8px; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important; }
.list-card .favourite-heart i { background: #fff; width: 23px; height: 23px; display: inline-block; text-align: center; font-size: 15px; line-height: 24px; border-radius: 50px; }
.list-card.d-flex .list-card-image { width: 130px; height: 140px; min-width: 130px; max-width: 130px; }
.list-card.d-flex .list-card-image .item-img { height: 140px; object-fit: cover; }
.list-card .list-card-body p.text-gray { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 12px; }
.list-card .p-3 { overflow: hidden; }
.list-card.d-flex .list-card-body span.float-right.text-black-50 { display: none; }

.rating-stars .feather-star { font-size: 10px; background: #000000; color: #fff; padding: 2px; text-shadow: 0px 0px 1px #C8A400; border-radius: 5px; }
.rating-stars .feather-star.star_active { background: #F2D21B; }

/* Login Page */

.login-page video { width: 50%; position: absolute; bottom: 0; right: 50%; }
.otp input.form-control.form-control-lg { text-align: center !important; font-size: 44px; border: 1px solid #ccc !important; border-radius: 8px; margin: auto; }
.login-page { background: #fff; }
.login-page .form-control { background: no-repeat; border: none; color: #000; border-bottom: 1px solid rgb(160 160 160 / 32%); border-radius: 0px; padding: 0px; box-shadow: none !important; }
.login-page .form-control:hover, .login-page .form-control:focus { color: #000; border-bottom: 1px solid #000; }
.login-page label { margin: 0px; opacity: 0.8; }
.login-page .form-group { margin-bottom: 30px; }

/* Verification */

.jhaena-verification .form-control { text-align: center; font-size: 47px; border-bottom: 2px solid #ccc !important; border: none; border-radius: 0px; font-weight: 300; box-shadow: none; }

/* Filter */

.filter .custom-control-label::before { right: 1rem; left: auto; margin: auto; top: 0; bottom: 0; }
.filter .custom-control-label::after { left: auto; right: 1rem; margin: auto; top: 0; bottom: 0; }
.custom-control-input:checked~.custom-control-label::before { color: #fff; border-color: #16C7D9; background-color: #EAFDFF; }

/* Cart */

.gold-members h6, .menu-list h6 { font-size: 14px; }
.gold-members .badge, .menu-list .badge { font-size: 10px; font-weight: 500; padding: 4px 6px 3px 6px; }
.menu-list img { width: 41px; height: 41px; object-fit: cover; }
.count-number .btn { padding: 2px 5px; font-size: 12px; border-radius: 0px; }
.count-number-input { width: 24px; text-align: center; margin: 0 -4px; background: #6c757d; border: none; color: #fff; height: 24px; border-radius: 0px; vertical-align: bottom; }
.non_veg, .veg { width: 20px; border: 1px solid; height: 20px; border-radius: 3px; font-size: 32px; text-align: center; line-height: 0px; }

/* Most Popular */

.most_popular .trending-slider img { border-radius: 10px; padding: 0px 4px; margin: 8px 0 0 0; }

/* Map Page */

.jhaena-track-order-page { min-height: 676px; }
.food-item { border: 1px solid; border-radius: 2px; display: inline-block; font-size: 31px; height: 12px; line-height: 5px; text-align: center; width: 12px; vertical-align: text-bottom; padding: 0 2px; margin: 0px 3px 2px 0px; }
.jhaena-point { z-index: 1; width: 50%; border-radius: 50%; padding-bottom: 50%; pointer-events: none; background-color: rgb(22, 199, 217); border: 1px solid #EAFDFF; }
.jhaena-map iframe { width: 100% !important; }
.jhaena-map .toggle { z-index: 9; margin: 2px 0 0 4px; }
.jhaena-map .mapouter.position-absolute { width: 100%; height: 100vh; }
.jhaena-map .bg-primary.border-bottom { position: absolute; z-index: 9; width: 100%; }
.jhaena-map .fixed-bottom { padding: 10px 0px; }
.jhaena-map .list-card.d-flex .list-card-image .item-img { width: 100px; height: 100px; }
.jhaena-map .list-card.d-flex .list-card-image { width: 100px; height: 100px; min-width: 100px; max-width: 100px; }
.jhaena-map .member-plan { text-align: center; background: rgb(255 255 255 / 18%); font-size: 12px; padding: 7px 5px; margin: 0 1px; border-radius: 43px; }
.gold-members .mr-2 { border: 1px solid; width: 15px; height: 15px; text-align: center; border-radius: 3px; font-size: 35px; line-height: 7px; }
.index-page img { height: 130px; }

.spinner { width: 180px; height: 180px; margin: auto; background-color: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; pointer-events: none; border-radius: 100%; animation: sk-scaleout 1.0s infinite ease-in-out; }
@keyframes sk-scaleout { 0% { transform: scale(0); } 100% { transform: scale(1.0); opacity: 0; } }

/* Right Bounce */
@keyframes bounceRight {
    0%, 20%, 50%, 80%, 100% { transform: translateX(0); }
    40% { transform: translateX(-30px); }
    60% { transform: translateX(-15px); }
}
.feather-arrow-right { animation: bounceRight 2s infinite; }

.location-page .img-fluid { max-width: 360px; }

/* Restaurant */

.restaurant-detailed-ratings-and-reviews hr { margin: 0 -16px; }
.reviews-members-footer img { width: 22px; height: 22px; border: 2px solid #fff; box-shadow: 0px 0px 12px #ccc; margin: 0 -3px; }
.total-like { font-size: 11px; padding: 2px 6px; }
.reviews-members-body p { font-size: 12px; }
.reviews-members-header h6 { font-size: 14px; }
.graph-star-rating-body .progress { border-radius: 40px; height: 6px; }
.rating-list { display: flex; margin: 6px 0; align-items: center; justify-content: space-between; }
.rating-list-center { margin: auto; width: 70%; }
.rating-list-left { width: 20%; font-size: 10px !important; font-weight: 400 !important; }
.rating-list-right { width: 10%; text-align: right; font-size: 10px !important; font-weight: 400 !important; }
.offer-section { background-color: #000; }

/* Header */

.header-user { height: 32px; }
.drop-loc { width: 250px; }

/* Footer */

footer .text-muted { color: #bdbdbd !important; }
.hov_footer a:hover { color: #fff !important; }
.section-footer { background: #16C7D9 !important; color: #000 !important; }
.section-footer .border-top { border-top: 1px solid rgb(222 226 230 / 9%)!important; }
.section-footer ul li { line-height: 29px; }
.section-footer ul { margin: 0px; }
.footer-about img { height: 42px; background: #fff; border-radius: 10px; padding: 4px; }
.footer-about .btn { padding: 0px; border: 1px solid #3d3d3e; display: flex; align-items: center; justify-content: center; width: 25px; height: 25px; }
.footer-about p.text-muted { line-height: 23px; }

/* Orders */

.sc-jhaena-logo { height: 30px; }
.custom-tabs.nav-tabs .nav-item.show .nav-link, .custom-tabs.nav-tabs .nav-link.active { border-bottom: 2px solid #F2D21B !important; }
.search .nav-tabs .nav-item.show .nav-link, .search .nav-tabs .nav-link.active { border-bottom: 2px solid #16C7D9 !important; background-color: #16C7D9 !important; color: #ffffff !important; }
.order_img { height: 88px; }
.offers_img { height: 130px; }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { border-bottom: 2px solid #16C7D9 !important; color: #16C7D9 !important; }

/* Sticky sidebar */
.sticky_sidebar { position: sticky; top: 10px; }

/* Search border */
.input_search { border-radius: 50px 0px 0px 50px; }
.border_search { border-radius: 0px 50px 50px 0px !important; }

/* Instagram */
.instagram-slider .cat-item { padding: 0 10px; box-sizing: border-box; }
.instagram-media { width: 100% !important; max-width: 100% !important; }


/* =================================================================== */
/* MOBILE & TABLET STYLES                                              */
/* =================================================================== */

@media (max-width: 992px) {
    .container, .container-md, .container-sm { max-width: 100%; }
    .m-none { display: none !important; }
    .section-header, .restaurant-pic, footer.section-footer.border-top.bg-dark { display: none; }
    .header-main { height: 67px; }
    .header-main .row.align-items-center { height: 67px; }
    .header-main .col-1 { width: auto !important; min-width: auto !important; max-width: unset; flex: unset !important; padding: 8px; }
    .header-main .col-8 { flex: unset; margin-left: auto; padding: 0px; }
    .hc-nav-trigger { top: 18px; left: 17px; }
    .header-main .col-8 .hc-nav-trigger { top: 0px; right: 8px; }
    .hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after { background: #111111 !important; color: #111111 !important; }
    .pb-5, .py-5 { padding-bottom: 1.5rem !important; }
    .pt-5, .py-5 { padding-top: 1.5rem !important; }
    .fixed-bottom-bar { padding-bottom: 56px; }
    .login-page video { display: none; }
    .login-page .px-5.col-10.mx-auto { margin: 0px !important; padding: 0px !important; width: 100% !important; max-width: 100%; flex: unset !important; }
}

@media (min-width: 993px) {
    .hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after { background: #111111 !important; color: #111111 !important; }
}


/* =======================================================================
   CUSTOMER MANAGEMENT — Redesigned Component Styles
   Replaces old timeline, chat, sidebar, checkout styles
   ======================================================================= */

:root {
    --gold: #F2D21B;
    --gold-light: #FFF9C7;
    --gold-dark: #C8A400;
    --green: #28a745;
    --green-light: #e6f9ed;
    --blue: #007bff;
    --blue-light: #e7f1ff;
    --orange: #fd7e14;
    --orange-light: #fff3e6;
    --red: #dc3545;
    --red-light: #fde8ea;
    --purple: #6f42c1;
    --purple-light: #f3eeff;
    --cyan: #17a2b8;
    --cyan-light: #e8f7fa;
    --cm-gray-100: #f8f9fa;
    --cm-gray-200: #e9ecef;
    --cm-gray-300: #dee2e6;
    --cm-gray-500: #adb5bd;
    --cm-gray-600: #6c757d;
    --cm-gray-700: #495057;
    --cm-gray-800: #343a40;
    --cm-gray-900: #212529;
    --cm-shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
    --cm-shadow-md: 0 4px 12px rgba(0,0,0,0.08);
    --cm-radius-sm: 6px;
    --cm-radius-md: 10px;
    --cm-radius-lg: 14px;
    --cm-transition: all 0.2s ease;
}

/* --- Payment Reminder Banner --- */

.payment-reminder-banner {
    background: #fff;
    border: 1px solid #f0e0a0;
    border-left: 4px solid var(--gold);
    border-radius: var(--cm-radius-md);
    box-shadow: var(--cm-shadow-sm);
    overflow: hidden;
}

.payment-reminder-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    cursor: pointer;
    user-select: none;
    transition: var(--cm-transition);
    background: linear-gradient(135deg, #FFFFF8, #FFFBE6);
}

.payment-reminder-header:hover { background: #fff8e1; }

.reminder-icon-pulse {
    width: 36px; height: 36px; border-radius: 50%;
    background: var(--gold); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px;
    animation: pulse-ring 2s ease-out infinite;
    flex-shrink: 0;
}

@keyframes pulse-ring {
    0% { box-shadow: 0 0 0 0 rgba(242,210,27,0.35); }
    70% { box-shadow: 0 0 0 8px rgba(242,210,27,0); }
    100% { box-shadow: 0 0 0 0 rgba(242,210,27,0); }
}

.reminder-title { font-weight: 700; color: var(--cm-gray-800); font-size: 0.95rem; }
.reminder-subtitle { font-size: 0.85rem; color: var(--cm-gray-600); }
.reminder-toggle-icon { font-size: 16px; color: var(--cm-gray-500); }
.payment-reminder-body { border-top: 1px solid #D9F9FC; }

.reminder-row {
    display: flex; align-items: center;
    padding: 12px 20px; border-bottom: 1px solid var(--cm-gray-200);
    gap: 16px; transition: var(--cm-transition);
}
.reminder-row:last-child { border-bottom: none; }
.reminder-row:hover { background: var(--cm-gray-100); }
.reminder-row-left { min-width: 140px; flex-shrink: 0; }
.reminder-inv-number { font-weight: 600; font-size: 0.82rem; color: var(--cm-gray-800); display: block; font-family: 'SFMono-Regular', Consolas, monospace; }
.reminder-inv-date { font-size: 0.75rem; }
.reminder-row-center { flex: 1; min-width: 0; }
.reminder-progress-track { height: 6px; background: var(--cm-gray-200); border-radius: 3px; overflow: hidden; }
.reminder-progress-fill { height: 100%; background: linear-gradient(90deg, var(--gold), var(--gold-dark)); border-radius: 3px; transition: width 0.5s ease; }
.reminder-progress-label { font-size: 0.7rem; color: var(--cm-gray-500); margin-top: 2px; display: block; }
.reminder-row-right { text-align: right; min-width: 120px; flex-shrink: 0; }
.reminder-balance { font-weight: 700; font-size: 0.9rem; color: var(--cm-gray-800); display: block; }
.reminder-deadline { font-size: 0.72rem; font-weight: 600; }

@media (max-width: 767.98px) {
    .reminder-row { flex-wrap: wrap; gap: 8px; padding: 12px 16px; }
    .reminder-row-left { min-width: unset; flex: 1; }
    .reminder-row-center { order: 3; width: 100%; }
    .reminder-row-right { min-width: unset; }
}

/* --- Sidebar --- */

.sidebar-card { border: 1px solid var(--cm-gray-200); }
.sidebar-profile-header { background: linear-gradient(135deg, #FFFDF2, #F3FEFF); border-bottom: 1px solid var(--cm-gray-200); }
.sidebar-avatar { width: 56px; height: 56px; object-fit: cover; border: 2px solid var(--gold-light); }
.sidebar-credits { background: var(--cm-gray-100); border-bottom: 1px solid var(--cm-gray-200); }
.credit-amount { color: var(--gold-dark); font-weight: 700; font-size: 1.15rem; }
.sidebar-nav { padding: 4px 0; }

.sidebar-nav-item {
    display: flex; align-items: center; justify-content: space-between;
    padding: 12px 20px; color: var(--cm-gray-700);
    text-decoration: none; transition: var(--cm-transition);
    border-left: 3px solid transparent; font-size: 0.9rem;
}
.sidebar-nav-item:hover { background: var(--cm-gray-100); color: var(--cm-gray-800); text-decoration: none; }
.sidebar-nav-item.active { background: var(--gold-light); color: var(--gold-dark); border-left-color: var(--gold); font-weight: 600; }
.sidebar-nav-icon { width: 18px; margin-right: 12px; font-size: 16px; }

.notification-dot { height: 8px; width: 8px; background-color: var(--red); border-radius: 50%; display: inline-block; vertical-align: middle; }

/* --- Content Area --- */

.content-card { border: 1px solid var(--cm-gray-200); }
.mobile-sticky-header { background: var(--gold); padding: 12px 16px; z-index: 100; }

.osahan-profile .section-header { margin-bottom: 24px; display: block !important; }
.osahan-profile .section-title { font-weight: 700; font-size: 1.3rem; color: var(--cm-gray-900); margin-bottom: 4px; }
.osahan-profile .section-subtitle { color: var(--cm-gray-500); font-size: 0.85rem; margin-bottom: 0; }

/* --- Buttons --- */

.btn-gold { background: var(--gold); color: #fff; border: none; font-weight: 600; transition: var(--cm-transition); }
.btn-gold:hover { background: var(--gold-dark); color: #fff; }
.btn-outline-gold { border: 1px solid var(--gold); color: var(--gold-dark); background: transparent; font-weight: 600; transition: var(--cm-transition); }
.btn-outline-gold:hover { background: var(--gold); color: #fff; }

/* --- Status Pills --- */

.status-pill { display: inline-block; padding: 3px 10px; border-radius: 20px; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.3px; text-transform: uppercase; line-height: 1.4; }
.status-pill-success { background: var(--green-light); color: #0d6832; }
.status-pill-warning { background: #fff3cd; color: #856404; }
.status-pill-danger { background: var(--red-light); color: #892029; }
.status-pill-info { background: var(--cyan-light); color: #0c7a8e; }
.status-pill-open { background: var(--cm-gray-200); color: var(--cm-gray-700); }
.status-pill-muted { background: var(--cm-gray-100); color: var(--cm-gray-500); border: 1px solid var(--cm-gray-200); }

/* --- Empty States --- */

.empty-state { text-align: center; padding: 60px 20px; }
.empty-state i { font-size: 48px; color: var(--cm-gray-300); display: block; margin-bottom: 16px; }
.empty-state p { color: var(--cm-gray-500); font-size: 0.95rem; margin-bottom: 0; }
.empty-state.compact { padding: 30px 20px; }
.empty-state.compact i { font-size: 32px; }

/* --- Form Elements --- */

.form-label-custom { font-size: 0.78rem; font-weight: 600; color: var(--cm-gray-600); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
.form-control-custom { border-radius: var(--cm-radius-sm); border: 1px solid var(--cm-gray-300); padding: 10px 14px; font-size: 0.9rem; transition: var(--cm-transition); }
.form-control-custom:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(242,210,27,0.18); }
.security-card { background: var(--cm-gray-100); border: 1px solid var(--cm-gray-200); border-radius: var(--cm-radius-md); padding: 20px; }
.address-card { background: #fff; border: 1px solid var(--cm-gray-200); border-radius: var(--cm-radius-md); padding: 16px; transition: var(--cm-transition); }
.address-card:hover { border-color: var(--gold-light); box-shadow: var(--cm-shadow-sm); }
.address-default-badge { position: absolute; top: 10px; right: 10px; background: var(--green-light); color: #0d6832; padding: 2px 8px; border-radius: 10px; font-size: 0.7rem; font-weight: 600; }
.address-type-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.5px; color: var(--gold-dark); font-weight: 600; margin-bottom: 8px; }

/* --- Chat Styles --- */

.chat-invoice-list { border: 1px solid var(--cm-gray-200); border-radius: var(--cm-radius-md); overflow: hidden; }

.chat-invoice-item {
    display: flex; align-items: center; padding: 16px 20px;
    border-bottom: 1px solid var(--cm-gray-200);
    text-decoration: none; color: var(--cm-gray-800); transition: var(--cm-transition);
}
.chat-invoice-item:last-child { border-bottom: none; }
.chat-invoice-item:hover { background: var(--cm-gray-100); text-decoration: none; color: var(--cm-gray-800); }

.chat-invoice-icon { width: 40px; height: 40px; border-radius: 50%; background: var(--gold-light); color: var(--gold-dark); display: flex; align-items: center; justify-content: center; margin-right: 14px; flex-shrink: 0; }
.chat-invoice-info { flex: 1; min-width: 0; }
.chat-invoice-number { font-weight: 700; font-size: 0.9rem; font-family: 'SFMono-Regular', Consolas, monospace; }
.chat-invoice-meta { font-size: 0.8rem; color: var(--cm-gray-500); margin-top: 2px; }
.chat-invoice-status { font-size: 0.72rem; font-weight: 600; text-transform: uppercase; }
.chat-invoice-status.status-paid { color: var(--green); }
.chat-invoice-status.status-open { color: var(--orange); }
.chat-header-bar { display: flex; align-items: center; padding-bottom: 16px; border-bottom: 1px solid var(--cm-gray-200); }

.chat-container { background-color: var(--cm-gray-100); border: 1px solid var(--cm-gray-200); border-radius: var(--cm-radius-md); height: 460px; overflow-y: auto; padding: 1rem; display: flex; flex-direction: column; }
.chat-message { display: flex; flex-direction: column; max-width: 75%; margin-bottom: 1rem; position: relative; }
.chat-message-admin { align-self: flex-start; align-items: flex-start; }
.chat-message-admin .chat-bubble { background-color: #fff; color: #333; border: 1px solid var(--cm-gray-200); border-radius: 12px 12px 12px 0; padding: 10px 15px; box-shadow: var(--cm-shadow-sm); }
.chat-message-client { align-self: flex-end; align-items: flex-end; }
.chat-message-client .chat-bubble { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #fff; border-radius: 12px 12px 0 12px; padding: 10px 15px; box-shadow: var(--cm-shadow-sm); }
.chat-header { font-size: 0.73rem; margin-bottom: 4px; color: var(--cm-gray-500); }
.chat-bubble a { color: inherit; text-decoration: underline; font-weight: 600; }
.chat-status { font-size: 0.68rem; color: #999; margin-top: 2px; text-align: right; }

.chat-input-bar { padding: 16px; background: var(--cm-gray-100); border-radius: var(--cm-radius-md); border: 1px solid var(--cm-gray-200); }
.customer-chat .btn-upload-chat { background: #fff; border: 1px solid var(--cm-gray-300); color: var(--cm-gray-700); min-height: 44px; padding: 0.5rem 0.85rem; display: flex; align-items: center; border-radius: var(--cm-radius-sm) 0 0 var(--cm-radius-sm); }
.customer-chat .btn-upload-chat:hover { background: var(--cm-gray-100); }
.customer-chat input.form-control { min-height: 44px; font-size: 0.9rem; border-radius: 0; }
.customer-chat .btn { min-height: 44px; border-radius: 0 var(--cm-radius-sm) var(--cm-radius-sm) 0; }

.upload-progress-container { height: 4px; width: 100%; background-color: var(--cm-gray-200); margin-top: 5px; border-radius: 2px; overflow: hidden; display: none; }
.upload-progress-bar { height: 100%; background: linear-gradient(90deg, var(--gold), var(--gold-dark)); transition: width 0.3s ease; }

.spin-animation { animation: spin 1s linear infinite; }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* --- Order Timeline --- */

.order-timeline-card { border: 1px solid var(--cm-gray-200); border-radius: var(--cm-radius-md); overflow: hidden; box-shadow: var(--cm-shadow-sm); }
.order-timeline-header { padding: 20px; background: linear-gradient(135deg, #FFFDF2, #F3FEFF); border-bottom: 1px solid #D9F9FC; }
.order-total-badge { font-weight: 700; font-size: 1.1rem; color: var(--cm-gray-900); }

.order-eta-section { padding: 16px 20px; background: #fff; border-bottom: 1px solid var(--cm-gray-200); }
.eta-section-label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: var(--gold-dark); margin-bottom: 12px; display: flex; align-items: center; }

.eta-product-row { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; border-radius: var(--cm-radius-sm); margin-bottom: 8px; background: var(--cm-gray-100); border: 1px solid var(--cm-gray-200); transition: var(--cm-transition); }
.eta-product-row:last-child { margin-bottom: 0; }
.eta-product-row.eta-late { background: #fff5f5; border-color: #fecdd3; }

.eta-product-info { display: flex; align-items: center; gap: 10px; flex: 1; min-width: 0; }
.eta-product-qty { background: #fff; border: 1px solid var(--cm-gray-300); border-radius: 6px; padding: 2px 8px; font-size: 0.78rem; font-weight: 700; color: var(--cm-gray-700); flex-shrink: 0; }
.eta-product-name { font-weight: 600; font-size: 0.88rem; color: var(--cm-gray-800); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.eta-event-tag { display: inline-flex; align-items: center; gap: 4px; margin-top: 3px; padding: 2px 8px; background: var(--purple-light); color: var(--purple); border-radius: 10px; font-size: 0.68rem; font-weight: 600; }
.eta-event-code { background: rgba(111,66,193,0.12); padding: 0 4px; border-radius: 4px; font-family: 'SFMono-Regular', Consolas, monospace; font-size: 0.65rem; }

.eta-date-box { min-width: 80px; text-align: center; padding: 8px 12px; border-radius: var(--cm-radius-sm); flex-shrink: 0; margin-left: 12px; }
.eta-date-pending { background: var(--cyan-light); border: 1px solid #b2e0e8; }
.eta-date-pending .eta-date-label, .eta-date-pending .eta-date-value, .eta-date-pending .eta-date-countdown { color: #0c7a8e; }
.eta-date-late { background: var(--red-light); border: 1px solid #f5c6cb; }
.eta-date-late .eta-date-label, .eta-date-late .eta-date-value { color: var(--red); }
.eta-date-ready { background: var(--green-light); border: 1px solid #b7e4c7; }
.eta-date-ready .eta-date-label, .eta-date-ready .eta-date-value, .eta-date-ready .eta-date-countdown { color: #0d6832; }
.eta-date-label { font-size: 0.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.eta-date-value { font-size: 1rem; font-weight: 700; line-height: 1.2; }
.eta-date-countdown { font-size: 0.65rem; opacity: 0.8; }

/* Timeline Steps */

.order-steps-timeline { padding: 20px; position: relative; }
.order-steps-timeline::before { content: ''; position: absolute; left: 35px; top: 30px; bottom: 30px; width: 2px; background: var(--cm-gray-200); }
.timeline-step { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 20px; position: relative; }
.timeline-step:last-child { margin-bottom: 0; }
.timeline-step-marker { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0; position: relative; z-index: 2; box-shadow: 0 0 0 4px #fff; }
.timeline-step.completed .timeline-step-marker { background: var(--green); color: #fff; }
.timeline-step.pending .timeline-step-marker { background: var(--gold-light); color: var(--gold-dark); border: 2px solid var(--gold); }
.timeline-step.rejected .timeline-step-marker { background: var(--red-light); color: var(--red); border: 2px solid var(--red); }
.timeline-step-marker.dispatch-marker { background: var(--orange) !important; color: #fff !important; border: none !important; }
.timeline-step-content { flex: 1; padding-top: 4px; }
.timeline-step-title { font-weight: 600; font-size: 0.88rem; color: var(--cm-gray-800); }
.timeline-step-date { font-size: 0.78rem; color: var(--cm-gray-500); margin-top: 2px; }
.timeline-dispatch-meta { margin-top: 6px; font-size: 0.78rem; color: var(--cm-gray-600); background: var(--cm-gray-100); padding: 6px 10px; border-radius: var(--cm-radius-sm); display: inline-flex; gap: 8px; }

/* --- Table Styles --- */

.table-filters { background: var(--cm-gray-100); border: 1px solid var(--cm-gray-200); border-radius: var(--cm-radius-md); padding: 16px; }
.filter-input-group { position: relative; }
.filter-input-icon { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); font-size: 14px; color: var(--cm-gray-500); z-index: 1; }
.filter-input { padding-left: 32px !important; border-radius: var(--cm-radius-sm) !important; border: 1px solid var(--cm-gray-300) !important; font-size: 0.85rem; height: 36px; }
.filter-select { border-radius: var(--cm-radius-sm) !important; border: 1px solid var(--cm-gray-300) !important; font-size: 0.85rem; height: 36px; color: var(--cm-gray-700); }

.custom-table { border-collapse: separate; border-spacing: 0; font-size: 0.88rem; }
.custom-table thead th { background: var(--cm-gray-100); border-bottom: 2px solid var(--cm-gray-200); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.5px; color: var(--cm-gray-600); font-weight: 700; padding: 12px 16px; white-space: nowrap; }
.custom-table tbody td { padding: 14px 16px; border-bottom: 1px solid var(--cm-gray-200); vertical-align: middle; color: var(--cm-gray-700); }
.custom-table tbody tr:hover { background: var(--cm-gray-100); }
.custom-table tbody tr:last-child td { border-bottom: none; }

.sortable-th { cursor: pointer; user-select: none; transition: var(--cm-transition); }
.sortable-th:hover { color: var(--gold-dark); }
.sort-icon { font-size: 12px; margin-left: 4px; opacity: 0.7; }
.invoice-number-cell { font-family: 'SFMono-Regular', Consolas, monospace; font-size: 0.82rem; font-weight: 600; color: var(--gold-dark); }
.payment-method-tag { display: inline-block; padding: 2px 8px; background: var(--cm-gray-100); border: 1px solid var(--cm-gray-200); border-radius: var(--cm-radius-sm); font-size: 0.78rem; font-weight: 500; color: var(--cm-gray-700); }
.table-summary { padding: 8px 0; border-top: 1px solid var(--cm-gray-200); }

.invoice-mobile-card, .payment-mobile-card { border: 1px solid var(--cm-gray-200); border-radius: var(--cm-radius-md); padding: 16px; background: #fff; transition: var(--cm-transition); }
.invoice-mobile-card:hover, .payment-mobile-card:hover { box-shadow: var(--cm-shadow-sm); }

/* --- Activities --- */

.activity-filter-pills { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; -webkit-overflow-scrolling: touch; }
.activity-filter-pills::-webkit-scrollbar { display: none; }

.activity-pill {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 7px 14px; border-radius: 20px;
    border: 1px solid var(--cm-gray-300); background: #fff;
    color: var(--cm-gray-600); font-size: 0.78rem; font-weight: 600;
    cursor: pointer; transition: var(--cm-transition); white-space: nowrap; flex-shrink: 0;
}
.activity-pill:hover { border-color: var(--gold); color: var(--gold-dark); background: var(--gold-light); }
.activity-pill.active { background: var(--gold); color: #fff; border-color: var(--gold); }
.activity-pill i { font-size: 13px; }

.activity-date-group { margin-bottom: 24px; }
.activity-date-label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: var(--cm-gray-500); margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid var(--cm-gray-200); }

.activity-item { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--cm-gray-100); transition: var(--cm-transition); }
.activity-item:last-child { border-bottom: none; }
.activity-item:hover { background: var(--cm-gray-100); margin: 0 -8px; padding: 12px 8px; border-radius: var(--cm-radius-sm); }

.activity-item-icon { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; }
.activity-item-body { flex: 1; min-width: 0; }
.activity-item-title { font-weight: 600; font-size: 0.88rem; color: var(--cm-gray-800); }
.activity-item-desc { font-size: 0.82rem; color: var(--cm-gray-600); margin-top: 2px; line-height: 1.4; }
.activity-item-ref { font-size: 0.75rem; color: var(--gold-dark); margin-top: 4px; font-weight: 500; }
.activity-item-time { font-size: 0.72rem; color: var(--cm-gray-500); flex-shrink: 0; padding-top: 2px; }

/* --- Cart --- */

.cart-event-card { border: 1px solid var(--cm-gray-200); border-radius: var(--cm-radius-md); overflow: hidden; box-shadow: var(--cm-shadow-sm); }
.cart-event-header { padding: 16px 20px; background: linear-gradient(135deg, #FFFDF2, #F3FEFF); border-bottom: 1px solid #D9F9FC; }
.cart-event-icon { width: 32px; height: 32px; border-radius: 8px; background: var(--gold-light); color: var(--gold-dark); display: flex; align-items: center; justify-content: center; font-size: 14px; }
.cart-items-list { padding: 0; }
.cart-item-row { display: flex; align-items: center; padding: 14px 20px; border-bottom: 1px solid var(--cm-gray-100); gap: 14px; }
.cart-item-row:last-child { border-bottom: none; }
.cart-item-image { width: 48px; height: 48px; border-radius: var(--cm-radius-sm); overflow: hidden; flex-shrink: 0; }
.cart-item-image img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-details { flex: 1; min-width: 0; }
.cart-item-name { display: block; font-weight: 600; font-size: 0.88rem; color: var(--cm-gray-800); }
.cart-item-price { display: block; font-size: 0.78rem; color: var(--cm-gray-500); margin-top: 2px; }
.cart-item-total { font-weight: 700; font-size: 0.9rem; color: var(--cm-gray-800); flex-shrink: 0; }
.cart-event-footer { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; background: var(--cm-gray-100); border-top: 1px solid var(--cm-gray-200); }
.cart-total { display: flex; flex-direction: column; }
.cart-total-amount { font-weight: 700; font-size: 1.15rem; color: var(--cm-gray-900); }

/* --- Credits --- */

.credit-balance-card { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #fff; border-radius: var(--cm-radius-lg); padding: 28px 24px; text-align: center; box-shadow: 0 4px 16px rgba(22,199,217,0.28); }
.credit-balance-label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; opacity: 0.85; margin-bottom: 8px; }
.credit-balance-amount { font-size: 2rem; font-weight: 700; letter-spacing: -0.5px; }

.credit-transaction-row { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--cm-gray-100); }
.credit-transaction-row:last-child { border-bottom: none; }
.credit-tx-icon { width: 32px; height: 32px; border-radius: 50%; background: var(--green-light); color: var(--green); display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.credit-tx-info { flex: 1; min-width: 0; }
.credit-tx-reason { display: block; font-weight: 500; font-size: 0.88rem; color: var(--cm-gray-800); }
.credit-tx-date { display: block; font-size: 0.75rem; color: var(--cm-gray-500); margin-top: 2px; }
.credit-tx-amount { font-weight: 700; font-size: 0.95rem; color: var(--green); flex-shrink: 0; }

/* --- Payment Summary Cards --- */

.payment-summary-card { border-radius: var(--cm-radius-md); padding: 14px 16px; text-align: center; }
.payment-summary-card.confirmed { background: var(--green-light); border: 1px solid #b7e4c7; }
.payment-summary-card.pending { background: #fff3cd; border: 1px solid #ffeeba; }
.payment-summary-card.rejected { background: var(--red-light); border: 1px solid #f5c6cb; }
.psc-label { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
.payment-summary-card.confirmed .psc-label { color: #0d6832; }
.payment-summary-card.pending .psc-label { color: #856404; }
.payment-summary-card.rejected .psc-label { color: #892029; }
.psc-amount { font-weight: 700; font-size: 0.9rem; }
.payment-summary-card.confirmed .psc-amount { color: #0d6832; }
.payment-summary-card.pending .psc-amount { color: #856404; }
.payment-summary-card.rejected .psc-amount { color: #892029; }

@media (max-width: 575.98px) {
    .psc-amount { font-size: 0.78rem; }
    .psc-label { font-size: 0.6rem; }
    .payment-summary-card { padding: 10px 8px; }
}

/* --- Checkout Styles --- */

.checkout-container { display: flex; gap: 1.5rem; width: 100%; }
.steps-column { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding-top: .25rem; width: 100px; }
.checkout-steps { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .5rem; width: 100%; max-width: 70px; }
.checkout-steps li { display: flex; align-items: center; justify-content: center; padding: .75rem; border-radius: 8px; transition: all 0.3s ease; cursor: default; }
.checkout-steps li.active { background-color: var(--gold); color: #fff; font-weight: bold; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
.checkout-steps .step-number { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background-color: #e9ecef; color: #495057; font-weight: 600; font-size: 1.1rem; transition: all 0.3s ease; flex-shrink: 0; }
.checkout-steps li.active .step-number { background-color: #fff; color: var(--gold); font-weight: bold; box-shadow: 0 0 0 2px #fff; }
.checkout-steps .step-label { display: none; }
.step-content { flex-grow: 1; min-width: 0; }
.step-title { color: var(--gold); display: block; font-size: 1.5rem; border-bottom: 1px solid #dee2e6; padding-bottom: 0.75rem; }

.term-content-inner p { margin-bottom: 0.5rem; }
.terms-agreements .form-check { padding: 0.75rem 1.25rem; background-color: #f8f9fa; border: 1px solid #dee2e6; border-radius: 0.375rem; transition: all 0.2s ease-in-out; }
.terms-agreements .form-check:has(input:checked) { background-color: #d1e7dd; border-color: var(--gold); }
.terms-agreements .form-check-input:checked + .form-check-label { color: #0a3622; }
.terms-agreements .form-check-input { width: 1.25em; height: 1.25em; margin-top: 0.2em; }
.terms-agreements .form-check-input:checked { background-color: var(--gold); border-color: #c8aa48; }
.terms-agreements .form-check-label { font-size: 1.05rem; padding-left: 0.5rem; }

@media (max-width: 767.98px) {
    .checkout-container { flex-direction: column; gap: 0; }
    .checkout-steps-mobile { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: row; justify-content: space-around; gap: 0.5rem; width: 100%; border-bottom: 1px solid #dee2e6; padding-bottom: 0.5rem; }
    .checkout-steps-mobile li { display: flex; align-items: center; justify-content: center; padding: 0; cursor: default; }
    .checkout-steps-mobile .step-number { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background-color: #e9ecef; color: #495057; font-weight: 600; font-size: 1rem; transition: all 0.3s ease; }
    .checkout-steps-mobile li.active .step-number { background-color: var(--gold); color: #fff; font-weight: bold; box-shadow: 0 0 0 4px #d1e7dd; }
    .step-title { font-size: 1.2rem; margin-top: 1rem; border-bottom: none; padding-bottom: 0; }
    .step-content { width: 100%; }
    .osahan-cart-item-profile { padding-left: 0.5rem; padding-right: 0.5rem; }
}

/* --- Mobile Responsive (Customer Management) --- */

@media (max-width: 575.98px) {
    .chat-container { height: 300px !important; }

    .customer-chat { flex-direction: column !important; }
    .customer-chat .btn-upload-chat { border-radius: var(--cm-radius-sm); width: 100%; justify-content: center; }
    .customer-chat input.form-control { border-radius: var(--cm-radius-sm); width: 100%; margin-top: 8px; }
    .customer-chat .btn { border-radius: var(--cm-radius-sm); width: 100%; margin-top: 8px; }

    .eta-product-row { flex-direction: column; align-items: flex-start; gap: 8px; }
    .eta-date-box { margin-left: 0; width: 100%; display: flex; align-items: center; gap: 8px; padding: 6px 12px; }
    .eta-date-label { margin-right: 4px; }
    .eta-date-countdown { margin-left: auto; }

    .order-steps-timeline::before { left: 15px; }
    .timeline-step-marker { width: 28px; height: 28px; font-size: 11px; }
    .timeline-step { gap: 12px; }

    .osahan-profile .section-title { font-size: 1.15rem; }
}
