body {
    overflow: hidden;
}

#mapId {
    height: 98vh;
    width: 100%;
    /* background-color: black; */
}

.tooltip-leaftlet {
    width: auto;
    border-radius: 20px 0px 20px 0px !important;
}

.modal-map h1 {
    font-size: 20px;
}

.info {
    font-weight: bold;
}

.info span {
    font-weight: initial;
    text-transform: capitalize;
}

.info .weekday {
    font-size: 11px;
}

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