.alert-warning{ 
    background: #ffe69c; 
    background: white; 
    border-color: #DDDD; 
    border-radius: 5px; 
    border-color: #ffe69c;
    border-left-width: 13px;
} 
.alert-info{ 
    background: #9eeaf9; 
    background: white; 
    border-color: #DDDD; 
    border-radius: 5px; 
    border-color: #9eeaf9;
    border-left-width: 13px;
} 
.alert-success{ 
    background: #359669; 
    background: white; 
    border-color: #DDDD; 
    border-radius: 5px; 
    border-color: #359669;
    border-left-width: 13px;
} 
.alert-danger{ 
    background: #f5c2c7; 
    background: white; 
    border-color: #DDDD; 
    border-radius: 5px; 
    border-color: #f5c2c7;
    border-left-width: 13px;
} 
.alert-primary{ 
    background: #0d6efd; 
    background: white; 
    border-color: #DDDD; 
    border-radius: 5px; 
    border-color: #0d6efd;
    border-left-width: 13px;
} 
.alert-secondary{ 
    background: #6c757d; 
    background: white; 
    border-color: #DDDD; 
    border-radius: 5px; 
    border-color: #6c757d;
    border-left-width: 13px;
} 
.alert-light{ 
    background: #e9ecef; 
    background: white; 
    border-color: #DDDD; 
    border-radius: 5px; 
    border-color: #e9ecef;
    border-left-width: 13px;
} 
.alert-dark{ 
    background: #495057; 
    background: white; 
    border-color: #DDDD; 
    border-radius: 5px; 
    border-color: #495057;
    border-left-width: 13px;
} 
