.mt-30{
    margin-top: 30px;
}
.mb-20{
    margin-bottom: 20px;
}
.mr-10{
    margin-right: 10px;
}
.h-100{
    height: 100% !important;
}
.pb-30{
    padding-bottom: 30px;
}
.btn-dettaglio_rischi{
    background-color: #cda752 !important;
    border-radius: 0;
    padding: 15px;
    font-size: 1.5rem;
}


.stato_allerta.green{
    color: #00EF0A;
}
.stato_allerta.orange{
    color: #FD8215;
}
.stato_allerta.yellow{
    color: #F8FD15;
}
.stato_allerta.red{
    color: #ED0707;
}

.colonna_iniziale {
    background-color: #d5d5d5 !important;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.generico_colonna{
    background-color: #f5f5f5;
}

@media screen and (max-width: 768px){
    .bell img{
        height: 120px;
        margin-bottom: 15px;
    }
    .mb-15-mobile{
        margin-bottom: 15px;
    }
}