.location-input__suggest {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    border: .0625rem solid #959595;
    border-radius: .5rem;
    background: var(--white);
    will-change: transfrom;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: all;
    z-index: 1;
    height: auto;
    overflow: hidden;

    &.is-hidden {
        opacity: 0;
        height: 0;
        pointer-events: none;
        -webkit-transform: translate3d(0, 2.5rem, 0);
                transform: translate3d(0, 2.5rem, 0);
    }
}

.location-input__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: .3125rem 0;
    max-height: 18.75rem;
    overflow-y: auto;
}

.location-input__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.location-input__link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    line-height: 1.25;
    color: var(--black-primary);
    padding: .3125rem .9375rem;
    background: 0 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border: none;
    text-align: left;

    &:hover {
        background: var(--white-dark);
    }
}
.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;
}