.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}

.tab-button.active {
    background-color: #e5e7eb; /* Background color for the active tab */
    border-radius: 10px;

    /* Text color for the active tab */
}
.tab-button i {
    transition: color 0.3s;
}

.custom-calendar {
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.custom-time-picker {
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 10;
    top: 100%;
    margin-top: 0.5rem;
}

.hidden {
    display: none;
}
.active {
    display: block;
}

.sidebar-hidden {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}
.sidebar-visible {
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.tab-item {
    cursor: pointer;
    /* padding: 0.1rem 1.5rem; */
    margin: 0 0.5rem;
    transition: all 0.3s;
}

.active-tab {
    /* background-color: #fff; */
    color: rgb(190 34 32);
    border-radius: 36px;
    box-shadow: 0 4px 24px 0 rgba(70, 70, 77, 0.08);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: flex;
}

/* login details  */
.hidden {
    display: none;
}

/* sliding redio button  */

#slider {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 100;
    height: 80vh; /* Adjust height */
    width: 100%; /* Full width */
    transition: background-image 0.5s ease-in-out;
}
/* new custom css */
.book_ride_css {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
}
.booking_div_startCSS {
    border: 4px solid rgba(18, 158, 78, 0.3);
    background: #fbfffae3;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.greeting_css {
    font-size: 17px; /* Slightly larger font for the greeting */
    font-weight: 600; /* Make greeting text bold */
    color: #27376c; /* Darker color for visibility */
    margin-left: 20px; /* Space between greeting and ride text */
}

.flex-container {
    display: flex; /* Use flexbox for layout */
    align-items: center; /* Align items vertically centered */
    justify-content: space-between; /* Distribute space between items */
}

.ride-container {
    display: flex; /* Use flexbox for alignment */
    align-items: center; /* Center items vertically */
}

.ride-icon {
    font-size: 18px; /* Adjust icon size */
    color: #4caf50; /* Change icon color */
    margin-right: 8px;
    margin-top: 4px;
}

.ride-text {
    font-size: 17px !important; /* Adjust text size */
    font-weight: 600; /* Medium bold text */
    color: #333; /* Dark color for contrast */
}

/* styles.css */
.custom-select {
    display: block;
    width: 100%; /* Full width */
    background-color: #ffffff87;
    color: #2d3440;
    border: 1px solid #a5ceb9;
    border-radius: 0.2rem; /* Rounded corners */
    padding: 0.66rem 1rem; /* Padding */
    appearance: none; /* Remove default appearance */
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; /* Transition for focus effect */
    font-weight: 600;
}

/* Focus styles */
.custom-select:focus {
    border-color: #38a169; /* Border color when focused (focus:border-green-500) */
    box-shadow: 0 0 0 2px rgba(72, 187, 120, 0.5); /* Focus ring effect */
}

/* Optional: Style for the dropdown arrow */
.custom-select::after {
    content: "▼"; /* Dropdown arrow */
    position: absolute;
    right: 1rem; /* Position from the right */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Adjust for vertical centering */
    pointer-events: none; /* Prevent interaction */
}
.pickup_location_input {
    appearance: none !important;
    padding-left: 2rem !important;
    border: 1px solid #a5ceb9 !important;
    border-radius: 0.2rem !important;
    padding-top: 0.66rem !important;
    padding-bottom: 0.66rem !important;
    color: #2d3440 !important;
    background-color: #ffffff87 !important;
    font-weight: 600;
}
.pickup_location_input:focus {
    border-color: #267048 !important; /* Border color when focused (focus:border-green-500) */
    box-shadow: 0 0 0 2px rgba(72, 187, 120, 0.5) !important; /* Focus ring effect */
}
.pickup_location_input::after {
    content: "▼" !important; /* Dropdown arrow */
    position: absolute !important;
    right: 1rem !important; /* Position from the right */
    top: 50% !important; /* Center vertically */
    transform: translateY(-50%) !important; /* Adjust for vertical centering */
    pointer-events: none !important; /* Prevent interaction */
}
.suggest_list_css_location {
    background-color: #fff !important;
    border: 1px solid #d9d9d9 !important;
    margin-top: 0.25rem !important;
}
.add_via_point {
    border: 1px solid #a5ceb9;
    padding: 0.5rem 1rem;
    color: #2d3440 !important;
    border-radius: 0.2rem !important;
    font-size: 0.8rem !important;
    background-color: #ffffff87 !important;
}
.via_location_input {
    appearance: none !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 0.2rem !important; /* Rounded corners */
    padding-top: 0.66rem !important;
    padding-bottom: 0.66rem !important;
    color: #4a5568 !important;
}
.booking_map_css {
    border: 3px solid #267048;
    border-radius: 4px;
}
.datetime_picker_input {
    background-color: #ffffff87 !important;
    border: 1px solid #a5ceb9 !important;
    color: #2a2a2a !important;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    padding: 0.625rem 0.625rem 0.625rem 2.5rem !important;
    border-radius: 0.2rem !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
.datetime_picker_input:focus {
    border-color: #267048 !important; /* Border color when focused (focus:border-green-500) */
    box-shadow: 0 0 0 2px rgba(72, 187, 120, 0.5) !important; /* Focus ring effect */
}
.booking_button_css {
    background-color: #267048 !important;
    color: #fff !important;
    padding: 0.5rem 1.5rem !important;
    border-radius: 0.25rem !important;
}
.alert.alert-warning .btn-close::after {
    color: #f7b84b;
}

.alert-additional.alert-warning .alert-content {
    background-color: #f7b84b;
    color: #fff;
}

.alert-solid.alert-danger {
    background-color: #f06548;
    border-color: #f06548;
    color: #fff;
}
.alert-danger {
    background-color: #fba4a430 !important;
    border-color: rgb(187, 4, 4) !important;
    color: rgb(164, 3, 3) !important;
}
.alert-outline.alert-danger {
    color: #f06548;
}

.alert-border-left.alert-danger {
    border-left-color: #f06548;
}

.alert-top-border.alert-danger {
    border-top-color: #f06548;
}

.rounded-label.alert-danger .label-icon {
    background-color: #f06548;
    color: #fff;
}

.label-arrow.alert-danger .label-icon {
    color: #fff;
    background-color: #f06548;
}

.label-arrow.alert-danger .label-icon:after {
    border-left-color: #f06548 !important;
}

.alert.alert-danger .btn-close::after {
    color: #f06548;
}

.alert-additional.alert-danger .alert-content {
    background-color: #f06548;
    color: #fff;
}

.fl-page-heading {
    background-color: #121820;
}
.fl-page-heading {
    min-height: 130px;
    background-repeat: no-repeat;
    background-size: cover;
}
.fl-page-heading .fl--page-header-content {
    min-height: 130px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fl-page-heading .fl--page-header-content .header-entry-container {
    position: absolute;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 0;
    padding-left: 145px;
    padding-right: 145px;
}
.fl-page-heading
    .fl--page-header-content
    .header-entry-container
    .header-title {
    color: #fff;
}
.fl-font-style-bolt {
    font-weight: 700;
}
.breadcrumbs-heading {
    color: #fff;
    font-size: 14px;
}
.breadcrumbs-heading a {
    color: #fff;
    transition: 0.3s ease;
    opacity: 0.7;
}
.breadcrumbs-heading .breadcrumbs-delimiter {
    margin: 0 7.5px;
    font-size: 12px;
}
.fl-page-heading .fl--page-header-content .header-entry-container:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(18, 24, 32, 0.85);
    clip-path: polygon(0 0%, 87% 0, 100% 100%, 13% 100%);
}
.vehicle_div {
    background-color: #fff;
    color: #2e2d2d;
    margin-top: 30px;
    margin-bottom: 110px;
}
.vehicle_card {
    background-color: #fff;
    border: 2px solid rgba(0, 164, 82, 0.32);
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
        0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
        0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    margin-top: 0px;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    --tw-space-y-reverse: 0;
    border-radius: 0.25rem !important;
}
.vehicle_check_css {
    color: rgb(0, 164, 82) !important;
}
.auto-grid-list-content .list-grid--info {
    margin: 0;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #dddddd26;
}
/* .auto-grid-list-content .list-grid--info .list-grid-item {
    font-size: 14px;
    list-style: none;
    line-height: 1;
    padding: 2px 13px 2px 0;
    margin: 0 13px 0 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-right: 1px solid #dddddd26;
} */
.vehicle_price {
    color: rgb(0, 164, 82);
}
.vehicle_featuers_div {
    margin-left: 0.6rem;
}
.vehicle_featuers {
    border-right: 1px solid #dddddd;
    padding: 2px 13px 2px 0;
}
.vehicle_img {
    border-right: 1px solid #dddddd;
    padding: 2px 13px 2px 0;
}
.veshicle_details_div {
    border: 2px solid rgba(0, 164, 82, 0.32) !important;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem !important;
}
.booking_button_step2 {
    background-color: #045f04 !important;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #fff !important;
    margin-top: 28px !important;
}
.transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ride_details_div {
    border: 1px solid rgb(212, 246, 224);
}
.edit_details_css {
    color: rgb(7, 145, 58);
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: bold;
}
.bg_vehicle_color {
    background-color: rgb(253, 245, 234);
}
.icon_bg_color {
    background-color: rgb(21, 128, 61);
    font-size: 10px !important;
    padding: 0.5rem;
    align-items: center;
    border-radius: 9999px;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
}
.icon_bg {
    color: #fff;
    font-weight: 500;
}
.pickup_datetime {
    font-weight: 600;
    padding: 10px 0px;
    border-bottom: 1px solid #f2f0f0;
    margin: 10px 0px;
}
.return_datetime {
    font-weight: 600;
    padding: 10px 0px;
    border-bottom: 1px solid #f2f0f0;
    margin: 10px 0px;
}
.location_show_css {
    background-color: rgb(219, 250, 230);
    border-color: 1px solid rgb(218, 252, 230);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.5rem;
}
.location_show_css span {
    font-size: 14px;
    font-weight: 600;
}
.location_fa_icon_css {
    width: 2rem;
    height: 2rem;
    padding: 0.5rem;
    background-color: rgb(254, 242, 236);
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 0.75rem;
    z-index: 10;
}

.additional_charges_div {
    border: 1px solid rgb(212, 246, 224);
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.additional_css {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
    border-radius: 9999px;
    width: 3rem;
    height: 1.5rem;
}
.additional_css_btn {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
        0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
        0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    border-radius: 9999px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    width: 1rem;
    height: 1rem;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.additional_border {
    --tw-border-opacity: 1;
    border-color: rgb(220 252 231 / var(--tw-border-opacity));
    border-bottom-width: 1px;
}
.child_seat_css {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    padding: 1rem;
    background-color: #8afdb538;
    border-color: green;
    border-width: 1px;
    border-radius: 0.75rem;
    row-gap: 1rem;
    align-items: flex-start;
    flex-direction: column;
    cursor: pointer;
    display: flex;
}
.child_seat_css:checked {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    padding: 1rem;
    background-color: green !important; /* Green background */
    border-color: rgb(
        220 252 231 / var(--tw-border-opacity)
    ); /* Light green border */
    border-width: 1px;
    border-radius: 0.75rem;
    row-gap: 1rem;
    align-items: flex-start;
    flex-direction: column;
    cursor: pointer;
    display: flex;
}
.child_seat_radio {
    color: rgb(255 255 255 / var(--tw-text-opacity)); /* White color for text */
    border-color: rgb(
        255 255 255 / var(--tw-border-opacity)
    ); /* White border */
    border-width: 1px;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    margin-bottom: 1rem;
    background-color: white; /* White background for unselected state */
    transition: background-color 0.2s ease, border-color 0.2s ease; /* Smooth transition for background and border */
}

.child_seat_radio:checked {
    background-color: rgb(
        34,
        197,
        94
    ) !important; /* Green background for selected state */
    border-color: rgb(
        34,
        197,
        94
    ) !important; /* Green border for selected state */
}

/* Optional: Style the text color when the radio button is selected */
.child_seat_radio:checked + span {
    color: white; /* White text for selected option */
}

.add_moreChild_btn {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: 0.5rem;
    margin-inline-end: 0.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0.75rem;
}
.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-container i {
    color: #333;
    /* Icon color */
}

.tooltip-content {
    display: none;
    position: absolute;
    top: 130%;
    /* Position tooltip below the icon */
    left: 50%;
    transform: translateX(-50%);
    width: 330px;
    /* Width of the tooltip */
    background-color: #333;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 0.8em;
    z-index: 100;
    white-space: normal;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.tooltip-container:hover .tooltip-content {
    display: block;
}

.tooltip-content h4 {
    margin: 5px 0;
    font-size: 0.9em;
    color: #ffd700;
    /* Optional: Change header color */
}

.tooltip-content ul {
    padding-left: 15px;
    margin: 5px 0;
}

.tooltip-content ul li {
    list-style-type: disc;
}
/* Hide the checkbox but keep it functional */
.hidden-checkbox {
    display: none !important;
}

/* Style for the custom toggle button */
.additional_css {
    display: flex;
    align-items: center;
    cursor: pointer;
}

/* Default style for the button */
.additional_css_btn {
    width: 40px;
    height: 20px;
    background-color: #ccc;
    border-radius: 10px;
    position: relative;
    transition: background-color 0.3s;
}

/* When the checkbox is checked, change the background color */
.additional_css_btn.checked {
    background-color: #4caf50; /* Green or your desired color */
}

/* The circle inside the button */
.additional_css_btn::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: white;
    transition: transform 0.3s;
}

/* When the checkbox is checked, move the circle to the right */
.additional_css_btn.checked::before {
    transform: translateX(20px); /* Move to the right when checked */
}
.form_total_pass {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    border-width: 1px;
    border-radius: 0.5rem;
    width: 100%;
}
.form_total_pass:focus {
    border-color: #38a169; /* Border color when focused (focus:border-green-500) */
    box-shadow: 0 0 0 2px rgba(72, 187, 120, 0.5); /* Focus ring effect */
}
.title_label {
    font-weight: 600;
    padding: 10px 0px;
    margin: 10px 0px;
}
.price_brk {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.driver_gra {
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity));
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.sign_in_input {
    appearance: none !important;
    padding-left: 1rem !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 0.2rem !important; /* Rounded corners */
    padding-top: 0.66rem !important;
    padding-bottom: 0.66rem !important;
    color: #4a5568 !important;
    width: 100%;
    background-color: #fff !important;
}
.sign_in_input:focus {
    border-color: #38a169 !important; /* Border color when focused (focus:border-green-500) */
    box-shadow: 0 0 0 2px rgba(72, 187, 120, 0.5) !important; /* Focus ring effect */
}
.sign_in_input::after {
    content: "▼" !important; /* Dropdown arrow */
    position: absolute !important;
    right: 1rem !important; /* Position from the right */
    top: 50% !important; /* Center vertically */
    transform: translateY(-50%) !important; /* Adjust for vertical centering */
    pointer-events: none !important; /* Prevent interaction */
    width: 100%;
}
.check_box_input {
    --tw-text-opacity: 1;
    color: #53b37b !important;
    --tw-bg-opacity: 1;
    border-color: rgb(99, 100, 102) !important;
    background-color: rgb(127, 129, 131) !important;
    border-radius: 0.25rem !important;
    width: 1rem !important;
    height: 1rem !important;
}
.check_box_input:focus {
    border-color: #38a169 !important; /* Border color when focused (focus:border-green-500) */
    box-shadow: 0 0 0 2px rgba(72, 187, 120, 0.5) !important; /* Focus ring effect */
}
.sign-in-button {
    --tw-bg-opacity: 1;
    background-color: rgb(21 128 61 / var(--tw-bg-opacity)) !important;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    text-align: center;
    color: #fff !important;
}
.button:focus {
    border-color: #38a169 !important; /* Border color when focused (focus:border-green-500) */
    box-shadow: 0 0 0 2px rgba(72, 187, 120, 0.5) !important; /* Focus ring effect */
}
.booking_step3_title_bg {
    --tw-bg-opacity: 1;
    background-color: rgb(21 128 61 / var(--tw-bg-opacity)) !important;
    height: 3.5rem;
    display: flex;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.booking_step3_bg {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;

    border-color: #e5e7eb !important;
    color: #242424 !important;
}
.title_bggggg {
    color: #fff !important;
}
.apply_button {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity)) !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    color: #fff !important;
}
/* Style for custom select */
.styled-select {
    appearance: none; /* Remove default arrow */
    padding: 12px 16px;
    font-size: 1rem;
    border: 1px solid #a5ceb9;
    border-radius: 5px;
    background-color: #ffffff87; /* Light background */
    color: #333;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Arrow icon */
.styled-select::after {
    content: "▼";
    font-size: 0.75rem;
    position: absolute;
    right: 16px;
    pointer-events: none;
}

.list-grid--info {
    list-style: none;
}
.list-grid--info li {
    color: rgb(255 255 255 / 84%);
    font-size: 16px;
    line-height: 1;
    list-style: none;
    padding: 2px 13px 2px 0;
    margin: 0 13px 0 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.list-grid--info li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
.animated-button {
    border: 2px solid #16a34a; /* Green border */
    background-color: #16a34a; /* Green background */
    color: white;
    padding: 14px 25px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease; /* Smooth transition for all properties */
    font-weight: 600;
}

/* Hover effect */
.animated-button:hover {
    background-color: #22c55e; /* Lighter green on hover */
    border-color: #22c55e;
    transform: scale(1.05); /* Slightly enlarge the button */
}

/* Click effect */
.animated-button:active {
    transform: scale(0.95); /* Slightly shrink the button on click */
    background-color: #15803d; /* Darker green on click */
    border-color: #15803d;
}
/* Style for checkbox labels */
.pet-checkbox {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 2px solid #ccc;
    accent-color: #4caf50; /* Green accent color for checked state */
    cursor: pointer;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

/* Change color when checked */
.pet-checkbox:checked {
    border-color: #4caf50;
    background-color: #4caf50;
}

/* Add a hover effect for better interactivity */
.pet-checkbox:hover {
    border-color: #2e8b57;
}

/* Space between the checkbox and the label text */
label span {
    transition: color 0.3s ease;
}

/* Change the label color when the checkbox is checked */
.pet-checkbox:checked + span {
    color: #4caf50;
}

/* Improve layout and spacing for labels */
.flex {
    display: flex;
}

.gap-x-6 {
    gap: 1.5rem; /* Adjust gap between the checkboxes */
}

.items-center {
    align-items: center;
}
/* Hide the default checkbox */
.hidden-checkbox {
    display: none;
}

/* Custom checkbox style */
.custom-checkbox {
    width: 22px;
    height: 22px;
    border: 2px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    transition: background-color 0.3s, border-color 0.3s ease;
    cursor: pointer;
}

/* Custom checkbox checked state */
.hidden-checkbox:checked + .custom-checkbox {
    background-color: #4caf50;
    border-color: #4caf50;
}

/* Custom checkmark for checked state */
/* Style for the child seat input checkbox */
.child_seat_input:checked + .custom-checkbox::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 2px;
    border: 2px solid #000; /* Thicker box border */
}

/* Custom checkmark for checked state using Font Awesome */
.hidden-checkbox:checked + .custom-checkbox::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: bolder;
    position: absolute;
    top: 0px;
    left: 3px;
    font-size: 14px;
    color: #fff;
}
/* Hover effect for the custom checkbox */
.custom-checkbox:hover {
    border-color: #2e8b57;
}

/* Text styles */
label span {
    transition: color 0.3s ease;
}

/* Label text color change when checkbox is checked */
.hidden-checkbox:checked + .custom-checkbox + span {
    color: #117a15;
    font-weight: 600;
}

/* Add spacing between the checkbox and the label text */
.ml-2 {
    margin-left: 8px;
}

/* Ensure good layout with flex and gap */
.flex {
    display: flex;
}

.gap-x-6 {
    gap: 1.5rem;
}

.items-center {
    align-items: center;
}
/* Disabled checkbox style */
input[type="checkbox"]:disabled + .custom-checkbox {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Disabled checkbox label text */
input[type="checkbox"]:disabled + .custom-checkbox + span {
    color: #ccc;
}
/* Custom checkbox appearance */
.child_seat_input {
    display: none; /* Hide the default checkbox */
}

.child_seat_input + .custom-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    background-color: #fff;
}

.child_seat_input:checked + .custom-checkbox {
    background-color: #4caf50; /* Green when checked */
    border-color: #4caf50;
}

.child_seat_input:disabled + .custom-checkbox {
    background-color: #f5f5f5;
    cursor: not-allowed;
}

#loadingIndicator {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    display: none;
}

#loadingIndicator p {
    margin: 0;
    font-size: 18px;
}
/* Styling for the checkboxes */
.driver_gra {
    width: 22px !important;
    height: 22px !important;
    border: 2px solid #ccc !important;
    border-radius: 4px !important;
    display: inline-block !important;
    position: relative !important;
    transition: background-color 0.3s, border-color 0.3s ease !important;
    cursor: pointer !important;
}

.driver_gra:disabled {
    cursor: not-allowed;
    opacity: 0.5; /* Add opacity for disabled checkboxes */
}
.payment_info_text {
    color: #333;
    padding: 10px 0px;
    font-weight: 500;
}
.bg-green-700 {
    background-color: rgb(38, 112, 72) !important;
}
.text-green-700 {
    --tw-text-opacity: 1;
    color: rgb(38, 112, 72) !important;
}
.hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(38, 112, 72) !important;
    color: #fff !important;
}
.flight_number_input {
    background-color: #ffffff87 !important;
    border: 1px solid #a5ceb9 !important;
    color: #2a2a2a !important;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    padding: 0.625rem 0.625rem 0.625rem 2.5rem !important;
    border-radius: 0.2rem !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
.flight_number_input:focus {
    border-color: #267048 !important; /* Border color when focused (focus:border-green-500) */
    box-shadow: 0 0 0 2px rgba(72, 187, 120, 0.5) !important; /* Focus ring effect */
}
