html, body, #esri-map-container {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

.esri-map-container {
    position: relative;
    margin-bottom: 0.5rem;
}

.map {
    height: 500px !important;
}

.arcgisSearch {
    display: block;
    position: absolute;
    z-index: 30;
    top: 20px;
    right: 20px;
}

.HomeButton {
    position: absolute;
    top: 95px;
    left: 20px;
    z-index: 30;
}

.loading {
    display: block !important;
    height: 100%;
    width: 100%;'
}

.spinner {
    display: none;
}

svg, text {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: 'Font Awesome 6 Free', serif;
    font-weight: 900;
    font-size: 0.9em;
    line-height: .08333em;
    vertical-align: .125em;
}

#zoom-warning {
    display: none;
    width: 100%;
    justify-content: center;
}

#zoom-warning, span {
    font-size: 16px;
}

.esriPopup .list__item {
    font-size: x-small;
    margin: 0;
}

.esriPopup .fieldLabel {
    margin-top: 0.25rem !important;
}