.custom-search-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.custom-search-wrapper .btn-filter {
    display: none;
}

.container-search {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.custom-search-wrapper .custom-select-container{
    display: flex;
}

.custom-search-wrapper .btn-filter {
    display: none !important;
}

.filter-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.filter-container .btn-filter {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 8px;
    border: 1px solid var(--color-grey-30, #EFEFEF);
}

.table-desktop {
    display: block;
}

.table-mobile {
    display: none !important;
}

.pagination {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    white-space: nowrap;
    justify-content: center;
    gap: 5px;
    max-width: 100%;
}

.pagination li.page-item {
    flex-shrink: 0;
}

#modalFilter .modal-content, #deleteModal .modal-content {
    /*border-radius: 24px;*/
    border: 0;
}