.salaries-list,
.centres-list,
.societes-list,
.voitures-list {
    th,
    td {
        padding: 5px;
    }

    input[type="file"],
    input[type="textarea"] {
        max-width: unset;
    }

    td:last-of-type {
        text-align: center;
    }
}

.voitures-list td {
    padding: 15px 5px;
    min-width: max-content !important;
}

.reseau-uppercase {
    text-transform: uppercase;
}

button:disabled {
    background: grey;
    cursor: default;

    &:hover {
        transform: none;
        background: grey;
    }
}

input[type="search"],
textarea {
    border: 1px solid var(--cts-main);
    border-radius: 10px;
    padding: 5px 10px;
}
