.react-multiselect-badges {
    min-height: 47px;
    height: fit-content;
    padding-Inline-Start: 5px;
    overflow: auto;
    width: 100%;
    padding: 10px;
    border: 1px solid #B9B9B9;
    background-color: white;
    border-radius: 5px !important;
    box-sizing: border-box;
    font-weight: 200;

    display: flex;
    flex-wrap: wrap;
}

.react-multiselect-badge {
    background: #F9F9F9;
    padding: 5px 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: black;
    font-size: 13px;
    font-weight: 300;
    width: fit-content;
    max-width: 90%;
    border: 1px solid #727272;
    border-radius: 20px !important;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}

.react-multiselect-badge .remove-badge {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 2px !important;
}
