.bg-nav {
    background: linear-gradient(45deg, #f707, #fff7, #0f77);
}


body {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    user-drag: none;
    -webkit-user-drag: none;
}

.layerSelectBtn {
    background-color: #ffffffcc;
    border: 2px solid #ff0000;
    border-radius: 5px;
    animation: glow 5s forwards;
    top: 10vh;
    left: 1vw;
    position: absolute;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.layerSelectBtn:hover {
    background-color: #ffffff;
    border: 2px dotted #ff7700;
}

@keyframes glow {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        box-shadow: 0 0 0px #f70;
        border: 2px solid #ff0000;
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        box-shadow: 0 0 15px #f70;
        border: 2px solid #ff0000;
    }
}

@media (max-aspect-ratio: 3/4) {
    .mobDisp {
        display: block;
    }
    .landDisp {
        display: none;
    }
    .frameBound {
        width: 100%;
        height: 85vh;
        border: 0;
    }
    .AutAffInfo{
        display: none;
    }
    .mobHeader > h2 {
        font-size: 100%;
    }
    #btnOverlay > svg {
        width: 20px;
        height: 20px;
    }
    #btnOverlayText {
        max-width: 40vw;
        font-size: 90%;
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .AutAffInfo {
        display: none;
    }
    div.leaflet-control-scale.leaflet-control{
        display: none;
    }
    .mobFootDisplay {
        display: none;
    }
    div#navbarNavAff::after {
        justify-content: space-around !important;
    }
    .iiscOverlayImg {
        bottom: 20vh;
        right: 40vw;
        height: 5vh;
        position: absolute;
        z-index: 9;
        pointer-events: none;
        display: block;
    }
}

@media (min-aspect-ratio: 4/3) {
    .mobDisp {
        display: none;
    }
    .landDisp {
        display: block;
    }
    .AutAffInfo {
        display: block;
    }
    .mobFootDisplay {
        display: flex;
        justify-content: center;
    }
    div#navbarNavAff {
        display: flex;
        justify-content: end;
    }
    .frameBound {
        width: 100%;
        height: 88vh;
        border: 0;
    }

    .iiscOverlayImg {
        bottom: 20vh;
        right: 40vw;
        height: 15vh;
        position: absolute;
        z-index: 9;
        pointer-events: none;
        display: block;
    }
}

#map {
    height: 100vh;
}


.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}
.legend {
    text-align: left;
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.leaflet-control-attribution {
    display: none;
}

.leaflet-popup-content-wrapper {
    max-height: 230px;
    max-width: 350px;
}

.leaflet-popup-content {
    max-height: 200px;
    max-width: 350px !important;
    overflow-y: scroll;
}

div.leaflet-bottom.leaflet-left{
    display: flex !important;
    align-items: end;
}
div.leaflet-control-scale.leaflet-control{
    margin-bottom: 20px;
}

.vCounter {
    padding-left: 20px !important;
}

.authDiv {
    height: 68vh;
    /* overflow-y: scroll; */
}
.authDiv > .row {
    --bs-gutter-x: 0rem !important;
}

.footerTable {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100vw;
    background-color: white;
}

.footerLinks > a {
    color: green;
    font-size: 18px;
}

.mapAffimg {
    background-color: #ffffff;
    border-radius: 1rem;
    position: fixed;
    left: 25vw;
    bottom: 10px;
}
.AffImages {
    max-height: 70px;
    max-width: 7rem;
}
.AffImages1 {
    margin: 5px;
    max-height: 3rem;
    max-width: 3rem;
}
.AffImages2 {
    margin: 5px;
    max-height: 5rem;
    max-width: 5rem;
}

.AuthImages {
    width: 90%;
    border-radius: 2rem;
    border: 1px solid #000;
}

