
.container-layer {
    position: absolute;
    z-index: 1000;
    left: 20px;
    top:65px;
}

.container-filter{
    width: 320px;
    min-height: 300px;
    background-color: rgba(236, 236, 236, 1);
    color: rgba(43, 43, 43, 1);
    /* background-color: rgba(255,255,255,0.5); */
    border-radius: 5px;
}

.container-setting-map {
    position: absolute;
    right: 20px;
    top: 70px;
    z-index:800;
}

.container-setting-map .active {
    background-color: rgba(0, 0, 0, .4);color:#fff;
}

.container-legend {
    position: absolute;
    z-index: 1000;
    width: auto;
    height: auto;
    right: 20px;
    bottom: 15px;
}

.container-legend-left {
    position: absolute;
    z-index: 1000;
    width: auto;
    height: auto;
    left: 20px;
    bottom: 15px;
}

.legend-petir {
    width: 127px;
    height: auto;
    background-color: rgba(255,255,255,0.5);
    border-radius: 5px;
}

.legend-body-petir{
    overflow: hidden;
    transition: all .3s ease;
    font-size: 11.5px;
}

.legend-awan {
    width: 24rem;
    background-color: rgba(255,255,255,0.5);
    padding:7px 7px 17px 7px;
    border-radius: 5px;
}

.legend-awan {
    width: 24rem;
    background-color: rgba(255,255,255,0.5);
    padding:7px 7px 17px 7px;
    border-radius: 5px;
}

.form-group {
    margin-bottom: 0.2rem;
}

.form-group label {
    font-size: 13px;
    font-weight: 500 !important;
}

.btn-tab {
    cursor: pointer;
    font-size: 13.5px;
    padding: 3.5px 0;
    position: relative;
    width: 50%;
    border-radius:5px;
    border: 1px solid  rgba(90, 90, 90, 0.3);
}

.btn-tab.active {
    border: 1px solid #007bff;
}

.checked-tab{
    display: none;
    background-color: #007bff;
    border-radius: 9999px;
    height: 0.75rem;
    width: 0.75rem;
    position: absolute;
    left:15px;
}

.checked-tab.active{
    display: block;
}

/* Loading */
#overlay-loader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10011;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
.is-hide{
    display:none;
}

.leaflet-popup-content {
    margin: 8px 8px 8px 8px !important;
}
