@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px !important;
}

main>.container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav>li>form>button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}


#geocoder-container>div {
    min-width: 50%;
    margin-left: 25%;
}

.padding-map {
    margin-top: 30px;
}

.padding-top {
    margin-top: 40px;
}

.mapboxgl-ctrl-geocoder {
    border: 0;
    border-radius: 5px;
    position: relative;
    top: 0;
    width: 100%;
    margin-top: 0;
}

.mapboxgl-ctrl-geocoder>div {
    width: auto;
    margin-left: 0;
}

.listings .item {
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-decoration: none;
}

.listings .item:last-child {
    border-bottom: none;
}

.listings .item .title {
    display: block;
    color: #617889;
    font-weight: 700;
    text-decoration: none;
}

.listings .item .title small {
    font-weight: 400;
}

.listings .item.active .title,
.listings .item .title:hover {
    color: #E41074;
}

.listings .item.active {
    background-color: #f8f8f8;
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-left: 0;
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track {
    background: none;
}

::-webkit-scrollbar-thumb {
    background: #617889;
    border-radius: 0;
}

/* Set opacity for the entire popup */
.mapboxgl-popup {
    /* opacity: 0.75; */
    cursor: pointer;
}

/* Marker tweaks */
.mapboxgl-popup-close-button {
    display: none;
}

.mapboxgl-popup-content {
    background-color: #fff;
    font: 400 15px/22px 'Quicksand', 'Helvetica Neue', sans-serif;
    padding: 0 0 5px 0;
    width: 180px;
    text-align: center;
}

.mapboxgl-popup-content h4 {
    background: #fff;
    color: #fff;
    margin: 0;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    font-weight: 700;
    font-size: 15px;
}

.mapboxgl-popup-content h5 {
    margin: 0;
    padding: 5px 10px 0 10px;
    font-weight: 400;
    font-size: 13px;
}

.mapboxgl-popup-content div {
    padding: 10px;
}

.mapboxgl-popup-anchor-top>.mapboxgl-popup-content {
    margin-top: 15px;
}

.mapboxgl-popup-anchor-top>.mapboxgl-popup-tip {
    /* border-bottom-color: #fff; */
}

.sidebar {
    position: absolute;
    width: 33.3333%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
}

.map {
    position: absolute;
    left: 33.3333%;
    width: 66.6666%;
    top: 0;
    bottom: 0;
}

/** Breadcrumbs **/
.breadcrumb-container {
    margin-bottom: 25px !important;
    margin-top: 25px !important;
}

.breadcrumb {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.breadcrumbs__app {
    list-style: none;
}

.breadcrumbs__app__item>a {
    text-decoration: none !important;
}

.breadcrumbs__app__item+.breadcrumbs__app__item {
    padding-left: 0.5rem;
}

.breadcrumbs__app__item+.breadcrumbs__app__item::before {
    font-size: 12px;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "\F285";
    font-family: "bootstrap-icons";
}

.img-logo {
    width: 80%;
    height: 100%;
}

.loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



/* Style for the custom marker box */
.custom-marker {
    background-color: white;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 10px;
    width: 150px; /* Adjust the width of the box */
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Style for the content inside the marker box */
/* .marker-content strong {
    font-size: 16px;
    color: #333;
}

.marker-content p {
    font-size: 14px;
    color: #555;
    margin: 5px 0 0 0;
} */

.marker-content {
    font: 400 15px/22px 'Quicksand', 'Helvetica Neue', sans-serif;
    padding: 0 ;
    width: 180px;
    text-align: center;
    background-color: #fff;
    z-index: 1000;
}

.marker-content h4 {
    background: #343434;
    color: #fff;
    margin: 0;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    font-weight: 700;
    font-size: 15px;
}

.marker-content h5 {
    margin: 0;
    padding: 5px 10px 0 10px;
    font-weight: 400;
    font-size: 13px;
}

.marker-content div {
    padding: 10px;
}

.text-pink {
    color: #E41074;
}

@media (max-width: 768px) {
    .mapbox-gl-draw_ctrl-draw-btn {
        top: auto !important;
        bottom: 10px !important;
        left: 10px !important;
        transform: translateX(0%);
        width: auto;
    }
}