label {
    color:hsl(217deg, 54%, 20%);
    display:block;		padding-bottom:4px;		font-size:0.875rem;	font-weight:600;
}

.ricerca {
    color:white;
    display:block;		padding-bottom:4px;		font-weight:600;
}

.d-flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fontFam {
    font-family: 'Plus Jakarta Sans';
}

/* style button beneficiari */
.btnAgea {
    background-color: #378722;
}

.btnAgea:hover {
    background-color: #378722 !important;
}

.btnAgea:disabled {
    background-color: #378722 !important;
}

.btnAgea:active{
    border-color: #70bc1f !important;
    background-color: #378722 !important;
    border: 2px solid;
}
/* fine style button beneficiari */

.selectLeng:hover {
    text-decoration: underline;
    color: #378722 !important;
}

.pl-0 {
    padding-left: 0%;
}

.w-75 {
    width: 75%;
}

.leng {
    background-color: var(--bs-shade7);
    border: none;
}

.flex-center-bet {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bgc-blue {
    background-color: var(--bs-primary);
}

.d-flex-center {
    display: flex;
    align-items: center;
}

.background-form-section {
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.1); 
}
.background-form-section > label {
    display:block;		padding-bottom:4px;		font-size:0.875rem;	font-weight:600;
}
svg:hover {
    fill: #5C6F82 !important;
    font-weight: 900 !important;
    stroke: #5C6F82 !important;
}
#background-modal-button {
    background-color: transparent !important;
}
.tabella-ricerca > th {
 font-size: 16px !important;
 vertical-align: middle !important; 
}

.borderRadius {
    border-radius: 24px;
    border-color: hsl(0, 0%, 80%);
    box-shadow: none;
}

.borderRadius:hover, .borderRadius:focus, .borderRadius:active {
    border: 1px solid #70BC1F;
}

.borderRadius:focus {
    border-color: #70BC1F !important;
}