.alert-reschedule{
background-color: #f8d7da;
border-radius: 5px;
text-align: left;
padding-left: 30px;
padding-right: 20px;
width: auto;
max-width: 800px !important;
margin: auto;
margin-bottom: 20px;
color: #721c24;
border: 1px solid transparent;
border-color: #f5c6cb;
}




.alert-green {
background-color: #d4edda;
border-radius: 5px;
text-align: left;
padding-left: 30px;
padding-right: 20px;
width: auto;
max-width: 800px !important;
margin: auto;
margin-bottom: 20px;
color: #155724;
border: 1px solid transparent;
border-color: #c3e6cb;
}

.alert-postpone {
    border-radius: 5px;
    text-align: left;
    padding-left: 30px;
    padding-right: 20px;
    width: auto;
    max-width: 800px !important;
    margin: auto;
    margin-bottom: 20px;
    border: 1px solid transparent;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-notice {
background-color: #cce5ff;
border-radius: 5px;
text-align: left;
padding-left: 30px;
padding-right: 20px;
width: auto;
max-width: 800px !important;
margin: auto;
margin-bottom: 20px;
color: #004085;
border: 1px solid transparent;
border-color: #b8daff;
}

.alert-remind {
    
    border-radius: 5px;
    text-align: left;
    padding-left: 30px;
    padding-right: 20px;
    width: auto;
    max-width: 800px !important;
    margin: auto;
    margin-bottom: 20px;    
    border: 1px solid transparent;
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
    }



    .alert-remind p{
 
        color: #383d41!important;
        
        }
.alert-reschedule p{
 
color: #721c24 !important;

}




.alert-green p{

color: #155724 !important;

}

.alert-postpone p {

color: #856404 !important;

}

.alert-notice p {

color: #004085 !important;

}