body {
    padding: 0;
    margin: 0;
}

html,
body,
#map {
    height: 100%;
}


/* css to customize Leaflet default styles  */

.leaflet-popup {
    z-index: 99999 !important;
}

.leaflet-popup-content-wrapper {
    background: white;
    /*#e0e0e0;*/
    color: #234c5e;
    margin-top: 50px;
}

.leaflet-popup-content-wrapper .leaflet-popup-content {
    background: white;
    /*#e0e0e0;*/
    color: #234c5e;
}

.leaflet-popup-tip-container {
    /* background: #e0e0e0; */
    color: #234c5e;
}

.leaflet-popup-content {
    max-width: 85vw !important;
    width: 400px !important;
}

.card-title {
    font-size: min(20px, 2.3vmax) !important;
    font-weight: bold;
    z-index: 1 !important;
    position: relative !important;
}

.text-muted {
    font-size: min(15px, 1.6vmax) !important;
    color: #333 !important;
    z-index: 1 !important;
    position: relative !important;
}

.leaflet-control div {
    font-size: min(16px, 1.8vmax) !important;
    line-height: min(16px, 1.8vmax);
}

.leaflet-control {
    font-size: min(12px, 1.6vmax) !important;
}

.btn-light,
.btn-light:hover,
.btn-light:active,
.btn-light:visited {
    background-color: #333 !important;
    border-color: #333 !important;
    color: #fff !important;
    font-weight: bold !important;
}

i.icon-popup {
    position: absolute;
    top: -3px;
    right: -3px;
    color: #fff;
    font-size: 45px;
    opacity: 0.5;
    z-index: 0;
}

.alert {
    display: none;
    position: fixed;
    top: 5px;
    left: 10%;
    width: 80%;
    z-index: 999;
}

.legend {
    line-height: 18px;
    color: #555;
    background-color: white;
    opacity: 0.9;
    z-index: 0;
    padding: 5px;
    /* border: 1px solid #333; */
    border-radius: 5px;
    /* text-align: right; */
}

.legend p {
    margin-bottom: 2px;
    white-space: pre-line;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    /* margin-left: 28px; */
    opacity: 0.7;
}

.legend-toggle-display {
    background-image: url("../img/toggle.svg");
    background-size: cover;
    position: absolute;
    border-radius: 3px 0px 0px 0px;
}

.logo {
    background-color: transparent;
    border: 0px solid black;
    z-index: 999;
    opacity: 0.95;
    outline: none;
}
#logo_Imp {
    position: absolute;
    top: 10px;
    right: 100px;
}
#logo_Col {
    position: absolute;
    top: 10px;
    right: 10px;
}

#buttonInfoModal {
    position: absolute;
    top: 11px;
    right: 190px;
    /* height: 50px; */
    background-color: #FF9933;
    border: 0px solid black;
    opacity: 0.9;
    z-index: 999;
}

#buttonCookies {
    position: absolute;
    top: 11px;
    right: 240px;
    /* height: 50px; */
    background-color: #3341ff;
    border: 0px solid black;
    opacity: 0.9;
    z-index: 999;
}

.img_infoButton {
    display: block;
    margin: auto;
    width: 55%;
    min-width: 200px;
    border: 0px solid black;
}

.text_modal {
    position: relative;
    width: 92%;
    left: 4%;
}

.btn-primary {
    background-color: #49B6A9;
    border-color: #49B6A9;
    opacity: 0.9;
}


/*.modal-lg {
  max-width: 90%;
  min-width: 50%;
}*/

.leaflet-control-locate a .leaflet-control-locate-location-crosshairs {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 7px;
    outline: none;
    border: none;
    background-color: transparent;
    box-shadow: none;
    -webkit-background-image: url('../img/location-crosshairs-solid.svg');
    background-image: url('../img/location-crosshairs-solid.svg');
    -webkit-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -webkit-background-position: center;
    background-position: center;
}

.leaflet-popup-close-button {
    margin-top: 53px;
    margin-right: 3px;
}

.leaflet-control-locate.active a .leaflet-control-locate-location-crosshairs {
    fill: #2074b6 !important;
}

.leaflet-control-locate.following a .leaflet-control-locate-location-crosshairs {
    fill: #fc8428 !important;
}

.nav-link {
    color: #49B6A9 !important;
}

.nav-link.active {
    color: #234c5e !important;
}

.geocoder-control {
    margin-bottom: 10px;
}

.easy-button-button {
    padding: 2px;
}

.easy-button-button .fa {
    font-size: 14px;
    color: "#444"
}