﻿.ui-menu {
    list-style: none;
    padding: 5px 0px !important;
    display: block;
    /*width: 375px;*/
    width: 475px;
    overflow-y: auto;
    /*border: 2px solid #e7e7e7 !important;*/
    border-radius: 4px !important;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.06) !important;
    /*box-shadow: 0 0 7px rgba(0, 0, 0, 0.06) !important;*/
    max-height: 500px !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 20px !important;
    border: 0px !important;
    margin-top: 55px;
    font-family: "Outfit", sans-serif;

}

.ui-fake-menu {
    list-style: none;
    padding: 10px 0px !important;
    display: none;
    /*width: 375px;*/
    /*width: 375px;*/
    width: 475px;
    background: white;
    overflow-y: auto;
    /*border: 2px solid #e7e7e7 !important;*/
    border-radius: 4px !important;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.06) !important;
    /*box-shadow: 0 0 7px rgba(0, 0, 0, 0.06) !important;*/
    max-height: 500px !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 20px !important;
    border: 0px !important;
    margin-top: 55px;
    font-family: "Outfit", sans-serif;
}

.ui-fake-menu-arr {
    list-style: none;
    padding: 10px 0px !important;
    display: none;
    width: 550px;
    background: white;
    overflow-y: auto;
    /*border: 2px solid #e7e7e7 !important;*/
    border-radius: 4px !important;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.06) !important;
    /*box-shadow: 0 0 7px rgba(0, 0, 0, 0.06) !important;*/
    max-height: 500px !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 20px !important;
    border: 0px !important;
    margin-top: 55px;
    font-family: "Outfit", sans-serif;
}

.fake-apt {
    height: 30px;
    margin-left: 10px;
    margin-top: 10px;
}

.searchIconSb {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 75px;
    color: #25a9e0;
    text-align: center;
}

.matchColor {
    color: #3c6dc1;
}

.ui-autocomplete-highlight {
    font-weight: bold;
}

.ui-widget-content {
    /*    margin-top: 5px !important;*/
}

.ui-menu .ui-menu-item:nth-child(odd) {
    /*margin: 2px;*/
    /*    padding-left: 5px;*/
    /*font-size: 20px;*/
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.5px;
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 8px;
    font-weight: 400; /*
    font-family: 'open sans' !important;*/
}

.ui-menu .ui-menu-item:nth-child(even) {
    /*margin: 2px;*/
    /*    padding-left: 8px;*/
    /*font-size: 20px;*/
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: black;
    padding-left: 10px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 400;
    /*    font-family: 'open sans' !important;*/
}


.ui-menu .ui-menu-item:hover {
    border: none !important;
    cursor: pointer;
}

.fa-spin {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-duration: var(--fa-animation-duration,2s);
    /*    animation-duration: var(--fa-animation-duration,0s) !important;*/
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,linear);
    animation-timing-function: var(--fa-animation-timing,linear);
}

li:hover .fa-spin {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-duration: var(--fa-animation-duration,2s);
    animation-duration: var(--fa-animation-duration,2s) !important;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,linear);
    animation-timing-function: var(--fa-animation-timing,linear);
}

.fa-beat {
    -webkit-animation-name: fa-beat;
    animation-name: fa-beat;
    -webkit-animation-delay: var(--fa-animation-delay,0);
    animation-delay: var(--fa-animation-delay,0);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal);
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,0s) !important;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,ease-in-out);
    animation-timing-function: var(--fa-animation-timing,ease-in-out);
}

li:hover .fa-beat {
    -webkit-animation-name: fa-beat;
    animation-name: fa-beat;
    -webkit-animation-delay: var(--fa-animation-delay,0);
    animation-delay: var(--fa-animation-delay,0);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal);
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s) !important;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,ease-in-out);
    animation-timing-function: var(--fa-animation-timing,ease-in-out);
}

.fa-fade {
    -webkit-animation-delay: var(--fa-animation-delay,0);
    animation-delay: var(--fa-animation-delay,0);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal);
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,0s) !important;
}

li:hover .fa-fade {
    -webkit-animation-delay: var(--fa-animation-delay,0);
    animation-delay: var(--fa-animation-delay,0);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal);
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s) !important;
}

/*.leftSbArrow {
    display:none;
}
.ui-menu-item li:hover {
    position:relative;
}
li:hover .leftSbArrow {
    width: 0px;
    float: right;
    top: 30%;
    display: block;
    position:relative;
    right: 8px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #25a9e0;
}*/

.acCategorySpan {
    /*    float: right;
    font-style: italic;*/
    color: #33333359;
    padding-left: 22px;
    font-size: 14px;
}

.cityAPTClass {
    float: right;
    color: #8d9198;
    font-size: 16px;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    border: none !important;
    margin: 0 !important;
}

.divider {
    position: relative;
    height: 1px;
    display: none;
    /*    margin-top: 5px;
    margin-bottom: 5px;*/
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    width: 80%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgb(48 49 51 / 33%), transparent);
}





/*.ui-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;*/
    /*border-radius: 5px;*/
/*}

.ui-menu::-webkit-scrollbar {
    width: 20px;
    background-color: #F5F5F5;
}

.ui-menu::-webkit-scrollbar-thumb {*/
    /*border-radius: 5px;*/
    /*background-color: #FFF;
    background-image: -webkit-linear-gradient(top, #F2F2F2 0%, #a9a2a2 100%);
}*/

.ui-menu::-webkit-scrollbar-track {
    /*background-color: #F5F5F5;*/
    /*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);*/
}

.ui-menu::-webkit-scrollbar {
    width: 10px;
    margin-right: 10px;
}

.ui-menu::-webkit-scrollbar-thumb {
    background-color: rgb(186, 186, 192);
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}



@keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.shimmer-animation {
    background-color: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeholderShimmer;
    animation-timing-function: linear;
}


@media (max-width:480px) {

    .ui-menu {
        width: 300px !important;
    }

    .ui-menu-item {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .cityAPTClass {
        font-size: 14px !important;
    }

    .ui-fake-menu {
        list-style: none;
        padding: 10px 0px !important;
        display: none;
        width: 300px;
        z-index: 9999999;
        background: white;
        overflow-y: auto;
        /*border: 2px solid #e7e7e7 !important;*/
        border-radius: 4px !important;
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.06) !important;
        /*box-shadow: 0 0 7px rgba(0, 0, 0, 0.06) !important;*/
        max-height: 400px !important;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 20px !important;
        border: 0px !important;
        margin-top: 55px;
        font-family: "Outfit", sans-serif;
    }

    .ui-fake-menu-arr {
        list-style: none;
        padding: 10px 0px !important;
        display: none;
        width: 300px;
        background: white;
        z-index: 9999999;
        overflow-y: auto;
        /*border: 2px solid #e7e7e7 !important;*/
        border-radius: 4px !important;
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.06) !important;
        /*box-shadow: 0 0 7px rgba(0, 0, 0, 0.06) !important;*/
        max-height: 400px !important;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 20px !important;
        border: 0px !important;
        margin-top: 55px;
        font-family: "Outfit", sans-serif;
    }

    .fake-apt {
        height: 20px;
        margin-left: 10px;
        margin-top: 10px;
    }

    .searchIconSb {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 30px;
        color: #25a9e0;
        text-align: center;
    }
}

.showDiv {
    display: block;
}

.hideDiv {
    display: none;
}

/*button {
    background: none;
    border: 0;
    box-sizing: border-box;
    margin: 1em;
    padding: 1em 2em;
    box-shadow: inset 0 0 0 2px #f45e61;
    color: #f45e61;
    font-size: inherit;
    font-weight: 700;
    position: relative;
    vertical-align: middle;
}

    button::before, button::after {
        box-sizing: inherit;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
    }
*/
.draw {
    position: relative;
    pointer-events: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

    .draw::before, .draw::after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        border: 3px solid transparent;
        width: 0;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        height: 0;
    }

    .draw::before {
        top: -2px;
        left: 0;
        border-top-color: #3c6dc1;
        border-right-color: #3c6dc1;
        animation: border 2s infinite;
    }

    .draw::after {
        bottom: 0;
        right: 0;
        animation: border 2s 1s infinite, borderColor 2s 1s infinite;
    }

@keyframes border {
    0% {
        width: 0;
        height: 0;
    }

    25% {
        width: 100%;
        height: 0;
    }

    50% {
        width: 100%;
        height: 100%;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

@keyframes borderColor {
    0% {
        border-bottom-color: #3c6dc1;
        border-left-color: #3c6dc1;
    }

    50% {
        border-bottom-color: #3c6dc1;
        border-left-color: #3c6dc1;
    }

    51% {
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    100% {
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
}

}

@media (min-width:500px) {
    .mini-hotel-item {
        width: 300px;
    }
}

@media (min-width:414px) and (max-width: 499px) {
    .mini-hotel-item {
        width: 250px;
    }
}

@media (min-width: 330px) and (max-width:413px) {
    .mini-hotel-item {
        width: 200px;
    }
}

@media (max-width:329px) {
    .mini-hotel-item {
        width: 150px;
    }
}

@media (max-width:375px) {
    .mini-hotel-item .list-content .text .location {
        display: none;
    }
}

.mini-hotel-item .list-content .text .title a, .mini-hotel-item a {
    color: #000;
}

.mini-hotel-item .list-image {
    width: 32%;
    padding: 0 10px 0 0;
    margin: 0;
    float: left;
    max-height: 75pt;
    overflow: hidden;
    border-radius: 2px;
}

    .mini-hotel-item .list-image img {
        border-radius: 2px;
        width: 100%;
        max-width: 100%;
    }

.mini-hotel-item .list-content {
    width: 62%;
    float: left;
}

    .mini-hotel-item .list-content .text .title {
        font-weight: 700;
        font-size: 1pc !important;
    }

    .mini-hotel-item .list-content .text .location {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .mini-hotel-item .list-content .values .price .new {
        float: right;
        font-weight: 700;
        color: #ff9c00;
        font-size: 18px;
    }


.wideFlightBox .wfwItem .wfiRoute .dialogPopup {
    text-align: initial !important;
}

label.valid {
    display: inline-block;
    text-indent: -9999px;
}

label.error {
    color: #C10000;
    font-size: 0.9em;
    margin-top: -5px;
    padding: 0;
}

.reviewHidden {
    height: 160px;
    overflow: hidden;
}

.wideRoomBox .roomOptItem .roCol {
    width: 33% !important;
}
.unavailable{
    background: #898989 !important;
    color: white !important;
}
.hdCart .hdcItem .hdcContent .price {
    float: right;
    font-weight: 600;
    color: #1b1c1e;
    font-size: 15px;
}
.bookingCartMain .bcRoom .bcrRight {
    width: 75%;
}
.bookingCartMain .bcRoom .bcrLeft {
    width: 25%;
}
.pfItem.w10 {
    width: calc(10% - 8px);
    border: none;
}
.pfItem.w45 {
    width: calc(45% - 8px);
}
.pfItem .pfiPrice {
    padding-top: 20px;
}
.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 99999999;
    background: white;
}

.ui-autocomplete-loading {
    background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
}
.acCategorySpan {
    float: right;
    font-style: italic;
    color: #33333359;
}
.lineRadioItem .lriWrapper.banktransfer:before {
    display:none;
}
@media (max-width: 900px) {
    .remainingCounter{
        display:none;
    }
}
.successConfirmation .cmIcon .icon {
    border-color: #0fa536 !important;
    color: #0fa536 !important;
}
.successConfirmation .cmTitle.mainColor {
    color: #0fa536 !important;
}
/*#fullTextContainerDiv img{
    width:100% !important;
    height:100% !important;
    object-fit:cover;
}*/