#map {
    width: 100%;
    height: 94vh;
    border: 1px solid beige;
    /* background: url("{{ url('imgs/logo_uu.png') }}"); */
    background-repeat: no-repeat;
    background-position: center;
}

.popup-survey-stats:hover {
    transform: scale(1.02);
    box-shadow: 0px 0px 16px rgb(0 0 0 / 35%);
    transition: 0.3s;
}

/**
GIS VIEWER CSS *******************>>>>>>>>>>
*/
.gis-viewer-container {
    right: 0;
    top: 50vh;
    border: none !important;
    border-radius: 0;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    transform-origin: 72% 0%;
    z-index: 998;
}
/**
GIS VIEWER CSS *******************<<<<<<<<<<<<<<<<<
*/

#div-toc {
    font-size: small;
    font-family: inherit;
}

.gallery-container {
    width: 125px;
    height: 180px;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.gallery-boundry {
    position: absolute;
    right: 1px;
    top: 0px;
    z-index: 999;
}

.esriBasemapGalleryNode {
    background-color: beige;
    border-radius: 5px;
}

.esriBasemapGalleryLabelContainer {
    font-size: small;
    color: black;
    height: auto !important;
}

.esriBasemapGalleryThumbnail {
    width: 100px;
    margin: auto;
    height: 50px;
    border: none;
}

.esriPopup .esriPopupWrapper {
    min-width: 500px !important;
}

.esriPopup .sizer,
.esriPopup .contentPane {
    width: 100% !important;
}

.esriPopup .title {
    padding: 7px;
}

.map-popup-table th {
    min-width: 150px;
}

.map-popup-images {
    border-radius: 5px;
    width: 130px;
    height: 200px;
}

/* Map Gallery Scrollbar */
/* width */
#map ::-webkit-scrollbar {
    width: 8px;
}

/* Track */
#map ::-webkit-scrollbar-track {
	box-shadow: inset 0px 0px 11px 0px #aeebdc;
    border-radius: 10px;
}

/* Handle */
#map ::-webkit-scrollbar-thumb {
    background: #53b9a0;
    border-radius: 5px;
}

/* Handle on hover */
#map ::-webkit-scrollbar-thumb:hover {
    background: var(--color-theme-light);
}

.leaflet-routing-geocoders button {
    color: black !important;
}