.all-flight-form-wapper .field-flightdetail-origin,
.all-flight-form-wapper .field-flightdetail-destination {
    margin-bottom: 0 !important;
}

.field-flightdetail-sort_type {
    margin: 0 !important;
    width: 100% !important;
}

.flight-sidebar-container input[type="checkbox"] {
    padding: 0;
    margin: 0;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
}

.flight-sidebar-container .form-group-checkbox,
.flight-sidebar-container .form-checkbox-warrper .form-check {
    display: flex !important;
    margin-bottom: 12px;
    padding-left: 0px !important;
}

.flight-sidebar-container .form-group-checkbox label,
.flight-sidebar-container .form-checkbox-warrper .form-check label {
    position: relative;
    cursor: pointer;
    display: flex;
    column-gap: 5px;
    font-size: 14px;
    color: #808080;
    font-weight: 600;
    margin-left: 5px;
}

.autocomplete-container {
    position: relative;
    /* Makes sure the autocomplete menu is positioned relative to this container */
}

.ui-menu {
    position: absolute;
    /* Ensures the menu is positioned relative to the parent container */
    /* z-index: 1000; */
    /* Makes sure it appears on top of other elements */
}


.flight-auto-complate-ul-section {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-height: 500px !important;
    overflow: scroll;
    border-radius: 4px;
    height: auto;
    width: 255px !important;
}

.flight-auto-complate-ul-section li {
    font-size: 14px !important;
    border-bottom: 1px solid #0a336f;
}

.flight-auto-complate-ul-section li.ui-menu-item {
    padding: 1px !important;
}

.flight-auto-complate-ul-section .ui-state-active,
.flight-auto-complate-ul-section .ui-widget-content .ui-state-active {
    background: #a1acc9 !important;
    border: 0;
    color: #fff;
}

.flight-auto-complate-ul-section li.ui-menu-item .flight-plane-icon {
    --fa-primary-color: #204389;
    --fa-secondary-color: #bf9828;
    --fa-rotate-angle: 315deg;
    color: #bf9828 !important;
    padding-right: 5px;
}

.flight-auto-complate-ul-section .ui-menu-item-wrapper {
    padding: 5px;
}

.flight-auto-complate-ul-section li.ui-menu-item .flight-ariport-code {
    color: #0b346f;
    font-weight: 600;
}

.flight-auto-complate-ul-section li.ui-menu-item .flight-ariport-name {
    color: gray;
    font-size: 13px;
}

.flight-auto-complate-ul-section .ui-state-active .flight-ariport-name {
    color: #fff;
}

div.apply-loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #B89338;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 16px;
    right: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.hotel-room-loader-shimmer {
    display: flex;
    margin: 0px auto;
}

.hotel-room-loader-shimmer.hotel-price-shimmer {
    width: 25%;
    margin: 0 !important
}

.hotel-room-loader-shimmer aside {
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    width: 100%;
}

.hotel-room-loader-shimmer .info__box {
    background: #fff;
    padding: 10px 20px;
    margin: 12px 5px;
    border-radius: 6px;
    cursor: pointer;
    /* display: flex; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12),
        0 2px 4px 0 rgba(0, 0, 0, 0.08);
}


.hotel-room-loader-shimmer .info__text_one {
    width: 40%;
    height: 22px;
    border-radius: 4px;
}

.hotel-room-loader-shimmer .info__text_two {
    width: 70%;
    height: 22px;
    border-radius: 4px;
}

.hotel-room-loader-shimmer .info__text_three {
    width: 85%;
    height: 22px;
    border-radius: 4px;
}

.hotel-room-loader-shimmer .left_box {
    flex: 0 0 40%;
    margin-right: auto;
}

.hotel-room-loader-shimmer .price-side {
    flex: 0 0 16%;
    /* margin-right: auto; */
}

.hotel-room-loader-shimmer .hotel__price__info {
    flex: 0 0 100%;
}

.hotel-room-loader-shimmer .room-header {
    flex: 0 0 100%;
    /* margin-right: auto; */
}

.hotel-room-loader-shimmer .price-side .info__text_one {
    width: 80%;
    height: 22px;
    border-radius: 4px;
    float: right;
    margin: 5px;
}

.hotel-room-loader-shimmer .price-side .info__text_two {
    width: 60%;
    height: 22px;
    border-radius: 4px;
    float: right;
    margin: 5px;
}

.hotel-room-loader-shimmer .price-side .info__text_three {
    width: 35%;
    height: 20px;
    border-radius: 4px;
    float: right;
    margin: 5px;
}

.hotel-room-loader-shimmer .price-side .book-btn {
    width: 50%;
    height: 38px;
    border-radius: 10px;
    float: right;
    margin: 5px;
}



.hotel-room-loader-shimmer .image {
    height: 80px;
    width: 80px;
    border-radius: 25px;
}

.hotel-room-loader-shimmer .shinny {
    background: #c2d0ec;
    ;
    margin: 10px 0px;
    position: relative;
    overflow: hidden;
}

.hotel-room-loader-shimmer .shinny::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    height: 100%;
    transform: skew(5deg);
    animation: shine infinite 1s ease-in-out;
}


@keyframes shine {
    from {
        transform: skew(45deg) translateX(0%);
    }

    to {
        transform: skew(45deg) translateX(200%);
    }
}


/*
Flight form 
*/

.kv-date-remove {
    display: none;
}

.kv-date-picker {
    background: #fff;
    color: #08316d;
    /* border: 0; */
}


/* Calendar CSS */


.custom-daterangepicker.daterangepicker .calendar-table th {
    text-align: left;
    font-size: 14px;
    border-radius: 4px;
    color: #2C2C2C;
    font-weight: 600;
}

.custom-daterangepicker.daterangepicker .calendar-table td {
    font-weight: 500;
    text-align: center;
}

.custom-daterangepicker.daterangepicker td.active,
.custom-daterangepicker.daterangepicker td.active:hover {
    background-color: #26377E;
    border-color: transparent;
    color: #fff;
    text-align: center;
}


.custom-daterangepicker.daterangepicker td.off.ends.active {
    background-color: transparent;
    color: #2c2c2c;
}

.custom-daterangepicker.daterangepicker td.disabled,
.custom-daterangepicker.daterangepicker option.disabled {
    cursor: not-allowed;
    text-decoration: none;
}

.custom-daterangepicker.daterangepicker th.available:hover,
.custom-daterangepicker.daterangepicker th.available {
    background-color: #F1F6FE;
    border-color: transparent;
    color: #26377E;
    border-radius: 50%;
    padding: 0 9px;
}


.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    padding: 4px 4px;
}

.custom-daterangepicker.daterangepicker.ltr .drp-calendar.right {
    border-left: 1px solid #D9D9D9
}

.round-trip-to-recentsection,
.one-way-from-recentsection,
.multi-city-form-recentsection {
    z-index: 9;
}

.otp-error-wrapper .invalid-feedback {
    font-size: 20px;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.p-f-f-shimmer-form {
    position: relative;
    -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    border-radius: 6px;
    overflow: hidden;
}

.p-f-f-shimmer-form .shimmerBG {
    animation-duration: 2.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: p_fff_shimmer;
    animation-timing-function: linear;
    background: #ddd;
    background: linear-gradient(to right, #F6F6F6 8%, #e6e6e6 18%, #F6F6F6 33%);
    background-size: 1200px 100%;
}


.flight-recent-wrapper .flight-auto-complate-ul-section .ui-menu-item-wrapper:hover,
.smartSearch-suggsetion .ui-menu-item .ui-menu-item-wrapper:hover{
    background: #a1acc9 !important;
    border: 0;
    color: #fff;
}


@-webkit-keyframes p_fff_shimmer {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

@keyframes p_fff_shimmer {
    0% {
        background-position: -1200px 0;
    }

    100% {
        background-position: 1200px 0;
    }
}

.p-f-f-shimmer-form .media {
    height: 40px;
}

.p-f-f-shimmer-form .p-32 {
    padding: 10px;
}

.p-f-f-shimmer-form .title-line {
    height: 30px;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 20px;
}

.p-f-f-shimmer-form .content-line {
    height: 8px;
    width: 100%;
    margin-bottom: 16px;
    border-radius: 8px;
}

.p-f-f-shimmer-form .end {
    width: 40%;
}

.request-reply-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    overflow-y: auto;
}

.request-reply-section .request-reply-msg {
    display: flex;
    gap: 15px;
    padding: 10px 0px;
    border-radius: 25px;
    cursor: pointer;
}
.request-reply-section .request-reply-msg .user{
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: var(--dark-blue1);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.request-reply-section .request-reply-msg .back-office{
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: #B89338;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    background-image: unset !important;
}


.promo-code-list-warrper .promo-code-item {
    padding: 10px;
    margin-bottom: 12px;
}

.promo-code-list-warrper .img-box {
    width: 35px;
}

.promo-code-list-warrper .content-box {
    margin: 0px 15px;
    width: 100%;
}

.promo-code-list-warrper .content-box p {
    font-size: 11px;
    color: gray;
}

.promo-code-list-warrper .content-box .btn-box h6 {
    color: #204389;
}

.promo-apply-btn a {
    font-size: 16px;
}

.apply-loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #B89338;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 16px;
    right: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.card-expiry-dropdown{
	  border-radius:0 !important;
	  border:none !important;
	  border-bottom:1px solid black !important;
}

.field-localexperienceorder-contact_no .invalid-feedback,
.field-cotravel-date_of_birth .invalid-feedback,
.field-userdocument-expiry_date-one .invalid-feedback
{
    display: block;
}

.field-flyenDetail .select2-selection.select2-selection--single,
.field-flyendetail-airline .select2-selection.select2-selection--single{
    min-height: 50px;
}
