
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */
.sidebar-mini .select2-container--default{
    width: 100% !important;
}

/* .sidebar-mini .select2-container--default{
    width: 100% !important;
} */

.float-right{
    float: right;
}

.card-header{
    justify-content: space-between;
}

.text-red{
    color: red;
}

#produits-inventaire tbody span{
    font-weight: 600 !important;
}

.custom-switch:hover{
    cursor: pointer;
}

.custom-control-label::before {
    width: 1.2rem !important;
    height: 1.2rem !important;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before, .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--orange) !important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--orange) !important;
    background-color: var(--orange) !important;
}

.form-check:hover{
    cursor: pointer !important;
}

.custom-control-label::after {
    width: 1.2rem !important;
    height: 1.2rem !important;
}

.custom-control-label{
    font-size: 14px !important;
    font-weight: 600 !important;
}

#div-taxes, #div-taxes h4, #div-taxes label{
    font-size: 16px !important;
    font-weight: 700 !important;
    color: white !important;
}

#div-montant{
    font-size: 16px !important;
    font-weight: 700 !important;
    color: black !important;
}

span[onclick]:hover{
    cursor: pointer;
}

/*# sourceMappingURL=custom.css.map */

.collapse:not(.show) {
    display: none !important;
    visibility: visible !important;
}

.collapse.show {
    display: block !important;
    visibility: visible !important;
    height: auto !important; /* Force la hauteur */
}
