/* -- v3 like Reskin -----------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

:root {
    --color-fog-500: #99A1AF;
    --color-fog-300: #DDE0E4;
    --color-fog-100: #F1F3F4;
    --color-fog-50: #F8F9FA;
    --color-white: #FFFFFF;
    --color-mint-400: #56e2c2;
    --color-mint-500: #32C0A0;
    --color-mint-600: #25917B;
    --color-text-500: #252525;
    --Black: #000;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: var(--color-text-500);
    background: var(--color-fog-100);
}

body, h1, h2, h3, h4, h5, h6 , p, .close_map {
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.wrapper_item_box {
            
}

.portal-associations-wrap {
    padding: 10px;
}

.portal-associations-wrap .content {
    all: unset;
    width: 100%;
}

.btn-open-property {
    padding: 16px;
    border: 1px solid var(--color-mint-500);
    background-color: none;
}

.wrapper_map {
    border-radius: 16px;
    overflow: clip;
    height: unset;
    margin-bottom: 20px;
    border: 1px solid var(--color-fog-300);
}

.close_map {
    background: var(--color-fog-50);
    color: black;
    position: relative;
    height: 40px;
    border: none;
    font-weight: 500;
    font-size: 14px;
}

.close_map::before {
    content: 'x';
    position: relative;
    top: -2px;
    left: -4px;
}

.mapp {
    margin: 0;
    padding: 0;
}

.leaflet-touch .leaflet-bar {
    border-radius: 8px;
    overflow: clip;
    border: 1px solid var(--color-fog-500);
}

.leaflet-bar a {
    background-color: var(--color-white) !important;
    color: black !important;
    font: 400 16px/1.5 "Poppins", sans-serif !important;
    border-bottom: none !important;
}

.data_block, .system-toolbar {
    background: unset;
}

.data_block .topbar .results_num {
    display: none;
}

.data_block .topbar {
    overflow: unset;
}

.pagedemo {
    background: white;
    border-radius: 16px;
    overflow: clip;
    position: relative;
    border: 1px solid var(--color-fog-300);
}

.more_details_box {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border-top: 1px solid var(--color-fog-300);
}

.search_title {
    text-align: center;
    font-weight: 900;
    font-size: 18px;
}

.btn {
    text-transform: none;
    font-weight: 500;
}

.data_block .topbar ul li, .data_block .topbar ul .selected {
    border-top: none;
}

.data_block .topbar ul .selected {
    background-color: var(--color-fog-100);
}

.data_block .topbar ul .selected a {
    color: black;
}

.more_details_box .sub_menu .selected {
    background-color: var(--color-fog-100);
}

.more_details_box .sub_menu .selected a {
    color: unset;
}

.more_details_box .amenities ul li:before {
    color: black;
}

.amenities li {
    font-family: unset;
}

.form-group > label {
    font-weight: 600;
}

@media (max-width: 992px) {
    .topbar {
        background: none;
    }
}

.btn {
    border-radius: 999px;
    cursor: pointer;
    box-shadow: unset;

    &:hover {
        box-shadow: unset;
    }
}

.flex {
    display: flex;
    gap: 8px;
}

.flex-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.flex-justify-end {
    justify-content: flex-end;
}

.flex-align-center {
    align-items: center;
}

.flex-fill {
    flex: 1;
}


.price_box {
    all: unset;
}

.price_box .starting_from {
    all: unset;
    color: var(--Black, #000);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

.price_box .not_available {
    all: unset;

}
.price_box .min_price {
    all: unset;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}

.country-select {
    all: unset;
    border-radius: 999px;
    border: 1px solid var(--color-fog-500);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    color: var(--Black, #000);
    background-color: var(--color-white);
    cursor: pointer;
    width: 110px;
    height: 40px;
    padding: 0 16px 0 8px;
    overflow: unset;
    position: relative;
    display: flex;
    align-items: center;

    & input {
        display: none !important;
    }

    & .country-select-icon {
        width: 18px;
        height: 18px;
        position: absolute;
        left: 8px;
        pointer-events: none;
    }

    & .ddcommon {
        border: none !important;
        width: 100% !important;
    }

    & .ddcommon .divider, .ddcommon .ddArrow {
        display: none;
    }
    
    & .dd .ddTitle {
        background: transparent;
        & .flag {
            display: none;
        }
    }

    & .ddTitleText {
        padding: 5px 20px 5px 24px !important;
        cursor: pointer;
    }
    
    & .borderRadiusTp .border {
        border-radius: 8px !important;
    }
    
    & ul li {
        display: flex;
        align-items: center;
        border: none;
        border-radius: 0;
        margin: 0;
        padding: 0 8px !important;   
        background-color: var(--color-white);
        width: 100% !important;
        height: 40px;
        text-align: left !important;
        line-height: 40px;
    }

    #countries-sidebar {
        width: 120px;
        float: right;
        border: none;
        border: none;
        outline: none;
        -webkit-appearance: none;
    }

    #countries-sidebar:active {
        border: none;
    }
}

.data_block .topbar ul li {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;   
    background-color: var(--color-white);
    width: 84px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.country-option {
    font-size: 14px;
    padding: 16px;
}

.map_hotel_info {
    width: unset;
    margin-top: 8px;
}

.leaflet-popup-content {
    margin: 0 !important;
}

.leaflet-popup-content-wrapper {
    padding: 0; 
}

.leaflet-container a.leaflet-popup-close-button {
    right: 4px;
    top: 4px;
}

.topbar {
    background: none;
    display: flex;
    justify-content: space-between;

    & .selectors {
        display: flex;
        gap: 8px;
    }

    & .map-list {
        background-color: var(--color-white);
        margin: 0;
        padding: 0;
        border-radius: 999px;
        border: 1px solid var(--color-fog-500);
        overflow: clip;
        position: relative;
        white-space: nowrap;
    
        & i {
            margin-left: 8px;
        }
    }
}

.ui-widget-header {
    background: var(--color-mint-500);
    border: none;
}

.wrap_items {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.dk {
    background: unset;

    > .dk2 {
        background: unset;

        > #cboxContent {
            background: white;
            border-radius: 16px;
            padding: 2rem;
        }
    }
}

.leaflet-popup.cb-popup .leaflet-popup-content-wrapper {
    border-radius: 16px;
    overflow: clip;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    box-shadow: 0 2px 4px var(--color-fog-300);
}

.leaflet-popup-content {
    width: 340px;
}

.map_message {
    all: unset;
}

.contentBlock {
    display: flex;
    gap: 20px;
}

.portal-associations-wrap {
    & .sidebar {
        border-radius: 16px;
        background: white;
        width: 360px;
        min-width: 360px;
        position: sticky;
        top: 0px;
        overflow: clip;

        & .country-select {
            width: 175px;
            & .countries {
                width: calc(100% - 24px);
                margin-left: 24px;
                background-color: transparent;
            }
        }

        & .sidebar-country-select-wrapper {
            display: flex;
            padding: 8px;
            justify-content: flex-end;
        }

        & .sidebar_white_box .search_dates  {
            border-radius: 999px;
            box-shadow: none;
            background-color: var(--color-mint-500);

            &:hover {
                border-radius: 999px;
                box-shadow: none;
                background-color: var(--color-mint-600);
            }
        }
    }
}

.ui-widget-content .ui-state-highlight {
    border: 1px solid var(--color-mint-600);
    background: var(--color-mint-500);;
    color: #363636;
}

.ui-widget-content .ui-state-active {
    border: 1px solid var(--color-mint-600);
    background: var(--color-mint-500);;
    color: #363636;
}

.ui-widget-content .ui-state-hover {
    border: 1px solid var(--color-mint-500);
    background: var(--color-mint-400);;
    color: #363636;
}

.ui-state-default .ui-state-hover {
    background: var(--color-mint-500);;
}

.item_box {
    display: flex;
    flex-direction: column;
    padding: 0;
    border: none;
    margin-bottom: unset;
    
    & .hotel-info {
        display: flex;
        padding: 16px;
        gap: 16px;
    }

    & .unavailable {
        & span, & p, & h1, & h2, & h3, & h4, & h5, & h6, & .image_frame {
            opacity: 0.5;
            pointer-events: none;
        }
    }

    @media (max-width: 764px) {
        & .hotel-info {
            flex-direction: column;
            gap: 8px;
        }
    }

    & .hotel-name {
        color: var(--Black, #000);
        font-family: Poppins;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 133.333% */
    }

    & .hotel-description {
        color: var(--Black, #000);
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 171.429% */
    }

    & .image_frame {
        border: none;
        background: none;
        position: relative;

        & a {
            position: relative;
        }

        & .image_hover {
            width: 100%;
            height: 100%;
            border-radius: 8px;
            padding-top: 90px;
        }
    }

    & .item_photo_bg {
        background: none;
    }

    & .view_details {
        width: 100%;
        margin-left: 0;
        border-radius: unset;
        color: black;
        background-color: var(--color-fog-50);
        border-top: 1px solid var(--color-fog-300);
    }

    & .image_frame .icon-photo {
        width: 309px;
        height: 236px;
        border-radius: 8px;
    }
    
    & .image_frame .no_img {
        width: 309px;
        height: 236px;
        border-radius: 8px;
        background-image: url('../images/img_not_avl.jpg');
        background-size: cover;
    }

    & .view_details {
        margin: 0;
        font-weight: 500;
        text-decoration-line: underline;
    }

    & .btn-open-property {
        border: 2px solid var(--color-mint-500);
        border-radius: 999px;
        height: 40px;
        padding: 0 8px;
        background: transparent;
        cursor: pointer;
        white-space: nowrap;

        &:hover {
            border: 2px solid var(--color-mint-600);
        }
    }

    @media (max-width: 764px) {
        & .image_frame .icon-photo {
            width: 100%;
        }

        & .image_frame .no_img {
            width: 100%;
        }
    }
}

@media (max-width: 992px) {
    .contentBlock {
        flex-direction: column;
    }

    .portal-associations-wrap .sidebar {
        width: 100%;
        min-width: unset;
    }
}

.breadcrumbs {
    display: block;
}

.breadcrumbs-sm {
    display: none;
}

@media (max-width: 764px) {
    .breadcrumbs {
        display: none;
    }

    .breadcrumbs-sm {
        display: block;
    }
}

.wrap_pagination {

    height: 34px;

    & .jPag-first, .jPag-last {
        border-radius: 16px;
        height: unset;
        padding: 5px 8px;
    }

    & jPag-pages {
        & li {
            height: 34px;

            & li, li a {
                height: 100%;
                width: 20px;
                padding: unset;
            }  
        }
    }

    & span.jPag-current{
        padding: 3px 7px 4px;
    }
}
