
.search-results {

    background-color: #496cfe;
    max-height: 200px;
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 5.5rem;
    border-radius: 5px;

}

.overflow-Class {
    overflow-y: scroll;
}

.testing_purpose {

    cursor: pointer;
    padding: 10px 5px 6px 5px;
    border-radius: 0px;

}

.testing_purpose h6 {
    color: #fff;
    font-size: 12px;

}

.testing_purpose h6:hover {
    color: #496cfe;

}

.testing_purpose h6 i {
    color: #fff;

}

.testing_purpose:hover {
    background-color: #fff;

}

.highlighted {
    color: #101010;
    line-height: 1.45;
    font-weight: 600;
    font-size: 12px !important;
}

.disable-element {
    display: none;

    pointer-events: none;
}

/* spiner css  */
.has-spinner {
    position: relative;
}

.has-spinner .spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: spinner-rotation 1s infinite linear;
}

.has-spinner.loading .spinner {
    display: block;
}

.has-spinner.loading .button-text {
    visibility: hidden;
}

.has-spinner .spinner:before {
    content: "\f110";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
}

@keyframes spinner-rotation {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.opacity-0 {
    visibility: hidden;

}

.overflow-visible {
    overflow: visible !important;
}

/* Customize scrollbar width and color */
::-webkit-scrollbar {
    width: 10px;
    /* Adjust the width as per your preference */
}

/* Customize scrollbar track color */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Change the background color as needed */
}

/* Customize scrollbar thumb color */
::-webkit-scrollbar-thumb {
    background-color: #496cfe;
    /* Change the color of the scroll thumb */
    border-radius: 5px;
    /* Optional: Add border radius to the thumb */
}


    .passenger-box {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 999; /* Ensure it's above other content */
    width: 26rem;
    top: 3rem;
}

.passenger-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.label-wrapper {
    flex: 1;
}

.controls-wrapper {
    display: flex;
    align-items: center;
}

.passenger-box label {
    margin-right: 10px;
    color: #000;
}

.passenger-box button {
    cursor: pointer;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    /* background-color: #007bff; */
    color: white;
    background-image: linear-gradient(8deg, #9932f5 0%, #4933f1 53%, #4950f8 70%, #496cfe 100%);
}

.passenger-box button:hover {
    background-color: #0056b3;
}

.passenger-box input[type="number"] {
    width: 50px;
    text-align: center;
    margin: 0 .5rem;
    border: none;
}

.total-count {
    font-weight: bold;
    margin-top: 10px;
    color: #000;
}
.total-count.total{
    color: #000;
}

#show-passenger-box{
    color: #333333;
}
.custom-select-site{
    color: #333333;
    border: none;
}
.mb-10-rem{
    margin-bottom: 10rem;
}
.opacity-0 {
    opacity: 0;
}

.opacity-1 {
    opacity: 1;
}
.ui-datepicker-prev{
    content: 'Prev'  !important;
}
