.dataset__filters * {
    font-family: 'e-Ukraine',sans-serif;
}
/* label */
.el-form-item__label{
    font-weight: normal !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #8C8E91 !important;
}

/* autocomplete */
.autocomplete-selected{
    border:unset !important;
    border-bottom:2px solid #000 !important;
    border-radius: unset !important;
    padding:0 !important;
}
.autocomplete-selected .el-icon-arrow-down{
    right: 0 !important;  
}
.autocomplete-selected .el-icon-arrow-down::before{
    font-weight: 800 !important;
    color:#000 !important;
}
.autocomplete-selected .el-icon-close{
    right: 0 !important;
}
.autocomplete-selected .el-icon-close::before{
    font-weight: 800 !important;
    color:#000 !important;
}
.autocomplete-selected .tag-text__inner{
    color:#000;
    font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
.custom .search_block .search_input input::placeholder{
    font-size: 12px !important;
    font-weight: 300 !important;
}

.custom .search_block .el-tag{
    background-color: #fff !important;
    border-color: #8d8d8d !important;
    color:#8d8d8d !important;
}
.custom .search_block .el-tag .el-tag__close{
    color:#8d8d8d !important;
}
.custom .search_block .el-tag .el-tag__close:hover{
    background-color: #fff !important;
    border:1px solid #8d8d8d !important;
}

.custom .el-checkbox__input.is-checked+.el-checkbox__label{
    font-weight: 300 !important;
    color: #000 !important;
}
.custom .el-checkbox__label .list-item__title{
    font-weight: 300 !important;
}

.custom .list-block .el-checkbox__input .el-checkbox__inner{
    background-color: transparent !important;
    border:2px solid #000 !important;
    border-radius: unset !important;
}
.custom .list-block .el-checkbox__input.is-checked .el-checkbox__inner{
    background-color: transparent !important;
    border-color:#000 !important;
    border-radius: unset !important;
}
.custom .list-block .el-checkbox__input.is-checked .el-checkbox__inner::after{
    border: 1px solid #000 !important;
    border-left: 0 !important;
    border-top: 0 !important;
    left: 3px !important;
    top:unset !important;
}
/* checkbox  */
.filter-checkbox .el-checkbox__inner{
    border: 2px solid #000 !important;
    border-radius: unset !important;
}
.filter-checkbox .el-checkbox__label{
    padding-left: unset !important;
}
.filter-checkbox .filter-checkbox__label{
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color:#000 !important;
}
.filter-checkbox .filter-checkbox__label span{
    text-overflow: ellipsis;
    overflow: hidden;
}
.filter-checkbox .el-tag--info{
    background: unset !important;
    border: unset !important;
    color:#000 !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    opacity: .5 !important;
}
.filter-checkbox .el-checkbox__input.is-checked .el-checkbox__inner{
    background-color: #fff !important;
}
.filter-checkbox .el-checkbox__input.is-checked .el-checkbox__inner::after{
    border: 1px solid #000 !important;
    border-left: 0 !important;
    border-top: 0 !important;
    left: 3px !important;
    top:unset !important;
}
/* search */
.filter-item-block .el-search .el-input__inner{
    border-radius: unset !important;
    border:unset !important;
    border-bottom: 2px solid #000 !important;
    padding: unset !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 24px !important;
    color:#000 !important;
}
.filter-item-block .el-search .el-input__inner::placeholder{
    color:#000;
    font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
.filter-item-block .el-search .el-input-group__append{
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 2px solid #000;
    border-radius: unset !important;
    background: unset !important;
    cursor: pointer !important;
    padding:0  !important;
}
.filter-item-block .el-search .el-input-group__append i{
    color:#000 !important;
    font-weight: 800;
}
.el-checkbox-group .el-button.el-button--text{
    color:#000 !important;
}

/* datepicker */
.vs-filter-date{
    position: relative !important;
}
.vs-filter-date::after{
    content:url("/tpl/images/calendar.svg");
    position: absolute;
}

.vs-filter-date .el-date-editor.el-input__inner{
    border-radius: unset !important;
    border:unset !important;
    border-bottom: 2px solid #000 !important;
}
.vs-filter-date .el-button{
    border: 2px solid #000 !important;
    border-radius: unset !important;
    background: unset !important;
    padding:0 15px !important;
}
.vs-filter-date .el-button{
    display: none;
}
.vs-filter-date .el-button {
    display: none;
    color: #000 !important;
    font-weight: 800 !important;
}
.vs-filter-date .el-date-editor.el-input__inner input{
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 24px !important;
    color:#000 !important
}
.vs-filter-date .vs-filter-date__quick-select .el-button--primary.is-plain.is-disabled{
    color:#000 !important;
}
.el-picker-panel .el-date-table td.today span{
    color:#000 !important;
}
.el-picker-panel .el-date-table td.available:hover{
    color: #000 !important;
    font-weight: 800 !important;
}
.el-picker-panel .el-date-table td.start-date span{
    background-color: #000 !important;
    border:unset !important;
    border-radius: unset !important;
}
.el-picker-panel .el-date-table td.end-date span{
    background-color: #000 !important;
    border:unset !important;
    border-radius: unset !important;
}
.vs__filter-section__sidebar .inline-cleaner .el-button{
    color:#000 !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    text-decoration-line: underline !important;
}
.dataset-filter-close{display:none;}