#result_list thead {
    position: sticky;
    top: 0;
    background: white;
    z-index: 100;
}

.card-body.table-responsive.p-0 {
    overflow: visible !important;
}


.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da; /* Border color similar to default admin styles */
    border-radius: 4px; /* Rounded borders */
    min-height: 38px; /* Minimum height to match other input styles */
    background-color: #fff; /* White background */
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075); /* Slight inner shadow for depth */
}

.select2-selection__choice {
    color: #495057; /* Text color for selected items */
    background-color: #e9ecef; /* Background color for selected items */
    border: 1px solid #adb5bd; /* Border for selected items */
    border-radius: 4px; /* Rounded borders for selected items */
    padding: 0 10px; /* Padding for selected items */
    margin-top: 5px; /* Margin top for spacing */
    margin-right: 5px; /* Margin right for spacing */
}

.select2-selection__choice__remove {
    color: #dc3545; /* Color for remove icon */
    cursor: pointer; /* Pointer cursor on hover */
    margin-right: 5px; /* Margin right for spacing from text */
}
