<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;
	box-shadow: 5px 5px 5px grey;
}

/*Homepage styling*/
#splash {
	margin: 2%;
}
#sidebar-home-text{
	font-size: 11pt;
}

/*Sidebar attributes*/
#sidebar {

    z-index: 900;
}

.leaflet-sidebar-content,
.leaflet-sidebar-tabs {
    background-color: #fffdf8eb;
}

/*Styling bar charts*/
.svgTitle {
    text-anchor: middle;

}

#svgInd,
#svgDemo {
    width: 460px;
}

.x-label {
    font: 14pt "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h3 {
    margin-top: 15px;
}


.legend {
    margin-right: 20px;
}

.flagLeg {
    background: green;
    height: 10px;
}

.unflagLeg {
    background: gray;
    height: 10px;
}

.mpoLeg {
    background: black;
    height: 2px;
    margin-bottom: .25em;
}

/*HTML Horizonal Legend*/
.country-name {
    margin: 0 !important;
}

.key-dot {
    display: inline-block;
    margin-right: .5em;
    width: 10px;
}

#map {
    height: 100%;
}

/*
.navbar {
    z-index: 999;
    height: 40px;
    bottom: 3px;
}

#navbar-visible {
    height: 40px;
    position: fixed;
    z-index: 999;
    width: 100%;
}
*/

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



.sidebar-footer {
    bottom: 10px;
    position: absolute;
}

/*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;
}

.logos {
    text-align: center;
    margin-bottom: 10px;
}

/*slider*/
.sliders {
	margin-top: 20px;
	margin-bottom: 40px;
	margin-right: 15px;
	margin-left: 15px;
}

.noUi-value{
	margin-top: 5px;
}
.btn-group {
		margin-bottom: 5px;
}

.leaflet-sidebar-header {
    margin-bottom: 10px;
}

.dropdown-header-bg {
    font-size: 1.1rem;
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

.dropdown-menu { /* for dropdowns to scroll */
    overflow-y: auto;
    max-height: 90vh;
}

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