﻿:root {
    --transfer: #006633;
    --sightseeing: #d97706;
    --restaurant: #dc3545;
    --leisure: #20c997;
    --hotel-cost: #3b82f6; /* softer blue */
    --land-cost: #8b5cf6; /* softer purple */
    --quotation-final-cost: #f96508; /* Blue */
}

/* Login form text */
.login-form {
    padding: 110px;
}

.hide {
    display: none;
}

th, td {
    white-space: nowrap;
}

table#BookingListTbl {
    width: 600px;
    margin: 0 auto;
}
/*table.dataTable {
   max-width:100%!important;
   width:100%!important;
}*/

.input-date-field {
    background: url(/dist/img/datepicker-img.png);
    background-repeat: no-repeat;
    background-position: right;
}

.login-page-img {
    background: url(/dist/img/bg.png) no-repeat;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: white;
}

.login-page-text {
    position: fixed;
    left: calc(15% - 50px);
    top: calc(50% - 50px);
}

.ui-widget-content {
    max-height: 200px !important;
    overflow-y: scroll !important;
}

.ui-widget {
    font-size: 1em !important;
}

.text-secondary {
    color: #8992A9 !important;
}

.confirmation-id-box {
    height: 58px !important;
}

.input-group-append .btn {
    z-index: 10;
    border-radius: 10px !important;
    /*padding:10px;*/
}


.booking h4, .booking h5 {
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 2.5px;
}

@media (max-width:915px) {
    .login-form {
        padding: 30px;
    }
}

@media (min-width:915px) {


    .span-01 {
        display: none
    }
}

.btn {
    cursor: pointer;
}

.btn-edit {
    background-color: #006633;
    color: white;
}

.btn-delete {
    background-color: #F9C208;
    color: #006633;
}

.navbar-dark .navbar-nav .show > .nav-link {
    color: black !important;
}

.cursor-point {
    cursor: pointer;
}

.input-group-append span {
    z-index: 10;
}
/* Checkbox */
.destinations input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.destinations .form-check-label {
    padding: 8px;
}

/* Active nav-item */
.sidebar-dark-white .nav-sidebar > .nav-item > .nav-link.active {
    background: #006633 !important;
    color: white !important;
}

.btn-default {
    color: #495057;
    background-color: white;
    border: 1.5px solid #727a84;
}

.login-logo-cust {
    width: 55% !important;
}

.login-frmtxt {
    font-size: 25px;
    padding-bottom: 5px !important
}

.signin-btn-cust {
    background-color: #5855D6 !important;
    border-color: #5855D6 !important;
}

    .signin-btn-cust:hover {
        background-color: #6c6acb !important;
        border-color: #6c6acb !important;
    }

    .signin-btn-cust:active {
        background-color: #6c6acb !important;
        border-color: #6c6acb !important;
    }

.grid-btn-cust {
    font-size: 11px !important;
    padding: 4px 7px;
}

.txtarea-no-resize {
    resize: none;
}

.ck-editor__editable {
    min-height: 200px;
}

/* Login page */

.login-page {
    /*background-color: #333169;*/
}

.login-box, .register-box {
    /*width: 500px;*/
}

    .login-box .card, register-box .card, .box {
        border-radius: 16px;
    }

.card-body {
    padding: 2rem;
}

/* Button */
.btn-primary, .btn-primary:hover {
    background-color: #006633 !important;
}

.btn {
    border-radius: 8px;
}

.btn-link {
    color: #5855D6;
}

.btn-width {
    padding: 10px 30px;
}

.btn-text-bold {
    font-weight: 700;
    font-size: 18px;
}

/* form tags */
.form-control, .form-select {
    border: 1.5px solid #727a84;
    border-radius: 8px;
    height: 33px;
    font-size: 14px;
}

.form-select {
    width: 100%;
    padding: 10px;
}

    .form-control:focus, .form-select:focus {
        border: 1.5px solid var(--Light-Gray, #00592278);
    }

@media (max-width:576px) {
    .login-box, .register-box {
        width: 100%;
    }
}

/* Master page - profile menu*/
.content-wrapper {
    background-color: white;
}

.border-right {
    border-right: 1px solid #EDEFF2;
}

.brand-link, .navbar-dark {
    border-bottom: 1px solid #EDEFF2 !important;
}

.modal-bg {
    background-color: white;
    color: black;
}

.rounded-box {
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
    border-radius: 12px !important;
    border: none;
}

.modal-bg .fas {
    color: #A1ACBD !important;
}

.menus .nav-link {
    color: gray;
}

/* EYE icon */
.input-group > .form-control:not(:last-child) {
    border-radius: 8px !important;
}

.eye-icon {
    position: absolute;
    right: 0;
    padding: 8px;
    z-index: 10;
}

.input-group-append {
    position: absolute;
    right: 0;
    padding: 12px;
}

/* primary colors */
.text-primary {
    color: #006633 !important;
    font-size: 17px;
}

.btn-outline-primary {
    border: 1px solid #006633 !important;
    color: #006633;
}

    .btn-outline-primary:hover {
        background-color: #006633;
        color: white;
    }

.btn-link {
    color: #006633 !important;
}

.btn-font-weight {
    font-weight: 600;
}

.text-end {
    text-align: end;
}

.error {
    color: red;
}

/* Questionnarie */
.questionnrie-section .nav-item a {
    color: black;
    font-size: 17px;
}

.questionnrie-section .nav-tabs {
    border-bottom: 1px solid #006633;
}

    .questionnrie-section .nav-tabs .nav-link.active {
        color: #006633;
        background-color: transparent;
        border-bottom: 2.5px solid #006633;
        border-left: transparent;
        border-top: transparent;
        border-right: transparent;
    }

    .questionnrie-section .nav-tabs .nav-link:hover {
        border-bottom: 2.5px solid #006633;
    }

.questionnrie-section .folio-numbers .col-12 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.sub-menu .nav-treeview > .nav-item > .nav-link {
    padding-left: 2rem;
    display: flex;
}

    .sub-menu .nav-treeview > .nav-item > .nav-link > .fa {
        line-height: unset;
    }

    .sub-menu .nav-treeview > .nav-item > .nav-link > p {
        padding-left: 0.25rem !important;
    }


/* table */
@media (max-width:630px) {
    .table {
        display: block !important;
    }
}

.table th {
    background: #F8F9FB;
    color: #8992A9;
}

.cust-hidden-trow {
    visibility: hidden;
    font-size: 0px;
    overflow: hidden;
}

.cust-tbl-btn {
    font-size: 15px;
    padding: 2px 6px;
    margin: 0px 2px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.cal-icon {
    position: absolute;
    text-align: right;
    right: 23px;
    padding-top: 15px;
}

.col-padding .col-12 {
    padding-top: 8px;
    padding-bottom: 8px;
}

table {
    border: 2px solid #E3E5ED;
}

hr {
    border-top: 2.8px dashed #E2E8F0;
}

.cust-err {
    border: 2px solid red !important;
}

.file-preview-agent {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.file-agent-logo {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    width: 172px;
    height: 172px;
    border-radius: 50%
}

.hidden {
    display: none;
}

.block {
    display: block;
}

.select-width {
    width: 150px;
}

.nav-item {
    display: block;
    margin-bottom: 10px; /* Adjust this value based on your spacing preference */
}

.nav-link {
    display: flex;
    align-items: center;
}

    .nav-link img {
        width: 32px; /* Adjust the width as needed */
        height: auto; /* Maintain the aspect ratio */
        margin-right: 10px; /* Adjust the spacing between image and text */
    }

.selected {
    background-color: #FFE5CC !important;
}

.ui-autocomplete {
    z-index: 1100;
}

/* New styles */
.action-icon {
    padding: 0 5px;
}

.select-dropdown-height {
    height: 23px;
    padding: 3px 5px;
}

.table td {
    padding: 5px 0.5rem;
}

.table th, .table td {
    font-size: 15px;
}

label, span {
    font-size: 14px;
    margin-bottom: 2px;
}

.input-checkbox {
    width: 18px;
    height: 18px;
}

.small-grey-text {
    font-size: 12px;
    color: grey;
    margin-bottom: 0;
}

.particular-price-card {
    border-radius: 12px;
    box-shadow: none;
    border: 1.5px solid #E2E8F0;
}

.border-top {
    border-top: 2.5px solid #E2E8F0 !important;
}

.light-gray {
    color: #8992A9;
}

.border-right-gray {
    border-right: 1px solid #E2E8F0;
}

.table .form-control {
    width: 70px;
}

#duplicate-record-title {
    font-weight: 600;
}

.font-18 {
    font-size: 18px;
}

/* Add-Edit booking */

.booking-page-header {
    position: sticky;
    top: 0px;
    background-color: white;
    z-index: 20;
}

.booking-page {
    border-bottom: 2px solid #E2E8F0;
    padding-bottom: 0px;
    padding-top: 0px;
}

.booking-footer {
    position: sticky;
    bottom: 0px;
    background-color: white;
    z-index: 10;
    border-top: 2px solid #E2E8F0;
}

.border-dashed {
    border-top: 2px dashed #E2E8F0;
}

input[type="checkbox"] {
    width: 20px; /*Desired width*/
    height: 20px; /*Desired height*/
}

.itineray-selfbook {
    margin-left: 0 !important;
}

.tab {
    justify-content: center;
}

.tab-border {
    border-bottom: 2px solid #E3E5ED;
}

.menuitems {
    border: 1.5px solid #727a84;
    border-radius: 8px;
    line-height: 33px;
    margin: 5px;
    display: inline-block;
    padding-horizontal: 10px;
}

.p-7 {
    padding: 1rem !important;
}

.pt-7, .py-7 {
    padding-top: 0.5rem !important;
}

.pb-7, .py-8 {
    padding-bottom: 0.25rem !important;
}

.p-8 {
    padding: 1rem !important;
}

.pt-8, .py-8 {
    padding-top: 0.5rem !important;
}

.pb-8, .py-8 {
    padding-bottom: 0.5rem !important;
}

.account-section .nav-tabs {
    padding: 0px 0px !important;
    background-color: #f5f9f7 !important;
    border: none;
}

    .account-section .nav-tabs .nav-item,
    .account-section .nav-tabs .nav-item select {
        display: flex;
        align-items: center !important;
        color: #6c757d !important;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

        .account-section .nav-tabs .nav-item a,
        .account-section .nav-tabs .nav-item a select,
        .account-section .nav-tabs .nav-item select {
            background: none;
            color: #6c757d !important;
            border: none !important;
        }

        .account-section .nav-tabs .nav-item .active,
        .account-section .nav-tabs .nav-item .active select {
            background-color: #fff !important;
            color: #000 !important;
            border: none !important;
        }

#financialYearDropDown .input-date-field {
    background: url(/dist/img/datepicker-img.png);
    background-repeat: no-repeat;
    background-position: 8px center;
}

#financialYearDropDown .yearDropDown {
    display: inline-block;
    background-color: #fff;
    border-radius: 8px;
    padding-left: 30px;
}

#financialYearDropDown .form-select {
    padding: 5px 10px;
    text-align: center;
}

    #financialYearDropDown .form-select:focus,
    #financialYearDropDown .form-select:active {
        outline: none;
        border: none;
    }

#financialYearDropDown .form-select {
    display: block;
    width: 100%;
}

.mobileNumber {
    border: 1.5px solid #727a84;
    border-radius: 8px;
}

.mobile-number,
.mobile-number:focus,
.mobile-number:active {
    border: none;
    outline: none;
    height: 1.9rem;
}

.select2-selection--single {
    border: 1.5px solid #727a84 !important;
    border-radius: 8px !important;
    height: 33px !important;
    font-size: 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
}

.border-light-gray {
    border: 1.5px solid #E3E5ED;
    border-radius: 8px;
}

.rm-border-outline,
.rm-border-outline:focus,
.rm-border-outline:active {
    border: none !important;
    outline: none !important;
}

/*#Transaction-tab select {
    height: 24px !important;
}*/
#transactionDropdown select {
    height: 24px !important;
}

#addEditTransaction .border {
    border: 1.5px solid #E3E5Ed !important;
    width: 100%;
    margin: 0.5rem 0;
}

.border-green {
    border: 1.5px solid #00663380 !important;
    border-radius: 50% !important;
}

.border-dashed-green {
    border: 1.5px dashed #00663380 !important;
    border-radius: 8px !important;
}

#addEditTransaction #guestName {
    border-radius: 0.3rem !important;
    font-size: 0.8rem;
    padding: 0.1rem 2rem;
    background-color: #0066331A !important;
    color: #2F4858 !important;
}

.displayDetails {
    border-radius: 0.3rem !important;
    font-size: 0.8rem;
    padding: 0.1rem 2rem;
    background-color: #E2E8F0 !important;
    color: #2F4858 !important;
}

.upload-bills {
    border: 2px solid #E3E5Ed !important;
    border-radius: 8px !important;
    padding: 0.5rem 0.6rem;
    /*margin-top: 1rem;*/
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}

    .upload-bills label {
        font-size: 1rem;
    }

.file-upload-box {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
}

    .file-upload-box input[type="file"] {
        display: none;
    }

.drag-file {
    line-height: 1.2;
    font-size: 0.9rem;
}

.browse-files {
    color: #157830;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.9rem;
}

.upload-img {
    width: 15%;
    height: auto;
    max-width: 500px;
}

.upload-file-note {
    font-size: 0.7rem;
}

#transactionDropdown .dropdown-item {
    border: none;
    border-radius: 0;
    padding: 0;
}

.transactionDropdown:hover {
    background-color: #0066331A !important;
}

.file-upload-box.dragover {
    border: 2px dashed #28a745;
    background-color: #f0fff5;
    transition: background-color 0.2s ease-in-out;
}

#addEditTransaction h3 {
    font-size: 1.25rem;
    font-weight: 700;
}

.table .width100 {
    width: 100% !important;
}

.max-popup-width {
    max-width: 90% !important;
}

fieldset {
    border: 1px solid; /* Bootstrap primary color */
    border-radius: 8px;
    padding: 15px 15px 15px 15px;
    max-width: 100%;
    width: 100%;
}

legend {
    width: auto;
    padding: 0 15px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
}

.remove-radius-right {
    border-radius: 8px 0px 0px 8px !important;
}

.remove-radius-left {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.center-dropdown {
    padding: 0px 25px !important;
}

.display-block {
    display: block !important;
}

.h-30 {
    height: 30px;
}

.col-2_5 {
    flex: 0 0 18%;
    max-width: 18%;
}

.col-4_5 {
    flex: 0 0 40%;
    max-width: 40%;
}

}

.status-red {
    background-color: red !important;
    color: white !important;
}

#transactionModelPopUpTable tfoot {
    position: sticky;
    bottom: 0;
    background-color: #f8f9fa; /* Light gray background */
    z-index: 1;
}

#monthDetailTable tfoot {
    position: sticky;
    bottom: 0;
    background-color: #f8f9fa;
    z-index: 1;
}

.invoice-status:focus,
.voucher-status:focus,
.itinerary-status:focus,
.payment-status:focus {
    background-color: white !important;
    color: black !important;
}

.message-row {
    display: flex;
    margin-bottom: 12px;
}

.message {
    padding: 14px 18px;
    border-radius: 20px;
    max-width: 75%;
    line-height: 1.5;
    white-space: pre-wrap;
    word-wrap: break-word;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    font-size: 1rem;
    font-family: "Segoe UI", sans-serif;
}

    /* Bot message style */
    .message.bot {
        background-color: #e6ffe6;
        color: #1e4620;
        margin-right: auto;
        border-top-left-radius: 0;
    }

    /* User message style */
    .message.user {
        background-color: #dceeff;
        color: #003366;
        margin-left: auto;
        border-top-right-radius: 0;
    }


.dataTables_wrapper {
    font-size: 0.85rem;
}

.chat-container {
    max-width: 900px;
    margin: 40px auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    height: 90vh;
    overflow: hidden;
}

.chat-body {
    flex: 1;
    padding: 16px;
    overflow-y: auto;
    background-color: #f9f9f9;
}

.message-row {
    display: flex;
    margin-bottom: 14px;
}

.chat-footer {
    padding: 10px;
    border-top: 1px solid #ddd;
    background: #fff;
    display: flex;
    gap: 8px;
}

    .chat-footer input {
        flex: 1;
        padding: 10px;
        border-radius: 5px;
    }

.dataTables_wrapper {
    font-size: 0.85rem;
}

.copy-btn,
.message .btn[title="Copy"] {
    position: absolute;
    top: 0px;
    right: -45px;
    background: #f8f9fa;
    border: 1px solid #ccc;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease-in-out;
}

    .copy-btn:hover,
    .message .btn[title="Copy"]:hover {
        background-color: #e2e6ea;
    }


.ml-2 {
    margin-left: .5rem !important;
}

#chat-sidebar {
    transition: all 0.3s ease-in-out;
}

#chat-main {
    transition: all 0.3s ease-in-out;
}

/* Select2 Box UI */
/*#daysOfOperation + .select2-container .select2-selection--multiple {
    background-color: #006633 !important;
    border-color: #006633 !important;
    min-height: 38px;
}*/

/* Selected items (tags) */
#daysOfOperation + .select2-container .select2-selection__choice {
    background-color: #006633 !important;
    border-color: #006633 !important;
    border: none;
    color: white;
}

/* Placeholder / text color */
#daysOfOperation + .select2-container .select2-selection__rendered {
    color: #fff !important;
}

/* Dropdown list styling */
.select2-results__option {
    padding: 8px 12px;
    font-weight: 500;
}

.select2-results__option--highlighted {
    background-color: #006633 !important;
    color: white !important;
}

/* Tab Styling for Quotation Page */
.nav-tabs {
    border-bottom: 2px solid #dee2e6;
    margin-bottom: 20px;
    padding: 0 10px;
}

    .nav-tabs .nav-link {
        border: none;
        color: #6c757d;
        font-weight: 500;
        padding: 12px 20px;
        margin-right: 10px;
        border-radius: 0;
        transition: all 0.3s ease;
        position: relative;
        background: transparent;
        cursor: pointer;
    }

        .nav-tabs .nav-link:hover {
            color: #006633;
            background-color: transparent;
            border: none;
        }

        .nav-tabs .nav-link.active {
            color: #006633;
            background-color: transparent;
            border: none;
            border-bottom: 3px solid #006633;
        }

        .nav-tabs .nav-link i {
            margin-right: 8px;
            font-size: 18px;
        }

/* Tab title with quotation ID */
#tabTitle {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

#tabQuotationId {
    font-weight: 600;
    color: #006633;
    margin-left: 5px;
}

.tab-pane {
    display: none;
}

    .tab-pane.active {
        display: block;
    }

/* Tasks Container Styling */
.tasks-container {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 20px;
    margin: 20px 0;
    border: 1px solid #e9ecef;
}

    .tasks-container i {
        color: #006633;
        opacity: 0.3;
        font-size: 4rem;
        margin-bottom: 1.5rem;
    }

    .tasks-container p {
        color: #6c757d;
        font-size: 1.25rem;
        font-weight: 400;
        margin: 0;
        letter-spacing: 0.5px;
    }

/* Animation for tab switching */
.tab-pane {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-tabs {
        padding: 0 5px;
    }

        .nav-tabs .nav-link {
            padding: 8px 12px;
            font-size: 14px;
        }

            .nav-tabs .nav-link i {
                font-size: 16px;
                margin-right: 5px;
            }

    .tasks-container {
        min-height: 350px;
        padding: 30px 15px;
    }

        .tasks-container i {
            font-size: 3rem;
        }

        .tasks-container p {
            font-size: 1rem;
        }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .nav-tabs .nav-link {
        padding: 6px 10px;
        font-size: 13px;
    }

    .tasks-container {
        min-height: 300px;
        padding: 20px 10px;
    }
}

/* Base sticky modal layout */
.modal-sticky {
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    overflow: hidden; /* prevents horizontal scroll */
}

/* Scrollable content */
.modal-scroll-body {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem;
}

/* Sticky footer */
.sticky-footer {
    position: sticky;
    bottom: 0;
    z-index: 1050;
    background: #fff;
    border-top: 1px solid #dee2e6;
    padding: 0.75rem 1rem;
    text-align: right;
}

/* Optional: smooth scrolling */
.modal-scroll-body {
    scroll-behavior: smooth;
}

/* Footer split layout */
.modal-footer-split {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    /* Left content */
    .modal-footer-split .footer-left {
        font-size: 1rem;
        white-space: nowrap;
    }

    /* Right buttons */
    .modal-footer-split .footer-right {
        display: flex;
        align-items: center;
    }

/* Mobile responsive handling */
@media (max-width: 576px) {
    .modal-footer-split {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }

        .modal-footer-split .footer-right {
            justify-content: flex-end;
            width: 100%;
        }
}

.enrouted-list-text {
    background: #cf1757;
    color: white;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 11px;
    font-size: 11px;
    font-weight: bold;
}


/*Hotel Booking list*/
.booking-hotel-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    max-width: 99.5%;
    margin: 0 auto;
    border: 1px solid var(--border);
}

/* Header */
.booking-hotel-card-header {
    padding: 10px;
    border: 0.5px #8f8f8f4f solid;
    border-bottom: 0.5px solid #f8fafc;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.booking-hotel-info h2 {
    margin: 0;
    font-size: 1.25rem;
    color: var(--primary);
}

.booking-hotel-meta {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-top: 5px;
}

.booking-hotel-header-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

/* Table Styling */
.booking-hotel-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

    .booking-hotel-table th {
        background: #f8fafc;
        padding: 5px 12px;
        font-size: 0.75rem;
        text-transform: uppercase;
        color: var(--text-muted);
        border-bottom: 1px solid var(--border);
    }

    .booking-hotel-table td {
        padding: 5px 12px;
        border-bottom: 1px solid #f8fafc;
        font-size: 0.9rem;
    }

.booking-hotel-row-select {
    width: 15px;
}

.booking-hotel-item-desc {
    font-weight: 500;
    min-width: 250px;
}

.booking-hotel-calc-cell {
    color: var(--text-muted);
}

.booking-hotel-final-cell {
    font-weight: 600;
    text-align: right;
    color: #000;
}

/* Footer */
.booking-hotel-card-footer {
    padding: 10px;
    background: #fafafa;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.booking-hotel-grand-total {
    font-size: 1rem;
    font-weight: 800;
    color: #000;
}


.booking-hotel-badge {
    background: #eff6ff;
    color: #3b82f6;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
}

.booking-hotel-room-sharing-badge {
    background: #e9cf80a8;
    color: #1e1805;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
}

.hotel-confirmation-input {
    border-radius: 8px;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border: 1px solid #006633 !important;
    width: 260px;
}


/*Booking itinerary List CSS*/
.itinerary-day-container {
    background-color: transparent;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    max-width: 99.5%;
    margin: 0 auto;
    border: 0.5px #8f8f8f4f solid;
    margin: 0 auto 20px;
    border-bottom: 0px #8f8f8f4f solid;
}

.itinerary-day-header {
    color: var(--primary);
    padding: 5px 7px;
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border-bottom: 0.5px #8f8f8f4f solid;
}

.itinerary-header-left {
    display: flex;
    flex-direction: column;
}

    .itinerary-header-left strong {
        font-size: 1.05rem;
    }

    .itinerary-header-left span {
        font-size: 0.8rem;
        opacity: 0.8;
    }

.itinerary-add-actions {
    display: flex;
    gap: 10px;
}

/* Add Service Buttons */
.itinerary-btn-add {
    padding: 5px 12px;
    border-radius: 6px;
    border: 0.5px solid;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.2s;
}

.itinerary-btn-add-tr {
    background-color: var(--transfer);
    border-color: var(--transfer);
    color: white;
}

    .itinerary-btn-add-tr:hover {
        border-color: var(--transfer);
        background-color: white;
        color: var(--transfer);
    }

.itinerary-btn-add-ss {
    border-color: var(--sightseeing);
    background-color: var(--sightseeing);
    color: white;
}

    .itinerary-btn-add-ss:hover {
        border-color: var(--sightseeing);
        background-color: white;
        color: var(--sightseeing);
    }

.itinerary-btn-add-rs {
    background-color: var(--restaurant);
    border-color: var(--restaurant);
    color: white;
}

    .itinerary-btn-add-rs:hover {
        border-color: var(--restaurant);
        background-color: white;
        color: var(--restaurant);
    }

.itinerary-btn-add-ls {
    background-color: var(--leisure);
    border-color: var(--leisure);
    color: white;
}

    .itinerary-btn-add-ls:hover {
        border-color: var(--leisure);
        background-color: white;
        color: var(--leisure);
    }

.itinerary-btn-add:hover {
    filter: brightness(1.2);
    transform: translateY(-1px);
}

/* Card Master Style */
.itinerary-title-area {
    font-size: 0.9rem;
}

.itinerary-card {
    background: white;
    border: 1px solid var(--border);
    border-left: 5px solid #cbd5e1;
    padding: 7px;
    margin-bottom: 10px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.itinerary-type-transfer {
    border-left-color: var(--transfer);
}

.itinerary-type-sightseeing {
    border-left-color: var(--sightseeing);
}

.itinerary-type-restaurant {
    border-left-color: var(--restaurant);
}

.itinerary-type-leisure {
    border-left-color: var(--leisure);
}

/* Top Row: Title & Action Group */
.itinerary-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 7px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 7px;
}

.itinerary-title-area {
    display: flex;
    align-items: center;
    gap: 7px;
}

.itinerary-action-group {
    display: flex;
    gap: 7px;
}

/* Data Grid */
.itinerary-detail-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    font-size: 0.85rem;
}

.itinerary-data-item {
    display: flex;
    flex-direction: column;
}

    .itinerary-data-item.span-2 {
        grid-column: span 2;
    }

    .itinerary-data-item.span-3 {
        grid-column: span 3;
    }

    /* Merges all four columns for very long text (like remarks or full addresses) */
    .itinerary-data-item.span-full {
        grid-column: span 4;
    }

.itinerary-label {
    color: #141414;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2px;
}

.itinerary-value {
    font-weight: 500;
    font-size: 0.85rem !important;
    color: #334155;
}

/* Row Buttons (Edit/Delete) */
.itinerary-btn-row {
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid var(--border);
    cursor: pointer;
    font-size: 0.65rem;
    font-weight: 500;
}

.itinerary-footer-box {
    grid-column: span 4;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    border-top: 0.5px #8f8f8f4f solid;
    background: #fafafa;
    padding: 10px 7px;
    margin: -7px;
}

.itinerary-remarks-box {
    color: #92400e;
    font-size: 0.8rem;
    grid-column: span 3;
}

.itinerary-final-price-tag {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    text-align: right;
}

.itinerary-empty-day-content {
    background: white;
    border: 2px dashed var(--border);
    border-top: none; /* Connects to header */
    border-radius: 0 0 12px 12px;
    padding: 60px 20px;
    text-align: center;
    color: var(--text-muted);
}

    .itinerary-empty-day-content p {
        font-size: 0.95rem;
        margin: 0;
    }

/* Allow wrapping */
table.dataTable td.dt-wrap {
    white-space: normal !important;
    word-break: break-word;
}

/* Header wrapping */
/*table.dataTable th {
    white-space: normal !important;
}*/

/* Prevent table overflow */
.dataTables_wrapper {
    width: 100%;
    overflow-x: hidden;
}

.text-hotel-cost {
    color: var(--hotel-cost) !important
}

.text-land-cost {
    color: var(--land-cost) !important
}

.text-quotation-final-cost {
    color: var(--quotation-final-cost) !important
}

.quotation-cost-row input[readonly] {
    background: #f8f9fa;
    font-weight: 500;
}

.quotation-cost-row .final-cost-section {
    border-top: 2px solid #dee2e6;
    padding-top: 10px;
    margin-top: 10px;
}
