.notif-alert {
  padding: 1.25rem;
  margin: 0 0 1.25rem 0;
  align-items: center;
  position: relative;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  display: flex;
  border-radius: .475rem;
  cursor: pointer;
  color: #5b5c60;
  background-color: #fafafc;
  border-color: #f7f8fa; }
  .notif-alert .svg-icon {
    line-height: 1;
    margin: 0 16px auto 0;
    display: block; }
    .notif-alert .svg-icon svg {
      width: 32px;
      height: 32px; }
  .notif-alert .notif-alert-content {
    display: flex;
    flex-direction: column;
    color: inherit; }
    .notif-alert .notif-alert-content h5 {
      margin-bottom: .25rem;
      font-size: 15px;
      line-height: 1.2;
      font-weight: 600;
      margin-top: 0;
      color: inherit; }
    .notif-alert .notif-alert-content span {
      font-size: 14px; }
  .notif-alert.notif-alert-success {
    color: #205237;
    background-color: #dcf5e7;
    border-color: #cbf0dc; }
    .notif-alert.notif-alert-success .svg-icon svg [fill]:not(.permanent):not(g) {
      fill: #50cd89; }
  .notif-alert.notif-alert-danger {
    color: #912741;
    background-color: #fcd9e2;
    border-color: #fbc6d3; }
    .notif-alert.notif-alert-danger .svg-icon svg [fill]:not(.permanent):not(g) {
      fill: #f1416c; }
  .notif-alert.notif-alert-info {
    color: #005f94;
    background-color: #ccecfd;
    border-color: #b3e2fd; }
    .notif-alert.notif-alert-info .svg-icon svg [fill]:not(.permanent):not(g) {
      fill: #009ef7; }
  .notif-alert.notif-alert-warning {
    color: #665000;
    background-color: #fff4cc;
    border-color: #ffeeb3; }
    .notif-alert.notif-alert-warning .svg-icon svg [fill]:not(.permanent):not(g) {
      fill: #ffc700; }

/*# sourceMappingURL=notifications.css.map */
