@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Barlow:400,500|Barlow:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,500&display=swap');

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
.text-align-center{
    text-align: -moz-center;
    text-align: -webkit-center;
}
.ee-card{
    border-radius: 15px;
    border: 1px solid #EFEAE5;
    background: #FFF;
}
.border-bottom-landing{
    border-bottom: 2px solid #E0E0E0;
}
.testimonial-card{
    background-color: #F9F9FF;
}
.copyright-border{
    border-top: 1px solid rgba(255, 255, 255, .3);
}
.image-extend{
    /* margin: 0 calc(-50vw + 50%);
    width: 100vw;
    max-width: 100vw; */
}
.circle{
    background-color: #FAAE30;
}

/* Standard circular avatar styling (use everywhere for profile images) */
.jrnyon-avatar {
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    background: #111; /* shows through transparent corners */
    border: 2px solid rgba(255, 255, 255, 0.75);
    display: block;
}
.icon-align{
    position: relative;
    top: 10px;
}
.destination-card{
    position: relative;
    top: 240px;
}
.btn-group-border{
    border: 1px solid #5D5A88;
}
.badge-position{
    position: relative;
    justify-content: flex-end;
    display: grid;
    top: 40px;
}

[data-initials]:before {
    background: #BBBBBB;
    color: white;
    opacity: 1;
    content: attr(data-initials);
    display: inline-block;
    font-weight: 500;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.5em;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
}

.iti{
    display: block !important;
}

.iti__country-list{
    max-width: 300px;
}
.country-dropdown .iti__country-list, .contact_number_input .iti__country-list{
    max-width: 100% !important;
}

/* Table style */
.table-container{
    padding: 40px 40px;
}

.table-container th.asc:after, .dash-table-container th.asc:after{
    content: '\0000a0\0025b2';
    float: right;
}

.table-container th.desc:after, .dash-table-container th.desc:after {
    content: '\0000a0\0025bc';
    float: right;
}

/* Automatic table column sizing based on content */
.table-container table,
.dash-table-container table {
    table-layout: auto;
    width: 100%;
}

.table-container table td,
.dash-table-container table td,
.table-container table th,
.dash-table-container table th {
    width: auto;
    white-space: nowrap;
}

.dash-table-container.addon-table table td,
.dash-table-container.addon-table table th {
    white-space: normal !important;
    word-wrap: break-word;
    vertical-align: top !important;
}

/* Progress bar */
.progress {
    height: 4px;
    width: 100%;
    border-radius: 2px;
    background-clip: padding-box;
    overflow: hidden;
    position: relative;
}

.progress {
    opacity: 0;
}

.htmx-request .progress {
    opacity: 1;
}
.htmx-request.progress {
    opacity: 1;
}

.progress .indeterminate {
    background-color: blue;
}

.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}
/* #div_id_query{display: none;} */

.django-ckeditor-widget{display:block !important;}
.ck_border #cke_id_description{
    border: 2px solid #113C60 !important;
}
@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

#slide{
    width:max-content;
    /*margin-top:50px;*/
}
.item{
    width:200px;
    height:300px;
    background-position: 50% 50%;
    display: inline-block;
    transition: 0.5s;
    background-size: cover;
    position: absolute;
    z-index: 1;
    top:45%;
    transform: translate(0,0%);
    border-radius: 8px;
    box-shadow:  0 30px 50px #505050;
}
.item:nth-child(0),
.item:nth-child(1){
    left:0;
    top:0;
    transform: translate(0,0);
    border-radius: 0;
    width:100%;
    height:100%;
    box-shadow: none;
}
.item:nth-child(2){
    left:50%;
}
.item:nth-child(3){
    left:calc(50% + 220px);
}
.item:nth-child(4){
    left:calc(50% + 440px);
}
.item:nth-child(n+5){
    left:calc(50% + 660px);
}
.item .content{
    position: absolute;
    top:66%;
    width:480px;
    text-align: left;
    color:#eee;
    transform: translate(0,-50%);
    display: none;
    font-family: system-ui;
}
.item:nth-child(1) .content{
    display: block;
    z-index: 11111;
}
.item:nth-child(1) .trip-name{
    display: none;
}
.item:nth-child(0) .trip-name{
    display: none;
}
.item:nth-child(1){
    cursor: default;
}

.item .name{
    font-size: 40px;
    font-weight: bold;
    opacity: 0;
    animation:showcontent 1s ease-in-out 1 forwards
}
.item .des{
    margin:10px 0;
    opacity: 0;
    animation:showcontent 1s ease-in-out 1 forwards
}
.item .trip-date{
    margin:20px 0;
    opacity: 0;
    animation:showcontent 1s ease-in-out 0.3s 1 forwards
}

.item button{
    border:none;
    opacity: 0;
    animation:showcontent 1s ease-in-out 0.6s 1 forwards
}
.item .button{
    border:none;
    opacity: 0;
    animation:showcontent 1s ease-in-out 0.6s 1 forwards
}
@keyframes showcontent{
    from{
        opacity: 0;
        transform: translate(0,100px);
        filter:blur(33px);
    }to{
        opacity: 1;
        transform: translate(0,0);
        filter:blur(0);
    }
}
.buttons{
    position: absolute;
    bottom:4px;
    z-index: 22;
    padding-right: 15px;
    text-align: right;
    width:100%;
}
body {
    position: relative;
}
/*.item:nth-child(3) {
    right: 440px;
    left: auto;
}

.item:nth-child(n+6) {
    right: 0;
    left: auto;
}

.item:nth-child(5) {
    left: auto;
    right: 0;
}

.item:nth-child(4) {
    right: 220px;
    left: auto;
}
.item button {
    color: #000;
}*/
div#slide {
    position: relative;
    height: 815px;
    width: 100%;
    display: inline-block;
    overflow-x: hidden;
}
/* .item:nth-child(5) {
    left: calc(95% + 60px);
}
.item:nth-child(4) {
    left: calc(80% + 40px);
}
.item:nth-child(3) {
    left: calc(65% + 20px);
}
.item:nth-child(2) {
    left: 50%;
}
.item {
    width: 15%;
} */
.item button {
    color: #000;
}
.item:nth-child(1):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 24%);
    top: 0;
    left: 0;
}
.item:nth-child(0) {
    z-index: 0;
}
.item:nth-child(1) {
    z-index: 1;
}
.item:nth-child(n+5) {
    z-index: 1;
}
.item:nth-child(n+6) {
    z-index: 1;
    opacity: 0;
}
.hide-scroll-bar {
    -ms-overflow-style: none;
    /* for Internet Explorer 10+ */
    scrollbar-width: none;
    /* for Firefox */
}

.hide-scroll-bar::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}

.item .button {
    color: #000;
}

.font-barlow {
    font-family: 'Barlow', serif;
}

.font-playfair {
    font-family: "Playfair Display", serif;
}

.italic-custom {
    font-style: italic;
}

.wa-chat-box-poweredby {
    display: none !important;
}

.wa-chat-box-brand {
    background-color: #FFF !important;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #D97706;
    /* Amber 500 */
    cursor: pointer;
    width: 20px;
    /* Custom thumb size */
    height: 20px;
    border-radius: 50%;
    /* Circular thumb */
}

/* Firefox */
.slider::-moz-range-thumb {
    background: #D97706;
    /* Amber 500 */
    cursor: pointer;
    width: 20px;
    /* Custom thumb size */
    height: 20px;
    border-radius: 50%;
    /* Circular thumb */
}

.flatpickr-innerContainer .flatpickr-day.selected.startRange {
    background: rgba(255, 174, 48, 0.3) !important;
    /* Amber background for start date */
    border-color: #F59E0B !important;
    /* Amber border */
    color: #F59E0B !important;
    /* Amber text color */
}

.flatpickr-innerContainer .flatpickr-day.selected.endRange {
    background: rgba(255, 174, 48, 0.5) !important;
    /* Amber background for end date */
    border-color: #F59E0B !important;
    /* Amber border */
    color: #F59E0B !important;
    /* Amber text color */
}

.flatpickr-innerContainer .flatpickr-day.endRange {
    background: rgba(255, 174, 48, 0.5) !important;
    /* Amber background for end date */
    border-color: #F59E0B !important;
    /* Amber border */
    color: #F59E0B !important;
    /* Amber text color */
}

/* Optional: style for all selected dates in the range */
.flatpickr-innerContainer .flatpickr-day.selected {
    background-color: rgba(255, 174, 48, 0.2) !important;
    color: #F59E0B !important;
}

/* Optional: Hover effect for selected range */
.flatpickr-innerContainer .flatpickr-day.selected:hover {
    background-color: rgba(255, 174, 48, 0.3) !important;
}

.flatpickr-wrapper {
    display: block !important;
}

.border-b-amber-100 {
    border-bottom-color: #fef3c7 !important;
}
.border-t-black {
    border-top-color: #000 !important;
}

div#video-banner {
    position: relative;
    width: 100%;
    display: inline-block;
    overflow-x: hidden;
}


/* Custom checkbox styling */
.filter-checkbox-container input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
    background-color: white; /* Add explicit white background */
}

.filter-checkbox-container input[type="checkbox"]:checked {
    background-color: #f59e0b !important; /* Add !important to override accent-color */
    border-color: #f59e0b !important;
}

.filter-checkbox-container input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    color: white;
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold; /* Make checkmark more visible */
}
.itinerary-description p {
    margin-bottom: 1em !important;
}


#maestro_profile input:-webkit-autofill {
    background-color: #FFF6D0 !important;
    box-shadow: 0 0 0 30px #FFF6D0 inset !important; /* Remove blue shadow */

}
.django-ckeditor-widget{
    display: block !important;
    width: 100%;
   }
.django-ckeditor-widget #cke_id_description{
    width: 100% !important;
}
.cke_editable {
    background-color: #ffcccc;  /* Example: Light red background */
}

.cke_editable {
    background-color: #ff0;  /* Set the background color of the editor content */
}

/* Optional: Set the background color of the editor container */
.cke_wrapper {
    background-color: #f00;
}
.contact_number_input .iti--inline-dropdown{
    width: 100% !important;
}

/* Remove this rule as it conflicts with custom styling */
/* .filter-checkbox-container input[type="checkbox"].accent-amber-500 {
    accent-color: transparent;
} */

.pdf-container{width: 210mm;}
.content .content-header {
    display: none;
  }


  input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    background: transparent;
    cursor: pointer;
  }

  input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 16px;
    height: 16px;
    -moz-appearance: none;
    background: transparent;
    cursor: pointer;
    border: none;
  }


  input[type="range"].slider::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffbf00;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-top: -6px;
    transition: transform 0.1s ease;
}

input[type="range"].slider:not(:disabled):hover::-webkit-slider-thumb {
    transform: scale(1.1);
}

input[type="range"].slider:not(:disabled):active::-webkit-slider-thumb {
    transform: scale(1.2);
}

input[type="range"].slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffbf00;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: transform 0.1s ease;
}

input[type="range"].slider:not(:disabled):hover::-moz-range-thumb {
    transform: scale(1.1);
}

input[type="range"].slider:not(:disabled):active::-moz-range-thumb {
    transform: scale(1.2);
}

input[type="range"].slider:disabled::-webkit-slider-thumb {
    cursor: not-allowed;
    opacity: 0.5;
}

input[type="range"].slider:disabled::-moz-range-thumb {
    cursor: not-allowed;
    opacity: 0.5;
}

.marquee {
    width: 100%;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    gap: 1.5rem;
    width: max-content;
    animation: marquee-scroll 18s linear infinite;
}

.marquee:hover .marquee-track {
    animation-play-state: paused;
}

@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-50% - 0.75rem));
    }
}


.media-mention-scroll  .animate-infinite-scroll {
  animation-duration: 60s !important;
}

  /* Show header on all printed pages */
  @media print {
    .content .content-header {
      display: flex;
    }

    /* But hide header on first page (cover) */
    @page :first {
      @top-center {
        content: none;
      }
    }

    /* A trick: explicitly hide the header box on first page */
    body > .pdf-preview-container > .cover + .content .content-header {
      display: none !important;
    }
  }


.trip-info-favorite-button .favorite-button-container ,.tour-info-favorite-button .favorite-button-container{
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    border: 1px solid #FFAE30 !important;
    border-radius: 100%;
    width: 36px;
    height: 36px !important;
    display: flex;
    justify-content: center;

}
section{position: relative;}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

@media(min-width: 1500px){
    .item{
        width:225px;
        height:400px;
    }
    .item:nth-child(2){
        left:55%;
    }
    .item:nth-child(3){
        left:calc(55% + 250px);
    }
    .item:nth-child(4){
        left:calc(55% + 500px);
    }
    .item:nth-child(5) {
        left: calc(55% + 750px);
    }
    .item:nth-child(n+6){
        left:calc(60% + 1000px);
    }
}

@media(max-width: 1500px){
    div#slide {
        height: 640px;
    }

    .item {
        width: 180px;
        height: 320px;
        top: 42%;
    }

    .item:nth-child(2) {
        left: 60%;
    }

    .item:nth-child(3) {
        left: calc(60% + 200px);
    }

    .item:nth-child(4) {
        left: calc(60% + 400px);
    }

    .item:nth-child(n+5) {
        left: calc(60% + 600px);
    }
}

@media screen and (max-width: 1280px) {
    div#slide {
        height: 592px;
    }

    .item {
        width: 162px;
        height: 288px;
        top: 42%;
    }

    .item:nth-child(2) {
        left: 60%;
    }

    .item:nth-child(3) {
        left: calc(60% + 182px);
    }

    .item:nth-child(4) {
        left: calc(60% + 364px);
    }

    .item:nth-child(n+5) {
        left: calc(60% + 546px);
    }

}

@media(max-width: 1024px){
    div#slide {
        height: 480px;
    }


    .item {
        width: 144px;
        height: 256px;
        top: 38%;
    }

    .item:nth-child(2) {
        left: 55%;
    }

    .item:nth-child(3) {
        left: calc(55% + 164px);
    }

    .item:nth-child(4) {
        left: calc(55% + 328px);
    }

    .item:nth-child(n+5) {
        left: calc(55% + 492px);
    }
}

@media(max-width: 992px){
    .item .name{
        font-size: 24px;
    }

    .item .content {
        top: 65%;
    }
}
@media(max-width: 768px){
    /* .item:nth-child(3) {
    left: calc(50px);
    }

    .item:nth-child(4) {
    left: calc(25% + 40px);
    }
    .item {
    width: 20%;
    }


    .item:nth-child(5) {
    left: calc(50% + 30px);
    } */


.trip-info-favorite-button .favorite-button-container ,.tour-info-favorite-button .favorite-button-container{
    width: 30px;
    height: 30px !important;

}

    .item:nth-child(3) {
        left: calc(80% + 15px);
    }

    .item:nth-child(2) {
        left: 60%;
    }

    .item {
        width: 20%;
    }

    .item:nth-child(n+5) {}

    div#slide {
        height: 420px;
    }


    .item {
        width: 108px;
        height: 192px;
        top: 42%;
    }

    .item:nth-child(2) {
        left: 60%;
    }

    .item:nth-child(3) {
        left: calc(60% + 126px);
    }

    .item:nth-child(4) {
        left: calc(60% + 252px);
    }

    .item:nth-child(n+5) {
        left: calc(60% + 378px);
    }
}
@media(max-width: 550px){
    .item .name{
        font-size: 14px;
    }
    .item .trip-date{
        margin: 5px 0px;
        font-size: 10px;
    }
    .item .des{
        margin: 5px 0;
        font-size: 10px;
    }

    div#slide{
        height: 580px;
    }
    .item .content {
        top:70%;
        width: 250px;
        max-width: 250px;
    }
    .item{
        top: 60%;
    }
    .item:nth-child(3) {
        left: calc(65% + 115px);
    }
    .item:nth-child(2) {
        left: 65%;
    }
    .item:nth-child(4), .item:nth-child(n+5){
        opacity: 0;
    }
    .buttons {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.italic-custom{
    font-style: italic;
}

.wa-chat-box-poweredby{
    display: none !important;
}

.wa-chat-box-brand{
    background-color: #FFF !important;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #D97706; /* Amber 500 */
    cursor: pointer;
    width: 20px; /* Custom thumb size */
    height: 20px;
    border-radius: 50%; /* Circular thumb */
  }

  /* Firefox */
  .slider::-moz-range-thumb {
    background: #D97706; /* Amber 500 */
    cursor: pointer;
    width: 20px; /* Custom thumb size */
    height: 20px;
    border-radius: 50%; /* Circular thumb */
  }
  .flatpickr-innerContainer .flatpickr-day.selected.startRange {
    background: rgba(255, 174, 48, 0.3) !important; /* Amber background for start date */
    border-color: #F59E0B !important; /* Amber border */
    color: #F59E0B !important; /* Amber text color */
}
.flatpickr-innerContainer .flatpickr-day.selected.endRange {
    background: rgba(255, 174, 48, 0.5) !important; /* Amber background for end date */
    border-color: #F59E0B !important; /* Amber border */
    color: #F59E0B !important; /* Amber text color */
}
.flatpickr-innerContainer .flatpickr-day.endRange {
    background: rgba(255, 174, 48, 0.5) !important; /* Amber background for end date */
    border-color: #F59E0B !important; /* Amber border */
    color: #F59E0B !important; /* Amber text color */
}

/* Optional: style for all selected dates in the range */
.flatpickr-innerContainer  .flatpickr-day.selected {
    background-color: rgba(255, 174, 48, 0.2) !important;
    color: #F59E0B !important;
}

/* Optional: Hover effect for selected range */
.flatpickr-innerContainer  .flatpickr-day.selected:hover {
    background-color: rgba(255, 174, 48, 0.3) !important;
}
.flatpickr-wrapper{display: block !important;}

.curated-age-range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #f59e0b;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
}
.curated-age-range-slider input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #f59e0b;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    border: none;
}
@media(max-width: 450px){
    .curate_tour_price {
            display: block !important;
        }
    }

.htmx-indicator {
    display: none;
}
.htmx-request .htmx-indicator {
    display: flex !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* Form styling */
.form-control:focus {
    border-color: #60a5fa;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* PageDown Editor Vertical Layout */
.wmd-panel {
    width: 100% !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.wmd-button-bar {
    width: 100% !important;
    margin-bottom: 10px !important;
    order: 1 !important;
}

.wmd-input {
    width: 100% !important;
    min-height: 300px !important;
    resize: vertical !important;
    border: 1px solid #d1d5db !important;
    border-radius: 0.375rem !important;
    padding: 0.75rem !important;
    font-family: ui-monospace, SFMono-Regular, "SF Mono", Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    order: 2 !important;
    margin-bottom: 1rem !important;
}

.wmd-preview {
    width: 100% !important;
    min-height: 200px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 0.375rem !important;
    padding: 0.75rem !important;
    background-color: #f9fafb !important;
    order: 3 !important;
    overflow-y: auto !important;
    display: block !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
}

.wmd-preview::before {
    content: "Preview:" !important;
    display: block !important;
    font-weight: 600 !important;
    color: #374151 !important;
    margin-bottom: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    border-bottom: 1px solid #e5e7eb !important;
}

.wmd-output {
    width: 100% !important;
    order: 3 !important;
    display: block !important;
}
#leads-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    background: white;
    font-size: 0.96rem;
}

#leads-table th,
#leads-table td {
    word-break: break-word;
    overflow-wrap: anywhere;
    vertical-align: top;
    border-bottom: 1px solid #edf2f7;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}

#leads-table th {
    background: #f9fafb;
    color: #374151;
    font-weight: 600;
    font-size: 0.93rem;
    text-transform: uppercase;
}

#leads-table tr:last-child td {
    border-bottom: none;
}

#leads-table tr:hover td {
    background-color: #f1f5f9;
}

.leads-table-container {
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    background: white;
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(60, 60, 60, 0.07);
}

/* Responsive tweaks */
@media (max-width: 1024px) {

    #leads-table th,
    #leads-table td {
        font-size: 0.91rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

@media (max-width: 640px) {

    #leads-table,
    #leads-table thead,
    #leads-table tbody,
    #leads-table th,
    #leads-table td,
    #leads-table tr {
        display: block;
    }

    #leads-table thead {
        display: none;
    }

    #leads-table tr {
        margin-bottom: 1rem;
        background: white;
        border-radius: 0.375rem;
        box-shadow: 0 1px 2px rgba(60, 60, 60, 0.04);
        border: 1px solid #f1f1f1;
    }

    #leads-table td {
        border: none;
        position: relative;
        padding-left: 48%;
        font-size: 0.98rem;
        min-height: 38px;
    }

    #leads-table td:before {
        position: absolute;
        left: 1rem;
        top: 0.7rem;
        white-space: nowrap;
        font-weight: bold;
        color: #6b7280;
        content: attr(data-label);
    }
}
#users-table th, #users-table td {
    text-align: center !important;
}

#users-table th a {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Maestro Dashboard - Mobile date picker fix */
@media (max-width: 768px) {
    input[type="date"] {
        /* Prevent overflow positioning */
        clip-path: inset(0);
        z-index: auto;
    }
}
