body {


    font-family: Lato, sans-serif;


}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

#map-app-container {
    width: 1200px;
    height: 1000px;
    line-height: normal
}

#map {
    width: 100%;
    height: 500px;
    /* padding-top: 500px; */
    box-sizing: border-box;
    margin-bottom: 10px;
}

#top-bar {
    position: absolute;
    z-index: 9999;
}

#top-bar-inner {
    display: flex;
    position: relative;
    width: 1200px;
}

.map-legend {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #f6f6f6;
    border-radius: 4px;
    z-index: 1;
    width: 175px;
    height: 85px;
    top: 180px;
    /* left: 12px; */
    padding: 5px 10px;
    font-size: 0.75rem;
    box-sizing: border-box;
}

.description {
    font-size: 14px;
    color: #303030;
    padding: 5px;
    /* text-align: justify; */
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #f6f6f6;
    border-radius: 4px;
    padding: 15px 20px;
    width: 80%;
    height: fit-content;
}



.table-container {
    width: 100%;
    height: 50%;
    background: white;
    margin-right: 20px;
    overflow-y: auto;
}

table {
    text-align: center;
    width: 100%;
    border-collapse: collapse;
    border-top: 0 solid black;
}

td {
    font-size: smaller;
    cursor: pointer;
    padding: 0.25rem;
}

.pctSpan {
    font-size: smaller;
    color: #303030;
}

th {
    cursor: pointer;
    font-size: smaller;
    color: white;
    background-color: #274d70;
    padding: 0.25rem;
    position: sticky;
    height: 20px;
    top: 0;
    z-index: 2;
}

tr:nth-child(even) {
    background-color: #F6F6F6;
}

.dotPal {
    height: 10px;
    width: 10px;
    background-color: #6999A2;
    border: 1px solid white;
    border-radius: 50%;
    display: inline-block;
}

.dotIsr {
    height: 10px;
    width: 10px;
    background-color: #fdae36;
    border: 1px solid white;
    border-radius: 50%;
    display: inline-block;
}

.dotNeu {
    height: 10px;
    width: 10px;
    background-color: #8C0436;
    border: 1px solid white;
    border-radius: 50%;
    display: inline-block;
}

/* 0B5266 f8a672 ccc */

.controls {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #f6f6f6;
    border-radius: 4px;
    /* top: 90px; */
    width: 175px;
    /* left: 10px; */
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 2px 0px 2px;
    box-sizing: border-box;
}

.hotspot-button {
    min-width: 120px;
    font-size: smaller;
    width: 100%;
    background: #f6f6f6;
    color: #cfcfcf;
    cursor: pointer;
    /* height: 100%; */
    align-items: center;
    display: block;
    border-radius: 4px;
    margin-bottom: 4px;
    padding: 4px 4px 4px 5px;
    box-sizing: border-box;
}

.hotspot-button:hover {
    background: #38ADFF;
    color: white;
}

.active-button {
    background-color: #274d70;
    color: white;
}

.input-field {
    margin: 0;

}


#countrySelect {
    font-family: Lato, sans-serif;
    font-size: smaller;
    color: #cfcfcf;
    width: 100%;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    margin-bottom: 4px;
    padding: 4px 0px 4px 0px;
    box-sizing: border-box;
}

#countrySelect:hover {
    background-color: #38ADFF;
    color: white;
}

#countrySelect.active-select {
    background-color: #274d70;
    color: white;
}




.tooltip {
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 3px;
    pointer-events: none;
    display: none;
    z-index: 3;
}

.mapboxgl-popup {
    max-width: 400px;
    font:
        12px/20px 'Helvetica Neue',
        Arial,
        Helvetica,
        sans-serif;
}