.suivi_chantier_header_wh {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-left: unset !important;
}

.card_green_gradient_container_mini_wh {
    display: flex;
    gap: 15px;
    width: fit-content !important;
}
.card_green_gradient_bg_wh,
.card_green_gradient_bg_mini_wh {
    border-radius: 15px;
    position: relative;
    width: fit-content;
    padding: 15px;
    background-image: linear-gradient(to bottom, #a8e86382, #a8e86300);
}
.card_green_gradient_bg_mini_wh {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: fit-content;
    cursor: pointer;
    background-image: linear-gradient(to bottom, #a8e86382 -30%, #a8e86300 80%);
}
.card_green_gradient_bg_mini_wh:hover {
    background-image: linear-gradient(to bottom, #a8e86382 -10%, #a8e86300 80%);
}
.card_green_gradient_bg_mini_wh:active {
    transform: scale(0.97);
}
.card_green_gradient_bg_mini_wh i {
    color: #a8e863;
    font-size: 30px;
}
.table_suivi_chantier thead th:nth-child(n+2) {
    text-align: center;
}
.table_suivi_chantier tbody tr td {
    font-weight: bold;
    height: 70px;    
}
.table_suivi_chantier tbody tr td label {
    font-weight: bold;
}
.table_suivi_chantier tbody tr td:nth-child(n+2) {
    text-align: center;
}
.table_suivi_chantier tbody tr td i {
    font-size: 25px;
    height: 35px;
    cursor: pointer;
}
.table_suivi_chantier tbody tr td i:hover {
    color: #a8e863;
}
.table_suivi_chantier tbody tr td i:active {
    font-size: 20px;
}



/* //////////////////////////////////////////////////////////////////////////////// */

.all_chantiers_container_wh {
    margin-top: 80px;
    /* margin-bottom: 50px; */
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}

/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
.new_lot_container_wh {
    display: flex;
    align-items: center;
    gap: 2%;
}



/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width:1200px) {
    .all_chantiers_container_wh {
        width: 75%;
    } 
}
.custom_select_container_wh{
    margin-left: 35px;
}


.loading_bar_container_wh {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
}
.loading_bar_container_wh .bar_visual_wh {
    position: relative;
    width: 100%;
    height: 5px;
    border-radius: 15px;
    background-color: #aaa;
    margin: 10px 0;
}
.loading_bar_container_wh .bar_visual_wh .bar_filler_wh{
    /* width: 78%; */
    height: 5px;
    border-radius: 15px;
    background-color: #a8e863;
}


/* =========================================================== */
#app > div.container-scroller > div > div > div > div:nth-child(3) > div.col-lg-8.d-flex.flex-column > div > div > div > div > div.dash_infos_container > div {
    padding: 10px !important;
    padding-left: 20px !important;
}