.loadingIndicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.8);
    display: none;
}
.navigationControls {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 4px;
    z-index: 1000;
}
.viewModeControls {
    position: absolute;
    bottom: 19px;
    left: 10px;
    background: rgb(234 255 255 / 80%);
    padding: 10px;
    border-radius: 20px;
    z-index: 1000;
    color: #0075ff;
}
.cesium-svgPath-svg {
    background: rgb(32 170 169);
}
.cesium-geocoder-input{
    background-color: rgba(16, 196, 196, 0.7) !important;
}