
.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--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: #014C98;
    outline: none;
    color: #fff;
}
.multiselect--above .multiselect__content-wrapper {
    top: 100% !important;
    bottom: auto;
  }