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

.leaflet-areaselect-handle{
    border: 2px solid #282c3b;
    width:10px;
    height:10px;
}


.leaflet-areaselect-shade{
    background: rgba(0,0,0, 0.1);
}


.progress-container {
    margin-top: 10px;
    display:flex;
    flex-direction: column;
    width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    align-items: center; 
    gap:10px;
    padding-left: 70px;
}

.progress-bar2 {
    width: 90%;
    height: 20px;
    background-color: #e0e0e000;
    border-radius: 10px;
    border: 2px solid #282c3b;
    overflow: hidden;
    position: relative; 
}

.progress-bar2-fill {
    position: relative; 
    height: 100%;
    width: 0%; 
    color: white;
    background-color: #282c3b;
    transition: width 0.3s ease;
}

.progress-bar2-fill.warn {
    background-color: #282c3b; 
    color: white;
}
.progress-bar2.warn {
    border: 2px solid #282c3b;
}

.area-text {
    position: absolute; 
    width: 100%; 
    text-align: center; 
    line-height: 20px;
    color: inherit; 
    font-weight: bold; 
    white-space: nowrap; 
    margin-left:10px;
}
.button-progress-container {
    display: flex; 
    align-items:start;
    justify-content: space-between; 
    margin: 20px 0; 
    height:50px;
    
}


.progress-bar-bati {
    width: 90%;
    height: 20px;
    background-color: #e0e0e000;
    border-radius: 10px;
    border: 2px solid #282c3b;
    overflow: hidden;
    position: relative; 
}

.progress-bar-bati-fill {
    position: relative; 
    height: 100%;
    width: 0%; 
    color: white;
    background-color: #282c3b;
    transition: width 0.3s ease;
}

.progress-bar-bati-fill.warn {
    background-color: #282c3b; 
    color:white;
}
.progress-bar-bati.warn {
    border: 2px solid #282c3b;
}

.area-text-bati {
    position: absolute; 
    width: 100%; 
    text-align: center; 
    line-height: 20px;
    color: inherit; 
    font-weight: bold; 
    white-space: nowrap; 
    margin-left: 10px;
}
.info-icon {
    display: inline-block;
    margin-left: 8px; 
    cursor: pointer; 
    background-color: white; 
    border: 2px solid #282c3b;
    color: black; 
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center; 
    line-height: 20px; 
    font-weight: bold; 
}

.info-icon-fieldset {
    display: inline-block;
    margin-left: 8px; 
    cursor: pointer; 
    background-color: white; 
    border: 2px solid #282c3b;
    color: black; 
    border-radius: 50%; 
    width: 16px; 
    height: 16px; 
    text-align: center; 
    line-height: 16px; 
    font-weight: bold;
}

/* CSS */
.info-icon::after {
    content: attr(data-title);
    position: absolute;
    transform: translateX(-50%);
    background-color: #282c3b;
    color: white;
    font-weight:normal; 
    padding: 5px 10px;
    margin-top: 30px;
    border-radius: 20px;
    font-size: 14px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 999;
}

.info-icon:hover::after {
    visibility: visible;
    opacity: 1;
}


.progress-bar-icon{
    display:flex;
    width:400px;
}