.error_holcim_alerts {
    padding: 20px;
    background-color: #f44336;
    color: white;
}

.success_holcim_alerts {
    padding: 20px;
    background-color: #04AA6D;
    color: white;
}
  
.closebtn_alerts {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
  
.closebtn_alerts:hover {
    color: black;
}