.text-data {
    color       : #0275d8;
    font-weight : bold;
}

.text-label {
    color       : #020202;
    font-weight : normal;
}

.text-name {
    color       : #020202;
    font-weight : bold;
}

.items-filter::-webkit-scrollbar-track {
    border-radius    : 10px;
    background-color : #e8efff;
}

.items-filter::-webkit-scrollbar {
    width            : 8px;
    background-color : #e8efff;
    border-radius    : 10px;
}

.items-filter::-webkit-scrollbar-thumb {
    border-radius      : 10px;
    -webkit-box-shadow : inset 0 0 6px rgba(0, 0, 0, .3);
    background-color   : #0275d8;
}

.more {
    cursor : pointer;
    color  : #0275d8;
    top: 17px;
    position: relative;
}

.items-filter {
    width           : 100% !important;
    padding         : 0 10px 10px 10px;
    max-height      : 160px;
    overflow        : hidden;
    color           : gray;
    margin-bottom   : 0;
    margin-top      : 10px;
    scrollbar-width : thin;
}

.items-filter li {
    overflow      : hidden;
    white-space   : nowrap;
    text-overflow : clip;
}

.items-filter:hover {
    overflow : auto !important;
}

.folding {
    color: #0275d8;
    font-weight: normal;
    cursor: pointer;
}

.filter-name {
    font-weight : bold;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}

.reset-all-filter {
    color:red;
    font-weight: normal;
    cursor: pointer
}

ul li {
    list-style-type : none; /* Убираем маркеры */
}

.filter-group, .back-gray {
    margin-bottom : 10px;
    border        : 1px solid #dee2e6;
    border-radius : 8px;
    padding: 8px 8px 30px 8px;
    background    : #e6e6e64f;
}