


.members-map {
    width: 100%;
    height: 100%;
}

.members-map>div {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    .members-map {
        height: 30rem;
    }
}

.members-list-item-active {
    background-color: rgb(1,137,225) !important;
    color: white !important;
}

.amap-info {
    width: 35rem;
}

.amap-info-content {
    color: white;
    background-color: rgb(254, 108, 34);
}

.amap-info-sharp {
    border-top: 8px solid rgb(254, 108, 34) !important;
}

