.FilterPanel {
    &-container {
        position: relative;
        z-index: 1;
    }

    &-filter {
        display: flex;
        justify-content: space-between;
    }

    &-searchBar {
        margin-top: 15px;
    }

    &-sticky {
        background-color: var(--gray-200);
        box-shadow: 0 4px 4px -4px grey;
        padding: 20px 0;
        z-index: 9999;
    }
}
