@font-face {
    font-family: "Silka";
    font-style: thin;
    font-weight: 100;
    src: url(../../static/media/silka-thin-webfont.8b3928f0.eot);
    src: url(../../static/media/silka-thin-webfont.8b3928f0.eot?#iefix) format("embedded-opentype"), url(../../static/media/silka-thin-webfont.274d38bf.woff2) format("woff2"), url(../../static/media/silka-thin-webfont.1c250307.woff) format("woff"), url(../../static/media/silka-thin-webfont.348f007f.ttf) format("truetype");
}

@font-face {
    font-family: "Silka";
    font-style: "extralight";
    font-weight: 200;
    src: url(../../static/media/silka-extralight-webfont.7395b93b.eot);
    src: url(../../static/media/silka-extralight-webfont.7395b93b.eot?#iefix) format("embedded-opentype"), url(../../static/media/silka-extralight-webfont.ba610577.woff2) format("woff2"), url(../../static/media/silka-extralight-webfont.e343ad79.woff) format("woff"), url(../../static/media/silka-extralight-webfont.8742d038.ttf) format("truetype");
}

@font-face {
    font-family: "Silka";
    font-style: "light";
    font-weight: 300;
    src: url(../../static/media/silka-light-webfont.8755d1ed.eot);
    src: url(../../static/media/silka-light-webfont.8755d1ed.eot?#iefix) format("embedded-opentype"), url(../../static/media/silka-light-webfont.2500aee1.woff2) format("woff2"), url(../../static/media/silka-light-webfont.ab62ce10.woff) format("woff"), url(../../static/media/silka-light-webfont.5e23cabd.ttf) format("truetype");
}

@font-face {
    font-family: "Silka";
    font-style: normal;
    font-weight: 400;
    src: url(../../static/media/silka-regular-webfont.7910eb8b.eot);
    src: url(../../static/media/silka-regular-webfont.7910eb8b.eot?#iefix) format("embedded-opentype"), url(../../static/media/silka-regular-webfont.525eb46c.woff2) format("woff2"), url(../../static/media/silka-regular-webfont.d4a02e22.woff) format("woff"), url(../../static/media/silka-regular-webfont.093bd741.ttf) format("truetype");
}

@font-face {
    font-family: "Silka";
    font-style: medium;
    font-weight: 500;
    src: url(../../static/media/silka-medium-webfont.e81bb54c.eot);
    src: url(../../static/media/silka-medium-webfont.e81bb54c.eot?#iefix) format("embedded-opentype"), url(../../static/media/silka-medium-webfont.d65646ff.woff2) format("woff2"), url(../../static/media/silka-medium-webfont.1109c9c2.woff) format("woff"), url(../../static/media/silka-medium-webfont.3b85279d.ttf) format("truetype");
}

@font-face {
    font-family: "Silka";
    font-style: "semibold";
    font-weight: 600;
    src: url(../../static/media/silka-semibold-webfont.d4ef0c3b.eot);
    src: url(../../static/media/silka-semibold-webfont.d4ef0c3b.eot?#iefix) format("embedded-opentype"), url(../../static/media/silka-semibold-webfont.4309dd97.woff2) format("woff2"), url(../../static/media/silka-semibold-webfont.06edbc6c.woff) format("woff"), url(../../static/media/silka-semibold-webfont.149a5f2d.ttf) format("truetype");
}

@font-face {
    font-family: "Silka";
    font-style: "bold";
    font-weight: 700;
    src: url(../../static/media/silka-bold-webfont.5ebc9c33.eot);
    src: url(../../static/media/silka-bold-webfont.5ebc9c33.eot?#iefix) format("embedded-opentype"), url(../../static/media/silka-bold-webfont.2bb387ad.woff2) format("woff2"), url(../../static/media/silka-bold-webfont.b6bfea19.woff) format("woff"), url(../../static/media/silka-bold-webfont.6dd1ed26.ttf) format("truetype");
}

@font-face {
    font-family: "Silka";
    font-style: "extrabold";
    font-weight: 800;
    src: url(../../static/media/silka-black-webfont.cb9dbaaf.eot);
    src: url(../../static/media/silka-black-webfont.cb9dbaaf.eot?#iefix) format("embedded-opentype"), url(../../static/media/silka-black-webfont.47988ffc.woff2) format("woff2"), url(../../static/media/silka-black-webfont.04093833.woff) format("woff"), url(../../static/media/silka-black-webfont.97429267.ttf) format("truetype");
}

html {
    height: 100%;
    box-sizing: border-box;
}

body,
div,
html {
    font-family: "Silka" !important;
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
}

#root {
    font-family: "Silka" !important;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

body,
html {
    --mainColor: #75a472;
}

#root,
.App,
body,
html {
    height: 100%;
}

.App {
    display: flex;
    justify-content: center;
    text-align: center;
}

.leaflet-container {
    width: 100%;
    height: 100%;
}

.leaflet-control-attribution {
    display: none !important;
}

.leaflet-tooltip:before {
    content: none;
}

.leaflet-tooltip {
    padding: 5px;
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.tooltip-wrap {
    width: 130px;
    display: table;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 1px;
}

.leaflet-top.leaflet-left {
    width: 100%;
}

.cutsom_legend {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    min-height: 120px;
    min-width: 100px;
}

.legend-title {
    text-decoration: underline;
    color: #75a472;
    margin: 0 !important;
    font-weight: 700;
}

.top_cutsom_legend {
    top: -10px;
}

.top_legend-title {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    margin: -10px 0 0 !important;
    word-spacing: 3px;
}

.top_cutsom_legend.leaflet-control {
    left: 50%;
    transform: translate(-50%);
}

.leaflet-marker-icon:hover,
.tooltip-wrap:hover {
    opacity: 0.7;
}

.hide_legend {
    display: none;
}

.leaflet-top .leaflet-control {
    margin-top: 20px;
}

.blocker {
    z-index: 99999999;
}

.close-btn_ {
    color: #fff;
    background: #A54733;
    padding: .5rem 1rem;
    display: inline-block;
    border-radius: 4px;
    transition-duration: .25s;
    border: none;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
}

#ex1 {
    text-align: center;
    font-size: 24px;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif !important;
}


/*# sourceMappingURL=main.2c65ec76.chunk.css.map */

#lang-switch {
    position: absolute;
    z-index: 9999999;
    right: 1%;
    top: 1%;
    color: #fff;
    background: #A54733;
    padding: 0.5rem 1rem;
    display: inline-block;
    border-radius: 4px;
    transition-duration: .25s;
    border: none;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}