/* .form-control,
.form-select{
    background-color: transparent;
    outline: none !important;
    border: 1px solid #A7E863;
    color: currentColor;
}
.form-select{
    font-size: .9rem;
    padding: 0.94rem 1.94rem;
} */
/* .page-body-wrapper{
    margin-top: 100px;
} */
@media (min-width: 1001px){
    .modal-dialog {
        max-width: 1000px;
    }
}

.text-link{
    color: #A7E863 !important;
}
.form-select:disabled {
    background-color: rgb(0 0 0 / 20%);
    border: 2px solid #a7e86345;
    cursor: not-allowed;
}
.btn-primary {
    background: #A7E863;
    color: #ffffff !important;
    border: none !important;
}
.btn-primary:hover, .btn-primary:focus {
    background: #a8e863db;
    color: #ffffff;
}
.btn-outline-primary {
    border: 1px solid #A7E863;
    color: #A7E863;
    font-weight: bold;
    border-radius: 10px;
    padding: 5px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    color: #fff;
    background-color: #A7E863;
    border-color: #A7E863;
}

button[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}
.title-page{
    height: 45px;
    border-left: 3px solid #A7E863;
    display: flex;
    align-items: center;
    padding-left: 12px;
}

.navbar{
    background: none !important;
}

.sidebar .nav .nav-item.nav-category{
    border-bottom: none !important;
    padding: 8px 0;
}

.sidebar .nav:not(.sub-menu) > .nav-item{
    margin: 5px 0;
}

.card{
    background: transparent;
}

.breadcrumb-ss{
    z-index: 100000;
    margin-bottom: 50px;
}
.breadcrumb-ss .back-link{
    margin-bottom: 30px;
}
.breadcrumb-ss .back-link a svg{
    stroke: #a8e863 !important;
}

.breadcrumb-ss .page_title_wh-2 {
    font-size: 40px !important;
    font-weight: bold;
    border-bottom: 5px solid #a8e863 !important;
    padding: 0px 15px 20px 15px;
    border-radius: 2px;
}

/* .back-link a svg{
    stroke: rgba(167, 232, 99, 0);
} */

a{
    text-decoration: none;
}

.dropdown-menu{
    background-color: #231F20 !important;
    border: none;
    border-radius: 10px;
    min-width: inherit;
}

.dropdown-item:hover, .dropdown-item:focus {
    /* background-color: #231F20 !important; */
    background-color: transparent;
}
.modal .modal-dialog .modal-content .modal-header .close {
    color: #fff;
    font-size: 27px;
    border: none;
    background: transparent;
}
.img_preview {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff;
    cursor: pointer;
}
.img_preview img:hover {
    opacity: .8;
}
.img_preview img{
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* height: 100px; */
    /* border-radius: 50%; */
    
}

.form-control.form-control-l{
    border: none;
    border-bottom: 2px solid #575756;
    border-radius: 0;
    padding-left: 5px;
}
.form-control.form-control-l:focus{
    border: none;
    border-bottom: 2px solid #A7E863;
    border-radius: 0;
    padding-left: 5px;
}

.col-form-label{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;

    color: rgba(184, 184, 184, 0.8);
}

.modal-content{
    background-color: #1d1d1d;
    border: none;
}
.modal-title{
    color: #fff;
}
.form-control:focus{
    color: #fff;
}

.grid-margin{
    margin-bottom: 0;
}

.dropdown-divider {
    border-top: 1px solid #dee2e682 !important;
}
.dropdown-item{
    padding: 0.15rem .7rem;
    font-size: 13px;
}
.modal-backdrop.show {
    opacity: 0.8;
}
.form-group label{
    color: #fff;
}

.modal .modal-dialog .modal-content .modal-body{
    padding: 20px 26px;
}

.dropdown-divider{
    margin: 0;
}
.dropdown .dropdown-menu .dropdown-item {
    font-size: 0.675rem;
    padding: 0.25rem 1.5rem;
}
.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #555 !important;
}

.text-stat-success .form-control{
    color: #A7E863 !important;
    background-color: #231F20 !important;
}
.text-stat-error .form-control{
    color: #FF0000 !important;
    background-color: #231F20 !important;
}
.text-stat-error .form-control:focus{
    border-color: #FF0000 !important;
}
/* .text-stat-error .form-control:disabled{
    border-color: #FF0000 !important;
}
.text-stat-success .form-control:disabled{
    border-color: #A7E863 !important;
} */





/* /////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////// */
.lot_fournisseur_container_wh {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.lot_fournisseur_text {
    width: fit-content;
    border-bottom: 1px solid #A7E863;
    padding: 15px;
}
.lot_fournisseur_logos_container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding: 15px;
    padding-top: 0;
}
.flogo_container_wh {
    width: 100px;
    height: 80px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 5px;
    border: 1px solid #333; */
}
.flogo_container_wh img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.badge {
    border-radius: 3px;
    background: #231F20;
}




