
.multiselect {
    min-height: 47px !important;
    margin-bottom: 30px !important;
}
.multiselect .multiselect__tags {
    height: 47px !important;
    padding: 10px 40px 10px 8px !important;
    border-radius: 0 !important;
    border: 1px solid #b9b9b9 !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}
.multiselect .multiselect__tag {
    color: #010519 !important;
    background: #ffffff !important;
    margin-bottom: 5px !important;
}
.multiselect__placeholder{
    color: #000;
    margin-bottom: 0; 
    padding-top: 0;
}
.multiselect__tag-icon:after {
    color:#FFFFFF !important;
    background-color:#70857b !important;
        cursor: pointer;
        margin-left: 7px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        font-weight: 700;
        font-style: normal;
        width: 22px;
        text-align: center;
        line-height: 22px;
        transition: all .2s ease;
        border-radius: 5px;
    }

.multiselect--active .multiselect__placeholder {
    display: block !important;
}

.multiselect__option--highlight::after {
    background: #dedede;
    content: ''
}

span.multiselect__option.multiselect__option--selected {
    background: #dfe3e4;
}


span.multiselect__option.multiselect__option--selected::after {
    content: '✔️';
    background: #dfe3e4;
}

.multiselect__option--highlight {
    background: #70857b;
    outline: none;
    color: #fff;
}
.multiselect--above .multiselect__content-wrapper {
    top: 100% !important;
    bottom: auto;
  }