/* .header-container, #top_division_menus {
    display: none !important;
}
.site-footer, #main_footer {
    display: none !important;
} */

/* #agency_app {
    display: none !important;
} */

#agency_app[v-cloak] {
    width: 100%;
    height: 600px;
    position: relative;
    background-color: #f1f1f1;
  }
  #agency_app[v-cloak]::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    width: 50px;
    height: 50px;
    content: "";
    border: 3px solid #00000033;
    border-top-color: #000000;
    border-radius: 50%;
    animation: rotate_loader .5s infinite ease-in-out;
  }
  #agency_app[v-cloak] * {
    display: none;
  }
#agency_app .btn-primary {
    background-color: #ec6608;
    border-color: #ec6608;
    color: #fff;
    padding: 6px 20px;
    border-radius: 5px;
}

/* Banner */
.single-points-banner {
    position: relative;
    height: 350px;
    background: #fff;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background-size: cover;
    background-position: 0% 15%;
    color: white;
    padding-bottom: 35px;
}
.single-points-banner h6 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.single-points-banner h2 {
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    z-index: 9;
    color: #fff;
}

#agency_wrap_filter {
    width: 100%;
    height: 100%;
    background: #fff;
    border-bottom: 1px solid #2a2a2a1a;
    overflow-y: auto;
    padding: 15px 0;
}
#agency_wrap_filter>div {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}
#agency_wrap_filter>div>div:first-child {
    padding-right: 40px;
}
#agency_wrap_filter h3 {
    font-size: 18px;
    color: #0C5EA8 !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#agency_wrap_filter .form-label {
    font-size: 14px;
    color: black;
}
#agency_wrap_filter .form-select {
    font-size: 14px;
    color: #2A2A2A;
}
#agency_wrap_filter button {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

#agency_wrap {
    position: relative;
    min-height: 600px;
    background-color: white;
}

#agency_wrap .collect-tabs {
    position: relative;
    z-index: 9;
    background-color: white;
    display: none;
}
#agency_wrap .collect-agences-list {
    position: relative;
    z-index: 9;
    background-color: white;
    height: 600px;
    overflow-y: auto;
}

#agency_wrap_map {
    position: absolute;
    top: 0;
    right: 0px;
    width: 63%;
    height: 100%;
    z-index: 6;
}

.agency-card {
    cursor: pointer;
}
.agency-card h4 {
    font-size: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #0C5EA8 !important;
}
.agency-card .agency-info {
    padding: 0 5px;
}
.agency-card .agency-info p {
    margin: 0;
    font-size: 14px;
}

.marker {
    background-image: url('../img/agency.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.mapboxgl-popup {
    max-width: 200px;
}

.mapboxgl-popup-content {
    text-align: center;
}

.leaflet-popup-content-wrapper {
    padding: 0 !important;
    padding-bottom: 1px !important;
}
.leaflet-popup-content {
    margin: 0 !important;
    padding: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.agency-map-card {
    border-radius: 8px;
    overflow: hidden;
}
.agency-map-card .agency-map-card-header {
    font-size: 14px;
    padding: 8px;
    padding-right: 16px;
    background: #0C5EA8;
    color: #fff;
}
.agency-map-card .agency-map-card-header h3 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}
.agency-map-card .agency-map-card-content {
    padding: 8px;
}
.agency-map-card .agency-map-card-content h6 {
    font-size: 12px;
}

.agency-map-card .agency-map-card-content p {
    font-size: 12px;
    margin: 0;
}
.agency-map-card .agency-map-card-content>div p {
    padding: 0 8px;
}
.agency-map-card .agency-map-card-content .agency-map-card-action {
    width: 100%;
    color: white !important;
    font-size: 12px;
}

.leaflet-popup-close-button {
    background: transparent !important;
    color: #fff !important;
    width: 22px !important;
    height: 22px !important;
    font-size: 20px !important;
    line-height: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width:991px) {
    #agency_wrap_map {
        /* position: relative; */
        top: 50px;
        left: 0;
        right: auto;
        width: 100%;
        height: 100%;
        z-index: 6;
    }
    #agency_wrap_filter {
        width: 100%;
        height: 100%;
    }
    #agency_wrap_filter .agency-filter-title {
        font-size: 16px;
    }
    #agency_wrap .collect-tabs {
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(42, 42, 42, 0.10);
    }
    #agency_wrap .collect-tabs>div {
        width: 50%;
    }
    #agency_wrap .collect-tabs>div:last-child {
        border-left: 1px solid rgba(42, 42, 42, 0.10);
    }
    #agency_wrap .collect-tabs>div button {
        width: 100%;
        padding: 13px 10px;
        color: #000;
        border: none;
        border-radius: 0px;
        border-bottom: 1px solid transparent;
        transition: .3s;
    }
    #agency_wrap .collect-tabs>div button.active {
        border-bottom: 1px solid #0C5EA8;
        color: #0C5EA8;
    }
    .hd-mobile {
        opacity: 0;
    }
}

@media only screen and (max-width:768px) {
    #agency_wrap_filter .agency-filter-title {
        display: none;
    }
}