/* Add here all your CSS customizations */

.select2-selection--multiple {
    overflow: hidden !important;
    height: auto !important;
    padding-bottom: 5px !important;
}

.user-profile-picture-as-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0088cc;
    color: #fff;
    font-weight: 600;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 17.6px;
    font-size: 1.1rem;
    padding-right: 1px;
}
