
    .form-control-sm[type="search"] {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    width: 200px;
}
.dataTables_wrapper {
    margin-bottom: 20px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    z-index: 3;
    border-radius: 50% !important;
    width: 32px;
    height: 32px;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
    background: transparent !important;
    border: none !important;
    color: rgba(255,255,255,0.5) !important;  
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: white !important; 
    background: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover:not(.current) {
    background: transparent !important;
    color: rgba(255,255,255,0.7) !important; 
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
}
.table tbody tr:last-child td {
    border: 1px solid #dee2e6 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 50% !important;
    width: 32px;
    height: 32px;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
    background: transparent !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #e91e63 !important; 
    color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover:not(.current) {
    background: #f5f5f5 !important;
    color: #333 !important;
    
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    opacity: 0.5;
}

.page-link.active, 
.active > .page-link,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #2196f3 !important;  
    color: white !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 50% !important;
    width: 32px;
    height: 32px;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
    background: transparent !important;
    border: none !important;
    color: rgba(255,255,255,0.5) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover:not(.current) {
    background: transparent !important;
    color: rgba(255,255,255,0.7) !important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    box-shadow: none !important;
    outline: none !important;
}
.table-responsive {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1px;
}

.table {
    margin-bottom: 0 !important;
    border-collapse: collapse;
    border: 1px solid #dee2e6;
}

.table th,
.table td {
    border: 1px solid #dee2e6;
}

.table tbody tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}
.form-control-sm[type="search"]:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    outline: 0;
}
.select2-container--open {
    z-index: 9999999
 }
 .select2-container--bootstrap5 .select2-selection {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    height: 38px;
    background-color: #fff;
 }
 
 .select2-container--bootstrap5 .select2-selection--single {
    padding: 6px 12px;
 }
 
 .select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    color: #212529;
    line-height: 24px;
 }
 
 .select2-container--bootstrap5 .select2-search--dropdown .select2-search__field {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 6px 12px;
 }
 
 .select2-container--bootstrap5 .select2-results__option--highlighted[aria-selected] {
    background-color: #0d6efd;
    color: #fff;
 }
 
 .select2-container--bootstrap5 .select2-results__option {
    padding: 6px 12px;
 }
 
 .select2-container--bootstrap5.select2-container--focus .select2-selection,
 .select2-container--bootstrap5.select2-container--open .select2-selection {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
 }
 
 .select2-container--bootstrap5 .select2-dropdown {
    border-color: #86b7fe;
 }

 .help-block {
    color: #dc3545;
 }


.dataTables_wrapper .dataTables_paginate {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Basic button style */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0 5px !important;
    padding: 0 !important;
    min-width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    border-radius: 50% !important;
    text-align: center !important;
    border: none !important;
    background: transparent !important;
    color: #666 !important;
}

/* Previous/Next arrows */
.dataTables_wrapper .dataTables_paginate .previous,
.dataTables_wrapper .dataTables_paginate .next {
    font-size: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Hide non-current page numbers */
.dataTables_wrapper .dataTables_paginate span .paginate_button:not(.current) {
    display: none !important;
}

/* Current/active page */
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #2196f3 !important;
    color: white !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
}

/* Disabled state */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

/* Remove hover effects */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent !important;
    color: #666 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #2196f3 !important;
    color: white !important;
}
 