a.dashboard-box {
    color: #212529;
    text-decoration: none;
}


span.select2-selection.select2-selection--multiple {
    border: 1px solid #C7CCD3;
    border-radius: 8px !important;
    height: 46px;
    padding: 10px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    font-family: 'Inter', sans-serif;
    color: #212832;
}

span.select2-selection.select2-selection--multiple:focus {
    box-shadow: 0 0 0 0.2rem rgb(90 175 150 / 25%);
    border-color: #5AAF96;
}
