#li-flag {
    z-index: 1030;
}


.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    z-index: 999;
}

.show {
    visibility: visible;
}

.overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.overlay .spinner-border {
    opacity: 0;
    transition-delay: 1s;
    transition-property: opacity;
    transition-duration: 5s;
}

.overlay .text-wait {
    opacity: 0;
    transition-delay: 1s;
    transition-property: opacity;
    transition-duration: 5s;
}

.overlay.show {
    opacity: 1
}

.overlay.show .spinner-border {
    opacity: 1;
}

.overlay.show .text-wait {
    opacity: 1;
}

#logo_tdb {
    background-color: rgba(255, 255, 255, 0.15);
}

body .leaflet-tooltip {
    padding: 0;
    border-radius: 3px;
}

.eps_leaftlet_tooltip {}

.eps_leaftlet_nuts {
    padding: 2px;
    font-size: 0.85em;
    font-style: italic;
    background-color: #eee;
}

.eps_leaftlet_immat {
    text-align: center;
    font-weight: bold;
}

.eps_leaftlet_parc {
    text-align: center;
    font-weight: bold;
}

.eps_leaftlet_pdm {
    text-align: center;
    font-weight: bold;
}

.eps_leaftlet_ir {
    text-align: center;
    font-weight: bold;
}

.vl_col_min, .vl_col_max {
    width: 100px;
}

.vl_col_lib {
    width: 300px;
}

.vl_col_lib label {
    width: 100%;
}

.menu-user {
    z-index: 1030;
}

.feather-32{
    width: 32px;
    height: 32px;
}
/* @media screen and (min-width: 1024px) {
    .checkbox-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr); 
        gap: 10px; 
    }

    
    .form-check {
        width: 100%; 
    }
} */