﻿.menu-item {
    border-bottom: 2px solid #0d6efd;
}

.dataTables_length select {
    width: 110px !important;
    min-width: 90px;
    padding: 5px 10px;
    border-radius: 6px;
    border: 1px solid #ced4da;
}

.dataTables_paginate {
    text-align: center;
}

    .dataTables_paginate .pagination {
        justify-content: center;
        flex-wrap: wrap;
        gap: 3px;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: #f1f1f1;
        border: none !important;
        box-shadow: none !important;
    }
