.new-container {
    /* max-width: 1750px; */
    margin: 0 auto;
    padding: 0 20px;
}

.theme-text-color {
    color: #2755b0 !important;
}

/* Scoped Modern CRM Card Styles */
.itinerary-booking-card .card-image-header {
    height: auto !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding-bottom: 10px !important;
}

.itinerary-booking-card .trip-name-br {
    font-size: 13.5px !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.02);
    letter-spacing: -0.2px;
}

.itinerary-booking-card .important-row {
    background-color: rgba(244, 247, 254, 0.7) !important;
    backdrop-filter: blur(4px);
    border-left: 3px solid #2755b0 !important;
    margin-top: 10px !important;
    padding: 8px 10px !important;
    border-radius: 6px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}

.itinerary-booking-card .important-title {
    color: #2755b0 !important;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.itinerary-booking-card .financial-value {
    color: #2755b0 !important;
    font-weight: 700;
}

.itinerary-booking-card .email-truncate {
    max-width: 140px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.itinerary-booking-card .card-footer-standard {
    border-top: 1px solid #f0f0f0 !important;
    background-color: #fcfcfc !important;
    padding: 10px 12px !important;
    gap: 5px !important;
}

.bg-light-blue {
    background-color: #f0f7ff !important;
}

.border-blue-light {
    border: 1px solid #dbeafe !important;
}

.bg-alice-blue {
    background-color: #f8fbff !important;
}

.bg-white-glass {
    background: rgba(255, 255, 255, 0.4) !important;
}

.letter-spacing-05 {
    letter-spacing: 0.5px !important;
}

.fw-800 {
    font-weight: 800 !important;
}

@keyframes pulse-dot {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 153, 79, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(0, 153, 79, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 153, 79, 0);
    }
}

.dot-pulse {
    animation: pulse-dot 2s infinite;
}

.card-image-header {
    background: linear-gradient(180deg, rgba(39, 85, 176, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
}

.discount-input-br {
    width: auto !important;
    max-width: 40px !important;
    height: auto !important;
    font-size: 11px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid transparent !important;
    background-color: transparent !important;
    text-align: right;
    color: #2755b0 !important;
    font-weight: 700;
    transition: all 0.2s ease;
    cursor: pointer;
}

.discount-input-br:focus {
    border-bottom: 1px solid #2755b0 !important;
    outline: none !important;
    background-color: #f1f5f9 !important;
    border-radius: 2px !important;
}

.discount-input-br:hover {
    background-color: #f8fafc !important;
    border-radius: 2px !important;
}

/* Hide spin buttons */
.discount-input-br::-webkit-outer-spin-button,
.discount-input-br::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.discount-input-br[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.discount-input-br::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

/*
-----------------------------------------------------------
Login page
-----------------------------------------------------------
*/
.account-pages .waves-effect {
    background-color: #2755b0;
    border-color: #2755b0;
}


.account-pages .waves-effect a {
    color: #fff;
}

.account-pages .waves-effect:hover a {
    color: #2755b0;
}

/*
-----------------------------------------------------------
Dashboard page
-----------------------------------------------------------
*/
.crm-section-padding {
    padding: 3rem 0;
}

.logo.logo-light img,
.logo.logo-dark img {
    max-height: 36px;
}

body[data-layout=horizontal] .topnav {
    margin: 11px 0 0;
}

.headernewbtn {
    background: #edf2fa !important;
    border-radius: 50px;
    padding: 11px 15px 6px;
    margin-top: 3px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.newquerybox h2 {
    font-weight: 700;
    color: #000;
    font-size: 35px;
}

.monthbox,
.monthbox span {
    font-size: 12px;
    color: #222;
    font-weight: 400;
}

.newinputbox label {
    font-size: 12px;
    margin: 0 0 3px;
    color: #333333;
    font-weight: 600;
}

input,
.form-select,
input[type="number"],
input[type="password"],
textarea,
input[type="file"],
input[type="text"],
input[type="email"],
input[type="date"],
input[type=date].form-control,
select {
    color: var(--bs-gray-700);
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 6px;
    height: 55px;
    margin: 0 0 15px;
    width: 100% !important;
    padding: 10px 15px;
    font-size: 14px !important;
}

input.sale-page-select,
textarea.sale-page-select,
.sale-page-select.form-select,
.modal-content input[type="file"],
.modal-content input[type="email"],
.modal-content input[type="text"],
.modal-content input[type="number"],
.modal-content input[type="date"],
.modal-content input[type="password"],
.package-form .form-control,
.package-form.manual-form-popup input[type=date],
.package-form .form-select,
.modal-content .form-select {
    opacity: 1;
    color: var(--bs-gray-700);
    border: 1px solid #dddddd;
    border-radius: 6px;
    height: 50px;
    margin: 0 0 15px;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px !important;
    line-height: 24px !important;
    background-color: #f4f6fc;
    border-radius: 6px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.testi-slider .item {
    padding: 20px;
    height: 300px;
}

.fil-icon {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #222;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fil-icon i {
    font-size: 22px;
    color: #fff;
}

.whats-icon {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: green;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whats-icon i {
    font-size: 22px;
    color: #fff;
}

.testi-slider p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    padding: 6px 0;
}

.testi-slider ul {
    padding: 0;
    list-style: none;
}

.testi-slider ul li {
    font-size: 14px;
    font-weight: 500;
    padding: 6px 0;
}

.drop-menu {
    position: absolute;
    top: 50px;
    left: 0;
    background: rgb(241, 242, 243);
    padding: 15px;
    width: 200px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px;
    z-index: 3;
    color: #222;
}

.package-form.manual-form-popup .custom-upload-box-nryn {
    border-radius: 5px;
    height: auto;
    padding: 10px 20px 10px 20px;
}

.package-form.manual-form-popup .custom-upload-box-nryn i {
    font-size: 25px;
    margin-right: 10px;
}

.package-form.manual-form-popup .form-check-input {
    position: relative;
    margin-top: 10px !important;
    margin-left: 0;
    margin-right: 5px;
}

/*
-----------------------------------------------------------
Mobile Menu
-----------------------------------------------------------
*/
.phone {
    max-width: 375px;
    background-color: #777;
    height: 100%;
    padding: 0;
    margin: 0;
}

.main {
    padding-top: 50px;
}

.menu {
    position: relative;
    max-width: 375px;
}

.menu input {
    display: none;
}

.menu .menu-tray {
    position: absolute;
    transition-duration: 1s;
    background-color: #111;
    top: -100vh;
    left: 0;
    width: 100%;
}

.menu .menu-tray h2 {
    font-family: sans-serif;
    margin-top: 80px;
}

.menu .menu-tray ul {
    list-style: none;
    list-style-type: none;
    padding: 1.5rem;
}

.menu .menu-tray li {
    color: #555;
    cursor: pointer;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #222;
    transition-duration: 1s;
}

.menu .menu-tray li:hover {
    transition-duration: 0.3s;
    color: #999;
}

.menu .menu-switch {
    position: absolute;
    padding: 10px;
    background-color: red;
}

.menu .menu-switch label {
    display: block;
}

.menu #menu-collapsed~.menu-switch .toggle {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.menu #menu-collapsed~.menu-switch .toggle:before {
    transform: rotate(0deg);
}

.menu #menu-collapsed~.menu-switch .toggle:before,
.menu #menu-collapsed~.menu-switch .toggle:after {
    content: "";
    position: absolute;
    background-color: white;
    transition: transform 0.3s ease;
}

.menu #menu-collapsed~.menu-switch .toggle:before {
    top: 33%;
    left: 0;
    width: 100%;
    height: 3px;
    margin-top: -2px;
}

.menu #menu-collapsed~.menu-switch .toggle:after {
    top: 66%;
    left: 0;
    width: 100%;
    height: 3px;
    margin-top: -2px;
}

.menu #menu-collapsed:checked~.menu-tray {
    transform: translateY(100%);
}

.menu #menu-collapsed:checked~.menu-switch .toggle {
    cursor: pointer;
}

.menu #menu-collapsed:checked~.menu-switch .toggle:before {
    transform: rotate(-135deg);
    top: 50%;
}

.menu #menu-collapsed:checked~.menu-switch .toggle:after {
    transform: rotate(135deg);
    top: 50%;
}

/*
-----------------------------------------------------------
Dropdown Menu
-----------------------------------------------------------
*/
.profile {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    text-align: end;
}

/* menu (the right one) */
.menu {
    position: absolute;
    top: calc(100% + 24px);
    right: 16px;
    width: 140px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: 300ms;
    border-radius: 10px;
}

.menu::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 14px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    z-index: -1;
}

.menu.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

/* menu links */
.menu ul {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 10;
    background: #fff;
    padding: 0;
    border-radius: 10px;
    margin: 0;
}

.menu ul li {
    list-style: none;
}

.menu ul li:hover {
    background: #eee;
}

.menu ul li a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    padding: 8px 5px;
    gap: 5px;
}

.menu ul li a i {
    font-size: 1.2em;
}

.q-botm .query-btn.pending-btn,
.q-botm .query-btn.success-btn {
    border: none;
    color: #fff;
    padding: 6px 10px;
    font-size: 14px;
}

.q-botm .query-btn.success-btn {
    background: rgb(0, 153, 79);
    border: 1px solid rgb(0, 153, 79);
}

.q-botm .query-btn.success-btn:hover {
    background: #fff;
    color: rgb(0, 153, 79);
    border: 1px solid rgb(0, 153, 79);
}

.q-botm .query-btn.pending-btn {
    background: rgb(241, 170, 61);
    border: 1px solid rgb(241, 170, 61);
}

.q-botm .query-btn.pending-btn:hover {
    background: #fff;
    color: rgb(241, 170, 61);
    border: 1px solid rgb(241, 170, 61);
}

.view-detail-btn {
    border: none;
    background: none;
}

.det-list-one {
    padding: 8px;
}

.det-list-one span {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}

.list-value {
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    margin-left: 5px;
}

/*
-----------------------------------------------------------
Query Page
-----------------------------------------------------------
*/
.query-card {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #fff;
}

.query-card.active {
    border: 1px solid #2456b0;
}

.query-card:hover {
    border: 1px solid #2456b0;
}

.query-card h5 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 12px;
    color: #000;
}

.query-card span {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    padding: 2px 20px;
    border-radius: 40px;
}

.query-card span.orange-col {
    background: rgb(241, 170, 61);
}

.total-pending {
    background: rgb(241, 170, 61);
    position: absolute;
    top: 19px;
    right: 30px;
    border-radius: 50px;
    padding: 2px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.pending-span {
    background: rgb(241, 170, 61);
    border-radius: 50px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin: 0 10px;
}

.query-card span.red-col {
    background: rgb(182, 33, 33);
}

.query-card span.brown-col {
    background: #8B4513;
}

.total-no-connect {
    background: rgb(182, 33, 33);
    position: absolute;
    top: 10px;
    right: 17px;
    border-radius: 50px;
    padding: 2px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.no-connect-span {
    background: rgb(182, 33, 33);
    border-radius: 50px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin: 0 10px;
}

.query-card span.violet-col {
    background: rgb(94, 23, 235);
}

.total-itinerary {
    background: rgb(94, 23, 235);
    position: absolute;
    top: 10px;
    right: 17px;
    border-radius: 50px;
    padding: 2px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.itinerary-span {
    background: rgb(94, 23, 235);
    border-radius: 50px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin: 0 10px;
}

.query-card span.blue-col {
    background: rgb(0, 151, 178);
}

.total-interested {
    background: rgb(0, 151, 178);
    position: absolute;
    top: 10px;
    right: 17px;
    border-radius: 50px;
    padding: 2px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.interested-span {
    background: rgb(0, 151, 178);
    border-radius: 50px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin: 0 10px;
}

.query-card span.green-col {
    background: rgb(0, 153, 79);
}

.total-hot-leads {
    background: rgb(0, 153, 79);
    position: absolute;
    top: 10px;
    right: 17px;
    border-radius: 50px;
    padding: 2px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.hot-leads-span {
    background: rgb(0, 153, 79);
    border-radius: 50px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin: 0 10px;
}

.total-booked,
.total-closed {
    background: #2456b0;
    position: absolute;
    top: 10px;
    right: 17px;
    border-radius: 50px;
    padding: 2px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.closed-span {
    background: #2456b0;
    border-radius: 50px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin: 0 10px;
}

.q-botm {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 30px
}

.query-btn {
    font-size: 11px;
    font-weight: 500;
    background: #fff;
    color: #222 !important;
    padding: 2px;
    border-radius: 40px;
    width: 47%;
    text-align: center;
    border: 1px solid #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.query-btn:hover {
    border: 1px solid #2456b0;
}

.query-btn.active {
    border: 1px solid #2456b0;
}

.q-buk {
    background: #fff;
    border-radius: 10px;
    padding: 17px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #222 !important;
    border: 1px solid #eee;
}

.q-buk:hover {
    border: 1px solid #2456b0;
}

/*
-----------------------------------------------------------
Query Page - Table Design
-----------------------------------------------------------
*/
.query-table {
    background: #fff;
    border-radius: 20px;
    border: none !important;
    padding: 10px 10px;

}

.query-table tbody th,
.query-table thead th {
    padding: 8px 5px 15px 5px;
    font-size: 11px;
    line-height: 16px;
    white-space: nowrap;
}

.query-table tbody tr,
.query-table thead th {
    border: none;
    border-bottom: 1px solid #5370b040 !important;

}

.query-table tbody td {
    border: none;
    border-right: 1px solid #5370b040;
    border-radius: 20px;
}

.query-table tbody td:last-of-type {
    border-right: none;
}

.query-table tbody td ul {
    padding: 0;
    list-style: none;
}

.query-table tbody td ul li {
    font-size: 12px;
    padding: 2px 0;

}

.query-table tbody td ul li strong i {
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
    padding: 0 4px 0 0;
    vertical-align: top;
    color: #222;
}

.query-table tbody td .table-link {
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    padding: 5px 10px;
    border-radius: 40px;
    background: rgb(39, 85, 176);
    line-height: 13px;
    white-space: nowrap;
}

.query-table tbody td .table-link.orange-col {
    background: rgb(241, 170, 61);
}

.query-table tbody td .table-link.red-col {
    background: rgb(182, 33, 33);
}

.query-table tbody td .table-link.violet-col {
    background: rgb(94, 23, 235);
}

.query-table tbody td .table-link.blue-col {
    background: rgb(0, 151, 178);
}

.query-table tbody td .table-link.green-col {
    background: rgb(0, 153, 79);
}

.query-table tbody td .table-link.black-col {
    background: rgb(0, 0, 0);
}

.query-table tbody td .table-link.brown-col {
    background: #8B4513;
}

.query-btns {
    text-align: center;
    display: block;
}

.radius a {
    color: white;
}

.act-link {
    width: 30px;
    height: 30px;
    line-height: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;

}

.act-link.green-col {
    background: rgb(0, 153, 79);
}

.act-link.theme-col-color {
    background: #2755b0;
}

.act-link.black-col {
    background: rgb(0, 0, 0);
}

.act-link.red-col {
    background: rgb(182, 33, 33);
}

.act-link i {
    color: #fff;
    font-size: 14px
}

.book-tab {
    display: block;
    align-items: center;
    font-size: 11px;
}

.table-icons {
    font-size: 11px;
}

.table-icons i {
    font-size: 10px;
    line-height: 16px;
    margin-right: 5px;
    display: inline-flex;
}

/* ======================================================================================= */

.statues {
    width: 92px;
    border-radius: 31px;
    color: white;
    margin-left: 105px;
    background-color: orange;
    border: none;
}

.top-header-query-form h4 {
    color: black;
    font-size: 23px;
    justify-content: space-between;
    align-items: center;
    align-items: self-start;
}

#exampleFormControlSelect1 {
    font-size: 12px;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
    font-size: 12px;
    color: #000;
}

.form-select option {
    font-size: 12px;
    color: #000;
    border-radius: 10px;

}

.card-body h5 {
    font-size: 24px;
    color: #000;
}

.col input {
    font-size: 12px;
}

.col ::selection {
    font-size: 12px;
}

.form-label {
    font-size: 13px;
}

.qbottom span {
    float: right;
    padding-right: 15px;
}

.qbottom a {
    padding-left: 12px;
}


.fst section,
input,
date {
    font-size: 13px !important;
    height: 10px;
}

input[type="checkbox"] {
    height: 15px !important;
    margin: 0 !important;
}

.meal-checkbox-wrapper input[type="checkbox"] {
    width: 25px !important;
}

/*  */

.fst .form-select {
    font-size: 13px;
    color: #000;

}

.totalqbbtn.bg-sky {
    background-color: #0097b2 !important;
}

.totalqbbtn.bg-purple {
    background-color: #5e17eb !important;
}

.totalqbbtn.bg-brown {
    background-color: #af4c0f !important;
}

.totalqbbtn.bg-green {
    background-color: #00994f !important;
}

.totalqbbtn.bg-peach {
    background-color: #ff6d4d !important;
}

.fst .form-control {
    font-size: 13px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #000;
    /* background-color: rgb(214, 205, 194); */

}

.top .card {
    border-radius: 12px;
}

.top .card-body {
    border-radius: 12px;
    line-height: 30px;
}

.qbottom {
    background-color: white;
    border-radius: 12px;
    padding-bottom: 10px;
    height: 130px;
}



/* itinerary page */

.itinerary-container {
    padding-bottom: 50px;
}

.itinerary-header-bar {
    background-color: #272b41;
    padding: 12px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin-bottom: 25px;
    border-radius: 4px;
}

.itinerary-count-badge {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 6px 15px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    margin-right: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: normal;
}

.itinerary-count-badge i {
    opacity: 0.7;
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
    margin-top: -2px;
}

.itinerary-back-btn {
    background-color: #4a536b;
    color: #fff;
    border: none;
    padding: 6px 20px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    line-height: normal;
}

.itinerary-back-btn i {
    display: inline-flex;
    align-items: center;
}

.itinerary-back-btn:hover {
    background-color: #5a637d;
    color: #fff;
}

.day-container {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.day-header {
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.sight-btns {
    display: flex;
    gap: 6px;
}

.sightseeing-btn {
    background-color: #2755b0;
    /* Adjusted match */
    color: #fff;
    border: none;
    padding: 6px 15px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
    line-height: normal;
    gap: 6px;
}

.sightseeing-btn i {
    display: inline-flex;
    align-items: center;
    margin-top: -1px;
    /* Fine-tune icon alignment if needed */
}

.sightseeing-btn:hover {
    background-color: #1a4294;
    color: #fff;
}

.day-content-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

.title-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-right: 15px;
    white-space: nowrap;
}

.title-input {
    border: 1px solid #ddd;
    background: #fff;
    font-size: 14px;
    color: #333;
    width: 100%;
    font-weight: 500;
    border-radius: 50px;
    padding: 0 20px;
    height: 40px;
}

.title-input:focus {
    outline: none;
    border-color: #2755b0;
}

.day-field-label {
    font-size: 13px;
    color: #222;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}

.day-description-content {
    font-size: 13px;
    color: #333;
    line-height: 1.6;
    margin-left: 15px;
}

.day-description-content ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.meal-section {
    margin-top: 25px;
}

.meal-title {
    font-size: 13px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.meal-checkbox-wrapper {
    margin: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
    background: #f4f4f4;
    padding: 6px 10px;
    border-radius: 8px;
}

.iti-title {
    display: block;
}

.iti-title .title-label {
    font-weight: 700;
    color: #222;
}

.meal-checkbox {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    accent-color: #2755b0;
    /* Bootstrap primary default */
    cursor: pointer;
}

.meal-label-text {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    margin: 0;
}

.meal-status-included {
    color: #23a455;
    font-weight: 500;
    margin-left: 4px;
    font-size: 11px;
}

.meal-status-not-included {
    color: #888;
    font-weight: 400;
    margin-left: 4px;
}

.bottom-action-bar {
    padding: 20px;
    display: flex;
    gap: 12px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.add-hotel-btn {
    background-color: #2755b0;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    vertical-align: middle;
    line-height: normal;
}

.add-hotel-btn i {
    display: inline-flex;
    align-items: center;
    margin-top: -1px;
}

.add-hotel-btn:hover {
    background-color: #1a4294;
    color: #fff;
}


.qbottom a {
    text-decoration: none;
    list-style: none;
    color: #000;
}

.card .form-select,
input {
    color: var(--bs-gray-700);
    background-color: #f4f6fc;
    border: 1px solid #dddddd;
    border-radius: 6px;
    height: 50px;
    margin: 0 0 15px;
    width: 100%;
    padding: 10px 15px;
}

.card .form-control {
    color: #000;
}

.top .button {
    margin-bottom: 3px;
}

/* =================six-page===================== */
.container-six {
    padding: 5px;
    margin-top: 5px;
    height: 28rem;
    width: 98%;
    background-color: #fefdfd;
    border-radius: 17px;
    margin-left: 14px;

}

.sixpage {
    display: flex;
    margin: 5px;
    margin-top: 30px;
    justify-content: space-between;
}

.sixpage p {
    font-weight: 500px;
}

.sixpage p a {
    width: 75px;
    height: 29px;
    border-radius: 17px;
    border: 1px solid black;
    color: #090909;
    font-size: 11px;
    padding: 5px;
}

.sixpage ul {
    list-style: none;
    margin: 0px;
    padding: 0;
    margin-top: 10px;
}

.sixpage ul li {
    list-style: none;
    margin: 0px;
    display: inline;
    margin-right: 16px;
}

.sixpage ul li a {
    width: 97px;
    height: 37px;
    border-radius: 17px;
    background-color: #2456b0;
    border: none;
    font-size: 13px;
    text-decoration: none;
    color: #f9f6f6;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    font-weight: 600;
}

@media (max-width: 1320px) {
    .sixpage ul li a {
        /* width: 100%; */
        margin-top: 10px;
    }
}

.sixpage a.active {
    background-color: #fff;
    border: 1px solid black;
    color: #000;
}


.bottum {
    background-color: rgb(243 244 247);
    border-radius: 9px;
}

.sixpage p {
    margin-bottom: 0;
    color: #000;
    margin-left: 30px;
    font-size: 13px;
}

.switch {
    display: inline-block;
}

.switch input {
    display: none;
}

.switch label {
    display: block;
    width: 62px;
    height: 18px;
    border-radius: 15px;
    border: 1px solid #252424;
    cursor: pointer;
    transition: 0.3s;
    margin-left: 30px;
}

.switch label::after {
    content: "";
    display: inherit;
    width: 30px;
    height: 16px;
    border-radius: 12px;
    background: #1d1c1c;
    transition: 0.3s;
}

.switch input:checked~label {
    border-color: #1b1919;
}

.switch input:checked~label::after {
    translate: 30px 0;
    background: #389715;
}

.int {
    margin: 5px;
    padding: 10px;
    display: flex;
    border-radius: 9px;
}

.int1 {
    margin: 5px;
    padding: 10px;
    display: flex;
    border-radius: 9px;
}

.int a {
    height: 29px;
    width: 99px;
    border-radius: 14px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: rgb(0, 151, 178);
    color: #fff;
    font-weight: 600;
}

.int p {
    margin-left: 18px;
    font-size: 16px;
    color: black;
    margin-top: 5px;
    font-weight: 500;
}

.int .date {
    margin-left: 140px;
    margin-top: 5px;
    font-size: 12px;
}

.int .date1 {
    margin-left: 170px;
    margin-top: 5px;
    font-size: 12px;
}

.int .date1 em {
    font-style: normal;
    margin-left: 6px;

}

.int .date em {
    margin-left: 6px;
    font-style: normal;
}

.lst-p {
    margin-left: 15px;
    margin-bottom: 0px;
    font-size: 15px;
    padding-bottom: 10px;
}

.list {
    display: flex;
    justify-content: space-around;
    list-style: none;
}

.list {
    border: 0.5px solid rgb(189, 183, 183);
    float: right;
    margin-left: 56px;
    width: 80%;
    border-radius: 10px;
    padding: 15px;
    margin-top: 18px;
}

.cntl {
    margin-left: 20px;
}

.jh {
    padding: 0;
    margin: 0;
}

.jh li {
    list-style: none;
    margin-bottom: 14px;
    margin-left: 12px;
    font-size: 14px;
}

.rowls {
    border: 1px solid black;
}

.add-action .form-control {
    margin-left: 20px;
    width: 70%;
    background-color: rgb(243 244 247);
    font-weight: 500;
    color: #000;
}

.bottum {
    margin-top: 3.5rem;
}

.container-par {
    padding: 10px;
}

/* ==================seventh-page=============================== */
.left-seven {
    padding: 10px;
}

.left-seven input {
    width: 100%;
    border-radius: 9px;
    border: none;
    background-color: rgb(244, 246, 252)
}

.left-seven .body {
    width: 100%;
    height: 210px;
}

.left-seven button {
    height: 36px;
    width: 170px;
    border-radius: 8px;
    font-weight: 500;
    color: #fff;
    background-color: rgb(39, 85, 176);
    border: none;
    text-align: center;
}

.div {
    padding: 5px;
    display: inline-block;
    padding-top: 16px
}


.div2 {
    padding: 5px;
    display: inline-block;
    padding-top: 16px
}

.div2 button img {
    height: 15px;
    width: 15px;
    margin-right: 5px;
    margin-bottom: 3px;
}

.left-seven button a {
    color: #fff;
    text-align: center;
    margin-top: 2px;
}

.fa-solid {
    font-size: 15px;
    color: #000;
    margin-left: 10px;
}

.newcard.package-row .btn {
    padding: 8px 14px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 40px !important;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.btn.btn-primary {
    background-color: var(--accent-color);
    border: 1px solid var(--accent-color);
    color: var(--contrast-color);
}

.btn.btn-primary i {
    font-size: 11px;
    line-height: 5px;
    display: inline-flex;
    margin-right: 5px;
}

.btn.btn-primary:hover {
    background-color: var(--contrast-color);
    border: 1px solid var(--accent-color);
    color: white;
}

.btm-btn button {
    height: 36px;
    border-radius: 21px;
    margin: 4px;
    float: right;
    color: #fff;
    background-color: rgb(39, 85, 176);
    border: none;
    width: 95px;
}

.left-seven h4 {
    color: #000;
    padding-top: 5px;
}

.btm-btn button a {
    color: #fff;
}

.right-seven img {
    height: 27rem;
    width: 100%;
    border-radius: 13px;
}

.img-bg {
    position: relative;
}

.text-on {
    position: absolute;
    top: 85px;
    left: 59px;
    padding: 18px;
    height: 17rem;
    height: 15rem;
    width: 85%;
    background-color: rgb(253, 255, 210);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    color: #000;
}

.text-on p {
    padding: 10px;
    font-size: 13px;
}

.right-seven {
    padding: 10px;
}

.right-seven h4 {
    color: #000;

}

.body {
    position: relative;
}

.body-box {
    position: absolute;
    width: 100%;
    height: 180px;
    border-radius: 9px;
    background-color: rgb(244, 246, 252)
}

.body-box p {
    padding: 10px;
    color: #000;
}

.div4 {
    padding-top: 35px;
}

/*===============================BANNER============================================================*/
.left-menu h4 {
    color: #000;
    margin-top: 8px;
}

.right-menu button {
    height: 40px;
    width: 120px;
    border-radius: 9px;
    font-size: 14px;
    background-color: #5b73e8;

    margin-bottom: 10px;
    border: none;
    margin-right: 21px;
}

.right-menu span {
    margin-right: 5px;
}

.right-menu button a {
    list-style: none;
    text-decoration: none;
    color: rgb(249, 246, 246);
    margin-left: -13px;
}

.link {
    margin-top: 37px;
    color: #000;
    font-size: inherit;
    font-weight: 300;
}

.number {
    margin-top: 38px;
    color: #000;
    font-size: inherit;
    font-weight: 300;
}

.img img {
    height: 95px;
    /* width: 203px; */
    border-radius: 7px;
    margin: 8px 0px;
    object-fit: cover;
}

.tab-mang p {
    color: #323030;
}

/* ======================package================================== */
.top-head {
    margin-bottom: 16px;
}

.top-head .right {
    display: block;
}

.search {
    position: relative;
    color: #aaa;
    font-size: 16px;
}

.mid {
    margin-left: 34rem;
}

.search {
    display: inline-block;
}

.search input {
    width: 250px;
    height: 32px;

    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
}

.search input {
    text-indent: 32px;
}

.search .fa-search {
    position: absolute;
    top: 10px;
    left: 10px;
}

.search .fa-search {
    left: auto;
    right: 10px;
}

.left ul li {
    list-style: none;
    font-size: 17px;
    color: gray;
    text-decoration: none;
}

.left ul li a {
    color: gray;
}

.right-menu span {
    height: 40px;
    width: 120px;
}

.right button {
    height: 40px;
    width: 140px;
    border-radius: 9px;
    font-size: 14px;
    background-color: #7239ea;
    margin-right: 14px;
}

.right button a {
    color: white;
    list-style: none;
}

/* */
.link a {
    font-size: 16px;
}

.toggle-btmp {
    margin-top: 18px;
    font-size: inherit;
    margin-left: 13px;
}

.numberp {
    margin-top: 31px;
    color: #000;
    font-size: inherit;
    font-weight: 300;
    font-size: 16px;
}

.linkdc {
    margin-top: 37px;
    color: #4d4949;
    font-size: 15px;
    margin-left: 10px;
}

.linkp {
    margin-top: 37px;
    color: #4d4949;
}

/* Itinerary Bottom Sections */
.other-services-section {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #e2e5ec;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.section-title {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #333;
    font-weight: 500;
    line-height: 1;
    /* Force line-height to avoid text drift */
}

.service-item input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0;
    /* strict reset */
    accent-color: #2755b0;
    vertical-align: middle;
    position: relative;
    top: -1px;
    /* Micro adjustment for visual center if font has baseline offset */
}

.btn-visa {
    background-color: #2755b0;
    /* Deep Blue */
    color: #fff;
    border: none;
    padding: 6px 20px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.btn-visa i {
    font-size: 12px;
    line-height: 9px;
    margin: 0 4px 0 0;
}

.inclusion-exclusion-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.inex-card {
    flex: 1;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e9ecef;
}

.inex-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.inc-exc-body,
.inc-exc-body-desc {
    font-size: 23px;
}

.inc-exc-body ul {
    background: transparent !important;
}

.inc-exc-body ul li {
    position: relative;
    list-style: none;
    padding: 6px 0;
    font-size: 23px;
    line-height: 30px;
    text-align: left;
}

.inc-exc-body-desc ul li {
    position: relative;
    padding: 6px 0;
    font-size: 23px;
    line-height: 30px;
    text-align: left;
}

.inc-exc-body ul li:before {
    content: "";
    position: absolute;
    left: -33px;
    top: 7%;
    width: 18px;
    height: 18px;
    background-image: url(/assets/images/correct.webp);
    background-size: cover;
}

.inc-exc-card.exclusion-card ul li:before {
    content: "";
    position: absolute;
    left: -33px;
    top: 7%;
    width: 18px;
    height: 18px;
    background-image: url(/assets/images/worng.webp);
    background-size: cover;
}

.inex-title {
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.inex-list {
    list-style-type: none;
    /* Removed default bullets */
    padding-left: 0;
    margin-bottom: 0;
}

.inex-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
    font-size: 13px;
    color: #444;
    line-height: 1.5;
}

.inex-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #666;
    font-weight: bold;
}

.costing-section {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #e2e5ec;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.costing-group {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.costing-label {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    min-width: 80px;
}

.costing-input {
    flex-grow: 1;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 13px;
    height: 38px;
    /* Fixed height match */
    margin-top: 0;
    /* Override generic input margin */
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    /* Subtle inner shadow */
    background: rgb(255 255 255);
    border-radius: 6px !important;
    border: 1px solid #ddd !important;
    padding: 10px 20px 10px 20px;
    height: 45px !important;
    margin-right: 12px !important;
    margin-bottom: 0 !important;
    font-size: 12px;
    color: #636363;
}


.action-row-main {
    display: flex;
    justify-content: flex-end;
    /* Right aligned */
    gap: 10px;
    margin-bottom: 20px;
}

.btn-action {
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 23px;
    font-weight: 600;
    color: #fff;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.btn-action i {
    font-size: 12px;
    line-height: 9px;
}

.btn-red {
    background-color: #dc3545;
}

.btn-teal {
    background-color: #17a2b8;
}

.btn-green {
    background-color: #28a745;
}

.btn-blue {
    background-color: #2755b0;
}

.btn-orange {
    background-color: #fd7e14;
}

.btn-purple {
    background-color: #6f42c1;
}

.btn-cyan {
    background-color: #0dcaf0;
    color: #fff;
}

.btn-grey {
    background-color: #6c757d;
    color: #fff;
}

.btn-cyan {
    background-color: #0dcaf0;
    color: #fff;
}

.footer-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.footer-left {
    display: flex;
    gap: 10px;
}

.footer-right {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    /* Safety for many buttons */
}

/* ========================container-to-pack================================== */

.left h5 {
    color: #000;
    margin-left: 18px;
    margin-top: 15px;
    display: contents;
}

.right-pack button {
    height: 40px;
    width: 160px;
    border-radius: 9px;
    font-size: 13px;
    background-color: #7239ea;
}

.right-pack button a {
    color: white;
}

.head {
    margin-top: 10px;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 10px;
    padding-left: 10px;
}

.icoon-pack {
    margin-top: 35px;
    display: flex;
}

.number-pack {
    margin-top: 38px;
    font-size: 14px;
}

.link-pack {
    margin-top: 37px;
    font-size: 15px;
    font-weight: 400;
    color: black;
}

/* ==============================Q-Q================================ */

.right-Q-Q button {
    height: 40px;
    width: 145px;
    border-radius: 9px;
    font-size: 13px;
    background-color: #2755b0;
    margin-left: 66rem;
    border: none;
}

.right-Q-Q button a {
    color: #fcfbfb;
    margin-right: 10px
}

.right-Q-Q .fa-solid {
    margin-right: 10px;
}

/*================ banner button ==========================*/
/*Style 3*/
.switch {
    display: inline-block;
    height: 28px;
    position: relative;
    width: 50px;
}

.switch input {
    display: none;
}

.slider {
    background-color: #151515;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 20px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 20px;
}

.switch-sale-page {
    height: 19px;
    width: 43px;
}

.switch-sale-page:before {
    height: 12px;
    width: 12px;
}


input:checked+.slider {
    background-color: #2755b0;
}

input:checked+.slider:before {
    transform: translateX(22px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.card-bodyb {
    margin-top: 30px;
}

.icoon {
    margin-top: 40px;
}

/* ==================selection================================= */

.showing {
    padding: 1rem;
    min-inline-size: 10rem;
    font-size: 14px;
    margin-left: 16px;
    margin-top: 17px;
    color: gray;
}

.prev::before {
    content: " ";
    border-left: 2px solid #7c7373;
    border-bottom: 2px solid #7c7373;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    cursor: pointer;
    display: block;
    margin-right: 22px;
    margin-top: 10px;

}

.next::before {
    content: " ";
    border-right: 2px solid #6c6767;
    border-top: 2px solid #666262;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    cursor: pointer;
    display: block;
    margin-left: 22px;
    margin-top: 10px;

}

.sliding-pages ul {
    display: flex;
}

.sliding-pages ul li {
    list-style: none;
}

.sliding-pages {
    float: right;
    margin-left: 758px;
    margin-top: 30px;
}

.one {
    height: 30px;
    width: 30px;
    background-color: rgb(246, 242, 242);
    border-radius: 4px;
    margin-bottom: 25px;
    background-color: #2755b0;
}

.one p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: white;
    line-height: 31px;
}

.link-QQ {
    margin-top: 29px;
    font-size: 15px;
    font-weight: 400;

}

.link-QQ a {
    color: #2755b0;
    ;
}

.container-QQ {
    padding-left: 25px;
}

.title {
    width: 80%;
    color: gray;
    font-size: 14px;
}

/* -=================================QL==================================== */






/* ======================================================== */



.pagingno ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagingno ul li {
    list-style: none;
    margin: 8px;
    margin-bottom: 8px;
}

.pagingno ul li {
    height: 30px;
    min-width: 30px;
    border-radius: 4px;
    color: rgb(88, 84, 84);
    justify-content: center;
    line-height: 30px;
    text-align: center;
}

.pagingno ul li.active {
    background: #2456b0;
    color: white;
}

.form Filter_input {
    display: flex;
}

.form Filter_input h3 {
    margin-right: 60px;
}

.form Filter_input button {
    margin-right: 70px;
}

.landings button {
    margin-left: 66rem;
}

.query-table td p {
    width: 250px;
    background-color: #50cd89;
    color: white;
    border-radius: 7px;
    text-align: center;
    line-height: 20px;
}

.query-table td h4 {
    font-size: 14px;
}

.header-dropdown-wrapper {
    position: relative;
}

.header-profile-user {
    width: 30px;
    height: 30px;
}

.header-dropdown-box {
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    background: #ffffff;
    padding: 10px 0;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    margin-top: 10px;
}

.header-dropdown-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-dropdown-box ul li {
    text-align: start;
}

.header-dropdown-box ul li a {
    color: #444;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}

.header-dropdown-box ul li a:hover {
    background-color: #f8f9fa;
    color: #2456b0;
}

.header-dropdown-box ul li a i {
    font-size: 16px;
    width: 20px;
    text-align: center;
}


/*--------------------------------------------------------------
# Responsive CSS Start
--------------------------------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) {}

@media (min-width: 1440px) {
    .query-btn {
        font-size: 10px;
        width: 49%;
    }

    .Filter_input input,
    .Filter_input select {
        font-size: 14px;
        height: 55px ;
        padding: 8px 12px !important;
        border-radius: 6px;
    }

    .int-act-category-filter {
        height: 50px !important;
    }
}

@media (min-width: 1367px) and (max-width: 1450px) {}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .query-btn {
        font-size: 9px;
        width: 49%;
    }

    .Filter_input input,
    .Filter_input select {
        font-size: 12px;
        height: 40px !important;
        padding: 8px 12px !important;
    }
}

@media (min-width: 768px) and (max-width: 1366px) {
    .query-btn {
        font-size: 9px;
        width: 49%;
    }

    .btn {
        padding: 8px;
        font-size: 12px;
    }

    .Filter_input input,
    .Filter_input select {
        font-size: 12px;
        height: 40px !important;
        padding: 8px 12px !important;
    }

    .Filter_input button {
        height: 43px;
        white-space: nowrap;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}

@media screen and (max-width: 900px) and (orientation: landscape) {}




/* Hide on desktop */
@media (min-width: 992px) {
    .mobile-nav {
        display: none;
    }
}

.mobile-nav {
    position: relative;
    z-index: 9999999999999999;
}

@media (max-width: 991px) {
    .menu-btn {
        background: none;
        border: none;
        font-size: 18px;
        padding: 10px;
    }

    .menu {
        display: none;
        list-style: none;
        padding: 0;
        margin: 0;
        background: #fff;
    }

    /* THIS IS THE MISSING PART */
    .menu.open {
        display: block;
    }

    .menu li {
        border-bottom: 1px solid #ddd;
    }

    .menu a,
    .menu label {
        display: block;
        padding: 12px;
        cursor: pointer;
    }

    /* Dropdowns */
    .has-dropdown input {
        display: none;
    }

    .submenu {
        display: none;
        padding-left: 15px;
        background: #f9f9f9;
    }

    .has-dropdown input:checked+label+.submenu {
        display: block;
    }
}












@media (min-width: 320px) and (max-width: 768px) {
    .logo-container {
        position: absolute;
        top: -55px;
    }

    .logo-container img {
        width: 60px;
        height: 60px;
    }

    .welcome-container {
        padding: 20px 20px 40px;
    }

    .text-section {
        margin-top: 25px;
    }

    .datetime {
        font-size: 12px;
        left: -50%;
        transform: translate(50%, 50%);
        bottom: 27px;
        text-align: center;
        display: flex;
    }

    .navbar-brand-box {
        padding: 0;
    }

    .newquerybox h2 {
        font-size: 25px;
    }

    .newquerybox {
        padding: 10px;
    }


    .totalqbbtn {
        right: 6px !important;
        padding: 1px 6px !important;
        font-size: 9px;
    }

    .logo.logo-light img,
    .logo.logo-dark img {
        max-height: 30px;
    }

    .navbar-header {
        height: auto;
        padding: 0;
    }

    .logo {
        line-height: 1px;
    }

    body[data-layout=horizontal][data-topbar=colored] #page-topbar {
        height: 66px;
    }

    .header-dropdown-box ul li a {
        padding: 5px 10px;
        font-size: 12px;
    }
}

/* Master Sightseeing Modal Styles - Global */
.ms-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.ms-modal-content {
    background: #fff;
    width: 95%;
    max-width: 1200px;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    overflow: hidden;
}

.ms-modal-header {
    padding: 15px 20px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ms-modal-title {
    font-size: 18px;
    font-weight: 700;
    color: #444;
}

.ms-badges-group .ms-badge {
    background: #e9ecef;
    color: #666;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #ddd;
    margin: 0 0px 0 12px;
}

.ms-close-btn {
    background: none;
    border: none;
    font-size: 20px;
    color: #999;
}

.ms-modal-body {
    padding: 20px;
    overflow-y: auto;
}

.ms-info-bar {
    padding: 5px 15px;
    font-size: 13px;
    color: #333;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
}

.ms-info-bar.orange-bg {
    background-color: #f39c12;
    color: #fff;
}

.ms-info-bar.beige-bg {
    background-color: #fff3cd;
    color: #856404;
}

.ms-section-header {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 0px;
    position: relative;
    height: 40px;
}

.ms-chevron-label {
    background: #3f51b5;
    color: #fff;
    padding: 8px 30px 8px 15px;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    position: relative;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
    min-width: 200px;
}

.ms-selected-list {
    border: 1px solid #eee;
    background: #fdfdfd;
    padding: 10px;
}

.ms-selected-row {
    display: flex;
    align-items: center;
    border: 1px solid #f0f0f0;
    background: #f8f9fa;
    padding: 10px;
    font-size: 13px;
    gap: 10px;
}

.ms-col-sic {
    flex: 0 0 150px;
    font-weight: 600;
}

.ms-col-name {
    flex: 2;
    color: #555;
    border-left: 1px solid #ddd;
    padding-left: 10px;
    padding-right: 10px;
}

.ms-col-cost {
    flex: 1;
    border-left: 1px solid #ddd;
    padding-left: 10px;
    color: #666;
}

.ms-col-empty {
    flex: 0 0 80px;
    border-left: 1px solid #ddd;
    padding-left: 10px;
    min-height: 20px;
    background: repeating-linear-gradient(90deg, transparent, transparent 19px, #eee 20px);
}

.ms-col-action {
    flex: 0 0 40px;
    text-align: right;
}

.ms-label {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
    display: block;
}

/* .ms-input,
.ms-select {
    font-size: 13px;
    border-radius: 6px !important;
    height: 40px !important;
} */

.ms-search-btn {
    background: var(--accent-color);
    color: #fff;
    border: none;
    border-radius: 7px;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 500;
    height: 55px;
    margin: 0 0 20px;
}

.ms-results-table th {
    background-color: #1a237e !important;
    color: #fff !important;
    font-weight: 500;
    font-size: 13px;
    padding: 10px;
}

.ms-results-table td {
    font-size: 13px;
    padding: 10px;
    color: #444;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.badge {
    display: inline-block;
    padding: 8px;
    font-size: 10px;
    color: #fff;
}

.ms-results-table tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.ms-results-table .btn {
    min-width: 120px;
    border-radius: 50px;
    padding: 6px 15px;
    font-size: 13px;
    font-weight: 600;
}

.ms-results-table .btn:hover {
    background-color: var(--contrast-color);
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
}

/* Hotel Modal Specifics */
.ms-chevron-label.red-bg {
    background: #ff4757;
    /* Red */
}

/* Hotel Selected Row Layout */
.ms-selected-row.hotel-row {
    align-items: flex-start;
    /* Align top for multi-line content */
    padding: 15px;
}

.col-hotel-name {
    flex: 2;
    padding-right: 15px;
    font-size: 13px;
}

.col-hotel-name strong {
    color: #666;
    display: block;
    margin-bottom: 5px;
}

.col-hotel-room {
    flex: 1.5;
    border-left: 1px solid #ddd;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
}

.col-hotel-room div {
    margin-bottom: 4px;
}

.col-hotel-date {
    flex: 1.5;
    border-left: 1px solid #ddd;
    padding-left: 15px;
    padding-right: 15px;
}

.col-hotel-date .input-group {
    border: 1px solid #ced4da;
    border-radius: 4px;
    overflow: hidden;
}

.col-hotel-date .form-control {
    font-size: 13px;
    border: none;
    box-shadow: none;
    padding: 8px 10px;
}

/* Selected Hotels Table on Page */
.selected-hotels-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.hotel-action-btn {
    gap: 6px;
}

.hotel-edit,
.hotel-delete {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.hotel-edit {
    background: #00994f;
}

.hotel-delete {
    background: #e40909;
}

.hotel-edit i,
.hotel-delete i {
    font-size: 10px;
    color: #fff;
    line-height: 6px;
}

.hotel-list-table th {
    color: #333;
    border-bottom: none;
    font-size: 13px;
    font-weight: 700;
    border: none;
    padding: 5px;
}

.hotel-list-table td {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}

.hotel-list-table .hotel-name {
    font-weight: 500;
    color: #333;
}

.cursor-pointer {
    cursor: pointer;
}

.col-hotel-date .input-group-text {
    background: #fff;
    border: none;
    color: #444;
    padding: 0 10px;
}

/* Add Hotel Button Style */
.add-hotel-btn {
    background-color: #2755b0;
    color: #fff;
    border: none;
    padding: 6px 15px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

.add-hotel-btn:hover {
    background-color: #2755b0;
    color: #fff;
}

/* Restored Content (Approximate based on history) */
/* Status Tabs */
.statusuls {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.status-link {
    display: inline-block;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid #2755b0;
    color: #2755b0;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.3s;
}

.status-link:hover,
.status-link.active {
    background: #2755b0;
    color: #fff;
}

/* Activity panel layout */
.activity-panel {
    background: #ffffff;
    border-radius: 8px;
    padding: 18px;
    border: 1px solid #eef1f3;
}

.activity-item {
    display: grid;
    grid-template-columns: 36px 1fr 220px 120px;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #f6f8f9;
    align-items: center;
}

.activity-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
}

/* ============================================================
   Query Page - Custom UI Design Styles
   ============================================================ */
.query-top-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.query-action-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.query-action-btn {
    background: #f8f9fa;
    border: none;
    color: #000;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.query-text-sent-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.query-whatsapp-icon {
    width: 30px;
    height: 30px;
}

.query-toggle-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Package Action Buttons */
.pkg-action-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
    align-items: flex-end;
}

.pkg-action-btn {
    background: #2755b0;
    border: none;
    color: #fff;
    padding: 8px 14px;
    width: 110px;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
}

.pkg-btn-edit {
    background: #2755b0;
}

.pkg-btn-final {
    background: #2cc975;
}

.pkg-btn-duplicate {
    background: #2755b0;
}

/* ============================================================
   Itinerary Details Page Styles
   ============================================================ */
.itinerary-details-container {
    background-color: #fff;
}

.recognition-header-pill {
    display: inline-block;
    background-color: #2755b0;
    color: #fff;
    padding: 12px 40px;
    border-radius: 50px;
    margin-bottom: 40px;
}

.recognition-header-pill h2 {
    color: #fff;
    margin: 0;
    font-size: 32px;
    font-weight: 700;
}

.logo-grid-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

.logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.logo-item img {
    max-height: 80px;
    max-width: 180px;
    width: auto;
}

.collaboration-description p {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    font-weight: 500;
}

/* Itinerary PDF Section Styles */
.itinerary-pdf-outer {
    max-width: 900px;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
}

.main-logo {
    height: 60px;
    width: auto;
}

.trip-header-box {
    background-color: #f4f6fc;
    padding: 20px;
    border-radius: 32px;
}

.trip-header-box h2 {
    margin: 0;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #000;
}

.info-box {
    border: 1px solid #efefef;
    border-radius: 32px;
    overflow: hidden;
    text-align: left;
}

.info-row {
    padding: 20px 20px;
    border-bottom: 2px solid #7d99d0;
    display: flex;
    font-size: 23px;
    background: #f4f6fc;
}

.info-row:last-child {
    border-bottom: none;
}

.info-row .label {
    font-weight: 500;
    min-width: 300px;
    font-size: 26px;
    margin: 0;
    text-transform: capitalize;
    letter-spacing: +1.3px;
    margin-bottom: 0;
    color: #000000;
}

.info-row .value {
    font-weight: 400;
    min-width: 300px;
    font-size: 26px;
    margin: 0;
    text-transform: capitalize;
    letter-spacing: +1.3px;
    margin-bottom: 0;
    color: #000000;
}

.featured-on-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 40px;
    /* Matching the pill-like look in previous designs if applicable */
}

.itinerary-logo-header .main-logo {
    text-align: center;
    margin: 0 auto 60px;
}

.itinerary-logo-header .main-logo {
    max-width: 160px;
    height: auto;
}

.handcrafted-text {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #666666;
}

/* Day 1 Itinerary Section Styles */
.itinerary-day-section {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

.itinerary-day-section ul li {
    font-size: 23px;
    line-height: 30px;
    padding: 0 0 10px;
}

.inc-exc-body .inc-exc-item p,
.inc-exc-body-desc .inc-exc-item p {
    font-size: 16px;
    line-height: 30px;
    padding: 0 0 10px;
}

.day-pill {
    background-color: #2755b0;
    color: #fff;
    padding: 20px 60px;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
}

.itinerary-image-container {
    width: 100%;
    height: 550px;
    object-fit: cover;
    overflow: hidden;
    object-position: top;
    border-radius: 32px;
    margin-bottom: 20px;
}

.itinerary-day-img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
    border-radius: 32px;
}

.itinerary-content-card {
    background-color: #f6f7fa;
    border-radius: 32px;
    text-align: left;
}

.itinerary-card-title {
    font-size: 30px;
    font-weight: 600;
    padding: 0 20px;
    color: #000;
}

.itinerary-activity-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.itinerary-activity-list li {
    font-size: 18px;
    color: #333;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    line-height: 1.5;
    font-weight: 500;
}

.itinerary-activity-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
}

.meals-inclusions-pill {
    background-color: #f6f7fa;
    border-radius: 80px;
    display: inline-flex;
    margin: 0 auto;
    padding: 20px;
}

.meals-label {
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
    padding: 0 20px;
    margin: 0 0 30px;
    color: #4d4d4d;
}

.meals-grid {
    width: 100%;
    justify-content: center;
}

.meal-item {
    text-align: left;
    border-right: 1px solid #454545;
    padding-right: 20px;
}

.meal-item:last-child {
    border-right: none;
    padding-right: 0px;
}

.meal-icon {
    margin-right: 10px;
}

.meal-icon img {
    max-width: 28px;
}

.meal-info {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 12px;
}

.meal-name {
    font-weight: 500;
    color: #333;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}

.meal-status {
    font-weight: 500;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    display: block;
    color: #23a455;
}

.meal-divider {
    width: 1px;
    height: 40px;
    background-color: #ccc;
}

/* Inclusions & Exclusions Section Styles */
.inc-exc-main-container {
    max-width: 900px;
    margin: auto;
}

.inc-exc-card {
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 0;
    border: none;
    box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2);
}

.itinerary-desc-white-card {
    padding: 0 !important;
    text-align: center !important;
}

.inclusion-card {
    background-color: #f1fcf1;
    /* Very Light Green */
}

.exclusion-card {
    background-color: #fef2f2;
    /* Very Light Red */
}

.inc-exc-header {
    margin-bottom: 30px;
    padding-bottom: 12px;
    text-align: left;
}

.inc-exc-header h3 {
    font-size: 30px;
    font-weight: 600;
    padding: 0 20px;
    color: #000;
}

.inclusion-card .inc-exc-header {
    border-bottom: 2px solid #96eb96
}

.exclusion-card .inc-exc-header {
    border-bottom: 2px solid #ff9e9e
}

.inc-exc-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    text-align: left;
}

.inc-exc-item i {
    font-size: 26px;
    margin-top: 3px;
    flex-shrink: 0;
}

.inclusion-card .inc-exc-item i {
    color: #2cc975;
    /* Design Green */
}

.exclusion-card .inc-exc-item i {
    color: #ff4d4d;
    /* Design Red */
}

.inc-exc-item p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    color: #333;
    font-weight: 500;
}

.inc-exc-item p strong {
    font-weight: 700;
}

/* Responsiveness for Inclusions & Exclusions */
@media (max-width: 768px) {
    .inc-exc-main-container {
        padding: 0 20px;
    }

    .inc-exc-card {
        padding: 30px;
        border-radius: 30px;
    }

    .inc-exc-header h3 {
        font-size: 30px;
    }

    .inc-exc-item i {
        font-size: 22px;
    }

    .inc-exc-item p {
        font-size: 16px;
    }
}

/* Stay Details Section Styles */
.stay-details-section {
    text-align: center;
    max-width: 900px;
    /* max-width: 100%; */
    margin: auto;
}

.stay-header-pill {
    background-color: #2755b0;
    color: #fff;
    padding: 12px 50px;
    border-radius: 50px;
    display: inline-block;
}

.stay-header-pill span {
    font-size: 32px;
    font-weight: 700;
}


.hotel-card {
    border: 1px solid #707070;
    border-radius: 25px;
    padding: 25px;
    background: #fff;
    /* display: flex;
    align-items: flex-start; */
    margin-bottom: 25px;
}

.hotel-img-wrapper {
    width: 380px;
    height: 330px;
    flex-shrink: 0;
}

.hotel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.hotel-info-section {
    padding-left: 30px !important;
    text-align: left;
}

.hotel-name {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.hotel-stars {
    color: #ffc107 !important;
    font-size: 20px;
    line-height: 0;
    display: flex;
    gap: 6px;
    justify-content: flex-end;
}

.hotel-stars i {
    color: #ffc107 !important;
    font-size: 20px;
    line-height: 0;
}

.hotel-details {
    display: flex;
    flex-direction: column;
}

.detail-item {
    font-size: 23px;
    line-height: 30px;
    color: #000;
}

.detail-label {
    font-weight: 600;
    margin-right: 5px;
}

.detail-value {
    color: #000;
    line-height: 28px;
}

.detail-value.text-muted {
    color: #333 !important;
}

.table-scroll {
    width: 100%;
    overflow-x: auto;
    /* ALWAYS allow scrolling */
}

/* Table should exceed container when content is wide */
.auto-width-table {
    width: 100%;
    min-width: 1200px;
    border-collapse: collapse;
}

.auto-width-table th,
.auto-width-table td {
    white-space: nowrap;
    padding: 10px 16px;
}

.next-section img {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 5px;
}

.w-s-no {
    width: 5%;
}

.w-title {
    width: 5%;
}

.w-destination {
    width: 10%;
}

.w-q-details {
    width: 25%;
    min-width: 150px;
}

.w-q-details-fixed {
    min-width: 150px;
}

.w-q-date {
    width: 15%;
}

.w-status {
    width: 10%;
}

.w-remark {
    width: 15%;
}

.w-sales {
    width: 10%;
}

.w-actions {
    width: 5%;
}

.hotel-title-stars-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px;
}

/* Responsiveness for Stay Details */
@media (max-width: 1200px) {
    .hotel-img-wrapper {
        width: 300px;
        height: 300px;
    }
}

/* Enable scroll only below 1100px */
@media (max-width: 1300px) {
    .table-scroll {
        width: 100%;
        min-width: 1000px;
        overflow-x: scroll
            /* Enable scrolling */
    }
}

@media (max-width: 991px) {
    .hotel-card {
        flex-direction: column;
    }

    .hotel-img-wrapper {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }

    .hotel-info-section {
        padding-left: 0 !important;
    }
}

@media (max-width: 575px) {
    .stay-header-pill span {
        font-size: 20px;
    }

    .hotel-name {
        font-size: 22px;
    }

    .hotel-stars {
        font-size: 18px;
    }

    .detail-item {
        font-size: 15px;
    }
}

.react-datepicker-wrapper {
    width: 100% !important;
}


.theme-text-color {
    color: #2456b0
}


.sale-query-remark {
    background-color: white !important;
    color: #495057 !important;
    text-wrap: wrap !important;
    text-align: start !important;
}

.show-more-remark {
    background: none;
    border: none;
    font-size: 12px;
    font-weight: 600;
}

.blogs-btn-spacing {
    margin: 20px 0;
    display: flex;
    gap: 10px;
    /* justify-content: space-between; */
    align-items: start;
}

.blog-space-sec .add-btn button {
    background-color: #dc3545;
    color: white;
    border-radius: 9px;
    margin-right: 10px;
    height: 47px;
    min-width: 96px;
    justify-content: center;
    text-align: center;
    line-height: 47px;
    cursor: pointer;
    border: none;
}

.blogs-btn-spacing label {
    margin-right: 1.5rem;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.credit-caption-section {
    display: flex;
    gap: 15px;
}

.custom-upload-box-nryn.image-box-width {
    width: 55%;
}

/*
-----------------------------------------------------------
Booking Details Page
-----------------------------------------------------------
*/
.booking-card {
    background: white;
    border-radius: 12px;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
}

.booking-details-page {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.bg-primary-soft {
    background-color: #e7f1ff;
}

.bg-primary-soft-light {
    background-color: #f0f4ff;
}

.btn-white {
    background-color: #fff;
    color: #212529;
}

.bg-success-soft {
    background-color: #e6f9f0;
}

.booking-tabs-container {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 8px;
    display: inline-flex;
    gap: 6px;
}

.booking-tab {
    border: none;
    background: none;
    font-weight: 500;
    color: #475569;
    padding: 12px 28px;
    border-radius: 10px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
}

.booking-tab.active {
    background-color: #2456b0;
    color: #fff;
}

.booking-tab i {
    font-size: 20px;
}

.tab-icon-rounded {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f1f3f5;
}

.border-primary-soft {
    border: 1px solid #d1dbff;
    border-radius: 6px;
}

.fs-10 {
    font-size: 10px !important;
}

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

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.ls-1 {
    letter-spacing: 1px;
}

.passenger-table thead th {
    border: none;
}

.passenger-table td {
    color: #444;
}

.text-primary-soft-dark {
    color: #5578ff;
}

.notes-card {
    min-height: 120px;
}


.note-icon-box i {
    font-size: 20px;
}

/* Bottom Action Bar */
.bottom-action-bar {
    /* position: fixed; */
    /* bottom: 0; */
    left: 0;
    right: 0;
    background: #fff;
    /* padding: 12px 30px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    /* box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05); */
    z-index: 1000;
    border-top: 1px solid #f1f4f9;
}

.action-left-group {
    display: flex;
    align-items: center;
    gap: 35px;
}

.action-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #334155;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.action-item:hover {
    color: #2456b0;
}

.action-item i {
    font-size: 16px;
    color: #475569;
}

.btn-unread-mails {
    background-color: #9d231d;
    color: #fff;
    padding: 6px 14px 6px 18px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    font-size: 11px;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(243, 78, 78, 0.2);
}

.unread-badge {
    background: #fff;
    color: #f34e4e;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
}

.btn-online-chat {
    background-color: #2456b0;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 11px;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(36, 86, 176, 0.2);
}

/* Modal Popup Styles */
.custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.custom-modal-content {
    background: white;
    padding: 30px;
    border-radius: 12px;
    width: 700px;
    max-width: 90%;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.modal-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
    color: #64748b;
}

/* ------------------------------------------------------SUPPLIER COMM------------------------------------------------------ */


/* Refined Supplier Communication Table Styles */

.supplier-table.style-v2 {
    border-collapse: collapse;
    width: 100%;
    background: #fff;
    /* border: 1px solid #ddd; */
    border-radius: 20px;
}

.supplier-table-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    border-radius: 0 0 20px 20px;
}

.supplier-table.style-v2 th {
    /* background-color: #2456b0; */
    /* color: #fff; */
    padding: 10px 8px;
    font-size: 11px;
    font-weight: 600;
    text-transform: capitalize;

    /* text-align: left;
    border: 1px solid #2c4a73; */
}

.supplier-table.style-v2 td {
    padding: 0;
    border: 1px solid #e0e6ed;
    vertical-align: middle;
    background: #fff;
}

.supplier-table.style-v2.supplier-table-background td {
    padding: 0;
    border: 1px solid #e0e6ed;
    vertical-align: middle;
    background: none;
}

.supplier-table.style-v2 .table-input,
.supplier-table.style-v2 input,
.supplier-table.style-v2 input[type="text"],
.supplier-table.style-v2 select,
.supplier-table.style-v2 input[type="date"] {
    width: 100% !important;
    height: 35px !important;
    border: none;
    padding: 0px 10px;
    font-size: 12px !important;
    color: #333;
    background: #ffffff;
    outline: none;
    margin: 0 !important;
    border: 1px solid #dddddd;
}

.table-input:focus {
    background: #f8faff;
}

.date-input-wrapper,
.supplier-select-wrapper,
.email-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 4px;
    height: 100%;
}

.date-input-wrapper {
    justify-content: space-between;
}

.supplier-select-wrapper,
.email-input-wrapper {
    justify-content: flex-start;
}

.date-input-wrapper i,
.supplier-select-wrapper i,
.email-input-wrapper i {
    padding: 0 3px 0 0;
    border-radius: 3px;
    font-size: 14px;
    color: #525252;
}

.date-input-wrapper input,
.supplier-select-wrapper select,
.email-input-wrapper input {
    padding-left: 5px;
    flex-grow: 1;
}

.date-input-wrapper i.ri-calendar-event-line {
    padding: 0 3px 0 0;
    border-radius: 3px;
    font-size: 14px;
    color: #525252;
}

.add-more-container {
    background: #f9fafb;
    border: 1px solid #e0e6ed;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.add-more-btn {
    background: #198754;
    color: #fff;
    border: none;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.add-more-btn:hover {
    background: #157347;
}

.text-center {
    text-align: center !important;
}

/* Versioned for style-v2 refinements */

.supplier-table.style-v2 input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.supplier-table.style-v2 input[type="date"] {
    cursor: pointer;
}

/* New Design Refinements */
.service-type-badge {
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    display: inline-block;
    background-color: #d1e7dd;
    color: #0f5132;
    text-align: center;
    min-width: 80px;
}

.icon-btn-action {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 12px;
    color: #525252;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.icon-btn-action:hover {
    color: #1e3a5f;
}

.profit-column {
    font-weight: 500;
    color: #333;
}

.total-profit-row {
    background-color: #ffffff !important;
    font-weight: 700;
}

.total-profit-label {
    text-align: right !important;
    padding-right: 20px !important;
    font-size: 11px;
    color: #333;
}

.total-profit-value {
    text-align: center !important;
    font-size: 12px;
}

.supplier-footer-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
    padding-bottom: 20px;
}

.supplier-btn {
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 10px 25px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: filter 0.2s;
}

.supplier-btn:hover {
    filter: brightness(0.9);
}

.supplier-btn i {
    font-size: 17px;
}

.supplier-btn i.bi-plus {
    font-size: 20px;
}

.btn-confirm {
    background-color: #9d231d !important;
}

/* Dark Red/Brown */
.btn-voucher {
    background-color: #6c8fb5 !important;
}

/* Soft Blue/Purple */
.btn-mail {
    background-color: #599d75 !important;
}

/* Green */

.supplier-table.style-v2 th.checkbox-col,
.supplier-table.style-v2 td.checkbox-col {
    width: 40px;
    text-align: center;
}

.supplier-table.style-v2 input[type="checkbox"] {
    margin: 0;
    width: 14px !important;
    height: 14px !important;
    cursor: pointer;
    border-radius: 4px;
    accent-color: #2755b0;
}

.all-label {
    font-size: 10px;
    margin-left: 0px;
    vertical-align: middle;
}

.supplier-name-container {
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
}

.supplier-name-text {
    font-size: 12px;
    font-weight: 500;
}

.supplier-mail-icon {
    font-size: 12px;
    color: #525252;
    margin-top: 4px;
}

/* Payment Modal Styles */
.payment-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    padding: 20px;
}

.payment-modal-content {
    background: #fff;
    width: 100%;
    max-width: 1000px;
    height: 90vh;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.payment-modal-header {
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.modal-title-group {
    display: flex;
    align-items: center;
    gap: 12px;
}

.modal-title-group i {
    color: #4466f2;
    font-size: 20px;
}

.modal-title-group h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.modal-title-group .service-type-text {
    color: #999;
    font-weight: 400;
}

.btn-close-modal {
    background: none;
    border: none;
    font-size: 20px;
    color: #ccc;
    cursor: pointer;
}

.payment-modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 25px;
}

.payment-form-grid {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 25px;
}

.payment-left-panel {
    background: #f8faff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #eef2f7;
}

.payment-panel-title {
    font-size: 11px;
    font-weight: 700;
    color: #1e3a5f;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eef2f7;
}

.modal-form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.modal-form-group label {
    font-size: 11px;
    color: #666;
    margin-bottom: 0;
}

.modal-form-group .modal-input {
    width: 60px;
    height: 32px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
    background: #fff;
    margin: 0;
}

.payment-right-panel {
    display: flex;
    flex-direction: column;
}

.service-name-header {
    font-size: 13px;
    font-weight: 700;
    color: #2b56f5;
    margin-bottom: 20px;
}

.manual-calculation-section {
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 20px;
}

.inline-form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.inline-form-item {
    flex: 1;
}

.inline-form-item label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.inline-form-item .modal-input-full {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
    background: #f8faff;
}

.calculation-summary {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    margin-top: 15px;
}

.summary-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.summary-item label {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.summary-item .summary-input {
    width: 120px;
    height: 35px;
    text-align: right;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
    background: #fff;
}

.selling-amount-input {
    border-color: #2b56f5 !important;
    color: #2b56f5 !important;
    font-weight: 700;
}

.btn-save-modal {
    width: 100%;
    background: #2b56f5;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
    margin-top: 15px;
}

.modal-remarks-section {
    margin-top: 20px;
}

.modal-remarks-section label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.modal-remarks-section textarea {
    width: 100%;
    height: 80px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 12px;
    resize: none;
}

.modal-activity-section {
    margin-top: 25px;
    border: 1px solid #eef2f7;
    border-radius: 8px;
}

.activity-table-wrapper {
    overflow-x: auto;
    min-height: 150px;
}

.modal-activity-table {
    width: 100%;
    border-collapse: collapse;
}

.modal-activity-table th {
    background: #f8faff;
    padding: 4px 2px;
    font-size: 10px;
    line-height: 13px;
    font-weight: 500;
    color: #444;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px solid #eef2f7;
}

.no-records-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    color: #999;
}

.no-records-placeholder i {
    font-size: 30px;
    margin-bottom: 10px;
}

.payment-modal-footer {
    padding: 15px 25px;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #eee;
}

.btn-modal-close {
    padding: 8px 25px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.mx-1200px {
    max-width: 1200px !important;
}

.booking-traveller {
    margin: 5px 10px;
}

.sale-master-checkbox {
    width: 30px !important;
}

/* =========================================================================
   MANUAL INVOICE POPUP STYLES
   ========================================================================= */

.manual_invoice_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.manual_invoice_container {
    background: #fff;
    width: 95%;
    max-width: 1000px;
    max-height: 95vh;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    position: relative;
    padding: 30px;
}

.close_manual_invoice_btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    z-index: 10;
}

.manual_inv_top_row {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.type_select {
    width: 180px !important;
    height: 45px !important;
    text-align: left;
    padding: 0 15px !important;
    margin: 0;
}

.manual_inv_content_box {
    border: 0.5px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 0;
    /* Remove internal padding for border-to-border layout */
}

.manual_inv_header_new {
    display: flex;
    border-bottom: 1px solid #000;
}

.header_left_block {
    flex: 1;
    display: flex;
    padding: 20px;
    gap: 30px;
    align-items: flex-start;
}

.logo_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
    text-align: center;
}

.logo_section img {
    height: 100px;
    width: auto;
    margin-bottom: 5px;
}

.logo_section span {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.explore_tagline {
    font-size: 8px;
    color: #777;
    margin: 0;
}

.company_details_section {
    flex: 1;
    text-align: right;
    padding-top: 20px;
}

.company_details_section h3 {
    font-size: 20px;
    font-weight: 800;
    color: #2755b0;
    margin-bottom: 20px;
}

.company_details_section p {
    font-size: 11px;
    margin-bottom: 2px;
    color: #000;
    font-weight: 700;
}

.header_right_block {
    width: 450px;
    border-left: 1px solid #000;
}

.meta_top_row {
    display: flex;
    border-bottom: 1px solid #000;
}

.meta_box_new {
    flex: 1;
    padding: 10px;
    border-right: 1px solid #000;
}

.meta_box_new:last-child {
    border-right: none;
}

.meta_box_new label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #2755b0;
    margin-bottom: 5px;
}

.meta_box_new input {
    height: 40px !important;
    border: 1px solid #ddd !important;
    background: #fff !important;
}

.date_input_wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.calendar_icon_manual {
    position: absolute;
    right: 10px;
    color: #333;
    pointer-events: none;
}

.meta_bottom_row {
    padding: 10px;
}

.payment_mode_box_new label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #2755b0;
    margin-bottom: 5px;
}

.payment_mode_box_new input {
    height: 40px !important;
    border: 1px solid #ddd !important;
    background: #fff !important;
}

.manual_inv_details_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
    padding: 20px;
    /* Restoring internal padding */
}

.details_row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.details_row label {
    font-size: 12px;
    font-weight: 700;
    width: 100px;
    margin: 0;
}

.details_row input,
.details_row select,
.details_row textarea {
    border: 1px solid #ccc;
    padding: 5px 10px;
    width: 100%;
    font-size: 12px;
    margin: 0;
    height: 40px;
    border-radius: 4px;
    background-color: #fff;
}

.details_row textarea {
    height: 60px;
    resize: none;
}

.bank_details_col {
    border: 1px solid #eee;
    padding: 10px;
    background: #fcfcfc;
}

.bank_info_item {
    font-size: 12px;
    margin-bottom: 5px;
    color: #2755b0;
}

.bank_info_item strong {
    color: #333;
    display: inline-block;
    width: 120px;
}

.manual_inv_footer_actions {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    padding: 20px;
}

.btn_cancel,
.btn_save {
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    color: #fff;
    min-width: 120px;
}

.btn_cancel {
    background-color: #d9534f;
    /* Red */
}

.btn_cancel:hover {
    background-color: #c9302c;
}

.btn_save {
    background-color: #28a745;
    /* Green */
}

.btn_save:hover {
    background-color: #218838;
}

.add_particular_row {
    text-align: right;
    margin-bottom: 15px;
}

.add_part_btn {
    background: #2755b0;
    color: #fff;
    border: none;
    padding: 6px 15px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.manual_inv_table_wrapper {
    margin-bottom: 20px;
}

.manual_inv_table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #888;
}

.manual_inv_table th {
    background: #f4f4f4;
    border: 1px solid #888;
    padding: 8px;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
}

.manual_inv_table td {
    border: 1px solid #888;
    padding: 0;
}

.manual_inv_table input {
    width: 100%;
    border: none;
    padding: 8px;
    font-size: 12px;
    margin: 0;
    height: 40px;
    border-radius: 0;
    background: transparent;
}

.remove_item_btn {
    background: none;
    border: none;
    color: #d9534f;
    cursor: pointer;
    font-size: 18px;
    padding: 5px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.manual_inv_footer_calc {
    margin-left: auto;
    width: 350px;
    border: 1px solid #888;
    margin-bottom: 20px;
    margin-right: 20px;
    /* Right margin for calc box */
}

.calc_row,
.total_row {
    display: flex;
}

.calc_row {
    border-bottom: 1px solid #888;
}

.calc_label,
.total_label {
    width: 100px;
    padding: 8px 10px;
    font-size: 11px;
    font-weight: 800;
    background: #fff;
    border-right: 1px solid #888;
}

.calc_percent_input {
    width: 120px;
    border-right: 1px solid #888;
    display: flex;
    align-items: center;
    padding: 0 5px;
}

.calc_percent_input input {
    border: none;
    width: 50px;
    padding: 5px;
    margin: 0;
    height: 35px;
    text-align: right;
    background: transparent;
}

.calc_percent_input span {
    font-size: 12px;
}

.calc_value_display,
.total_value {
    flex: 1;
}

.calc_value_display input,
.total_value input {
    width: 100%;
    border: none;
    padding: 8px;
    text-align: right;
    font-weight: 700;
    margin: 0;
    height: 35px;
    background: transparent;
}

.total_label {
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border-right: 1px solid #888;
    width: 220px;
}

.manual_inv_bottom_info {
    border: 1px solid #888;
    margin-bottom: 20px;
}

.amount_in_words {
    padding: 10px;
    border-bottom: 1px solid #888;
    display: flex;
    justify-content: space-between;
    font-size: 11px;
}

.terms_signature_row {
    display: flex;
    height: 100px;
}

.terms_box {
    flex: 1;
    border-right: 1px solid #888;
    padding: 10px;
}

.terms_box h4 {
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
}

.signature_box {
    width: 250px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 15px;
}

.signature_box p {
    font-size: 11px;
    font-weight: 700;
    border-top: 1px solid #000;
    width: 80%;
    text-align: center;
}

.computer_generated_footer {
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    padding: 5px;
    border-top: 1px solid #888;
}

.manual_inv_submit_row {
    text-align: center;
    margin-top: 20px;
}

.salary-sheet .bg-light {
    background-color: #fceceb !important;
}

.salary-sheet .total-profit-row {
    background-color: #fceceb !important;
    font-weight: 700;
}

.salary-sheet .total-profit-label {
    text-align: right !important;
    padding-right: 20px !important;
    font-size: 13px;
    color: #333;
}

.salary-sheet .total-profit-value {
    text-align: center !important;
    font-size: 13px;
}

.kyc-popup i::before {
    padding-bottom: 2px;
}


.attendance-view-location {
    margin-left: 5px;
}

.attendance-view-location::before {
    margin-bottom: 3px;
}

.remind-me-later {
    border-radius: 50px;
    font-weight: 600;
}

/* =========================================================================
   CHECKOUT STEPPER POPUP UI STYLES
   ========================================================================= */

.checkout-stepper {
    max-width: 400px;
}

.checkout-progress-bar-container {
    height: 2px;
    top: 30%;
    left: 0;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
}

.checkout-progress-bar {
    background-color: #0056b3;
}

.checkout-step-item {
    z-index: 2;
    background-color: white;
    padding: 0 10px;
}

.checkout-step-circle {
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
}

.checkout-step-circle.active {
    background-color: #0056b3;
    border-color: #0056b3;
}

.checkout-step-label {
    transition: all 0.3s ease;
}

.checkout-step-label.active {
    color: #0056b3;
}

/* Batch & Occupancy Premium Styles */
.hover-bg-light:hover {
    background-color: #f8f9fa !important;
}

.transition-all {
    transition: all 0.2s ease-in-out !important;
}

.shadow-xs {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

.hover-shadow-sm:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(-1px);
}

.min-w-20px {
    min-width: 20px;
}

.bg-primary-subtle {
    background-color: #e7f1ff !important;
}

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

.icon-box-sm {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 4px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #bbb;
}

.btn-white {
    background: #fff;
    color: #444;
}

.btn-white:hover {
    background: #f8f9fa;
    color: #000;
}

.cursor-pointer {
    cursor: pointer;
}

/* Designing exactly as per screenshot */
.batch-card {
    background: #fff;
    border: 1px solid #efefef !important;
    border-radius: 8px !important;
    padding: 15px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.batch-card.border-primary {
    border-color: #0056b3 !important;
    background-color: #f0f7ff !important;
}

.badge.bg-success {
    background-color: #198754 !important;
    font-weight: 500;
    padding: 6px 12px !important;
}

.payment-details-box {
    background: #fff;
    border: 1px solid #efefef !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}



.batch-months-tabs .btn-link {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    color: #888;
}

.batch-months-tabs .btn-link.text-primary {
    color: #0046b8 !important;
    border-bottom: 2px solid #0046b8 !important;
}

.occupancy-section .bg-light {
    background-color: #f4f6f9 !important;
}



.custom-scrollbar::-webkit-scrollbar {
    width: 4px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.transition-all {
    transition: all 0.2s ease-in-out !important;
}

.hover-bg-light:hover {
    background-color: #f8f9fa !important;
}

.batch-label {
    font-size: 10px;
}

.month-btn-sale {
    background-color: white;
    border: none;
}

.month-btn-sale:focus,
.month-btn-sale:active {
    outline: none !important;
    box-shadow: none !important;
}

.batch-full {
    background-color: rgb(182, 33, 33) !important;
}


/* =================================
   Fixed Departure Calendar
================================= */
@media (min-width: 1400px) {
    .fd-calendar-container {
        padding: 16px;
    }

    .fd-calendar-container .calendar-days {
        gap: 4px;
    }

    .fd-calendar-container .day-number {

        font-size: 13px;

    }


}

.fd-calendar-container {
    background: #fff;
    border-radius: 12px;
    /* padding: 16px; */
}

.fd-calendar-container .calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.fd-calendar-container .month-nav {
    display: flex;
    align-items: center;
    gap: 12px;
}

.fd-calendar-container .header-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.fd-calendar-container .month-name {
    font-size: 16px;
    font-weight: 700;
    color: #1e244a;
    line-height: 1.2;
}

.fd-calendar-container .year-name {
    font-size: 12px;
    color: #6c757d;
}

.fd-calendar-container .nav-btn {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
}

.fd-calendar-container .today-btn-sm {
    background: #1e244a;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
}

.fd-calendar-container .calendar-labels {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-bottom: 8px;
}

.fd-calendar-container .label {
    text-align: center;
    font-weight: 600;
    color: #adb5bd;
    font-size: 11px;
}

.fd-calendar-container .calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    /* gap: 4px; */
}

.fd-calendar-container .calendar-day {
    aspect-ratio: 1 / 1;
    border-radius: 6px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
    border: 1px solid transparent;
}

.fd-calendar-container .day-number {
    font-size: 10px;
    /* font-size: 13px; */
    font-weight: 500;
    text-align: center;
}

.fd-calendar-container .calendar-day.muted {
    opacity: 0.25;
}

.fd-calendar-container .calendar-day:hover:not(.muted) {
    background: #f1f3f5;
}

.fd-calendar-container .calendar-day.today {
    /* border-color: #1e244a; */
    border-color: #ffffff;
    color: #ffffff;
    font-weight: 700;
}

.fd-calendar-container .calendar-day.selected {
    background: #1e244a !important;
    color: #fff !important;
}

.fd-calendar-container .batch-label.selected {
    background: #1e244a !important;
    color: #fff !important;
}

.fd-calendar-container .batch-label {
    padding: 1px;
    font-size: 8px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-top: 2px;
    line-height: 1;
    width: 90%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.fd-calendar-container .batches-available {
    background: rgb(0, 153, 79) !important;
    color: #fff;
}

.fd-calendar-container .batches-filling-fast {
    background: rgb(241, 170, 61) !important;
    color: #fff;
}

.fd-calendar-container .batches-full {
    background: rgb(182, 33, 33) !important;
    color: #fff;
}

.fd-calendar-container .calendar-day.has-batches:not(.selected) {
    background: #f8fff9;
}

.fd-calendar-container .calendar-day.has-batches:hover:not(.selected) {
    background: #e6ffed;
}

.fd-calendar-container .calendar-day.selected .batch-label {
    background: #fff;
    color: #1e244a;
}





.icon-bottom-margin::before {
    margin-bottom: 3px;
}

.inc-exc-section {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.inc-exc-section .section-title {
    color: #1e40af;
    font-weight: 700;
    font-size: 1.1rem;
    position: relative;
    padding-bottom: 10px;
}

.inc-exc-section .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #1e40af;
    border-radius: 2px;
}






.fixed-departure-container .fw-800 {
    font-weight: 800;
}

.fixed-departure-container .ls-1 {
    letter-spacing: 1px;
}

.fixed-departure-container .shadow-xs {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.fixed-departure-container .letter-spacing-tight {
    letter-spacing: -0.5px;
}

.fixed-departure-container .calendar-card,
.quick-links-card {
    transition: transform 0.3s ease;
}

.fixed-departure-container .btn-theme-outline {
    border: 1.5px solid #1e244a;
    color: #1e244a;
    font-weight: 700;
    background: transparent;
}

.fixed-departure-container .btn-theme-outline:hover {
    background: #1e244a;
    color: #fff;
}

.fixed-departure-container .btn-secondary-outline {
    border: 1.5px solid #6c757d;
    color: #6c757d;
    font-weight: 700;
    background: transparent;
}

.fixed-departure-container .btn-secondary-outline:hover {
    background: #6c757d;
    color: #fff;
}

.fixed-departure-container .premium-batch-card {
    border-color: #f1f3f5;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}



.fixed-departure-container .status-pill {
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.fixed-departure-container .status-available {
    background: #e6fcf5;
    color: #0ca678;
}

.fixed-departure-container .status-filling {
    background: #fff9db;
    color: #f08c00;
}

.fixed-departure-container .status-full {
    background: #fff5f5;
    color: #fa5252;
}

.fixed-departure-container .edit-btn {
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    transition: all 0.2s;
}

.fixed-departure-container .edit-btn:hover {
    background: #1e244a;
    color: #fff;
}

.fixed-departure-container .trip-name {
    font-size: 1.25rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 3.25rem;
}

.fixed-departure-container .btn-manage-batch {
    background: #1e244a;
    color: #fff;
    padding: 10px 24px;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 700;
    transition: all 0.3s;
}

.fixed-departure-container .btn-manage-batch:hover {
    background: #000;
    transform: translateX(3px);
    color: #fff;
}

.fixed-departure-container .empty-icon-wrap {
    width: 80px;
    height: 80px;
    background: #f1f3f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #adb5bd;
}

.fixed-departure-container .max-w-400 {
    max-width: 400px;
}

.fixed-departure-container .card-decor {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    background: #1e244a;
    opacity: 0.02;
    border-radius: 50%;
    pointer-events: none;
}


.fd-bookings-container .status-tabs-container {
    background: #ffffff;
    padding: 4px;
    border-radius: 50px;
    display: flex;
    width: fit-content;
}

.fd-bookings-container .status-tab {
    padding: 8px 20px;
    border-radius: 50px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #555;
    white-space: nowrap;
}

.fd-bookings-container .active-approved {
    background: rgb(0, 153, 79) !important;
    color: white !important;
}

.fd-bookings-container .active-pending {
    background: rgb(182, 33, 33) !important;
    color: white !important;
}

.fd-bookings-container .status-tab:hover:not(.active-approved):not(.active-pending) {
    background: #e4e4e4;
}

.query-table-br-0 td {
    border-radius: 0 !important;
}

/* ============================================================
   FD-Bookings Page Styles
   ============================================================ */

/* Summary card typography helpers */
.fd-bookings-container .fs-10 {
    font-size: 10px;
}

.fd-bookings-container .fs-14 {
    font-size: 14px;
}

.fd-bookings-container .fs-16 {
    font-size: 16px;
}

.fd-bookings-container .ls-1 {
    letter-spacing: 1px;
}

/* Summary card soft badge colours */
.fd-bookings-container .bg-primary-soft {
    background-color: #eef2ff;
}

.fd-bookings-container .bg-danger-soft {
    background-color: #fff1f2;
}

.fd-bookings-container .theme-text-color {
    color: #1e244a;
}

/* Search input */
.fd-bookings-container .fd-search-input {
    font-size: 12px;
}

/* Table column widths */
.fd-bookings-container .fd-th-checkbox {
    width: 50px;
}

.fd-bookings-container .fd-th-srno {
    width: 60px;
}

.fd-bookings-container .fd-th-sharing {
    width: 180px;
}

.fd-bookings-container .fd-th-cost {
    width: 120px;
}

.fd-bookings-container .fd-th-room {
    width: 120px;
}

/* Gender avatar pill */
.fd-bookings-container .fd-gender-avatar {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.fixed-departure-container {
    overflow: visible;
}

/* Inline editable fields (name / phone / email) */
.fd-bookings-container .fd-inline-edit {
    background: transparent;
    border: none;
    border-bottom: 1px dashed transparent;
    outline: none;
    width: 100%;
    padding: 0;
    color: inherit;
    transition: border-color 0.15s;
}

.fd-bookings-container .fd-inline-edit:hover,
.fd-bookings-container .fd-inline-edit:focus {
    border-bottom-color: #1e244a;
    background: #f8f9fc;
    border-radius: 2px;
}

/* Gender select inside traveller cell */
.fd-bookings-container .fd-gender-select {
    height: auto !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

/* Small contact icon sizing */
.fd-bookings-container .fd-icon-sm {
    font-size: 11px;
    flex-shrink: 0;
}

/* Booking-reference badge */
.fd-bookings-container .fd-booking-id-badge {
    display: inline-block;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 1px 6px;
    font-size: 10px;
    letter-spacing: 1px;
    color: #6c757d;
}

/* Row hover */
.fd-bookings-container .supplier-table.style-v2 tr:hover td {
    background-color: #f8f9fc !important;
}

/* Stat pills in filter bar */
.fd-bookings-container .fd-stat-pill {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 4px 34px;
    min-width: 80px;
    height: 48px;
    text-align: center;
    flex-shrink: 0;
}

.fd-bookings-container .fd-stat-pill-label {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 3px;
    line-height: 1;
}

.fd-bookings-container .fd-stat-pill-value {
    font-size: 15px;
    font-weight: 800;
    color: #1e293b;
    line-height: 1;
}

/* Ensure gender badges don't push height */
.fd-bookings-container .fd-stat-pill .badge {
    padding: 4px 7px !important;
    font-size: 11px !important;
}

.fd-bookings-container .fd-stat-pill .badge i::before {
    margin-bottom: 2px;
}

/* Soft badge colours used in filter bar */
.fd-bookings-container .bg-primary-soft {
    background-color: #eff6ff !important;
}

.fd-bookings-container .bg-danger-soft {
    background-color: #fff1f2 !important;
}

.fd-bookings-container .theme-text-color {
    color: #1e244a;
}

/* FD Sub-batch Feature Styles */
.fd-action-bar {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    background: #2c3e50;
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 50px;
    z-index: 1050;
    min-width: 500px;
    display: flex;
    align-items: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.selected-count-pill {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1.2rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.fd-table-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.bg-primary-soft-light {
    background-color: rgba(66, 133, 244, 0.03);
}

.radius-pill {
    border-radius: 50px;
}

.font-xxs {
    font-size: 10px;
}

.bg-light-soft {
    background-color: #fcfcfc;
}



.animate__slideInUp {
    animation: slideInUp 0.3s ease-out;
}

@keyframes slideInUp {
    from {
        transform: translate(-50%, 100%);
        opacity: 0;
    }

    to {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}

/* ==========================================================================
   FD Bookings Scoped Styles (Attendance Integration)
   ========================================================================== */

.fd-bookings-container .table.table-hover tbody tr:hover {
    background-color: rgba(66, 133, 244, 0.05);
}

.fd-bookings-container .newcard {
    border: none;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
}

.fd-bookings-container .newcard-header {
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    background: #2456b0;
}

.fd-bookings-container .table thead th {
    background-color: #ffffff !important;
    border-bottom: 1px solid #edf2f9;
    color: #495057;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 15px;
    padding: 8px;
    font-size: 11px;
    line-height: 16px;
    white-space: nowrap;
}

.fd-bookings-container .table thead th.traveller-name {
    max-width: 20%;
    width: 10%;
}

.fd-bookings-container .table tbody td {
    padding: 12px 15px;
    vertical-align: middle;
    border-top: 1px solid #edf2f9;
    font-size: 12px;
    font-weight: 700;
}

.fd-bookings-container .fd-gender-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.fd-bookings-container .fd-inline-edit {
    border: 1px solid transparent;
    background: transparent;
    padding: 2px 4px;
    border-radius: 4px;
    transition: all 0.2s;
    width: 100%;
}

.fd-bookings-container .fd-inline-edit:hover,
.fd-bookings-container .fd-inline-edit:focus {
    border-color: #e2e8f0;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.1);
}

.fd-bookings-container .checkbox-col {
    width: 50px;
    text-align: center;
}

.fd-bookings-container .form-check-input {
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
    border: 1.5px solid #cbd5e0;
}

.fd-bookings-container .form-check-input:checked {
    background-color: #2456b0;
    border-color: #2456b0;
}

.fd-bookings-container .all-label {
    font-size: 10px;
    font-weight: 700;
    color: #94a3b8;
}

.fd-bookings-container .theme-text-color {
    color: #2456b0;
}

.fd-bookings-container .bg-primary-soft-light {
    background-color: rgba(66, 133, 244, 0.04) !important;
}

.travel-btn-table {
    background: #fff;
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    border: 1px solid #fff;
    margin: 0px;
    padding: 3px 12px;
    border-radius: 16px;
    color: #000;
}

.fd-bookings-container .fd-table-icon {
    width: 25px;
    height: 25px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.fd-bookings-container .fd-table-icon i {
    color: #fff;
}

select.table-input,
input.table-input {
    font-size: 12px !important;
    font-weight: 700;
}

/* Action Bar Redesign - Precision Match */
.fd-bookings-container .fd-action-bar {
    position: fixed;
    bottom: 40px;
    left: 50.5%;
    transform: translateX(-50%);
    background: #ffffff;
    color: white;
    padding: 8px 8px;
    border-radius: 00px;
    z-index: 1001;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 20px 40px -10px rgb(255 255 255 / 50%);
    min-width: 100%;
    justify-content: center;
}

.fd-bookings-container .selected-count-pill {
    background: #2456b0;
    padding: 12px 16px;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.fd-bookings-container .clear-selection-btn {
    background: transparent;
    border: none;
    color: #495057;
    font-weight: 700;
    font-size: 0.8rem;
    cursor: pointer;
    transition: color 0.2s;
    white-space: nowrap;
}

.fd-bookings-container .clear-selection-btn:hover {
    color: #2456b0;
}

.fd-bookings-container .add-existing-dropdown {
    background: rgb(219 219 219 / 39%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #495057;
    border-radius: 100px;
    padding: 12px 25px;
    font-size: 0.85rem;
    font-weight: 500;
    height: 45px;
    cursor: pointer;
    outline: none;
    min-width: 250px;
    /* Wider dropdown */
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' className='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.fd-bookings-container .create-subbatch-btn {
    background: #f1f1f1;
    color: #2456b0;
    border: none;
    padding: 10px 14px;
    border-radius: 57px;
    font-weight: 800;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    line-height: 1.1;
    text-align: left;
    flex-shrink: 0;
}

.fd-bookings-container .create-subbatch-btn span {
    font-size: 11px;
}

.fd-bookings-container .create-subbatch-btn i {
    font-size: 1rem;
    background: #2456b0;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.fd-bookings-container .create-subbatch-btn:hover {
    background: #f8fafc;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Sub-batch Row Actions */
.fd-bookings-container .row-action-btn {
    padding: 4px 8px;
    border-radius: 4px;
    color: #64748b;
    transition: all 0.2s;
}

.fd-bookings-container .row-action-btn:hover {
    background: #f1f5f9;
    color: #2456b0;
}

.calender-stick {
    top: 80px;
    height: fit-content;
    align-self: flex-start;
    z-index: 1;
}

.supplier-add-btn {
    width: 30px;
    height: 30px;
    min-width: 30px;
    background: #0056b3;
    border: 1px solid #0056b3;
    border-radius: 50%;
    color: white;

}

.supplier-delete-btn {
    width: 30px;
    height: 30px;
    min-width: 30px;
    background: rgb(182, 33, 33);
    border: 1px solid rgb(182, 33, 33);
    border-radius: 50%;
    color: white;
}

/* Table Redesign for FD Bookings */
.fd-bookings-container .table-bordered {
    border-color: #f1f5f9;
    border-color: black;
}

.fd-bookings-container .table-bordered td,
.fd-bookings-container .table-bordered th {
    border-color: #f1f5f9;
}

/* Row hover */
.fd-bookings-container .table tbody tr.fd-table-row:hover {
    background-color: #ffffff !important;
    transition: background-color 0.2s ease;
}

/* N/A styling */
.text-na {
    color: #94a3b8 !important;
    font-style: italic;
}

/* Room No Badge Input */
.room-no-input {
    background-color: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 2px 8px !important;
    color: #334155;
    font-weight: 500;
    width: 60px;
    text-align: center;
    transition: all 0.2s;
}

.room-no-input:focus {
    background-color: #e2e8f0;
    outline: none;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

/* Dropdown */
.sharing-dropdown {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0 !important;
    border-radius: 6px;
    padding: 4px 8px !important;
    color: #475569;
    transition: all 0.2s;
}

.sharing-dropdown:hover {
    border-color: #cbd5e1 !important;
}

.sharing-dropdown:focus {
    border-color: #94a3b8 !important;
    outline: none;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
}

/* 
-----------------------------------------------------------
Premium Query Detail Page Styles
-----------------------------------------------------------
*/
.premium-header-card {
    background: #fff;
    border-radius: 16px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    border: 1px solid #f0f0f0;
}

.premium-avatar {
    width: 50px;
    height: 50px;
    background: #116955;
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    margin-right: 15px;
}

.premium-client-info h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    font-family: " Poppins\, sans-serif;

}

.premium-client-details-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 5px;
    color: #777;
    font-size: 13px;
}

.premium-info-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.premium-info-item i {
    color: #d13c3c;
    font-size: 14px;
}

.premium-trip-info {
    text-align: center;
}

.premium-trip-dest {
    font-size: 16px;
    font-weight: 600;
    color: #2456b0;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-bottom: 8px;
    font-style: italic;
}

.premium-tags-row {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.premium-tag {
    background: #f8f4eb;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    color: #666;
    border: 1px solid #efdfc0;
}

.premium-status-sec {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.premium-query-id {
    font-size: 11px;
    color: #999;
    font-weight: 500;
}

.premium-status-dropdown {
    border: 2px solid #333;
    border-radius: 10px;
    padding: 5px 15px;
    font-weight: 600;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 140px;
}

.premium-sla-badge {
    background: #fff0f0;
    color: #d13c3c;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 12px;
    border: 1px solid #ffebea;
    display: flex;
    align-items: center;
    gap: 5px;
}

.premium-sla-dot {
    width: 6px;
    height: 6px;
    background: #d13c3c;
    border-radius: 50%;
}

/* Detail Sections */
.premium-card {
    background: #fff;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    margin-bottom: 25px;
    height: 100%;
    border: 1px solid #f0f0f0;
    overflow: hidden;
}

.premium-card-header {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.premium-card-body {
    padding: 20px;
}

.premium-input-box {
    margin-bottom: 15px;
}

.premium-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.premium-input {
    width: 100%;
    background: #f4f6fc !important;
    border: none !important;
    border-radius: 8px !important;
    height: 42px !important;
    padding: 0 15px !important;
    font-size: 13px !important;
    color: #333 !important;
    margin: 0 !important;
}

.premium-input:disabled {
    background: #f4f6fc !important;
    color: #333 !important;
}

.premium-latest-activity {
    background: #fff;
    border-radius: 12px;
    padding: 15px 20px;
    margin-bottom: 25px;
    border: 1px solid #f0f0f0;
}

.premium-activity-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid #f5f5f5;
    margin-top: 10px;
}

.premium-activity-title {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.premium-activity-time {
    font-size: 12px;
    color: #999;
    font-weight: 600;
}

.premium-input-wrapper .form-control {
    background: #f4f6fc !important;
    border: none !important;
    border-radius: 8px !important;
    height: 42px !important;
    padding: 0 15px !important;
    font-size: 13px !important;
    color: #333 !important;
    display: flex;
    align-items: center;
}

/* Refined Premium Query Styles */
.premium-header-card-v2 {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    border: 1px solid #f1f5f9;
}

.premium-avatar-v2 {
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, #2755b0 0%, #1e428a 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
    font-size: 18px;
    margin-right: 16px;
    box-shadow: 0 4px 12px rgba(39, 85, 176, 0.2);
}

.premium-tag-v2 {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    background: #f1f5f9;
    color: #475569;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.bg-accent-soft {
    background-color: #fffbeb;
    color: #92400e;
}

.bg-info-soft {
    background-color: #f0f9ff;
    color: #0369a1;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

/* ============================================================ 
   Day Itinerary - Enhanced Layout & Card UI (Step 280)
   ============================================================ */

.hotel-preview-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: relative;
}

.hotel-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.hotel-stars-top {
    color: #ffc107;
    font-size: 13px;
    display: flex;
    gap: 2px;
    margin-bottom: 6px;
}

.hotel-name-info {
    flex-grow: 1;
}

.hotel-name-v2 {
    font-size: 18px;
    font-weight: 700;
    color: #1a2b49;
    margin: 0 0 4px 0;
}

.hotel-location-v2 {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6c757d;
    font-size: 13px;
}

.hotel-location-v2 i {
    color: #e53e3e;
    /* Pink-Red pin */
}

.hotel-card-status-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.active-badge-v2 {
    background: #e6f7ef;
    color: #2eb872;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
}

.hotel-action-btn-v2 {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f6ff;
    color: #4c6ba4;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.hotel-action-btn-v2:hover {
    background: #e1ecff;
}

.hotel-details-grid {
    border-top: 1px solid #f0f0f0;
    padding-top: 12px;
    margin-bottom: 12px;
}

.hotel-detail-row {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.detail-label-v3 {
    color: #888;
    font-size: 14px;
}

.detail-value-v3 {
    color: #1a2b49;
    font-weight: 700;
    font-size: 14px;
}

.hotel-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.hotel-tag-chip {
    background: #f1f6ff;
    color: #4c6ba4;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 25px;
}

/* Day Header Refinement */
.day-header-horizontal {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.day-header-v2 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
}

.itinerary-day-title-v2 {
    font-size: 16px;
    color: #444;
    font-weight: 500;
    margin: 0;
}

/* Meal Chips (Toggleable) */
.meal-toggle-chip {
    padding: 6px 15px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    gap: 5px;
}

.meal-toggle-chip.included {
    background: #e6f7ef;
    color: #2eb872;
    border-color: #2eb872;
}

.meal-toggle-chip.not-included {
    background: #f8f9fa;
    color: #adb5bd;
    border-color: #e9ecef;
}

.meal-toggle-chip:hover {
    filter: brightness(0.95);
}


/* Itinerary Day Wise Styles V2 */
.iti-v2-no-border {
    border: none !important;
}

.iti-v2-sticky-sidebar {
    position: sticky;
    top: 90px;
    height: fit-content;
    z-index: 10;
}

.iti-v2-hotel-card {
    border-radius: 16px !important;
    padding: 20px !important;
    background: #fff !important;
    border: 1px solid #f0f0f0 !important;
}

.iti-v2-stars-container {
    color: #eab308 !important;
}

.iti-v2-star-icon {
    font-size: 12px;
}

.iti-v2-star-active {
    opacity: 1;
}

.iti-v2-star-inactive {
    opacity: 0.3;
}

.iti-v2-hotel-name {
    font-size: 18px !important;
}

.iti-v2-hotel-location {
    font-size: 14px !important;
}

.iti-v2-action-btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px !important;
}

.iti-v2-divider {
    opacity: 0.15 !important;
}

.iti-v2-info-label {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.iti-v2-info-value {
    font-size: 14px !important;
}

.iti-v2-amenity-badge {
    font-weight: 600 !important;
    font-size: 12px !important;
}

.iti-v2-preview-img {
    width: 130px;
    height: 75px;
    object-fit: cover;
    margin-top: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.iti-v2-btn-rounded {
    border-radius: 20px !important;
}

.iti-v2-btn-blue {
    background-color: #1e40af !important;
    border-color: #1e40af !important;
    color: #fff !important;
}

.iti-v2-btn-blue:hover {
    background-color: #1a368e !important;
    border-color: #1a368e !important;
}


/* =========================
  Sale Itinerary 
======================== */

:root {
    --bg: #DEE9FF;
    --card: #FFFFFF;
    --card2: #F3F7FF;
    --bdr: #C5D5F0;
    --bdr2: #A8BCD9;
    --bdr3: #8CA3C2;
    --ink: #1F2D3D;
    --ink2: #475867;
    --ink3: #708191;
    --ink4: #99A9B8;
    --teal: #1FB38E;
    --gold: #D4A017;
    --blue: #2456b0;
    --blue-hover: #2456b0;
    --sh: 0 4px 16px rgba(168, 188, 217, 0.25);
    --sh2: 0 8px 28px rgba(168, 188, 217, 0.35);
    --danger: #E86A5A;
    --white: #ffffff;
}

.sale-itinerary-lib.upcoming-itinerary-section {
    font-family: 'Poppins', sans-serif;
    padding: 2rem 0;
    background-color: #f6f8fc;
    min-height: 100vh;
}

.sale-itinerary-lib .section-header h2 {
    color: var(--blue);
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
    letter-spacing: -0.5px;
}

.sale-itinerary-lib .filter-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2.5rem;
    padding: 0 1rem;
}

.sale-itinerary-lib .date-picker-wrapper {
    width: 100%;
}

.sale-itinerary-lib .sale-itinerary-lib .date-picker-wrapper .react-datepicker-wrapper {
    width: 100%;
}

.sale-itinerary-lib .date-picker-wrapper input {
    height: 38px;
    border-radius: 8px;
    border: 1px solid var(--bdr);
    padding: 0 12px;
    font-size: 0.85rem;
    color: var(--ink2);
    width: 100%;
    cursor: pointer;
    background-color: var(--card);
    transition: all 0.2s;
}

.sale-itinerary-lib .date-picker-wrapper input:hover {
    border-color: var(--bdr3);
}

.sale-itinerary-lib .date-picker-wrapper input:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(36, 86, 176, 0.1);
    outline: none;
}

.sale-itinerary-lib .filter-pills-row {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scrollbar-width: none;
}

.sale-itinerary-lib .filter-pills-row::-webkit-scrollbar {
    display: none;
}

.sale-itinerary-lib .filter-pill {
    padding: 0.5rem 1.25rem;
    border-radius: 8px;
    background-color: var(--card);
    color: var(--ink2);
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid var(--bdr);
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    border-radius: 30px;
}

.sale-itinerary-lib .filter-pill.active {
    background-color: var(--blue);
    color: var(--white);
    border-color: var(--blue);
}

.sale-itinerary-lib .filter-pill:hover:not(.active) {
    border-color: var(--bdr3);
    background-color: var(--card2);
}

/* Trip Grid */
.sale-itinerary-lib .trip-grid-enhanced {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
    padding: 1rem;
}

.sale-itinerary-lib .trip-grid-enhanced-grid-4 {
    grid-template-columns: repeat(4, 1fr) !important;
}

/* Booking-style Itinerary Card */
.sale-itinerary-lib .itinerary-booking-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sale-itinerary-lib .itinerary-booking-card:hover {
    border-color: #2755b0;
    box-shadow: 0 12px 30px rgba(39, 85, 176, 0.15);
    transform: translateY(-8px) scale(1.01);
}

/* Header Section */
.sale-itinerary-lib .card-image-header {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--bdr);
}

.sale-itinerary-lib .card-image-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sale-itinerary-lib .itinerary-booking-card:hover .card-image-header img {
    transform: scale(1.05);
}

.sale-itinerary-lib .header-text-content {
    padding: 12px 15px;
}

.sale-itinerary-lib .trip-name-br {
    font-size: 15px;
    font-weight: 600;
    color: var(--blue);
    letter-spacing: -.2px;
    line-height: 1.3;
    margin-bottom: 4px;
    text-transform: capitalize;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    text-decoration: none;
}

.sale-itinerary-lib .trip-dest-br {
    font-size: 11px;
    color: var(--ink3);
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
}

.sale-itinerary-lib .trip-type-br {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 9px;
    padding: 2px 8px;
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    background: rgba(31, 179, 142, 0.9);
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    z-index: 5;
}

.sale-itinerary-lib .trip-type-br-hotel {
    position: absolute;
    bottom: 20px;
    right: 10px;
    font-size: 9px;
    padding: 2px 8px;
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    background: #f59e0b;
    color: white;
    border: 1px solid #f59e0b1a;
    text-transform: uppercase;
    z-index: 5;
}

.sale-itinerary-lib .badge-discount-br {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--danger);
    color: var(--white);
    font-size: 9px;
    padding: 2px 8px;
    border-radius: 10px;
    font-weight: 700;
    z-index: 5;
}

/* Body Section */
.sale-itinerary-lib .booking-body {
    padding: 10px 15px;
    flex: 1;
}

.sale-itinerary-lib .booking-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    padding: 5px 0;
    border-bottom: 1px solid var(--card2);
    color: var(--ink3);
}

.sale-itinerary-lib .booking-row:last-child {
    border-bottom: none;
}

.sale-itinerary-lib .booking-row strong {
    color: var(--ink);
    font-weight: 600;
}

.sale-itinerary-lib .highlight-br {
    color: var(--blue) !important;
    font-weight: 600 !important;
}

.sale-itinerary-lib .sharing-header-br {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.2fr;
    font-size: 8.5px;
    font-weight: 700;
    color: var(--ink3);
    text-transform: uppercase;
    padding: 0 4px 6px 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 4px;
}

.sale-itinerary-lib .sharing-row-br {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.2fr;
    font-size: 11px;
    padding: 6px 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    align-items: center;
}

.sale-itinerary-lib .sharing-row-br span {
    color: var(--ink2);
}

.sale-itinerary-lib .sharing-row-br strong {
    font-size: 12px;
}

.sale-itinerary-lib .important-row {
    margin-top: 8px;
    padding: 10px 12px;
    background: var(--card2);
    border-radius: 8px;
    border-left: 3px solid var(--teal);
}

.sale-itinerary-lib .important-title {
    font-size: 9.5px;
    font-weight: 700;
    color: var(--teal);
    text-transform: uppercase;
    margin-bottom: 2px;
}

.sale-itinerary-lib .important-text {
    font-size: 11.5px;
    color: var(--blue);
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

/* Footer Section */
.sale-itinerary-lib .booking-footer {
    padding: 10px 15px;
    border-top: 1px solid var(--bdr);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fcfdfe;
}

.sale-itinerary-lib .seats-status-br {
    font-size: 9.5px;
    padding: 2px 8px;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.sale-itinerary-lib .seats-status-br.open {
    background: rgba(31, 179, 142, 0.12);
    color: var(--teal);
    border: 1px solid rgba(31, 179, 142, 0.25);
}

.sale-itinerary-lib .seats-status-br.full {
    background: rgba(232, 106, 90, 0.12);
    color: var(--danger);
    border: 1px solid rgba(232, 106, 90, 0.25);
}

.sale-itinerary-lib .actions-br {
    display: flex;
    gap: 6px;
}

.sale-itinerary-lib .btn-br {
    background: var(--card2);
    border: 1px solid var(--bdr);
    border-radius: 6px;
    color: var(--ink3);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s;
    font-size: 14px;
}

.sale-itinerary-lib .btn-br:hover {
    border-color: var(--bdr3);
    color: var(--blue);
    background: var(--white);
    transform: translateY(-1px);
}

.sale-itinerary-lib .btn-br.whatsapp {
    color: #25d366;
    border-color: #25d36640;
}

.sale-itinerary-lib .btn-br.whatsapp:hover {
    background: #25d36610;
    border-color: #25d366;
}

.sale-itinerary-lib .details-btn-br {
    background: var(--blue);
    color: var(--white) !important;
    border: none;
    height: 36px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(36, 86, 176, 0.15);
}

.sale-itinerary-lib .details-btn-edit {
    background: #ffffff !important;
    color: #64748b !important;
    border: 1.5px solid #f1f5f9 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03) !important;
}

.sale-itinerary-lib .details-btn-edit:hover {
    background: #f8fafc !important;
    color: #0f172a !important;
    border-color: #cbd5e1 !important;
}

.sale-itinerary-lib .details-btn-approve {
    background: #ecfdf5 !important;
    color: #059669 !important;
    border: 1.5px solid #d1fae5 !important;
    box-shadow: 0 2px 5px rgba(5, 150, 105, 0.05) !important;
}

.sale-itinerary-lib .details-btn-approve:hover {
    background: #d1fae5 !important;
    border-color: #34d399 !important;
    color: #047857 !important;
}


.sale-itinerary-lib .details-btn-br:hover {
    background: #1e4b9a;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(36, 86, 176, 0.25);
    color: var(--white);
}

.sale-itinerary-lib .download-btn-br {
    background: #f8faff;
    color: var(--blue);
    border: 1.5px solid #e2e8f0;
    height: 40px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.sale-itinerary-lib .download-btn-br:hover {
    background: #fff;
    border-color: var(--blue);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Feature tags refined */
.sale-itinerary-lib .card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
}

.sale-itinerary-lib .tag-br {
    font-size: 9px;
    padding: 2px 6px;
    background: #f0f4f9;
    color: var(--ink3);
    border-radius: 5px;
    font-weight: 500;
    border: 1px solid var(--bdr);
    display: flex;
    align-items: center;
    gap: 4px;
}

.sale-itinerary-lib .tag-br img {
    width: 12px;
    height: 12px;
}

@media (max-width: 1600px) {
    .sale-itinerary-lib .trip-grid-enhanced {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1300px) {
    .sale-itinerary-lib .trip-grid-enhanced {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .sale-itinerary-lib .trip-grid-enhanced {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .sale-itinerary-lib .trip-grid-enhanced {
        grid-template-columns: 1fr;
    }
}

/* Global Theme Button Overrides for Sale Itinerary */
.sale-itinerary-lib.upcoming-itinerary-section .theme-button,
.sale-itinerary-lib.upcoming-itinerary-section .theme-button-round {
    background-color: var(--blue) !important;
    border: 1px solid var(--blue) !important;
    color: var(--white) !important;
}

.sale-itinerary-lib.upcoming-itinerary-section .theme-button:hover,
.sale-itinerary-lib.upcoming-itinerary-section .theme-button-round:hover {
    background-color: var(--blue-hover) !important;
    border-color: var(--blue-hover) !important;
}


/* =============================
      Standard Itinerary 
=========================== */

/* Itinerary Master Sightseeing Modal Footer Styles */
.ms-itinerary-modal-footer {
    background-color: #fcfcfc !important;
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    z-index: 10 !important;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.05) !important;
}

.ms-modal-body {
    max-height: 65vh !important;
    overflow-y: auto !important;
    padding-bottom: 2rem !important;
}

.ms-itinerary-nav-btn {
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid #2755b0 !important;
    color: #2755b0 !important;
    background-color: transparent !important;
    border-radius: 50px !important;
}

.ms-itinerary-nav-btn:hover {
    background-color: #2755b0 !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(39, 85, 176, 0.2);
}

.ms-itinerary-nav-btn:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
    border-color: #ccc !important;
    color: #999 !important;
}

.ms-itinerary-day-pill {
    min-width: 140px !important;
    border: 1px solid #eef0f2 !important;
    background-color: #fff !important;
}

.ms-itinerary-day-text {
    color: #2755b0 !important;
    font-size: 1rem !important;
    letter-spacing: 0.5px !important;
}

.standard-itinerary-section.standard-itinerary-lib {
    background-color: #f6f8fc;
    min-height: 100vh;
}

/* Itinerary Grid to match PriceList */
.standard-itinerary-lib .itinerary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 15px;
    padding: 20px 0;
    font-family: 'Poppins', sans-serif;
}

.standard-itinerary-lib .card-85m {
    background: var(--card);
    border: 1px solid var(--bdr);
    border-radius: 13px;
    overflow: hidden;
    box-shadow: var(--sh);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: premiumPopIn 0.3s ease both;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.standard-itinerary-lib .card-85m:hover {
    border-color: var(--bdr2);
    box-shadow: var(--sh2);
    transform: translateY(-2px);
}

.standard-itinerary-lib .header-noa {
    padding: 16px 18px 12px;
    position: relative;
    border-bottom: 1px solid var(--bdr);
}

.standard-itinerary-lib .card-6sw {
    padding: 12px 18px;
    flex-grow: 1;
    background: #fdfdfd;
}

.standard-itinerary-lib .footer-sqh {
    padding: 10px 15px;
    border-top: 1px solid var(--bdr);
    display: flex;
    gap: 7px;
    background: var(--card2);
}

.standard-itinerary-lib .tag-woo {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--teal);
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.standard-itinerary-lib .title-nqz {
    font-size: 17px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.3;
    letter-spacing: -0.2px;
    font-family: 'Poppins', sans-serif;
}

.standard-itinerary-lib .fd-7rw {
    font-size: 11px;
    color: var(--ink3);
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.standard-itinerary-lib .badge-p5j {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.standard-itinerary-lib .row-ce7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(197, 213, 240, 0.3);
}

.standard-itinerary-lib .row-ce7:last-child {
    border-bottom: none;
}

.standard-itinerary-lib .btn-tqo {
    flex: 1;
    padding: 7px;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid var(--bdr);
    transition: all 0.2s;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: var(--card);
    color: var(--ink2);
}

.standard-itinerary-lib .btn-tqo:hover {
    border-color: var(--bdr2);
    background: var(--card2);
    color: var(--ink);
}

.standard-itinerary-lib .fdf-ia9 {
    color: var(--teal);
    border-color: rgba(31, 179, 142, 0.3);
}

.standard-itinerary-lib .fdf-ia9:hover {
    background: rgba(31, 179, 142, 0.05);
    border-color: var(--teal);
}

.standard-itinerary-lib .fdf-ao7 {
    color: var(--gold);
    border-color: rgba(212, 160, 23, 0.3);
}

.standard-itinerary-lib .fdf-ao7:hover {
    background: rgba(212, 160, 23, 0.05);
    border-color: var(--gold);
}

.standard-itinerary-lib .fdf-ycj {
    background: var(--card);
}

.standard-itinerary-lib .standard-itinerary-lib .pil-iws {
    display: inline-flex;
    align-items: center;
    font-size: 9px;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 20px;
    white-space: nowrap;
    font-family: 'IBM Plex Mono', monospace;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.standard-itinerary-lib .pill-pa3 {
    background: rgba(212, 160, 23, 0.1);
    color: var(--gold);
    border: 1px solid rgba(212, 160, 23, 0.2);
}

.standard-itinerary-lib .pill-8mx {
    background: var(--card2);
    color: var(--ink3);
    border: 1px solid var(--bdr);
}

.standard-itinerary-lib .pill-status {
    cursor: pointer;
    transition: all 0.2s;
}

.standard-itinerary-lib .pill-status.active {
    background: rgba(31, 179, 142, 0.1);
    color: var(--teal);
    border: 1px solid rgba(31, 179, 142, 0.25);
}

.standard-itinerary-lib .standard-itinerary-lib .pill-status.inactive {
    background: rgba(232, 106, 90, 0.1);
    color: #E86A5A;
    border: 1px solid rgba(232, 106, 90, 0.25);
}

.standard-itinerary-lib .fmr-not {
    font-size: 10px;
    color: var(--ink4);
    font-family: 'IBM Plex Mono', monospace;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.standard-itinerary-lib .tag-tw9 {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 15px;
    font-weight: 600;
    color: var(--gold);
}

.standard-itinerary-lib .fmr-fpb {
    font-size: 12px;
    font-weight: 600;
    color: var(--ink2);
}

.standard-itinerary-lib .bar-w58 {
    height: 5px;
    background: #E5EDFA;
    border-radius: 3px;
    flex: 1;
    max-width: 80px;
    overflow: hidden;
}

.standard-itinerary-lib .seats-bco {
    height: 100%;
    border-radius: 3px;
    transition: width .8s ease;
    background: var(--teal);
}

.standard-itinerary-lib .style-JDpYB {
    display: flex;
    align-items: center;
    gap: 8px;
}

.standard-itinerary-lib .style-HHCHh {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    font-weight: 700;
    color: var(--teal);
}

@keyframes premiumPopIn {
    0% {
        opacity: 0;
        transform: scale(0.96);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* ===========================
   Sales Template 
=========================== */


/* Template Grid to match HotelGrid */
.sales-template-container .template-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    padding: 20px 0;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 1600px) {
    .sales-template-container .template-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1280px) {
    .sales-template-container .template-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .sales-template-container .template-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .sales-template-container .template-grid {
        grid-template-columns: 1fr;
    }
}

.sales-template-container.template-section {
    background-color: #f6f8fc;
    min-height: 100vh;
}

.sales-template-container .template-card-container {
    --bg: #DEE9FF;
    --card: #FFFFFF;
    --card2: #F3F7FF;
    --bdr: #C5D5F0;
    --bdr2: #A8BCD9;
    --bdr3: #8CA3C2;
    --ink: #1F2D3D;
    --ink2: #475867;
    --ink3: #708191;
    --ink4: #99A9B8;
    --teal: #1FB38E;
    --gold: #D4A017;
    --sh: 0 4px 16px rgba(168, 188, 217, 0.25);
    --sh2: 0 8px 28px rgba(168, 188, 217, 0.35);
}

/* Base Card - Matched to .card-lz4 */
.sales-template-container .card-lz4 {
    background: var(--card);
    border: 1px solid var(--bdr);
    border-radius: 13px;
    overflow: hidden;
    box-shadow: var(--sh);
    transition: all .2s;
    animation: popIn .2s ease both;
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    height: 100%;
}

.sales-template-container .card-lz4:hover {
    border-color: var(--bdr2);
    box-shadow: var(--sh2);
    transform: translateY(-2px);
}

/* Header - Matched to .header-lgh */
.sales-template-container .header-lgh {
    padding: 14px 15px 10px;
    border-bottom: 1px solid var(--bdr);
}

.sales-template-container .hc-e7w {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--ink);
    letter-spacing: -.2px;
    line-height: 1.2;
}

.sales-template-container .hc-kqg {
    font-size: 11.5px;
    color: var(--ink3);
    margin-top: 2px;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Body - Matched to .body-mxa */
.sales-template-container .body-mxa {
    padding: 10px 15px;
    flex: 1;
}

.sales-template-container .note-text {
    font-size: 11.5px;
    color: var(--ink3);
    line-height: 1.5;
    white-space: pre-wrap;
    word-break: break-word;
    font-family: 'Poppins', sans-serif;
}

/* Footer - Matched to .footer-8fi */
.sales-template-container .footer-8fi {
    padding: 9px 15px;
    border-top: 1px solid var(--bdr);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sales-template-container .hc-gtm {
    font-size: 11px;
    color: var(--teal);
    cursor: pointer;
    transition: opacity .2s;
    font-weight: 500;
}

.sales-template-container .hc-gtm:hover {
    opacity: 0.8;
}

/* Admin Controls - Matched to .admin-overlay */
.sales-template-container .admin-overlay {
    position: absolute;
    top: 10px;
    right: 12px;
    display: flex;
    gap: 8px;
    align-items: center;
    z-index: 10;
}

.sales-template-container .hc-status {
    font-size: 9px;
    padding: 2px 8px;
    border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.sales-template-container .hc-status.active {
    background: rgba(31, 179, 142, 0.12);
    color: var(--teal);
    border: 1px solid rgba(31, 179, 142, 0.25);
}

.sales-template-container .hc-status.inactive {
    background: rgba(232, 106, 90, 0.12);
    color: #E86A5A;
    border: 1px solid rgba(232, 106, 90, 0.25);
}

.sales-template-container .admin-btn {
    background: var(--card2);
    border: 1px solid var(--bdr);
    border-radius: 4px;
    color: var(--ink3);
    padding: 4px;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sales-template-container .admin-btn:hover {
    border-color: var(--bdr3);
    color: var(--ink);
}

@keyframes popIn {
    0% {
        opacity: 0;
        transform: scale(.96);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Header Search Styles matching the State List Reference */
.sales-template-container .crm-searchBar {
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    height: 42px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    transition: border-color 0.2s;
}

.sales-template-container .crm-searchBar:focus-within {
    border-color: var(--blue);
}


.sales-template-container .crm-search-icon {
    font-size: 15px;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =============================
     Hotel Library
============================= */


.hotel-lib-container .hotel-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 15px;
    padding: 20px 0;
    font-family: 'Poppins', sans-serif;
}

.hotel-lib-container .card-lz4 {
    background: var(--card);
    border: 1px solid var(--bdr);
    border-radius: 13px;
    overflow: hidden;
    box-shadow: var(--sh);
    transition: all .2s;
    animation: popIn .2s ease both;
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
}

.hotel-lib-container .card-lz4:hover {
    border-color: var(--bdr2);
    box-shadow: var(--sh2);
    transform: translateY(-2px);
}

.hotel-lib-container .header-lgh {
    padding: 14px 15px 10px;
    border-bottom: 1px solid var(--bdr);
}

.hotel-lib-container .body-mxa {
    padding: 10px 15px;
    flex: 1;
}

.hotel-lib-container .footer-8fi {
    padding: 9px 15px;
    border-top: 1px solid var(--bdr);
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.hotel-lib-container .hc-vpd {
    display: flex;
    gap: 2px;
    margin-bottom: 5px;
}

.hotel-lib-container .sta-h87 {
    color: var(--gold);
    font-size: 11px;
}

.hotel-lib-container .sta-h87.emp-t92 {
    color: var(--ink4);
}

.hotel-lib-container .hc-e7w {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--ink);
    letter-spacing: -.2px;
    line-height: 1.2;
}

.hotel-lib-container .hotel-lib-container .hc-kqg {
    font-size: 11.5px;
    color: var(--ink3);
    margin-top: 2px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.hotel-lib-container .row-2ey {
    display: flex;
    justify-content: space-between;
    font-size: 11.5px;
    padding: 5px 0;
    border-bottom: 1px solid var(--bdr);
    color: var(--ink3);
}

.hotel-lib-container .row-2ey strong {
    color: var(--ink2);
    font-weight: 500;
}

/* Dynamic Style Overrides based on user-provided IDs */
.hotel-lib-container .category-highlight {
    color: var(--teal) !important;
    text-transform: capitalize;
    font-weight: 600 !important;
}

.hotel-lib-container .rate-highlight {
    font-family: 'Poppins', sans-serif !important;
    color: var(--gold) !important;
    font-weight: 600 !important;
}

.hotel-lib-container .note-box {
    margin-top: 7px;
    padding: 7px 9px;
    background: var(--card2);
    border-radius: 7px;
    border-left: 2px solid var(--teal);
}

.hotel-lib-container .note-text {
    font-size: 10.5px;
    color: var(--ink3);
    line-height: 1.4;
}

.hotel-lib-container .list-to3 {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 7px;
}

.hotel-lib-container .ame-9hc {
    font-size: 9.5px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 10px;
    background: var(--card2);
    color: var(--ink3);
    border: 1px solid var(--bdr);
    transition: all .2s;
}

.hotel-lib-container .ame-9hc:hover {
    border-color: var(--bdr3);
    color: var(--ink2);
}

.hotel-lib-container .hc-4f5 {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    font-weight: 600;
    color: var(--gold);
}

.hotel-lib-container .hc-price-pgb {
    font-size: 10px;
    color: var(--ink4);
}

.hotel-lib-container .hc-gtm {
    font-size: 11px;
    color: var(--teal);
    cursor: pointer;
    transition: opacity .2s;
}

.hotel-lib-container .hc-gtm:hover {
    opacity: 0.8;
}

@keyframes popIn {
    0% {
        opacity: 0;
        transform: scale(.96);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Admin Controls - Discreet */
.hotel-lib-container .admin-overlay {
    position: absolute;
    top: 10px;
    right: 12px;
    display: flex;
    gap: 8px;
    align-items: center;
    z-index: 10;
}

.hotel-lib-container .hc-status {
    font-size: 9px;
    padding: 2px 8px;
    border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.hotel-lib-container .hc-status.active {
    background: rgba(31, 179, 142, 0.12);
    color: var(--teal);
    border: 1px solid rgba(31, 179, 142, 0.25);
}

/* Subtler Status Reason Selectors */
.reason-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 15px;
}

.reason-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
}

.reason-card:hover {
    border-color: #2755b0;
    background-color: #f8faff;
}

.reason-card.active {
    border-color: #2755b0;
    background-color: rgba(39, 85, 176, 0.05);
}

.reason-card .icon-wrapper {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4b5563;
    font-size: 20px;
}

.reason-card.active .icon-wrapper {
    color: #2755b0;
}

.reason-card .reason-label {
    font-size: 13px;
    font-weight: 600;
    color: #4b5563;
}

.reason-card.active .reason-label {
    color: #2755b0;
}

/* Closed Reasons Grid */
.closed-reason-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 15px;
}

.closed-reason-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.closed-reason-item:hover {
    border-color: #2755b0;
    background-color: #f8faff;
}

.closed-reason-item.active {
    border-color: #2755b0;
    background-color: rgba(39, 85, 176, 0.05);
}

.closed-reason-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #6b7280;
    flex-shrink: 0;
}

.closed-reason-item.active .closed-reason-icon {
    color: #2755b0;
}

.closed-reason-text {
    font-size: 12px;
    color: #4b5563;
    font-weight: 500;
}

.closed-reason-item.active .closed-reason-text {
    color: #2755b0;
    font-weight: 600;
}

/* Premium Status Popup Overhaul */
.modal-backdrop-blur {
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.custom-modal-br .modal-content {
    border-radius: 16px;
    border: none !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
    overflow: hidden;
}

.custom-modal-br .modal-header {
    background: #f8faff;
    border-bottom: 1px solid #edf2f7;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-modal-br .modal-title {
    font-size: 18px;
    font-weight: 700;
    color: #2755b0;
    margin: 0;
}

.custom-modal-br .modal-body {
    padding: 24px;
}

.custom-modal-br .form-label {
    font-size: 13px;
    font-weight: 700;
    color: #4a5568;
    margin-bottom: 8px !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-modal-br .form-label i {
    color: #2755b0;
    font-size: 15px;
}

.custom-modal-br .popup-select {
    background-color: #f4f7fe;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    height: 48px;
    font-size: 14px;
    color: #2d3748;
    padding: 0 16px;
    width: 100%;
    transition: all 0.2s ease;
    appearance: auto !important;
}

.custom-modal-br .popup-select:focus {
    border-color: #2755b0;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(39, 85, 176, 0.1);
    outline: none;
}

.custom-modal-br .popup-textarea {
    background-color: #f4f7fe;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 14px;
    color: #2d3748;
    width: 100%;
    min-height: 100px;
    transition: all 0.2s ease;
    margin-bottom: 0 !important;
}

.custom-modal-br .popup-textarea:focus {
    border-color: #2755b0;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(39, 85, 176, 0.1);
    outline: none;
}

.custom-modal-br .modal-footer {
    border-top: 1px solid #edf2f7;
    padding: 16px 24px;
    background: #f8faff;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.custom-modal-br .btn-close-br {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #4a5568 !important;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    border-radius: 10px;
    transition: all 0.2s;
    cursor: pointer;
}

.custom-modal-br .btn-close-br:hover {
    background: #f7fafc;
    border-color: #cbd5e0;
}

.custom-modal-br .btn-save-br {
    background: #2755b0;
    border: none;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 32px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
    cursor: pointer;
}

.custom-modal-br .btn-save-br:hover {
    background: #1e4492;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(39, 85, 176, 0.25);
}

.hotel-lib-container .hc-status.inactive {


    background: rgba(232, 106, 90, 0.12);
    color: #E86A5A;
    border: 1px solid rgba(232, 106, 90, 0.25);
}

.hotel-lib-container .admin-btn {
    background: var(--card2);
    border: 1px solid var(--bdr);
    border-radius: 4px;
    color: var(--ink3);
    padding: 4px;
    cursor: pointer;
    font-size: 12px;
}

.hotel-lib-container .admin-btn:hover {
    border-color: var(--bdr3);
    color: var(--ink);
}

/* Hotel Reservation Premium Modernization */
.reservation-status-confirm {
    background: rgba(16, 185, 129, 0.1) !important;
    color: #10b981 !important;
    border: 1px solid rgba(16, 185, 129, 0.2) !important;
}

.reservation-status-pending {
    background: rgba(245, 158, 11, 0.1) !important;
    color: #f59e0b !important;
    border: 1px solid rgba(245, 158, 11, 0.2) !important;
}

.hotel-meta-row {
    background: rgba(248, 250, 252, 0.5);
    border-radius: 8px;
    padding: 8px 12px;
    margin: 8px 0;
    border: 1px solid #f1f5f9;
}

.conf-details-block {
    background: linear-gradient(135deg, rgba(39, 85, 176, 0.05) 0%, rgba(39, 85, 176, 0.02) 100%) !important;
    border-left: 3px solid #2755b0 !important;
    border-radius: 8px !important;
    padding: 10px 12px !important;
}

/* Sale Itinerary 4-Column Grid */
.sale-itinerary-lib .trip-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    padding: 1rem;
}

@media (max-width: 1300px) {
    .sale-itinerary-lib .trip-grid-4 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .sale-itinerary-lib .trip-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .sale-itinerary-lib .trip-grid-4 {
        grid-template-columns: 1fr;
    }
}

/* Sale Card Premium Styling */
.sale-card-checkbox-wrapper {
    top: 12px;
    right: 12px;
    z-index: 10;
}

.sale-card-checkbox {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    border-color: rgba(39, 85, 176, 0.4);
}

.font-size-9 {
    font-size: 9px !important;
}

.font-size-10 {
    font-size: 10px !important;
}

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

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.status-itinerary-premium {
    background: linear-gradient(135deg, #6f42c1 0%, #5a32a3 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 6px rgba(111, 66, 193, 0.2);
}

.text-switch-card-custom {
    width: 24px !important;
    height: 12px !important;
}

.text-switch-card-custom:not([disabled]) {
    cursor: pointer;
}

.text-switch-card-custom:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.min-w-70 {
    min-width: 70px;
}

.max-w-calc-70 {
    max-width: calc(100% - 70px);
}

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

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

.max-h-120-scroll {
    max-height: 120px;
    overflow-y: auto;
}

.max-h-120-scroll::-webkit-scrollbar {
    width: 4px;
}

.max-h-120-scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.02);
}

.max-h-120-scroll::-webkit-scrollbar-thumb {
    background: rgba(39, 85, 176, 0.2);
    border-radius: 10px;
}

.btn-sale-action {
    font-size: 11px;
    padding: 4px 8px;
    font-weight: 700;
    transition: all 0.2s;
}

.break-all-content {
    word-break: break-all;
}

/* Sale Lead Card — Specific Overrides */
.sale-lead-card.itinerary-booking-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(226, 232, 240, 0.6) !important;
}

.sale-lead-card.itinerary-booking-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(39, 85, 176, 0.12) !important;
    border-color: rgba(39, 85, 176, 0.3) !important;
}

.sale-lead-card .card-image-header {
    background: linear-gradient(135deg, rgba(39, 85, 176, 0.04) 0%, transparent 100%) !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.4) !important;
}

/* Sale Text Toggle — compact switch with label */
.sale-text-switch {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    position: relative !important;
    cursor: pointer !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
}

.sale-text-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.sale-text-switch .switch-inner-container {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 20px;
    flex-shrink: 0;
}

.sale-slider-final {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cbd5e1;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 20px;
    cursor: pointer;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.sale-slider-final:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.sale-text-switch input:checked~.switch-inner-container .sale-slider-final {
    background-color: #00994f !important;
}

.sale-text-switch input:checked~.switch-inner-container .sale-slider-final:before {
    transform: translateX(18px) !important;
}

.sale-text-label {
    font-size: 8.5px;
    font-weight: 900;
    letter-spacing: 0.8px;
    color: #94a3b8;
    text-transform: uppercase;
    user-select: none;
    line-height: 1;
    transition: color 0.3s;
}

.sale-text-switch input:checked~.sale-text-label {
    color: #00994f !important;
}

/* Lead Status Badge Colors - Original Style Refined */
.pending-span,
.no-connect-span,
.itinerary-span,
.interested-span,
.hot-leads-span,
.booked-span,
.closed-span {
    border-radius: 50px !important;
    padding: 3px 12px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    color: #fff !important;
    display: inline-block;
    text-align: center;
}

.pending-span {
    background: rgb(241, 170, 61) !important;
}

.no-connect-span {
    background: rgb(182, 33, 33) !important;
}

.itinerary-span {
    background: rgb(94, 23, 235) !important;
}

.interested-span {
    background: rgb(0, 151, 178) !important;
}

.hot-leads-span {
    background: rgb(0, 153, 79) !important;
}

.booked-span {
    background: rgb(51, 65, 85) !important;
}

.closed-span {
    background: rgb(100, 116, 139) !important;
}

/* Beautiful Custom Checkbox */
.sale-card-checkbox-container {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.custom-checkbox-wrapper {
    display: block;
    position: relative;
    cursor: pointer;
    width: 18px;
    height: 18px;
    user-select: none;
}

.custom-checkbox-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid #cbd5e1;
    border-radius: 4px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-checkbox-wrapper:hover input~.custom-checkmark {
    border-color: #2755b0;
    background-color: rgba(0, 158, 247, 0.04);
}

.custom-checkbox-wrapper input:checked~.custom-checkmark {
    background-color: #2755b0;
    border-color: #2755b0;
}

.custom-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox-wrapper input:checked~.custom-checkmark:after {
    display: block;
}

.custom-checkbox-wrapper .custom-checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.sale-page-header-checkbox {
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #94a3b8 !important;
    border-radius: 6px !important;
}

/* Booking Row Enhancements */
.sale-lead-card .booking-row {
    padding: 7px 0;
    border-bottom: 1px dashed rgba(226, 232, 240, 0.6);
}

.sale-lead-card .booking-row span {
    font-size: 10px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.sale-lead-card .booking-row strong {
    font-size: 11px;
    font-weight: 700;
    color: #1e293b;
}

.sale-lead-card .btn-br {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.sale-lead-card .btn-br:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.card-footer-standard-div {
    gap: 5px;
}

/* Sale Lead Card & Page Styles */
.sale-status-badge {
    margin: 0 !important;
    padding: 3px 12px !important;
    font-size: 10px !important;
}

.sale-card-gap-12 {
    gap: 12px !important;
}

.sale-trip-link-max-width {
    max-width: 55% !important;
}

.sale-metadata-container {
    background: #f1f5f9 !important;
    border-radius: 8px !important;
    padding: 8px 4px !important;
}

.sale-metadata-border-end {
    border-color: rgba(0, 0, 0, 0.05) !important;
}

.sale-metadata-label {
    font-size: 8px !important;
    font-weight: 800 !important;
    color: #64748b !important;
    text-transform: uppercase !important;
}

.sale-metadata-value {
    font-size: 10px !important;
    color: #1e293b !important;
}

.sale-remark-staff {
    background: #f0fdf4 !important;
    border-left: 2px solid #00994f !important;
}

.sale-btn-status {
    flex: 2 !important;
    height: 34px !important;
    border-radius: 8px !important;
    background: #2755b0 !important;
    color: white !important;
    border: none !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
}

.sale-btn-booking {
    flex: 2 !important;
    height: 34px !important;
    border-radius: 8px !important;
    background: #1e293b !important;
    color: white !important;
    border: none !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
}

.sale-whatsapp-link {
    width: 34px !important;
    height: 34px !important;
    border-radius: 8px !important;
    background: #fff !important;
    border: 1px solid #25d366 !important;
    color: #25d366 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
}

.sale-whatsapp-icon {
    font-size: 16px !important;
}

.sale-delete-btn {
    width: 34px !important;
    height: 34px !important;
    border-radius: 8px !important;
    background: #fff !important;
    border: 1px solid #ef4444 !important;
    color: #ef4444 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
}

/* Bulk Actions Styles */
.bulk-action-bar-container {
    z-index: 10000 !important;
    position: fixed !important;
    bottom: 30px !important;
    left: 0 !important;
    width: 100vw !important;
    /* Forces viewport width */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    pointer-events: none !important;
}

.bulk-action-bar {
    min-width: 75% !important;
    backdrop-filter: blur(12px) !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
    pointer-events: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 12px 24px !important;
    border-radius: 100px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    animation: slideUpFloat 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
}

@keyframes slideUpFloat {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

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

.bulk-action-selected-text {
    font-size: 13px !important;
}

.bulk-action-label {
    font-size: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.bulk-action-select-wrapper {
    width: 220px !important;
}

.bulk-action-control-height {
    height: 38px !important;
}

.bulk-action-btn-assign {
    height: 38px !important;
    background: #10b981 !important;
    border: none !important;
}

.bulk-action-btn-status {
    height: 38px !important;
    background: #2755b0 !important;
    border: none !important;
}

.bulk-action-btn-delete {
    height: 38px !important;
    background: #ef4444 !important;
    border: none !important;
}

.bulk-action-close-btn {
    width: 32px !important;
    height: 32px !important;
}

.history-modal-body {
    max-height: 70vh !important;
    overflow-y: auto !important;
}

.bulk-upload-icon {
    font-size: 1.5rem !important;
}


.object-fit-cover {
    object-fit: cover !important;
}

/* --- Premium Hotel Selection Modal --- */
.premium-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: modalFadeIn 0.3s ease-out;
}

.premium-modal-card {
    background: #ffffff;
    width: 100%;
    max-width: 550px;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    animation: modalScaleUp 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes modalScaleUp {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.premium-modal-header {
    padding: 24px 32px;
    background: #fff;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.premium-modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.close-modal-btn {
    background: #f1f5f9;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    transition: all 0.2s;
    cursor: pointer;
}

.close-modal-btn:hover {
    background: #e2e8f0;
    color: #0f172a;
    transform: rotate(90deg);
}

.modal-tabs-wrapper {
    padding: 24px 32px 0;
}

.pill-switcher-container {
    background: #f1f3f7;
    padding: 4px;
    border-radius: 50px;
    display: flex;
    position: relative;
    margin-bottom: 8px;
}

.pill-switcher-btn {
    flex: 1;
    border: none;
    background: transparent;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    position: relative;
    z-index: 2;
    transition: color 0.3s;
    border-radius: 50px;
}

.pill-switcher-btn.active {
    color: #fff;
}

.pill-active-bg {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    width: calc(50% - 4px);
    background: #2456b0;
    border-radius: 50px;
    z-index: 1;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pill-active-bg.slide-right {
    transform: translateX(100%);
}

.premium-modal-body {
    padding: 24px 32px 32px;
    max-height: 500px;
    overflow-y: auto;
}

/* Add Hotel Tab Styles */
.search-container {
    margin-bottom: 20px;
}

.selected-hotel-preview {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
    animation: fadeInDown 0.3s ease-out;
}

.hotel-preview-img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    object-fit: cover;
    background: #eee;
}

.hotel-preview-info h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
}

.hotel-preview-info p {
    margin: 4px 0 0;
    font-size: 13px;
    color: #64748b;
}

.add-selection-btn {
    width: 100%;
    margin-top: 24px;
    background: #2456b0;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 14px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s;
    box-shadow: 0 10px 15px -3px rgba(91, 115, 232, 0.3);
}

.add-selection-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 20px -3px rgba(91, 115, 232, 0.4);
}

/* View Hotel Card Styles */
.hotel-view-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hotel-card-item {
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.hotel-card-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: #e2e8f0;
}

.hotel-card-img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
}

.hotel-card-info {
    flex: 1;
}

.hotel-card-info h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
}

.hotel-card-info p {
    margin: 2px 0 0;
    font-size: 12px;
    color: #64748b;
}

.remove-hotel-btn {
    background: #fff;
    border: 1px solid #fee2e2;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ef4444;
    transition: all 0.2s;
    cursor: pointer;
}

.remove-hotel-btn:hover {
    background: #fee2e2;
    transform: scale(1.1);
}

.empty-state {
    text-align: center;
    padding: 40px 20px;
}

.empty-state i {
    font-size: 48px;
    color: #cbd5e1;
    margin-bottom: 16px;
    display: block;
}

.empty-state p {
    color: #64748b;
    font-size: 14px;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

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

/* Custom indicator for mention */
.mention-chip {
    background: #eff6ff;
    color: #2563eb;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
    margin-right: 4px;
}

.approval-btn {
    height: 36px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(36, 86, 176, 0.15) 0px 4px 12px;
    color: var(--white) !important;
    background: var(--blue);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Call Logs Report Premium Styles (Scoped to .call-logs-report) */
.call-logs-report .filter-section-container {
    border-radius: 10px !important;
    box-shadow: 0 10px 20px rgb(0 0 0 / 8%) !important;
    border: none !important;
}

.call-logs-report .icon-bottom-margin {
    margin-bottom: 2px !important;
}

.call-logs-report .filter-tabs-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.call-logs-report .filter-tab-btn {
    padding: 5px 22px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 8px;
    border-radius: 50px !important;
    font-size: 0.65rem !important;
    min-width: auto;
}

.call-logs-report .filter-tab-btn-active {
    background-color: #2456b0 !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.call-logs-report .filter-tab-btn-inactive {
    background-color: #f8f9fb !important;
    color: #64748b !important;
    border: 1px solid #f1f5f9 !important;
}

.call-logs-report .filter-tab-btn-inactive:hover {
    background-color: #eef2ff !important;
}

.call-logs-report .agent-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}

.call-logs-report .agent-avatar {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.75rem;
    color: #fff;
    flex-shrink: 0;
}

.call-logs-report .agent-name {
    font-weight: 600;
    color: #1e293b;
    font-size: 0.85rem;
}

.call-logs-report .agent-rank {
    font-size: 0.65rem;
    color: #94a3b8;
    font-weight: 500;
}

.call-logs-report .stat-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.78rem;
    min-width: 40px;
}

.call-logs-report .stat-success {
    background: #ecfdf5;
    color: #059669;
}

.call-logs-report .stat-primary {
    background: #eff6ff;
    color: #2563eb;
}

.call-logs-report .stat-danger {
    background: #fef2f2;
    color: #dc2626;
}

.call-logs-report .stat-warning {
    background: #fffbeb;
    color: #d97706;
}

.call-logs-report .stat-info {
    background: #f0f9ff;
    color: #0284c7;
}

.call-logs-report .stat-purple {
    background: #f5f3ff;
    color: #7c3aed;
}

.call-logs-report .duration-text {
    font-family: 'SF Mono', 'Consolas', monospace;
    font-size: 0.78rem;
    font-weight: 600;
    color: #2456b0;
}

@keyframes call-logs-skeleton-pulse {
    0% {
        background-color: #f1f5f9;
    }

    50% {
        background-color: #e2e8f0;
    }

    100% {
        background-color: #f1f5f9;
    }
}

.call-logs-report .skeleton {
    animation: call-logs-skeleton-pulse 1.5s ease-in-out infinite;
    border-radius: 15px;
    width: 100%;
}

.call-logs-report .welcome-container {
    box-shadow: 0 10px 20px rgb(0 0 0 / 8%) !important;
    border-radius: 10px !important;
    border: none !important;
    background: #fff;
    padding: 1px;
}

.call-logs-report .custom-filter-drawer {
    padding: 5px 2px;
    border-top: 1px solid #dee2e6;
}

.call-logs-report .drawer-label {
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.4rem;
    letter-spacing: 0.5px;
    display: block;
}

.call-logs-report .empty-state {
    padding: 60px 20px;
    text-align: center;
}

.call-logs-report .empty-state i {
    font-size: 48px;
    color: #cbd5e1;
    margin-bottom: 16px;
}

.call-logs-report .avatar-bg-1 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.call-logs-report .avatar-bg-2 {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.call-logs-report .avatar-bg-3 {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.call-logs-report .avatar-bg-4 {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.call-logs-report .avatar-bg-5 {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.call-logs-report .avatar-bg-6 {
    background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%);
}

.call-logs-report .avatar-bg-7 {
    background: linear-gradient(135deg, #fccb90 0%, #d57eeb 100%);
}

.call-logs-report .avatar-bg-8 {
    background: linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 100%);
}

.call-logs-report .mini-progress {
    height: 4px;
    border-radius: 4px;
    background: #f1f5f9;
    margin-top: 6px;
    overflow: hidden;
}

.call-logs-report .mini-progress-bar {
    height: 100%;
    border-radius: 4px;
    transition: width 0.5s ease;
}

/* Select Agent and Filter Styling to Match Agent Wise Report */
.call-logs-report .search-select-input {
    min-width: 160px;
    border-radius: 50px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    padding: 0 25px !important;
    background: linear-gradient(145deg, #f8f9fb, #f0f4ff) !important;
    border: 1px solid #dbeafe !important;
    color: #2456b0 !important;
    height: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(36, 86, 176, 0.05);
    cursor: pointer;
}

.call-logs-report .search-select-input:hover {
    background: #fff !important;
    border-color: #2456b0 !important;
    box-shadow: 0 4px 15px rgba(36, 86, 176, 0.1);
    transform: translateY(-1px);
}

.call-logs-report select.radius,
.call-logs-report .react-datepicker-wrapper input {
    min-width: 140px;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 0 15px !important;
    background-color: #f4f6fc !important;
    border: 1px solid #ddd !important;
    color: #333 !important;
    height: 50px !important;
    transition: all 0.2s ease;
}

.call-logs-report .search-select-input:focus,
.call-logs-report select.radius:focus,
.call-logs-report .react-datepicker-wrapper input:focus {
    background-color: #fff !important;
    border-color: #2456b0 !important;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(36, 86, 176, 0.1) !important;
}

.call-logs-report select.radius {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23666' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
}