<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    font: 10pt "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/*Map Styling*/
.leaflet-labels-pane {
    z-index: 650;
    pointer-events: none;f
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: #1a1919;
    color: #d4d4d4;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
    opacity: 0.9;
}

.leaflet-top,
.leaflet-bottom {
    z-index: 800;
}

#legend-container {
	width: 250px;
    background: white;
    height: auto;
}

/* Leaflet controls */


.legend {
    margin-right: 20px;
}

#map {
    height: 100%;
}

body &gt; div.container-fluid {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
    vertical-align: top;
}

/*Textbox Styling*/
#info_text {
	background-color: #ffffffdb;
    border-radius: 25px;
    padding: 10px;
}


/*Category Checkbox*/
.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin:0;
    transition: background-color .4s ease;
}
.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    background-color: #C0F2FF;
    font-weight:bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #ABABAB;
}

/*Custom Scrollbar*/

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}



</pre></body></html>