

/* === TUCO SUPPLIERS UI START === */

.tuco-sup-search-col {
    width: 560px !important;
    flex: 0 0 560px !important;
}

.tuco-sup-search {
    position: relative;
    width: 100%;
}

.tuco-sup-search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #34424d;
    pointer-events: none;
}

.tuco-sup-search-input {
    height: 42px !important;
    width: 100%;
    padding-left: 42px !important;
    border-radius: 12px !important;
    border: 1px solid #e4dbcf !important;
    background: #f8f2e9 !important;
    box-shadow: none !important;
}

.tuco-sup-search-input:focus {
    background: #fff !important;
    border-color: #cdbda8 !important;
}

/* Modal blanche, champs beige clair */
#sup-modal .modal-content,
#sup-modal .modal-header,
#sup-modal .modal-body,
#sup-modal .modal-footer {
    background: #fff !important;
}

#sup-modal .modal-content {
    border-radius: 16px !important;
    border: 1px solid #e4dbcf !important;
}

#sup-modal .form-control {
    background: #f8f2e9 !important;
    border: 1px solid #e4dbcf !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

#sup-modal .form-control:focus {
    background: #fffaf4 !important;
    border-color: #cdbda8 !important;
}

@media (max-width: 900px) {
    .tuco-sup-search-col {
        width: 100% !important;
        flex: 0 0 100% !important;
    }
}

/* === TUCO SUPPLIERS UI END === */

/* Suppliers: table = largeur réelle des colonnes */
#sup-grid.tabulator {
    width: fit-content !important;
    max-width: 100% !important;
    display: inline-block !important;
    vertical-align: top;
}

