#filter {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.current-filter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 10px 0;
}

#filter-text {
    font-size: 21px;
    font-weight: bold;
    margin: 0 25px 0 0;
    text-align: center;
}

table {
    text-align: center;
}

#table-body tr {
    height: 75px;
}

#table-body th {
    text-align: center;
}

#data-filter {
    height: 45px;
    min-width: 250px;
    font-size: 21px;
    text-align: center;
    border-radius: 7px;
    border: 1px solid grey;
    box-shadow: 2px 2px 4px 3px rgb(89 89 89 / 0.2);
    margin: 0 25px 0 0;
}

#enter-filter {
    height: 45px;
    width: 150px;
    font-size: 25px;
    text-align: center;
    padding: 0;
}

#buttons-page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0 25px 0;
}

.button-action {
    width: max-content;
    height: 56px;
    font-size: 21px;
}

#previous-page {
    margin-right: 25px;
}

#table-district {
    display: none;
}





.container-filter {
    width: 350px;
    padding: 0;
    margin: 0;
}

.dropdown-menu-scroll {
    max-height: 200px;
    overflow-y: auto;
}

/* Подсветка выбранного элемента */
.option-item.selected {
    background-color: #e9ecef !important;
    font-weight: 500;
}

.option-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdownMenu {
    width: 630px;
}

.selectedValue {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.values-data {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
