.userlist-comman-btn .btn-outline-primary{margin-right: 10px;}
.header-text{display: flex;justify-content: space-between;}
.table-responsive .hPcKRQ div:first-child, .table-responsive .haRVEm div:first-child{ overflow: unset !important; }
.table-responsive .rdt_TableCell div.show.dropdown{ overflow: unset !important; }
.table-responsive .rdt_TableBody{ min-height: 350px; }
.table-responsive .border-dark td {border: 1px solid #343a40 !important;}
.table-responsive .border-dark{border-spacing: 2px; border-collapse: unset;}

.custom-label { display: inline-block; padding: 0.375rem 0.75rem; margin-bottom: 0; text-align: center; white-space: nowrap; vertical-align: middle; border: 1px solid transparent; border-radius: 0.25rem; width: 80px; }
.custom-label.text-success { color: #28a745; background-color: transparent; border-color: #28a745;}
.custom-label.text-danger { color: #dc3545; background-color: transparent; border-color: #dc3545; cursor: pointer;}
  
/* Add this CSS to fix dropdown z-index issues */
.table .dropdown-menu {
    z-index: 1050 !important;
    position: absolute !important;
}

.table .dropdown {
    position: relative !important;
}

.table .dropdown-toggle::after {
    pointer-events: none;
}

/* Fix for react-data-table-component conflicts */
.rdt_Table .dropdown {
    position: static !important;
}

.rdt_TableRow .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
}