.block-labels > label .SumoSelect>.CaptionCont>span.placeholder {
    color: #000;
    font-style: normal;
}

.block-labels > label .SumoSelect>.CaptionCont>span {
    display: block;
    padding-right: 0px; 
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
}

.block-labels > label .SumoSelect>.optWrapper.multiple>.options li.opt span {
    margin-left: -25px;
}

.block-labels > label .SumoSelect>.optWrapper.multiple>.options li.opt label {
    font-size: 16px;
}

.block-labels > label .SumoSelect>.optWrapper.multiple>.options li.opt span i {
    width: 24px;
    height: 24px;
    border: 2px solid #757B92;
    border-radius: 3px;
    background-color: #e6e9ef;
}

.block-labels > label .SumoSelect>.optWrapper.multiple>.options li.opt {
    border: 1px solid transparent;
}

.block-labels > label .SumoSelect>.optWrapper.multiple>.options li.opt.selected {
    border: 1px solid transparent;
    background: none;
    color: inherit
}

.block-labels > label .SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
    border: 2px transparent;
    background-image: url('data:image/svg+xml,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.1616 1.00483C11.435 1.2782 11.435 1.72141 11.1616 1.99478L4.74494 8.41145C4.47157 8.68481 4.02836 8.68481 3.75499 8.41145L0.838326 5.49478C0.564959 5.22141 0.564959 4.7782 0.838326 4.50483C1.11169 4.23146 1.55491 4.23146 1.82828 4.50483L4.24997 6.92652L10.1717 1.00483C10.445 0.731463 10.8882 0.731463 11.1616 1.00483Z" fill="white"/></svg>');
}

.block-labels > label .SumoSelect>.optWrapper.multiple>.options li.opt {
    padding-left: 35px;
    cursor: pointer;
}

.block-labels > label .SumoSelect>.CaptionCont>span.placeholder {
    color: #000;
    font-style:normal; 
}