/*****************************************************************
                            GENERICO
*****************************************************************/
.color-title-green      {color: #2dbd2d !important}
.color-title-green:hover{color: #266326 !important;}
.linkPwDimenticata      {color: #2dbd2d !important; text-decoration: underline;}
.linkPwDimenticata:hover{color: #266326 !important;}


.color-gray-500         {color: #adb5bd};
.color-gray-700         {color: #495057};
.pointier               {cursor: pointer!important;}     
.icons-large            {font-size: 40px!important;}

.piu-padding            {padding: 2rem 2rem!important;}
.btn-indigo             {background-color: #6610f2 !important;}
.no-margin              {margin: 0!important;}
.change-font-weight     {font-weight: 700!important;}

.nuovo-body-card{
    padding: 2rem 2rem !important;
}

.opacity20              {opacity: 20%;}
/*****************************************************************
                            LOGIN
*****************************************************************/
.showpw                 {position: relative; float: right; margin-top: -40px; margin-left: -25px; margin-right: 2%; z-index: 2;}



/*****************************************************************
                        NOTE DI RILASCIO
*****************************************************************/
#noteRilascio:hover     {color:#2dbd2d !important; cursor: pointer !important; font-weight: bold;}


.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
}