﻿.multiselect,
.multiselect__input,
.multiselect__single {
    font-family: inherit;
    font-size: 14px;
    touch-action: manipulation;
}

.multiselect {
    min-height: 40px;
    color: #35495e;
}

.multiselect__input,
.multiselect__single {
    min-height: 20px;
    line-height: 20px;
    background: #fff;
    margin-bottom: 8px;
    color: #35495e;
}

.multiselect__input:hover,
.multiselect__single:hover {
    border-color: #cfcfcf;
}

.multiselect__input:focus,
.multiselect__single:focus {
    border-color: #a8a8a8;
}

.multiselect__single {
    padding-left: 5px;
    margin-bottom: 8px;
}

.multiselect__tags-wrap {
    padding:0;
}

.multiselect__tags {
    border: 1px solid #252020;
    text-align: left;
}

.multiselect__tag {
    padding: 4px 26px 4px 10px;
    color: #fff;
    background: #252020;
    margin-bottom: 0;
}

.multiselect__tag-icon {
    min-width: 22px;
}

.multiselect__tag-icon:after {
    color: white;
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
    background-color:transparent;
}

.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
    color: white;
}

.multiselect__content {
    padding: 12px 0;
}

.multiselect__option {
    padding:8px 0 8px 12px;
    min-height: 30px;
    line-height: normal;
}

.multiselect__option--highlight {
    background: white;
    color: #35495e;
}

.multiselect__option--highlight:after {
    background: white;
    color: #35495e;
}

.multiselect__option--selected {
    background: white;
    color: #35495e;
}

.multiselect__option--selected.multiselect__option--highlight {
    background: white;
    color: #35495e;
}

.multiselect__option--selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    color: #35495e;
}


.multiselect__option--disabled {
    background: #ededed !important;
    color: #a6a6a6 !important;
}

.multiselect__option--group {
    background: #ededed;
    color: #35495e;
}

.multiselect__option--group.multiselect__option--highlight {
    background: #ededed;
    color: #35495e;
}

.multiselect__option--group.multiselect__option--highlight:after {
    background: #ededed;
}

.multiselect__option--disabled.multiselect__option--highlight {
    background: #dedede;
}

.multiselect__option--group-selected.multiselect__option--highlight {
    background: #ededed;
    color: #35495e;
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
    background: #ededed;
    color: #35495e;
}

.tag {
    background-color: #f2f2f2;
}

.tag_blue {
    background-color: #1E50B5;
}
