@import url("https://unpkg.com/leaflet@1.9.3/dist/leaflet.css");

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #E9EDF2 !important;
}

#root {
    min-width: 0;
    width: 100%;
    height: 100%;
}

#root-wrapper {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

#page-wrapper {
    width: 100%;
    margin: 20px 20px 20px 20px;
}

#page-wrapper a {
    text-decoration: none !important;
}

#page-wrapper-map {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}
