#map {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 25%;
    width: 75%;
}

.page-content {
    padding: 10px 10px 0 10px;
}

.scroll-container {
    overflow-x: auto;
    white-space: nowrap;
}

.scroll-content {
    display: inline-block;
    min-width: 100%;
}

.loader-container {
    z-index: 1001;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.loader-container #lottie-map-container {
    height: 150px;
    width: 150px;
}

.loader-container #lottie-table-container {
    height: 300px;
    width: 300px;
}

.round-marker {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-4%, -90%);
    color: var(--back-color);
    border: 1px solid var(--back-color);
    font-weight: bold;
    background: #E74C3C;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0 5px;
}