@charset "utf-8";

.asMapLevelView{
background-color: var(--Athletics-Kelly-Green);
flex-grow: 1;
position: relative;
}

.asMapViewer{
    position: absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    overflow: hidden;
    touch-action: none;
    cursor: grab;
}

.asMapBase{
    position: absolute;
    top: 0px;
    left: 0px;
    transform-origin: 0 0;
}

.mapImage{
    display: block;
    user-select: none;
    -webkit-user-drag: none;
}

.asMapMarkers{
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
}

.asMapMarkers .asMapMarker{
    pointer-events: auto;
    cursor: pointer;
}

