.map-container {
    display: block;
    position: relative;
    background-position: bottom;
    background-color: var(--bs-border-color);
    width: 100%;
    height: 100%;
    user-select: none;
}

.map-container.fullscreen{
    height: 93vh
}

.map-camera-marker {
    user-select: none;
    pointer-events: none;
    width: 2.25rem;
    position: absolute;
    z-index: auto;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.map-widget {
    background-color: #F1F3F5;
    width: 100%;
    height: 180px;
}

.map-filter {
    top: 6rem;
    left: 1.4rem;
    width: 22rem;
    user-select: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    border-radius: .5rem;
    background-color: #fff;
    max-height: 85%;
    min-height: 16rem;
    overflow: auto;
}

.map-filter .position-relative {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}