.daterangepicker {
    position: absolute;
    top: 65px !important;
    left: calc(50% - 278px / 2) !important;
}

    .daterangepicker.opensright:after, .daterangepicker.opensright:before {
        display: none;
    }

    .daterangepicker td.disabled {
        cursor: default;
        text-decoration: none;
    }

    .daterangepicker .calendar-table th {
        background: white;
        height: 44px;
        width: 44px;
        border-radius: 0;
    }

    .daterangepicker .calendar-table td {
        height: 44px !important;
        width: 44px !important;
        padding: 4px !important;
        font-size: 16px;
    }

    .daterangepicker td.active, .daterangepicker td.active:hover, .end-date {
        background-color: #535788 !important;
    }

.drp-selected {
    display: none !important;
}

.next.available, .prev.available {
    border: 0.125rem solid rgb(83, 87, 136) !important;
}

.month {
    border-right: none !important;
    border-left: none !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    text-align: center !important;
}

.drp-buttons > .flex {
    display: none;
}

.drp-buttons {
    display: block !important;
}

.in-range {
    background-color: #dbdce9 !important;
}

.flex {
    font-size: 16px;
    padding-right: 8px;
}

.flex-btn, .cancelBtn, .applyBtn {
    border: 0;
    font-size: 12px !important;
    margin: 5px 0;
}

    .flex-btn:hover, .flex-btn.active:hover {
        background-color: #dbdce9;
        color: black;
    }

/*.applyBtn, .applyBtn:hover {
            background: #0C103F;
            color: #FFFFFF;
            border: 0;
        }*/

.applyBtn {
    display: none !important;
}


.flex-btn.active {
    background-color: #535788;
    color: white;
}

.pr {
    margin-right: 5px !important;
}

.filter-section {
    background-color: white;
    margin: 1em 0;
    padding: 0.5em 1em;
    box-shadow: rgba(67, 67, 67, 0.1) 0px 4px 16px;
    display: flex;
    flex-direction: column;
}

.city-section {
    width: 100%;
}

.check-section {
    width: 100%;
}

.guests-section {
    width: 100%;
    margin-right: 5px;
}

.filter-sub-section {
    height: 100%;
    border-bottom: 1px solid #EBEBEB;
}

.sub-section-inner {
    display: flex;
    align-items: center;
    min-height: 4rem;
    height: 100%;
    position: relative;
}

.filter-btn, .search-btn {
    width: 50%;
    height: 3rem;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 1rem;
}

.adv {
}

.filter-btn {
    background-color: #dbdce9;
    margin-right: 2.5px;
}

.search-btn {
    background-color: #0C103F;
    color: white;
}

.count-section {
    display: flex;
    align-items: center;
    width: 100%;
}

#count-header, #count-header-no {
    color: #535788 !important;
    margin: auto 0;
}

#count-header-no {
    width: 100%;
    text-align: center;
}

.content-section {
    background-color: white;
    margin-bottom: 1em;
    padding: 1em;
    box-shadow: rgba(67, 67, 67, 0.1) 0px 4px 16px;
    display: flex;
    flex-direction: column-reverse !important;
    flex-flow: wrap;
    /*
        max-height: 80vh;
        */
}

.listings-section {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-flow: wrap;
    /*
        max-height: 75vh;
        overflow-y: scroll;
        */
}

/*
    .listings-section::-webkit-scrollbar {
        width: 0.25em;
    }
    .listings-section::-webkit-scrollbar-track {
        background-color: ghostwhite;
    }
    .listings-section::-webkit-scrollbar-thumb {
        background-color: #535788;
    }
    */
.map-section {
    display: block;
    width: 100%;
    height: 50vh;
    margin-bottom: 1em;
}

/*Listings*/
.listing-card {
    cursor: pointer;
    margin: 0 1em 0.5em 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 10px 0;
    /*justify-content: space-between;*/
}

    .listing-card:hover {
        transform: translateY(-10px);
    }

.listing-image {
    height: 150px;
    width: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-content: start;
    flex-shrink: 0;
    flex-grow: 0;
}

.listing-details {
    display: flex;
    align-items: start;
    padding: 10px 5px;
}

.listing-nums {
    color: dimgray;
    padding-bottom: 5px;
}

.listing-price {
    padding-bottom: 5px;
}

.listing-nums > span {
    font-size: 12px;
}

.sc::after {
    content: "";
    display: inline-block;
    width: 0.25rem;
    height: 0.25rem;
    margin: 0px 0.5rem;
    background: #d2d3e3;
    opacity: 0.4;
    border-radius: 33px;
    vertical-align: middle;
}

.name {
    font-weight: 900;
    font-size: 16px;
    color: #535788;
}

.cost {
    font-size: 16px;
    font-weight: 800;
    color: #535788;
}

.listing-amenities {
    display: none;
    flex-wrap: wrap;
    flex-direction: row;
}

    .listing-amenities span {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        background: rgba(210, 211, 227, 0.8);
        border: 1px solid #d2d3e3;
        box-sizing: border-box;
        height: 30px;
        padding: 0 12px;
        margin: 0 3px 3px 0;
    }

.location, .rating {
    background: #333872;
    padding: 5px;
    color: white;
    font-weight: 700;
    font-size: 12px;
    margin-top: 0px;
    border-radius: 4px;
}

.rating {
    background: #EBC152;
}

@keyframes highlight {
    0% {
        background: #ffffff;
    }

    25% {
        background: #d2d3e3;
    }

    100% {
        background: #ffffff;
    }
}

.highlight {
    animation: highlight 4s;
}



.check-section {
    cursor: pointer;
}

.check-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.check-value {
    min-width: 75px;
}

.check-inner2 {
    height: 100%;
    width: 50%;
    display: flex;
    align-content: center;
    padding: 0 1em;
}

.location-inner, .guest-inner {
    height: 100%;
    width: 100%;
    display: flex;
    align-content: center;
    padding: 0 1em;
    cursor: pointer;
}

    .check-inner:hover, .location-inner:hover, .guest-inner:hover {
        background: #dbdce9;
    }

.location-inner {
}

.check-inner3 {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.check-value, .guest-value {
    color: #717171;
}

.b-r:before {
    content: "";
    border-right: 10px solid #717171;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
}

.advanced-section {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.btn1 {
    display: none;
}

.btn2 {
    margin-left: 2.5px;
    display: inline-flex;
}

.location-menu > li {
    cursor: pointer;
}

.location-menu .dropdown-item {
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    border-bottom: 1px solid #EBEBEB;
}

.guest-menu li {
    width: 100%;
}

.location-menu, .guest-menu {
    background: white;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04), 0 8px 16px rgba(0,0,0,0.15);
    margin-top: 12px;
    padding: 16px 32px;
    min-width: 280px;
}

.guest-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EBEBEB;
    padding: 15px 0;
}

.circles-container {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 104px;
    height: 32px;
    line-height: 20px;
    font-size: 16px;
}

.pet-container {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 104px;
    height: 32px;
}

.circle {
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-align: center;
    border-color: #EBEBEB;
    background: #dbdce9;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    text-decoration: none;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

    .circle:disabled {
        cursor: not-allowed;
    }

.innercircle {
    padding: 5px;
    height: 22px;
    width: 22px;
}

.guest-number {
    position: relative;
    font: inherit;
}

.guest-val {
}

.guest-title {
    margin-right: 5px;
}

    .guest-title > h3 {
        margin: 0;
        padding: 0;
        font-size: 1em;
        font-weight: 600;
    }

.amenity-title > h3 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
}

#petCheck {
    width: 24px;
    height: 24px;
    border: 2px solid #EBEBEB;
    border-radius: 25%;
    display: grid;
    place-content: center;
    background: #DCDCDC;
}

.modal-backdrop {
    display: none;
}

#advancedSearchLabel {
    text-align: center;
    width: 100%;
}

.advanced {
    width: 100%;
    justify-content: center;
    padding: 0 !important;
}

.modal-dialog {
    width: 100% !important;
    padding: 25px 0 !important;
}

.price {
    border: 1px solid #EBEBEB;
    padding: 0.8125rem 1rem;
    width: 100%;
}

.amenity-menu {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

    .amenity-menu li {
        width: 100%;
    }

.amenity-check {
    width: 24px;
    height: 24px;
    border: 2px solid #EBEBEB;
    border-radius: 25%;
    display: grid;
    place-content: center;
    margin-right: 15px;
    background: #DcDcDc;
}

.amenity-container {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 32px;
}

.amenity-list-item {
    display: flex;
    align-items: center;
    justify-content: start;
    border-bottom: 1px solid #EBEBEB;
    padding: 5px 0;
}

.bb-title > h3 {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    font-size: 1em;
    font-weight: 600;
}

.amenity-menu {
    list-style-type: none;
}

.m-header {
    padding-left: 20px;
}

.modal-end {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.clear-adv {
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    margin: auto 0;
    padding: 0 1.5rem;
}

.clr {
    cursor: pointer;
}

.apply-adv {
    height: 3rem;
    background-color: #0C103F;
    border: 0;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 1.5rem;
}

.bed-circle, .bath-circle {
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-align: center;
    border-color: #EBEBEB;
    background: #dbdce9;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    text-decoration: none;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

    .bed-circle:disabled, .bath-circle:disabled {
        cursor: not-allowed;
    }
/*
    @media (min-width: 992px ) and (max-width: 1043px) {
        body.header-10-lg header#site-header nav.main > ul > li > span > a {
            padding: 0 5px !important;
        }
    }
    */
@media (min-width: 625px) {
    .amenity-title > h3 {
        font-size: 16px;
    }

    .daterangepicker {
        left: calc(50% - 542px / 2) !important;
    }

    .drp-selected {
        display: inline-block !important;
    }

    .drp-buttons > .flex {
        display: inline-flex;
    }

    .pr {
        margin-right: 25px !important;
    }

    .flex-btn, .cancelBtn, .applyBtn {
        font-size: 16px !important;
    }

    .listing-image {
        height: 200px;
        width: 200px;
        border-radius: 8px;
    }

    .location, .rating {
        font-size: 16px;
    }

    .name {
        font-size: 20px;
        text-align: left;
    }

    .cost {
        font-size: 1.25rem;
    }

    .listing-nums > span {
        font-size: 16px;
    }

    .listing-amenities {
        display: flex;
    }

    .modal-dialog {
        width: 75% !important;
    }
}

@media (min-width: 800px) {
    .daterangepicker {
        top: 215px !important;
    }

    .filter-btn, .search-btn {
        width: 100%;
        height: 4rem;
        padding: 0 1.5rem;
    }

    .listing-image {
        height: 250px;
        width: 250px;
        padding: 10px;
    }

    .listing-amenities span {
        height: 45px;
    }
}

@media (min-width: 1170px) {
    .filter-section {
        background-color: white;
        margin: 1em;
        padding: 0.5em 1em;
        box-shadow: rgba(67, 67, 67, 0.1) 0px 4px 16px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 5em;
    }

    .filter-sub-section {
        border-bottom: none;
    }

    .city-section {
        width: 20%;
    }

    .check-section {
        width: 30%;
    }

    .guests-section {
        width: 10%;
        margin-right: 5px;
    }

    .adv {
        margin-right: 5px;
    }

    .filter-btn {
        margin-right: 0;
    }

    .btn2 {
        display: none;
    }

    .btn1 {
        display: inline-block;
    }

    .listing-details {
        display: flex;
        align-items: start;
        padding: 10px 15px;
    }



    .listing-amenities span {
        padding: 0 16px;
    }

    .modal-dialog {
        width: 50% !important;
    }
}

@media (min-width: 1250px) {
    .content-section {
        flex-direction: row !important;
        margin: 0 1em 1em 1em;
    }

    .listings-section {
        width: 50%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-flow: wrap;
    }

    .map-section {
        display: block;
        width: 50%;
        height: 100vh;
        position: -webkit-sticky;
        position: sticky !important;
        top: 0;
    }
}

#infoWindow {
    cursor: pointer;
}

#infoWindowImage {
    height: 150px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#infoWindowDetails {
    padding: 0 5px;
    width: 100%;
}

    #infoWindowDetails p {
        display: block;
        text-align: center;
        width: 100%;
        font-weight: bold;
        color: #535788;
        font-size: 14px;
        margin-bottom: 0.5em;
    }

    #infoWindowDetails span {
        display: block;
        text-align: center;
        width: 100%;
        font-weight: bold;
        color: #535788;
        font-size: 12px;
        margin-bottom: 0.5em;
    }

.gm-style-iw {
    padding: 0;
}

.gm-style-iw-d {
    padding: 0;
}

.gm-style-iw > button {
    display: none !important;
}

.gm-style, .gm-style-iw-c {
    padding: 0 !important;
}

.gm-style-iw-d {
    padding: 0 !important;
    overflow: hidden !important;
    width: 100%;
}

.loading-container {
    display: none;
    z-index: 2000;
    background: rgba(16, 16, 16, 0.5);
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.loading-img {
    width: 200px;
    animation: hover 2s linear infinite;
}

@keyframes hover {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* Skeleton Loader Styles */
.skeleton-loader {
    width: 100%;
    padding: 1em;
}

.skeleton-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    width: 100%;
}

.skeleton-card {
    cursor: pointer;
    margin: 0 1em 0.5em 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 10px 0;
}

.skeleton-image {
    height: 150px;
    width: 150px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-content: start;
    flex-shrink: 0;
    flex-grow: 0;
}

.skeleton-content {
    display: flex;
    align-items: start;
    padding: 10px 5px;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.skeleton-text {
    height: 12px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    margin-bottom: 10px;
    border-radius: 4px;
    width: 100%;
}

.skeleton-text.title {
    height: 18px;
    margin-bottom: 15px;
}

.skeleton-text.short {
    width: 60%;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media (min-width: 625px) {
    .skeleton-image {
        height: 200px;
        width: 200px;
        border-radius: 8px;
    }
}

@media (min-width: 800px) {
    .skeleton-image {
        height: 250px;
        width: 250px;
        padding: 10px;
    }
}
