    table tbody tr:hover {
        background-color: #d9dbfb;
    }

    .btn.btn--yellow:hover {
        background-color: #ffef00 !important;
        color: black !important;
    }

    .progress-container {
        border: 1px solid #c1c1c1;
    }

    .dataTables_wrapper .dataTables_length select {
        width: 50px !important;
    }

    .dataTable thead tr {
        color: #b8b8b8 !important;
        text-align: center !important;
    }

        .dataTable thead tr th {
            text-align: center;
            vertical-align: middle;
        }

    .dataTables_filter label {
        display: flex;
        margin-right: 0px;
        margin-bottom: 10px;
    }

        .dataTables_filter label input {
            margin-top: -5px;
        }

    #menuAdmin span {
        font-size: 11px !important;
    }
