.wsaGoogleMap {
    position: absolute;
    top: var(--headerHeight);
    left: 0;
    width: 100%;
    height: 100%;
    height: calc(100% - var(--headerHeight) - var(--footerHeight));
    z-index: 1;
}

.pageBg {
    z-index: 1;
}

.mapLayer360Pin {
    visibility: visible !important;
}

.rightSide {
    z-index: 2;
}

/* Ruler for Google Map */
.measurement-info {
}

.measurement-delete-btn {
    padding: 0.3rem 0.9rem;
    background: var(--colorPrimaryBlue);
    color: white;
    border: none;
    border-radius: 2rem;
    cursor: pointer;
    margin: 0.5rem auto 0;
    display: block;
}

body.hasHover .measurement-delete-btn:hover {
    background: var(--colorPrimaryGreen);
}

.gm-ui-hover-effect {
    display: none !important;
}