#map {  
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 85vh; 
    border-radius: 7px;
}

#map .ol-layer canvas{
    border-radius: 7px;
}


.ol-viewport{
    border-radius: 7px;
}

.ol-scale-line{
    background: rgba(1, 27, 61, 0.842) ;
    border-radius: 4px ;
    bottom: 37px ;
    right: 100px ;
    left: unset;
    position: absolute ;
    padding: 2px ;
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
}

.ol-attribution {
    text-align: right;
    bottom: 5px !important;
    right: 100px !important;
    max-width: calc(100% - 1.3em);
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
}



.parent{
    height: 100vh;
}
.parent>.row{
    display: flex;
    align-items: center;
    /* height: 100%; */
}
.col img{
    height:100px;
    width: 100%;
    cursor: pointer;
    transition: transform 1s;
    object-fit: cover;
}
.col label{
    overflow: hidden;
    position: relative;
}
.imgbgchk:checked + label>.tick_container{
    opacity: 1;
}
/*         aNIMATION */
.imgbgchk:checked + label>img{
    transform: scale(1.25);
    opacity: 0.3;
}
.tick_container {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
    text-align: center;
}
.tick {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 6px 12px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

.title-basemap{
    line-height: 1.625;
    font-weight: 300;
    font-size: 0.75rem;
}

.fixed-plugin .card .card-body{
    overflow-y: auto;
}


.ol-mouse-position {
    position: fixed;
    top: auto;
    right: auto;
    bottom: 37px !important;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgb(99, 99, 99);
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: rgba(1, 27, 61, 0.842);
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    font-size: 10px;
    color: ghostwhite;
}

.ol-control button{
    background-color: rgba(1, 27, 61, 0.842);
    padding: 2px ;
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
}