.sticky-search-panel {
    position: sticky;
    top: 1.5rem;
    align-self: flex-start;
    max-height: calc(100vh - 3rem);
    overflow: auto;
}
@media (max-width: 991.98px) {
    .sticky-search-panel {
        position: static;
        max-height: none;
        overflow: visible;
    }
}
#resultsContainer .tabulator-footer {
    display: flex !important;
}
.ts-wrapper .clear-button,
.ts-wrapper .remove {
    color: #212529 !important;
    opacity: 1 !important;
}
