input[type="color"]{
    height: 2.4rem;
}

.form-check{
    padding-right: 1.3rem;
}

.form-control, .form-select{
    background-color: var(--bs-white);
}

.text-secondary{color:rgb(104 113 117) !important;}
.text-info{color:rgb(128 104 126) !important;}
.text-light{color:rgb(115 110 114) !important;}
.text-warning{color:rgb(135 108 38) !important;}
.text-danger{color:rgb(186 75 83) !important;}
.text-success{color:rgb(35 129 15) !important;}


/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1800px){
    .container{
        max-width: 100%;
    }
}

.allertCustom{
    position: fixed;
    right: 0;
    top: 19px;
    z-index: 9999999;
    /*background-color: white;*/
    /*border: solid #322b274a 1px;*/
    width: 50%;
    max-width: 400px;
    opacity: 0;
    color: #262b2d;
}

.allertCustom img{
    width: 35px;
    height: 35px;
}

.allertCustom .cerchietto{
    background-color: #f1d098;
    padding: 7px;
    border-radius: 50%/50%;
    border: 1px solid #322b27;
    margin-right: 10px;
}
