.dataTables_length {
    padding-top: 0.5em;
    padding-left: 20px;
}
@media (min-width: 1000px) {
    .dataTables_length {
        margin-left: 10rem;
    }
}

.buttons-print{
    background-color: #ffc107 !important; /* Example danger button color */
    color: #000 !important; /* Text color for danger button */
    border: 1px solid #ffc107 !important; /* Border color */
    padding: 0.375rem 0.75rem !important; /* Padding for button */
    border-radius: 0.25rem !important; /* Rounded corners */
    cursor: pointer !important; /* Pointer cursor on hover */
}
.buttons-print:hover {
    background-color: #e0a800 !important; /* Darkened background color on hover */
    border-color: #d39e00 !important; /* Darkened border color on hover */
    color: #000 !important; /* Keep text color consistent */
}

.buttons-add{
    background-color: #007bff !important; /* Example primary button color */
    color: #fff !important; /* Text color for primary button */
    border: 1px solid #007bff !important; /* Border color */
    padding: 0.375rem 0.75rem !important; /* Padding for button */
    border-radius: 0.25rem !important; /* Rounded corners */
    cursor: pointer !important; /* Pointer cursor on hover */
}
.buttons-add:hover {
    background-color: #0056b3 !important; /* Darkened background color on hover */
    border-color: #004085 !important; /* Darkened border color on hover */
    color: #fff !important; /* Keep text color consistent */
}

.buttons-excel{
    background-color: #28a745 !important; /* Example success button color */
    color: #fff !important; /* Text color for success button */
    border: 1px solid #28a745 !important; /* Border color */
    padding: 0.375rem 0.75rem !important; /* Padding for button */
    border-radius: 0.25rem !important; /* Rounded corners */
    cursor: pointer !important; /* Pointer cursor on hover */
}
.buttons-excel:hover {
    background-color: #218838 !important; /* Darkened background color on hover */
    border-color: #1e7e34 !important; /* Darkened border color on hover */
    color: #fff !important; /* Keep text color consistent */
}

.buttons-pdf{
    background-color: #dc3545 !important; /* Example danger button color */
    color: #fff !important; /* Text color for danger button */
    border: 1px solid #dc3545 !important; /* Border color */
    padding: 0.375rem 0.75rem !important; /* Padding for button */
    border-radius: 0.25rem !important; /* Rounded corners */
    cursor: pointer !important; /* Pointer cursor on hover */
}
.buttons-pdf:hover {
    background-color: #c82333 !important; /* Darkened background color on hover */
    border-color: #bd2130 !important; /* Darkened border color on hover */
    color: #fff !important; /* Keep text color consistent */
}
.form-filter {
    margin-top: 5px;
}
