/* Global Styling, it's styling that works accross the entire website */


/* For low Alerts */
.site-alert > div.severity-low > div {
box-shadow: 0px 8px 45px 0px #9FD1FF;
} 

/* For Medium Alerts */
.site-alert > div.severity-medium > div {
box-shadow: 0px 8px 45px 0px  #FFE88D;
}
/* For High Alerts */
 .site-alert > div.severity-high > div {
box-shadow: 0px 8px 45px 0px  #a94442;
}