.custom-alert{min-height:80px;background-color:#fff;padding:15px 15px 15px 95px;position:relative;border-radius:0}
.custom-alert.d-none{display:none}
.custom-alert .alert-logo{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:80px;height:100%;background-color:#7eb338;fill:white}
.custom-alert .alert-logo .img-fluid{width:35px}
.custom-alert .custom-sub-title{min-height:20px;font-family:"Honeywell Sans Web Extrabold",sans-serif;font-size:16px;font-weight:800;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;text-align:left;color:#303030;margin:0 0 15px}
.custom-alert .alert-text{font-family:"Honeywell Sans Web Medium",sans-serif;font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;text-align:left;color:#707070}
.custom-alert .close{color:#707170;width:22px;height:22px;font-size:50px;padding:0;opacity:.7;font-weight:100;text-shadow:0 1px 0 #fff;float:right;line-height:1;padding:0;border:0;background:transparent;position:absolute;top:15px;right:15px;cursor:pointer}
.custom-alert.alert-success{border:1px solid #7eb338}
.custom-alert.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}
.custom-alert.alert-danger .alert-logo{background-color:#721c24}
.custom-alert.alert-danger .custom-sub-title,.custom-alert.alert-danger .alert-text{color:#721c24}