.norveg-select .multiselect__tags {
    position: relative;
    min-height: 46px;
    padding: 12px 35px 11px 18px;
    border: 1px solid #cdcdcf;
}

.norveg-select .multiselect__option {
    white-space: normal;
}

.norveg-select .multiselect__option--highlight {
    color: #121217;
    background: #f2f2f2;
}

.norveg-select .multiselect__option--highlight.multiselect__option::after {
    background: #121217;
}

.norveg-select .multiselect__placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    padding: 0;
    opacity: 1;
    color: #CDCDCF;
}

.norveg-select .multiselect__select {
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
}

.norveg-select .multiselect__select::before {
    top: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 12px;
    height: 12px;
    margin: 0;
    border: none;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 1l5 5 5-5' stroke='%23121217' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}

.norveg-select .multiselect__single {
    min-height: auto;
    margin: 0;
    padding: 0;
}

.norveg-select .form-field--error .ch-select .multiselect__tags {
    border-color: #ff453a;
}

.norveg-select .multiselect__input, .ch-select .multiselect__single {
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.norveg-select .multiselect__input::-webkit-input-placeholder, .ch-select .multiselect__single::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    opacity: 1;
    color: #CDCDCF;
}

.norveg-select .multiselect__input::-moz-placeholder, .ch-select .multiselect__single::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    opacity: 1;
    color: #CDCDCF;
}

.norveg-select .multiselect__input:-ms-input-placeholder, .ch-select .multiselect__single:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    opacity: 1;
    color: #CDCDCF;
}

.norveg-select .multiselect__input::-ms-input-placeholder, .ch-select .multiselect__single::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    opacity: 1;
    color: #CDCDCF;
}

.norveg-select .multiselect__input::placeholder, .ch-select .multiselect__single::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    opacity: 1;
    color: #CDCDCF;
}