@import url(font.css);

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Poppins;
    scroll-behavior: smooth;
}

html {
    overflow-x: hidden;
    margin: 0 !important;
}

html, body {
    width: 100%;
    height: 100%;
    background: var(--page-bg);
}

header {
    background: var(--white-color);
    padding: 1.5rem 0;
    position: relative;
    z-index: 2;
}

header nav {
    margin: 0 2.5rem 0 auto;
}

header nav ul {
    display: flex;
    gap: 2rem;
    list-style: none;
}

header nav ul a {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: var(--main-color);
    text-decoration: none;
    white-space: nowrap;
}

header div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.my-booking {
    color: var(--color-gray-booking);
    border: 2px solid var(--black-border);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1rem;
    text-align: center;
    display: flex;
    gap: 8px;
    align-items: center;
    background: var(--white-color);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
}

.gray-bg {
    background: var(--gray-bg);

}


footer {
    background: var(--main-color);
    padding: 3rem 0 0;
}

footer h6 {
    color: var(--white-color);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-align: left;

}

footer ul {
    list-style: none;
}

footer ul a, footer ul li {
    color: var(--white-color);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.75rem;
    text-align: left;
    text-decoration: none;
}

footer ul li {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

footer ul li span {
    font-weight: 700;
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 0 0 3.75rem;
}

footer .container div {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

footer .container div:last-child li a {
    font-weight: 600;
    text-decoration: underline;
}

footer .container div:nth-child(2) li:last-child a {
    text-decoration: underline;
}

footer .footer-bottom {
    background: var(--btn-primary-bgc);
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 1rem 0;
    gap: 0.25rem;
    color: var(--white-color);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;

}

.amin-logo {
    text-decoration: none;
    display: flex;
    gap: 0.5rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--white-color);
}

.amin-logo::after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9589_6881)'%3E%3Cpath d='M15.3133 24.8838H11.5576V28.6395H15.3133V24.8838Z' fill='%23ffffff'/%3E%3Cpath d='M34.0751 6.11426V9.86997H9.67954V23.0067H5.92383V6.11426H34.0751Z' fill='%23ffffff'/%3E%3Cpath d='M0 0.189453V40.1895H40V0.189453H0ZM3.80557 3.99502H36.1944V36.3839H3.80557V3.99502Z' fill='%23ffffff'/%3E%3Cpath d='M11.5584 11.7471V23.0059H22.8172V15.5028H30.3203V24.8838H28.4425V17.3806H24.6867V24.8838H17.1836V30.509H9.68052V24.8838H5.9248V34.2647H20.9393V28.6395H34.076V11.7471H11.5584ZM19.0615 19.2502H15.3058V15.4945H19.0615V19.2502Z' fill='%23ffffff'/%3E%3Cpath d='M34.0752 30.5098H22.8164V34.2655H34.0752V30.5098Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9589_6881'%3E%3Crect width='40' height='40' fill='white' transform='translate(0 0.189453)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
}

footer .footer-bottom .theme-by {
    font-weight: 700;
    text-decoration: underline;
}

input[type="radio"] {
    accent-color: var(--light-blue-100);
}

.search-flight-btn {
    align-self: end;
    background: var(--btn-primary-bgc);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: center;
    color: var(--white-color);
    border: 1px solid var(--btn-primary-bgc);
    padding: 0.5rem 4rem;
    border-radius: 0.25rem;
    cursor: pointer;
}


.col-flex {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.5rem;
}

.custom-select,
div#passengers,
div#class,
.one-way-form select {
    border: 1px solid var(--gray-border);
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    cursor: pointer;
}

.pos-relative {
    position: relative;
}

.select2-container--default .select2-selection--single {
    height: 2.625rem;
    padding: 0.75rem 1rem;
    border: 1px solid var(--gray-border);
    border-radius: 0.25rem;
    cursor: pointer;
}

.hotel-reservation .select2-container--default .select2-selection--single {
    min-width: 310px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    padding-left: 0;
}


.select2-container--default .select2-selection--single .select2-selection__arrow,
.search-box-div form,
.hotel-reservation,
.hotel-flight-reservation {
    display: none;
}

.top-search-page {
    background-image: url("../img/img-background-home.webp");
    background-position: center;
    background-size: cover;
}

.bg-blue {
    background: linear-gradient(90.5deg, rgba(0, 40, 92, 0.7) 38.42%, rgba(0, 181, 221, 0.4) 85.58%);
}


.details-box-header {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem;
    align-items: center;
}

.details-box-header .airline-details-box {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 30%;
}

.details-box-header .airline-details-box img {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
    border-radius: 50%;
    border: 1px solid var(--black-border);
}

.details-box-header .airline-details-box p {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: var(--main-color);
    align-items: baseline;
}

.details-box-header .airline-details-box p span:nth-child(1) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}

.details-box-header .airline-details-box p span:nth-child(2) {
    font-weight: 400;
}

.details-box-header .flight-duration-div div:nth-child(2) div:nth-child(2) {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: center;
    color: var(--color-gray-booking);
}

.details-box-body-1 {
    padding: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.details-box-body-1 ul {
    list-style: none;
}

.details-box-body-1 ul li {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: var(--gray-border-second);
    flex-direction: row;
    padding: 0;
}

.details-box-body-1 h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    flex-direction: row;
    gap: 0.5rem;
}

.details-box-body-1 p {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: var(--main-color);
}

.details-box-body-1 h6 span {
    font-weight: 800;
    color: var(--main-color);
}


.flight-duration-div {
    display: flex;
    gap: 1.5rem;
}

.flight-duration-div div:nth-child(1),
.flight-duration-div div:nth-child(3) {
    font-size: 14px;
    font-weight: 800;
    max-width: 50px;
    line-height: 20px;
    text-align: left;
    color: var(--main-color);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    justify-content: center;
}

.flight-duration-div > div:nth-child(1),
.flight-duration-div > div:nth-child(3) {
    margin-bottom: 0.5rem;
}

.flight-duration-div > div:nth-child(1) div:nth-child(1),
.flight-duration-div > div:nth-child(3) div:nth-child(1) {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.flight-duration-div > div:nth-child(1) div:nth-child(2),
.flight-duration-div > div:nth-child(3) div:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

.flight-duration-div div:nth-child(1) span,
.flight-duration-div div:nth-child(3) span {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

.flight-duration-div > div:nth-child(3) {
    align-items: baseline;
}


.flight-duration-ticket {
    font-size: .75rem;
    font-weight: 400;
    line-height: .75rem;
    text-align: center;
    color: var(--color-gray-booking);
    background: var(--black-bg-100);
    border-radius: 1.25rem;
    padding: 0.25rem 0.75rem;
}


p.trip-time {
    max-width: 74px;
}


.airlines-details-img {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    color: var(--main-color);
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.airlines-details-img img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: cover;
}


.airlines-details {
    display: flex;
    gap: 0.25rem;
}

.airlines-details ul {
    margin: 0.75rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}


.info-form-box .form-info div.passenger-info {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    padding-right: 15%;
    margin-top: 0.75rem;
}

.info-form-box .form-info div.passenger-info b {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: var(--main-color);

}

.info-form-box .form-info div.passenger-info p {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
    color: var(--main-color);
    padding-top: 0.5rem;
}

.tag-blog {
    padding: 0.25rem 0.75rem;
    color: var(--main-color);
    background: var(--btn-primary-bgc);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border-radius: .5rem;
    width: fit-content;
}

.ticket-hotel-name h6 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1rem;
    color: var(--main-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}

.ticket-hotel-name p {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 0.75rem;
    color: var(--gray-border);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}

.ticket-hotel-name a {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
    text-align: left;
    text-decoration: underline;
    color: var(--btn-primary-bgc);
}

.airport-result {
    display: flex;
    gap: .5rem;
}

.airport-icon {
    padding-top: .25rem;
}

.reset-all-desktop {
    display: flex;
    justify-content: center;
    width: 100%;
    background: transparent;
    border: 1px solid var(--btn-primary-bgc);
    color: var(--btn-primary-bgc);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: center;
    padding: 0.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
}

.ticket-airline-name div p {
    color: var(--gray-border-second);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 0.75rem;
}

.ticket-airline-name div span {
    font-weight: 600;
}

.sort-res-box {
    display: none;
}


.top-search-page-div ol {
    display: flex;
    gap: 12rem;
    list-style: none;
    counter-reset: list-counter;
    width: 100%;
    justify-content: center;
}

.top-search-page-div ol li {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    color: var(--white-color-100);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    width: 124px;
}

.top-search-page-div ol li::before {
    content: counter(list-counter);
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    background: var(--gray-border-second);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    counter-increment: list-counter;
    border: 2px solid var(--gray-border-second);
    z-index: 1;
}

.top-search-page-div ol li:nth-child(1)::before {
    background: var(--btn-primary-bgc);
    border: 2px solid var(--btn-primary-bgc);
}

.top-search-page-div ol li:nth-child(2)::before {
    background: var(--white-color);
    color: var(--btn-primary-bgc);
    border: 2px solid var(--btn-primary-bgc);
}

.top-review-page .top-search-page-div ol li:nth-child(2)::before {
    background: var(--btn-primary-bgc);
    color: var(--white-color);
    border: 2px solid var(--btn-primary-bgc);
}

.top-review-page .top-search-page-div ol li:nth-child(3)::before {
    background: var(--white-color);
    color: var(--btn-primary-bgc);
    border: 2px solid var(--btn-primary-bgc);
}


.top-search-page-div ol li::after {
    content: "";
    width: 274px;
    height: 4px;
    background: var(--gray-border-second);
    position: absolute;
    left: 71%;
    top: 30%;
}

.top-search-page-div ol li:last-child::after {
    display: none;
}

.top-search-page-div ol li:nth-child(1)::after,
.top-review-page .top-search-page-div ol li:nth-child(2)::after {
    background: var(--btn-primary-bgc);
}


.top-search-page-div {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    padding: 2.5rem 0;
}

.top-search-page-div p {
    display: none
}


.ticket-airlines {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}


.ticket-airline-name div h6 {
    color: var(--dark-blue-200);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}

.date-icon {
    border: 1px solid var(--gray-border);
    border-radius: .25rem 0 0 .25rem;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
.date-icon.profile {
   border: 1px solid var(--gray-border-400); 
    border-radius: .25rem;
}

.date-icon > svg path {
    stroke: #06B2D8;
}

.date-icon > svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .75rem;
    margin-top: .5rem;
    position: absolute;
    right: 0;
    top: 0;
}

.date-icon > input {
    border: 0 !important;
    outline: 0 !important;
    padding: .625rem;
    border-radius: .25rem 0 0 .25rem;
    width: 100%;
}

.date-icon.right-side > input, .date-icon.right-side {
    border-radius: 0 .25rem .25rem 0;
    border-left-width: 0;
}

span.select2-selection__placeholder {
    font-size: 12px;
    font-weight: 400;
}

strong.select2-results__group > *:last-child {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: var(--gray-border-second);
    display: flex;
    width: 100%;
    padding-left: 1.4rem;
}

.accordion.opened,
.accordion-in-accordion.opened {
    overflow: visible;
}


.details-box.accordion.fill-rules.opened {
    overflow-y: scroll !important;
    min-height: 200px;
}

.accordion,
.accordion-in-accordion {
    overflow: hidden;
}

.pad-bottom-accordion {
    padding: 0.75rem 1rem 1rem;
}

.arrow-accordion, .accordion, .accordion-in-accordion {
    transition: all 200ms;
}


.close-mobile-menu,
.mobile-menu {
    display: none;
}

.drop-down-logged-in {
    position: absolute;
    top: 120%;
    left: -20%;
    background: var(--white-color);
    list-style: none;
    padding: 0.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-top: 1px solid var(--gray-border);
    border-radius: 0.5rem;
    z-index: 2;
}

.drop-down-logged-in a {
    padding: 0.75rem 0;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: var(--main-color);
    text-decoration: none;
}

.drop-down-logged-in li:last-child a {
    color: var(--red-color);
}

.my-booking-div {
    position: relative;
}

.ticket-box-hotel {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}


main.hotel-result {
    margin-bottom: 4rem;
}

.title-details-box {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}


.map-result-hotel {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-result-hotel img {
    width: 100%;
}

.map-result-hotel div {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.map-result-hotel div span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    white-space: nowrap;
    background: var(--white-color);
    color: var(--btn-primary-bgc);
    padding: 0.5rem;
    border-radius: 0.25rem;
}

.top-search-page p,
.top-search-page-div-res {
    display: none;
}

.easepick-wrapper .calendar > .header {
    justify-content: center;
    position: relative;
    background: red;
}

.easepick-wrapper .calendar > .header button {
    position: absolute;
}

.easepick-wrapper .calendar > .header button:nth-child(1) {
    left: 0;
}

.current-menu-item a {
    color: var(--btn-primary-bgc);
}

/*loader*/
/* From Uiverse.io by Donewenfu */
.loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--white-color);
    z-index: 2;
}

.jimu-primary-loading:before,
.jimu-primary-loading:after {
    position: absolute;
    top: 0;
    content: '';
}

.jimu-primary-loading:before {
    left: -19.992px;
}

.jimu-primary-loading:after {
    left: 19.992px;
    -webkit-animation-delay: 0.32s !important;
    animation-delay: 0.32s !important;
}

.jimu-primary-loading:before,
.jimu-primary-loading:after,
.jimu-primary-loading {
    background: var(--btn-primary-bgc);
    -webkit-animation: loading-keys-app-loading 0.8s infinite ease-in-out;
    animation: loading-keys-app-loading 0.8s infinite ease-in-out;
    width: 13.6px;
    height: 32px;
}

.jimu-primary-loading {
    text-indent: -9999em;
    margin: auto;
    position: absolute;
    right: calc(50% - 6.8px);
    top: calc(50% - 16px);
    -webkit-animation-delay: 0.16s !important;
    animation-delay: 0.16s !important;
}

@-webkit-keyframes loading-keys-app-loading {

    0%,
    80%,
    100% {
        opacity: .75;
        box-shadow: 0 0 var(--btn-primary-bgc);
        height: 32px;
    }

    40% {
        opacity: 1;
        box-shadow: 0 -8px var(--btn-primary-bgc);
        height: 40px;
    }
}

@keyframes loading-keys-app-loading {

    0%,
    80%,
    100% {
        opacity: .75;
        box-shadow: 0 0 var(--btn-primary-bgc);
        height: 32px;
    }

    40% {
        opacity: 1;
        box-shadow: 0 -8px var(--btn-primary-bgc);
        height: 40px;
    }
}

.flight-duration-div div:nth-child(1) {
    align-items: end;
}

.details-box-header .airline-details-box p span:nth-child(1) {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.details-box .flight-duration-div div:nth-child(2) div:nth-child(2) div {
    width: 100%;
    max-width: 100%;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg width='88' height='18' viewBox='0 0 88 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M82.3333 9.00001C82.3333 10.4728 83.5272 11.6667 85 11.6667C86.4728 11.6667 87.6667 10.4728 87.6667 9.00001C87.6667 7.52725 86.4728 6.33334 85 6.33334C83.5272 6.33334 82.3333 7.52725 82.3333 9.00001ZM17 9.5L85 9.50001L85 8.50001L17 8.5L17 9.5Z' fill='%23E2E5EB'/%3E%3Cg clip-path='url(%23clip0_53_13797)'%3E%3Cpath d='M13.6059 7.79825C14.2913 7.78716 14.8529 8.33973 14.8529 9.02523C14.8529 9.69195 14.3205 10.2367 13.654 10.2521L11.666 10.2979C11.5102 10.3015 11.4323 10.3033 11.3622 10.3265C11.3001 10.347 11.2427 10.3797 11.1933 10.4226C11.1376 10.4711 11.0963 10.5372 11.0137 10.6693L9.00081 13.8899C8.91601 14.0256 8.87362 14.0934 8.8162 14.1426C8.76537 14.1862 8.70624 14.219 8.64237 14.239C8.57021 14.2616 8.49021 14.2616 8.33023 14.2616L8.07108 14.2616C7.64741 14.2616 7.43558 14.2616 7.308 14.1723C7.19659 14.0944 7.1222 13.9741 7.10233 13.8396C7.07958 13.6856 7.17431 13.4961 7.36378 13.1172L8.76851 10.3077L6.43029 10.3077C6.29072 10.3077 6.22093 10.3077 6.1565 10.3254C6.09942 10.3412 6.04563 10.367 5.99769 10.4018C5.94358 10.441 5.89998 10.4955 5.81279 10.6045L5.29917 11.2465C5.21198 11.3555 5.16839 11.41 5.11428 11.4492C5.06634 11.484 5.01255 11.5098 4.95547 11.5255C4.89104 11.5433 4.82125 11.5433 4.68168 11.5433L4.54364 11.5433C4.21299 11.5433 4.04767 11.5433 3.93187 11.4754C3.8303 11.4158 3.75334 11.3219 3.71484 11.2106C3.67095 11.0838 3.70337 10.9216 3.76822 10.5974L4.04226 9.22719C4.05385 9.16926 4.05964 9.1403 4.06195 9.11109C4.064 9.08514 4.064 9.05907 4.06195 9.03312C4.05964 9.00391 4.05385 8.97495 4.04226 8.91702L3.76822 7.54679C3.70337 7.22257 3.67095 7.06045 3.71484 6.93358C3.75334 6.8223 3.8303 6.72842 3.93187 6.66885C4.04767 6.60093 4.21299 6.60093 4.54364 6.60093L4.68168 6.60093C4.82125 6.60093 4.89104 6.60093 4.95547 6.61868C5.01255 6.63441 5.06634 6.66026 5.11428 6.69501C5.16839 6.73423 5.21199 6.78873 5.29918 6.89771L5.81279 7.53974C5.89998 7.64872 5.94358 7.70322 5.99769 7.74244C6.04563 7.77719 6.09942 7.80304 6.1565 7.81877C6.22093 7.83652 6.29072 7.83652 6.43029 7.83652L8.76851 7.83652L7.36378 5.02706C7.17431 4.64812 7.07958 4.45865 7.10233 4.30463C7.1222 4.17015 7.19659 4.04978 7.308 3.97187C7.43558 3.88264 7.64741 3.88264 8.07108 3.88264H8.33023C8.49021 3.88264 8.57021 3.88264 8.64237 3.90525C8.70624 3.92526 8.76537 3.95804 8.8162 4.00159C8.87362 4.0508 8.91601 4.11863 9.0008 4.2543L11.006 7.46267C11.0894 7.59599 11.131 7.66265 11.187 7.71122C11.2411 7.75812 11.3047 7.79271 11.3735 7.8126C11.4447 7.8332 11.5233 7.83193 11.6805 7.82939L13.6059 7.79825Z' fill='%23E2E5EB'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_53_13797'%3E%3Crect width='11.8616' height='11.8616' fill='white' transform='translate(8.3877 0.613281) rotate(45)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.bg-modal {
    position: fixed;
    background: var(--color-gray-booking);
    top: 0;
    width: 100%;
    left: 0;
    height: 100vh;
    z-index: 1;
    opacity: 0;
    transition: all 200ms;
    visibility: hidden;
}

.drop-down-logged-in-div {
    display: none;
}

.login-box {
    display: flex;
    flex-direction: column;
    background: var(--white-color);
    border-radius: 0.75rem;
}

.login-box h6 {
    font-size: 18px;
    font-weight: 800;
    line-height: 18px;
    color: var(--main-color);
    border-bottom: 1px solid var(--gray-border);
    width: 100%;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-box-div {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background: var(--color-gray-booking-100);
}

.form-log-sign {
    width: 420px;
}

.form-log-sign,
.form-log-sign div,
.form-log-sign label {
    flex-direction: column;
    justify-content: normal;
    align-items: normal;
}

.form-log-sign ul,
.form-log-sign label {
    display: flex;
}

.form-log-sign {
    padding: .5rem 1.5rem 1.5rem;
}

.form-log-sign ul {
    list-style: none;
    width: 100%;
    border-bottom: 1px solid var(--gray-border);
}

.form-log-sign ul li {
    padding: 1rem 1.5rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: var(--gray-border-second);
    cursor: pointer;
}

.form-log-sign ul li.active {
    color: var(--btn-primary-bgc);
    border-bottom: 2px solid var(--btn-primary-bgc);
}

.form-log-sign label {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: var(--main-color);
}

.form-log-sign div {
    gap: 1rem;
    margin-top: 1.5rem;
}

.form-log-sign label input {
    border: 1px solid var(--gray-border-400);
    border-radius: 0.25rem;
    background: var(--white-color);
    padding: 0.5rem 1rem;
    outline: none;
}

.form-log-sign input[type="submit"] {
    margin-top: 1.5rem;
    background: var(--btn-primary-bgc);
    color: var(--white-color);
    border: 0;
    padding: 0.5rem;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    border-radius: 0.5rem;
    width: 100%;
}

.form-log-sign label.terms-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    flex-direction: row;
    color: var(--black-color);
}

.terms-checkbox a {
    color: var(--btn-primary-bgc);
    text-decoration: underline;
}

.loader .justify-content-center {
    display: flex;
    height: 100%;
    align-items: center;
}

.loader .justify-content-center img {
    max-width: 150px;
    max-height: max-content;
}


.container > main {
    background-color: #ffffff !important;
}

.container.lock-plugin .calendar > .days-grid > .day.not-available {
    background-color: #e3e3e3 !important;
}

.flight-info-price-box p > span:first-child {
    max-width: 150px;
}

strong.select2-results__group.highlight_this {
    background-color: #5897fb;
    cursor: pointer;
}

strong.select2-results__group.highlight_this > span {
    color: white !important;
}

.show_rooms .rooms-hotel {
    height: auto;
    display: flex;
}

.remove-before .ticket-price-div::before,
.ticket-boxes > li.remove-before::before {
    display: none;
}

.show_rooms .hotel-img {
    border-radius: 12px 0 0 0 !important;
}

.hotel-img.default {
    object-fit: none;
    background: var(--gray-bg);
    border: 4px solid var(--white-color) !important;
}

.rs-container {
    align-self: center;
}

.leaf-map-popup {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    transition: opacity 200ms ease-in-out, z-index 0s linear;
    transition-delay: 0s, 200ms;
    opacity: 0;
    z-index: -1111;
}

.leaf-map-popup.open {
    transition-delay: 0s, 0ms;
    opacity: 1;
    z-index: 1111;
}

.main-body {
    position: relative;
    width: 100%;
    height: 100%;
}

.close-drop-down-logged-in-div,
.form-log-sign input[type="submit"] {
    cursor: pointer;
}

#leaflet-map, .leaflet-map-holder {
    height: 100%;
    width: 100%;
}

.top-bar {
    background: var(--white-color);
    padding: 1rem 0;
}

.top-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text-city-country {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: var(--main-color);
}

.left-side,
.right-side {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.right-side {
    gap: 0.5rem;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: var(--btn-primary-bgc);
}

.top-bar .container {
    position: relative;
}

.filters-map {
    right: 0;
    position: absolute;
    width: 288px;
    top: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    opacity: 0;
    z-index: 0;
}

.filters-map.visible {
    z-index: 500;
    opacity: 1;
}

.filters-map .filter-box-search-page h6 {
    width: 100%;
    display: flex;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: var(--main-color);
}

.filters-map .filter-box-search-page h6 span {
    color: var(--color-gray-booking);
}

.filters-map .filter-box-search-page h6 .arrow-accordion {
    margin-left: auto;
}

.responsive-filters-map-top {
    display: none;
}

.terms-content {
    background: var(--white-color);
    border-radius: 2px;
    box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--gray-border);
    border-width: 0 1px;
    padding: 30px 20px;
    margin-top: 1rem;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    background-color: var(--white-color);
    font-size: 14px;
    font-weight: 300;
    overflow-x: hidden;
    text-align: left;
    line-height: 1.5;
    color: var(--main-color);
}

.terms-content strong {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: bolder;
    overflow-x: hidden;
    text-align: left;
}

.terms-content > ol,
.terms-content .postContent > ol,
.terms-content .postContent > ol li ol,
.terms-content > ol li ol,
.privacy-content > ul,
.terms-content .postContent > ul,
.terms-content .postContent > ul li ol,
.privacy-content > ul li ol {
    padding: 0.75rem 40px;

}

.privacy-content table {
    border-collapse: collapse;
}

.privacy-content table table tr:first-child {
    background-color: transparent;
    color: var(--main-color);

    font-weight: 300;
}

.privacy-content table tr:first-child {
    background-color: var(--light-blue);
    color: var(--white-color);

    font-weight: bold;
}

.privacy-content table tr:first-child td {
    padding: 0.75rem 0 1rem;
}

.privacy-content table tr td {
    border: 1px solid var(--gray-border-200);
    padding: 3rem 0;
}

.title-terms {
    font-size: 25px;
    color: var(--white-color);

}

.privacy-page .container {
    -moz-transition: linear all 0.2s;
    -o-transition: linear all 0.2s;
    -webkit-transition: linear all 0.2s;
    transition: linear all 0.2s;
    width: 100%;
    max-width: 1600px;
    padding: 0 90px;
}

.hide-li {
    display: none !important;
}

.button-href-post, .form-submit-btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--white-color);
    background: var(--btn-primary-bgc);
    padding: 1rem 0;
    border-radius: .5rem;
    border: 0;
    cursor: pointer;
}

.force-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 4rem !important;
}

.open-map-popup {
    cursor: pointer;
}

.back-icon-map {
    display: flex;
}

.failed-payment {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 4px solid var(--red-color);
}

.failed-payment svg {
    width: 100px;
    height: 100px;
}

.failed .top-booked-box h6 {
    color: var(--red-color);
}

.tickets-length {
    margin-right: auto;
}

.top-search-page-div {
    justify-content: space-between;
}


.select2-selection__rendered {
    margin-top: -.25rem;
}

span.e-ticket-copy {
    min-width: 150px;
}

#print_this {
    padding: 20px;
    background: #fff;
    color: #000;
    font-size: 12px;
    box-sizing: border-box;
}

p#copy_message {
    position: fixed;
    right: 50%;
    top: 50%;
    z-index: 1000;
    padding: 100px;
    background: var(--white-color);
    text-shadow: 0 0 5rem black;
    font-size: 23px;
    box-shadow: 0 0 37rem -6rem black;
    border-right: 1rem;
}

.select2-hidden-accessible {
    bottom: 0 !important;
    left: 50% !important;
}

.form-info > div:not(.passenger-review) {
    max-width: 285px;
}

.wid-fit {
    width: fit-content;
}

.grecaptcha-badge {
    opacity: 0;
    z-index: -100;
}

.ticket-boxes:has(.show-details-search.opened)::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: black;
    z-index: 1;
    opacity: 40%;
}

p.form-err {
    color: var(--red-color);
    background: var(--red-color-100);
    text-align: center;
    border-radius: 4px;
    padding: .5rem;
}

p.form-ls {
    color: var(--correct-green);
    background: var(--correct-green-100);
    padding: .5rem;
    text-align: center;
    border-radius: 4px;
}
