.selectr-label {
    width: 100% !important;

}

.selectr-selected {
    min-height: 35px !important;
    padding: 1%;
}

/*.selectr-options{
    width: fit-content;
}*/


.color-option {
    white-space: nowrap;
}

.color-option>span {
    border-radius: 1px;
    display: inline-block;
    height: 10px;
    margin: 0 8px 0 0;
    width: 10px;
}

.selectr-tag {
    background-color: transparent;
    /*border: 1px solid #999;*/
    border-radius: 0;
    color: #000;
    margin: 0 5px 2px 0;
    padding: 1px 25px 1px 8px;
}

.selectr-tag-remove::after,
.selectr-tag-remove::before {
    background-color: #6c7a86;
    width: 2px;
}