.maps-maparea {
    background-color:#90f510;
    background-image: url(/engine/core/maps/map.png);
    background-repeat: repeat; 
    background-size: 100%;
    width:100%; 
    height:470px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.maps-maparea .maps-loading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #8888;
    border-radius: 10px;
    margin:20px;
    padding: 15px 20px 10px 20px;
    gap: 7px;
    border: solid 1px white;
    color: white;
}
.maps-maparea .maps-loading i {
    font-size: 50px;
}
.maps-maparea .maps-loading .maps-loading-text {
    font-size: 12px;
}