
.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;
    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width:100%
}
.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: #DC0017;
    outline: none;
    color: #fff;
}
.multiselect--above .multiselect__content-wrapper {
    top: 100% !important;
    bottom: auto;
  }
  .multiselect__tag-icon:after{
    color:#fff !important;
    background:#DC0017;
    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;
  
  }