.first_line_container:has(.w_sort){
    padding: 3px 0 5px 0;
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}

.first_line{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 23px;
}

.added_filters_line_container{
    /* border-bottom: 1px solid #E9E9E9; */
    width: calc(100% - 93px);
    overflow: auto;
}

.added_filters_line_container::-webkit-scrollbar-thumb {
    background-color: #CCCED1FF;
    border-radius: 5px;
    height: 6px;
    display: none;
    border: 1px solid #EDEDEDFF;
    transition: 200ms all;
}

.added_filters_line_container::-webkit-scrollbar {
    background-color: #EDEDEDFF;
    height: 8px;
    display: none;
    padding-left: 15px;
    transition: 500ms all;
    opacity: 100%;
    border-radius: 5px;
}

.added_filters_line{
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 10px;
}