/* login register */
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

/* hr */
.dashboard-container {
    padding: 40px;
    background-color: #f8fafc;
    min-height: 100vh;
}

.welcome-title {
    font-size: 28px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 35px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.card-modern {
    background: #fff;
    padding: 28px;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.08);
}

.card-info h3 {
    font-size: 32px;
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 5px 0;
}

.card-info p {
    font-size: 13px;
    color: #94a3b8;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-icon {
    width: 65px;
    height: 65px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: 0.3s;
}

.icon-purple {
    background: #ede9fe;
    color: #7c3aed;
}

.icon-olive {
    background: #f0fdf4;
    color: #16a34a;
}

.icon-blue {
    background: #f0f9ff;
    color: #0284c7;
}


/* account manager */
.rounded-xl {
    border-radius: 0.75rem !important;
}

.shadow-xs-soft {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.audit-alert-bar {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-left: 5px solid #3c8dbc !important;
}

.slit-card {
    background: #ffffff;
    border: 1px solid #eef2f5;
    border-radius: 0.75rem;
    padding: 1.1rem 1.25rem;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.slit-card:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    border-color: #d1dbe5;
}

.slit-icon-box {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.bg-info-slit {
    background-color: rgba(23, 162, 184, 0.08) !important;
    color: #17a2b8 !important;
}

.bg-success-slit {
    background-color: rgba(40, 167, 69, 0.08) !important;
    color: #28a745 !important;
}

.bg-warning-slit {
    background-color: rgba(255, 193, 7, 0.09) !important;
    color: #f39c12 !important;
}

.bg-danger-slit {
    background-color: rgba(220, 53, 69, 0.08) !important;
    color: #dc3545 !important;
}

.slit-card h3 {
    font-size: 1.45rem;
    font-weight: 700;
    color: #212529;
    margin: 0;
    letter-spacing: -0.5px;
}

.slit-card p {
    font-size: 11px;
    font-weight: 700;
    color: #adb5bd;
    margin: 0 0 2px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.slit-arrow-link {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ced4da;
    transition: all 0.2s;
    font-size: 13px;
}

.slit-card:hover .slit-arrow-link {
    color: inherit;
    transform: translateY(-50%) translateX(3px);
}

/* border */
#dashed_border {
    background: #fcfcfc;
    margin: 10px;
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #ddd;
}


/* supervisor dashboard */
.rounded-lg {
    border-radius: 0.6rem !important;
}

.border-left-maroon {
    border-left: 5px solid #d81b60 !important;
}

.border-left-orange {
    border-left: 5px solid #ff851b !important;
}

.border-dashed {
    border-top: 1px dashed #e9ecef;
}

.bg-danger-light {
    background-color: rgba(220, 53, 69, 0.08) !important;
}

.bg-warning-light {
    background-color: rgba(255, 193, 7, 0.08) !important;
}

.bg-success-light {
    background-color: rgba(40, 167, 69, 0.08) !important;
}

.bg-dark-light {
    background-color: rgba(84, 84, 84, 0.08) !important;
}

.bg-primary-light {
    background-color: rgba(0, 123, 255, 0.08) !important;
}

.bg-olive-light {
    background-color: rgba(61, 153, 112, 0.1) !important;
}

.bg-lightblue-light {
    background-color: rgba(60, 141, 188, 0.1) !important;
}

.bg-maroon-light {
    background-color: rgba(216, 27, 96, 0.1) !important;
}

.tech-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13.5px;
}

.bg-light-hover:hover {
    background-color: #f8f9fa;
    transition: background-color 0.2s ease-in-out;
}

.gap-2 {
    gap: 0.5rem !important;
}

.stat-card {
    padding: 20px;
    border-radius: 18px;
    margin-bottom: 20px;
    position: relative;
    transition: transform 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
}

.stat-card .inner h3 {
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0;
    color: #333;
}

.stat-card .inner p {
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-top: 5px;
}

.icon-circle {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.2rem;
}

.footer-link {
    display: block;
    margin-top: 15px;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
}

.text-purple {
    color: #6f42c1;
}

.bg-purple-light {
    background-color: rgba(111, 66, 193, 0.1);
}

.border-left-purple {
    border-left: 5px solid #6f42c1 !important;
}

.border-dashed {
    border-top: 1px dashed #e9ecef;
}

.bg-danger-light {
    background-color: rgba(220, 53, 69, 0.1) !important;
}

.bg-secondary-light {
    background-color: rgba(108, 117, 125, 0.1) !important;
}

.bg-success-light {
    background-color: rgba(40, 167, 69, 0.1) !important;
}

.bg-warning-light {
    background-color: rgba(255, 193, 7, 0.1) !important;
}

.small-box .icon {
    color: rgba(0, 0, 0, .5);
}

/* maintenance_supervisor */
.rounded-lg {
    border-radius: 0.6rem !important;
}

.text-custom-sm {
    font-size: 13px !important;
}

.p-2\.5 {
    padding: 0.65rem !important;
}

.m-5-zero {
    margin: 5px 0 0 0 !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.infra-icon {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.border-left-maroon-lg {
    border-left: 5px solid #d81b60 !important;
}

.border-left-lightblue-lg {
    border-left: 5px solid #3c8dbc !important;
}

.border-left-orange-lg {
    border-left: 5px solid #ff851b !important;
}

.border-left-olive-lg {
    border-left: 5px solid #3d9970 !important;
}

.feed-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
}

.feed-item {
    transition: all 0.2s ease-in-out;
    border: 1px solid #e9ecef;
}

.feed-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    background-color: #ffffff !important;
}

.bg-maroon-light {
    background-color: rgba(216, 27, 96, 0.08) !important;
}

.bg-orange-light {
    background-color: rgba(255, 133, 27, 0.08) !important;
}

.bg-olive-light {
    background-color: rgba(61, 153, 112, 0.08) !important;
}

.bg-lightblue-light {
    background-color: rgba(60, 141, 188, 0.08) !important;
}

.room-matrix-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px !important;
}

.room-tile {
    width: 45px;
    height: 45px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
}

.room-tile:hover {
    transform: scale(1.08);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}

@media (max-width: 767.98px) {
    .metrics-pill-container {
        border-radius: 12px !important;
        padding: 12px !important;
    }

    .metrics-badges-group {
        width: 100%;
        gap: 8px !important;
    }

    .metrics-badges-group .badge {
        flex: 1 1 calc(50% - 8px);
        text-align: center;
        font-size: 12px !important;
    }
}

.border-maroon {
    border: 1px solid rgba(216, 27, 96, 0.25) !important;
}

.border-lightblue {
    border: 1px solid rgba(60, 141, 188, 0.25) !important;
}

.border-orange {
    border: 1px solid rgba(255, 133, 27, 0.25) !important;
}

/* roomtype img */
.img-thumbnail {
    transition: transform 0.2s;
}

.img-thumbnail:hover {
    transform: scale(1.05);
    /* Slight zoom on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

body.lb-disable-scrolling {
    overflow: hidden !important;
}

.lightboxOverlay {
    /* width: 411px; */
    background-color: #000 !important;
    opacity: 0.9 !important;
}


.lb-image {
    width: 600px !important;
    height: 400px !important;
    object-fit: cover !important;
    border-radius: 8px;
}

.lb-outerContainer {
    width: 600px !important;
    height: 400px !important;
}

.img-thumbnail {
    transition: transform 0.2s;
    object-fit: cover !important;
    height: 90px !important;
}


.img-thumbnail:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


@media (max-width: 768px) {

    .lb-image,
    .lb-outerContainer {
        width: 90vw !important;
        height: auto !important;
        max-width: 100% !important;
    }

    .lb-dataContainer {
        width: 90vw !important;
    }
}

/* img-roomtype (edit) */
.room-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    margin-bottom: 15px;
    background: #f4f6f9;
    /* aspect-ratio: 1 /1; */
    aspect-ratio: 1 /0.65;
}

.room-image-wrapper:hover {
    transform: scale(1.03);
}

.room-thumb-custom {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none !important;
}

lightbox {
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    outline: 0;
}

/* side panel (edit,checkin,checkout) */
#side-panel-edit,
#checkout-sidebar,
#checkin-sidebar {
    display: flex;
    flex-direction: column;
    /* height: 100vh !important; */
    position: fixed;
    z-index: 1000;
}

#side-panel-edit #side-panel-header,
#checkin-sidebar #side-panel-header,
#checkout-sidebar #side-panel-header {
    border-bottom: 1px solid #dee2e6;
    background: #fff;
}

#side-panel-edit,
#checkout-sidebar,
#checkin-sidebar #side-panel-header h3 {
    /* font-size: 1.50rem; */
}

#panel-form {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
    background: #fff;
}

#panel-btn-div {
    padding: 15px;
    border-top: 1px solid #dee2e6;
    background: #fff;
}

#panel-btn-div button {
    font-size: 15.5px
}

/* description */
#description_div {
    max-height: 400px;
    overflow-y: auto;
}

#description {
    overflow-wrap: break-word;
    white-space: pre-wrap;
}

/* room status board */
.status-pill {
    display: flex;
    align-items: center;
    padding: 0.25rem 1rem;
    border-radius: 50rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    margin-left: 0.5rem;
}

.status-pill i {
    font-size: 12px;
    margin-right: 0.25rem;
}

.status-pill span {
    font-size: 12px;
    font-weight: 700;
}

/* Pill Colors */
.pill-available-clean {
    background: #eaf6ec !important;
    color: #3d9970;
}

.pill-available-dirty {
    background: #f8d7da !important;
    color: #dc3545;
}

.pill-occupied-clean {
    background: #e6f2ff !important;
    color: #007bff;
}

.pill-occupied-dirty {
    background: #e8f6f8 !important;
    color: #17a2b8;
}

.pill-maintenance-clean {
    background: #e9faf6 !important;
    color: #20C997;
}

.pill-maintenance-dirty {
    background: #fce4ec !important;
    color: #e83e8c;
}

.pill-out-of-service {
    background: #fff9e6 !important;
    color: #fd7e14;
}

.pill-out-of-order-inspected {
    background: #f1ecf9 !important;
    color: #6f42c1;
}

#available-clean {
    border-top: 4px solid #3d9970 !important;
    color: #3d9970;
    margin-bottom: 0px
}

#available-dirty {
    border-top: 4px solid #dc3545 !important;
    color: #dc3545;
    margin-bottom: 0px
}

#occupied-clean {
    border-top: 4px solid #007bff !important;
    color: #007bff;
    margin-bottom: 0px
}

#occupied-dirty {
    border-top: 4px solid #17a2b8 !important;
    color: #17a2b8;
    margin-bottom: 0px
}

#maintenance-clean {
    border-top: 4px solid #20C997 !important;
    color: #20C997;
    margin-bottom: 0px
}

#maintenance-dirty {
    border-top: 4px solid #e83e8c !important;
    color: #e83e8c;
    margin-bottom: 0px
}

#out-of-service {
    border-top: 4px solid #fd7e14 !important;
    color: #fd7e14;
    margin-bottom: 0px
}

#out-of-order-inspected {
    border-top: 4px solid #6f42c1 !important;
    color: #6f42c1;
    margin-bottom: 0px
}

/* 🌑 Dark Theme Card Borders */
html[data-theme="dark"] #available-clean {
    border-top: 4px solid #6ee7b7 !important;
    color: #6ee7b7 !important;
    margin-bottom: 0px;
}

html[data-theme="dark"] #available-dirty {
    border-top: 4px solid #fca5a5 !important;
    color: #fca5a5 !important;
    margin-bottom: 0px;
}

html[data-theme="dark"] #occupied-clean {
    border-top: 4px solid #93c5fd !important;
    color: #93c5fd !important;
    margin-bottom: 0px;
}

html[data-theme="dark"] #occupied-dirty {
    border-top: 4px solid #67e8f9 !important;
    color: #67e8f9 !important;
    margin-bottom: 0px;
}

html[data-theme="dark"] #maintenance-clean {
    border-top: 4px solid #5eead4 !important;
    color: #5eead4 !important;
    margin-bottom: 0px;
}

html[data-theme="dark"] #maintenance-dirty {
    border-top: 4px solid #f9a8d4 !important;
    color: #f9a8d4 !important;
    margin-bottom: 0px;
}

html[data-theme="dark"] #out-of-service {
    border-top: 4px solid #fdba74 !important;
    color: #fdba74 !important;
    margin-bottom: 0px;
}

html[data-theme="dark"] #out-of-order-inspected {
    border-top: 4px solid #c4b5fd !important;
    color: #c4b5fd !important;
    margin-bottom: 0px;
}


#roomCardFooter {
    min-height: 22px;
    font-size: 14px;
}

@media (max-width: 576px) {
    .card-body .d-flex.justify-content-between {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px;
    }

    .status-pill {
        width: fit-content;
    }

    .room-number-text {
        font-size: 1.2rem !important;
    }
}



/* dropdown_menu_style */
#dropdown_menu_style {
    min-width: 8rem;
}

/* table */
#table-width {
    width: 100% !important;
}

/* desc */
.text-desc {
    /* height: 40px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* dashboard - hotel */
.product-list-in-card {
    height: 205px;
    overflow-y: auto;
    overflow-x: hidden;
}

#card {
    height: 100%;
    /* margin-bottom: 20px; */
}

/* roomtype img */
.img-thumbnail {
    transition: transform 0.2s;
}

.img-thumbnail:hover {
    transform: scale(1.05);
    /* Slight zoom on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

body.lb-disable-scrolling {
    overflow: hidden !important;
}

.lightboxOverlay {
    background-color: #000 !important;
    opacity: 0.9 !important;
}

.lb-image {
    width: 600px !important;
    height: 400px !important;
    object-fit: cover !important;
    border-radius: 8px;
}

.lb-outerContainer {
    width: 600px !important;
    height: 400px !important;
}

.img-thumbnail {
    transition: transform 0.2s;
    object-fit: cover !important;
    height: 90px !important;
}


.img-thumbnail:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* @media screen(max-width: 768px) {
    .lb-image {
        width: 100px !important;
        height: 80px !important;
        object-fit: cover !important;
        border-radius: 8px;
    }

    .lb-outerContainer {
        width: 100px !important;
        height: 80px !important;
    }
} */

/* roomtype card */
.room-type-card {
    border-radius: 25px !important;
    transition: all 0.3s ease;
    border: none !important;
    overflow: hidden !important;
    background: #fff;
    height: 100%;
}

.room-type-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12) !important;
}

.img-wrapper {
    position: relative;
    height: 200px;
    width: 100%;
    background: lightgrey;
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.price-tag {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 6px 14px;
    border-radius: 12px;
    font-weight: bold;
    backdrop-filter: blur(4px);
    font-size: 0.9rem;
}

.status-tag {
    position: absolute;
    top: 12px;
    right: 12px;
}


.amenity-badge {
    background: #f0f3ff;
    color: #5c7cfa;
    padding: 4px 12px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #dbe4ff;
}

/* room status board */
.custom-room-tabs .nav-link {
    color: #495057;
    font-weight: 600;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 10px 25px;
    transition: 0.3s;
}

.custom-room-tabs .nav-link.active {
    color: #7c3aed !important;
    background: transparent;
    border-bottom: 3px solid #7c3aed !important;
}

.card-outline {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;
}

.card-outline:hover {
    /* transform: translateY(-5px);  remove */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
}

#cardTitle {
    font-size: 0.85rem;
    font-weight: 700;
}

.roomTypeDiv {
    display: flex;
    flex-direction: column;
}

.roomTypeName {
    font-weight: 700;
    font-size: 1.3rem;
    /* margin-top: 2px !important; */
}

.roomTypeQty {
    font-size: 11px;
    background-color: #f8f9fa;
    color: #6c757d;
    padding: 7px 12px;
    border-radius: 50px;
    border: 1px solid #e9ecef;
    font-weight: 700;
}

#field_div {
    background: #fcfcfc;
    margin: 10px;
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #ddd;
}

#count_roomtype {
    height: 32px;
    width: 32px;
    background-color: #f8f9fa;
    color: #6c757d;
    border-radius: 50%;
    border: 1px solid #dee2e6;
    font-weight: 700;
    font-size: 0.9rem;
}

.error-msg-roomtype {
    display: block;
    margin-top: 3px;
}

/* checkin & chekout card css */
.res-card-premium {
    background: #ffffff;
    border-radius: 22px;
    padding: 20px;
    border: 1px solid #eef2f7;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.res-card-premium:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 25px -5px rgba(124, 58, 237, 0.12);
    border-color: #b6f0d6;
}

.card-checkout:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 25px -5px rgba(124, 58, 237, 0.12);
    border-color: #f0c7d0;
}


.res-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.res-id-text {
    font-weight: 800;
    color: #1e293b;
    font-size: 1rem;
}

.alert-success {
    background: #eaf6ec;
    color: #3d9970;
    padding: 15px 15px;
    border-radius: 10px;
    font-weight: 800;
    border: 1px solid #b6f0d6;
}

.alert-danger {
    background: #f6eaee;
    color: #d81b60;
    padding: 15px 15px;
    border-radius: 10px;
    font-weight: 800;
    border: 1px solid #f0c7d0;
}

.rooms-tag {
    background: #eaf6ec;
    color: #3d9970;
    padding: 4px 12px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 800;
    border: 1px solid #b6f0d6;
    text-align: center;
    margin-left: 8px;
}

.total-amount {
    background: #f6eaee;
    color: #d81b60;
    padding: 4px 12px;
    border-radius: 10px;
    font-size: 12.2px;
    font-weight: 800;
    border: 1px solid #f0c7d0;
    text-align: center;
    margin-left: 8px;
}

.guest-section {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

.guest-checkin-section {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

.guest-checkout-section {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

.guest_name {
    font-weight: 800;
    font-size: 1.1rem;
}

#hr_design {
    border-top: 1px dashed #eee;
    margin: 15px 0;
}

#guestDetails {
    font-weight: 600;
    font-size: 0.9rem;
}

#idProof {
    background: #f8f9fa;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #eee;
}

.guest-checkin-box {
    height: 60px;
    width: 60px;
    font-size: 25px;
    margin-left: 5px;
    margin-right: 5px;
    background: #eaf6ec;
    border-radius: 12px;
    display: flex;
    align-items: center;
    color: #3d9970;
    border: 1px solid #f1f5f9;
    justify-content: center;
}


.guest-checkin-avatar-box {
    width: 40px;
    height: 40px;
    background: #eaf6ec;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-right: 12px; */
    color: #3d9970;
    border: 1px solid #f1f5f9;
}

.guest-checkout-box {
    height: 60px;
    width: 60px;
    font-size: 25px;
    margin-left: 5px;
    margin-right: 5px;
    background: #f6eaee;
    border-radius: 12px;
    display: flex;
    align-items: center;
    color: #d81b60;
    justify-content: center;
    border: 1px solid #f1f5f9;
}

.guest-checkout-avatar-box {
    width: 40px;
    height: 40px;
    background: #f6eaee;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-right: 12px; */
    color: #d81b60;
    border: 1px solid #f1f5f9;
}

.checkout_folio_tr {
    font-size: 11px;
    text-transform: uppercase;
    color: #64748b;
}

.checkout_folio_tfoot {
    font-weight: 800;
    font-size: 14px;
}

.guest-name {
    font-weight: 700;
    color: #334155;
    font-size: 0.95rem;
}

.res-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #f1f5f9, transparent);
    margin-bottom: 20px;
    border: none;
}

.guest-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.res-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.res-no {
    font-weight: 700;
    font-size: 1.05rem;
    color: #2c3e50;
    line-height: 1.2;
}

.res-no span {
    color: #ccc;
    margin: 0 4px;
}

.date-info {
    display: flex;
    align-items: center;
    color: #64748b;
    /* font-size: 12px; */
    font-size: 13.5px;
    font-weight: 600;
}

.btn-update-primary {
    background: #04526E;
    color: white !important;
    border: none;
    padding: 9px 13px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.2s;
    box-shadow: 0 6px 15px rgba(4, 82, 110, 0.3);
}

.btn-update-primary:hover {
    background: #033e54;
    box-shadow: 0 6px 15px rgba(4, 82, 110, 0.4);
}


.btn-checkin-olive {
    background: #3d9970;
    color: white !important;
    border: none;
    padding: 9px 13px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.2s;
    box-shadow: 0 6px 15px rgba(53, 123, 92, 0.3);
}

.btn-checkin-olive:hover {
    background: #357b5c;
    box-shadow: 0 6px 15px rgba(53, 123, 92, 0.3);
}

.duration {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn-checkout-maroon {
    background: #d81b60;
    color: white !important;
    border: none;
    padding: 9px 13px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.2s;
    box-shadow: 0 6px 15px rgba(123, 53, 79, 0.3);
}

.btn-checkout-maroon:hover {
    background: #ab154c;
    box-shadow: 0 6px 15px rgba(123, 53, 79, 0.3);
}

#fs_13-5 {
    font-size: 13.5px;
}

#fs_16 {
    font-size: 16px;
}

/* edit loader */
.custom-overlay {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* bootstrap-tagsinput  */
.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ced4da;
    display: block;
    width: 100% !important;
    /* padding: 6px 12px; */
    border-radius: 4px;
    min-height: 35px;
}

/* Tag */
.bootstrap-tagsinput .tag {
    background-color: #0074f0;
    color: white;
    border-radius: 4px;
    padding: 2px 8px;
    margin-right: 5px;
    /* margin-bottom: 5px; */
    display: inline-block;
    font-size: 14px;
}

.bootstrap-tagsinput input {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: transparent !important;
    padding: 4px 6px !important;
    margin: 0 !important;
    width: auto !important;
    max-width: inherit !important;
    font-size: 16px;
    color: #495057;
}

.bootstrap-tagsinput.focus {
    border-color: #80bdff;
    outline: 0;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
    font-weight: bold;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0 2px;
}

/* Google Autocomplete suggestions */
.pac-container {
    z-index: 9999 !important;
}

/* sidebar */
@media (min-width: 768px) {
    .control-sidebar {
        width: 485px !important;
    }
}

@media (max-width: 767px) {
    .control-sidebar {
        width: 100% !important;
    }
}

/* side form panel */
.control-sidebar,
.control-sidebar::before {
    right: -450px;
    color: 212529;
}

/* badge */
.badge {
    font-size: 80%;
}

/*  */

.btn-purple {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1;
    box-shadow: none;
}

.btn-purple:hover {
    color: #fff;
    background-color: #59339d;
    border-color: #59339d;
}

.btn-purple:focus,
.btn-purple.focus {
    color: #fff;
    background-color: #59339d;
    border-color: #59339d;
    box-shadow: 0 0 0 0 #59339d;
}

.btn-purple.disabled,
.btn-purple:disabled {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1;
}

.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show>.btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1;
}

.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 #59339d;
}


.btn-orange {
    color: #fff;
    background-color: #f5872e;
    border-color: #f5872e;
    box-shadow: none;
    transition: 0.3s;
}

.btn-orange:hover {
    color: #fff;
    background-color: #e06d0a;
    border-color: #e06d0a;
}

.btn-orange:focus,
.btn-orange.focus {
    color: #fff;
    background-color: #e06d0a;
    border-color: #e06d0a;
    box-shadow: none;
}

.btn-orange.disabled,
.btn-orange:disabled {
    color: #fff;
    background-color: #f5872e;
    border-color: #f5872e;
}

.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active,
.show>.btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #e06d0a;
    border-color: #e06d0a;
}

.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus,
.show>.btn-orange.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-purple {
    color: #6f42c1;
    border-color: #6f42c1;
}

.btn-outline-purple:hover {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1;
}

.btn-outline-purple:focus,
.btn-outline-purple.focus {
    box-shadow: 0 0 0 0 #59339d;
}

.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
    color: #6f42c1;
    background-color: transparent;
}

.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show>.btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1;
}

.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 #59339d;
}

/* Light Blue Outline Button Custom CSS */
.btn-outline-lightblue {
    color: #3c8dbc;
    border-color: #3c8dbc;
}

.btn-outline-lightblue:hover {
    color: #fff;
    background-color: #3c8dbc;
    border-color: #3c8dbc;
}

.btn-outline-lightblue:focus,
.btn-outline-lightblue.focus {
    box-shadow: 0 0 0 0.2rem rgba(60, 141, 188, 0.5);
}

.btn-outline-lightblue.disabled,
.btn-outline-lightblue:disabled {
    color: #3c8dbc;
    background-color: transparent;
}

.btn-outline-lightblue:not(:disabled):not(.disabled):active,
.btn-outline-lightblue:not(:disabled):not(.disabled).active,
.show>.btn-outline-lightblue.dropdown-toggle {
    color: #fff;
    background-color: #3c8dbc;
    border-color: #3c8dbc;
}

.btn-outline-lightblue:not(:disabled):not(.disabled):active:focus,
.btn-outline-lightblue:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-lightblue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(60, 141, 188, 0.5);
}

/*  */

/* dataTables  */

.data-table td,
.data-table th {
    white-space: nowrap !important;
    vertical-align: middle !important;
}

/* .data-table td:nth-child(10),
.data-table td:nth-child(11) { */
.data-table .no-wrap {
    white-space: normal !important;
    min-width: 250px !important;
    max-width: 300px !important;
    word-break: keep-all !important;
    text-align: center !important;
}

/* Scroll fix */
.table-responsive {
    width: 100% !important;
    overflow-x: auto !important;
}

.dataTables_scrollBody {
    overflow-x: auto !important;
    padding-bottom: 10px;
}

.dataTables_scrollBody {
    overflow-x: auto !important;
}

.dataTables_wrapper {
    width: 100% !important;
}

.dataTables_wrapper .row .col-sm-12 {
    overflow-x: scroll;
}

#minibar_chehck_item_table_wrapper .row .col-sm-12 .dataTables_scroll {
    overflow-x: scroll;
}

.dataTables_wrapper .row .col-sm-12 .dataTables_filter input {
    /* overflow-x: hidden; */
    width: 165px;
}


.dataTables_scrollBody {
    padding-bottom: 10px;
}


.mt-50 {
    margin-top: 50px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    vertical-align: middle;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
}

input:checked+.slider {
    background-color: #007bff;
    /* Success Green */
}

input:focus+.slider {
    box-shadow: 0 0 1px #28a745;
}

input:checked+.slider:before {
    transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.status-label {
    font-weight: 500;
    vertical-align: middle;
}

/* dataTables  */
.dataTables_paginate {
    margin-top: 20px !important;
}

.brand-link .brand-image {
    float: left;
    line-height: .8;
    margin-left: .8rem;
    margin-right: .5rem;
    margin-top: -3px;
    max-height: 35px;
    width: auto;
}


/* Container Design */
.flatpickr-calendar.royal-shadow {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border: none;
    border-radius: 8px;
}

.modal .flatpickr-wrapper {
    display: block;
    width: 100%;
}

.modal .flatpickr-calendar.static {
    top: calc(100% + 4px) !important;
    left: 0 !important;
    right: auto !important;
}

/* Header Background (Month/Year) */
.flatpickr-months {
    background: #343a40;
    /* AdminLTE Dark Gray */
    border-radius: 8px 8px 0 0;
}

.flatpickr-month,
.flatpickr-weekday,
.flatpickr-current-month .flatpickr-monthDropdown-months {
    color: #ffffff !important;
    fill: #ffffff !important;
}

/* FIX: Year Selection Arrows Color */
/* This makes the tiny triangles for the year visible on dark background */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: #ffffff !important;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: #ffffff !important;
}

/* Optional: Year input text styling */
.flatpickr-current-month input.cur-year {
    background: transparent !important;
    color: #ffffff !important;
}

/* Selected Date Circle */
.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    background: #343a40 !important;
    border-color: #343a40 !important;
    color: #fff !important;
}

/* Today Highlight */
.flatpickr-day.today {
    border-color: #343a40 !important;
}

/* Change the color of the individual month options */
.flatpickr-monthDropdown-month {
    background-color: #ffffff !important;
    color: #343a40 !important;
}