.map-btn {
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    margin-top: 9px;
    height: 42px;
    background-color: white;
    border: 0px solid black;
    text-align: center;
    margin-left: 0px;
    margin-right: 10px
}

.map-btn2 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    margin-top: 9px;
    height: 42px;
    background-color: white;
    border: 0px solid black;
    text-align: center;
    margin-left: 0px;
    margin-right: 10px
}
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#map {
    height: 100%;
}

#search {
    font-family: Roboto;
    font-size: 18px;
    font-weight: bolder;
    margin-left: 12px;
    text-overflow: ellipsis;
    position: absolute;
    z-index: 1;
    left: 187px;
    top: 9px;
    padding: 8px;
}

#search:focus {
    border-color: #4d90fe;
}

#upload {
    opacity: 0;
}

#upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.toast {
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0px);
    z-index: 9999;
}