.table-footer {
    position: sticky;
    bottom: 0;
    background-color: white;
    z-index: 1;
    border-top: 1px solid #ccc;
}

.multiselect-container {
    z-index: 9999 !important;
    position: absolute !important;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

	
