[data-notify="container"].alert {
  color: #333333;
  -webkit-border-radius: 2px;
          border-radius: 2px; }
  [data-notify="container"].alert::before {
    content: '';
    display: block;
    width: 7px;
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    -webkit-border-top-left-radius: 2px;
            border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
            border-bottom-left-radius: 2px; }
  [data-notify="container"].alert span[data-notify="icon"] {
    display: inline-block;
    margin-right: 5px; }
  [data-notify="container"].alert .close {
    font-size: 18px;
    opacity: 1;
    font-weight: bold;
    text-shadow: none; }

[data-notify="container"].alert-info-solid-active::before, [data-notify="container"].alert-success-solid-active::before, [data-notify="container"].alert-primary-solid-active::before, [data-notify="container"].alert-warning-solid-active::before, [data-notify="container"].alert-danger-solid-active::before {
  background-color: rgba(0, 0, 0, 0.2); }

[data-notify="container"].alert-primary, [data-notify="container"].alert-primary-active {
  background-color: #ebedf4;
  border: solid 1px #c4cbe1; }
  [data-notify="container"].alert-primary .close, [data-notify="container"].alert-primary span[data-notify="icon"], [data-notify="container"].alert-primary-active .close, [data-notify="container"].alert-primary-active span[data-notify="icon"] {
    color: #6174af; }

[data-notify="container"].alert-primary-active::before {
  background-color: #25628F; }

[data-notify="container"].alert-primary-solid, [data-notify="container"].alert-primary-solid-active {
  color: #fff;
  background-color: #25628F; }
  [data-notify="container"].alert-primary-solid .close, [data-notify="container"].alert-primary-solid span[data-notify="icon"], [data-notify="container"].alert-primary-solid-active .close, [data-notify="container"].alert-primary-solid-active span[data-notify="icon"] {
    color: rgba(255, 255, 255, 0.6); }

[data-notify="container"].alert-info, [data-notify="container"].alert-info-active {
  background-color: #d2edfb;
  border: solid 1px #bce4fb; }
  [data-notify="container"].alert-info .close, [data-notify="container"].alert-info span[data-notify="icon"], [data-notify="container"].alert-info-active .close, [data-notify="container"].alert-info-active span[data-notify="icon"] {
    color: #37aff2; }

[data-notify="container"].alert-info-active::before {
  background-color: #42a5f5; }

[data-notify="container"].alert-info-solid, [data-notify="container"].alert-info-solid-active {
  color: #fff;
  background-color: #42a5f5; }
  [data-notify="container"].alert-info-solid .close, [data-notify="container"].alert-info-solid span[data-notify="icon"], [data-notify="container"].alert-info-solid-active .close, [data-notify="container"].alert-info-solid-active span[data-notify="icon"] {
    color: rgba(255, 255, 255, 0.6); }

[data-notify="container"].alert-success, [data-notify="container"].alert-success-active {
  background-color: #d5f4e2;
  border: solid 1px #c0f0d4; }
  [data-notify="container"].alert-success .close, [data-notify="container"].alert-success span[data-notify="icon"], [data-notify="container"].alert-success-active .close, [data-notify="container"].alert-success-active span[data-notify="icon"] {
    color: #58d68d; }

[data-notify="container"].alert-success-active::before {
  background-color: #4caf50; }

[data-notify="container"].alert-success-solid, [data-notify="container"].alert-success-solid-active {
  color: #fff;
  background-color: #4caf50; }
  [data-notify="container"].alert-success-solid .close, [data-notify="container"].alert-success-solid span[data-notify="icon"], [data-notify="container"].alert-success-solid-active .close, [data-notify="container"].alert-success-solid-active span[data-notify="icon"] {
    color: rgba(255, 255, 255, 0.6); }

[data-notify="container"].alert-warning, [data-notify="container"].alert-warning-active {
  background-color: #f8f1ce;
  border: solid 1px #f5ebb6; }
  [data-notify="container"].alert-warning .close, [data-notify="container"].alert-warning span[data-notify="icon"], [data-notify="container"].alert-warning-active .close, [data-notify="container"].alert-warning-active span[data-notify="icon"] {
    color: #e5c93d; }

[data-notify="container"].alert-warning-active::before {
  background-color: #ffb300; }

[data-notify="container"].alert-warning-solid, [data-notify="container"].alert-warning-solid-active {
  color: #fff;
  background-color: #ffb300; }
  [data-notify="container"].alert-warning-solid .close, [data-notify="container"].alert-warning-solid span[data-notify="icon"], [data-notify="container"].alert-warning-solid-active .close, [data-notify="container"].alert-warning-solid-active span[data-notify="icon"] {
    color: rgba(255, 255, 255, 0.6); }

[data-notify="container"].alert-danger, [data-notify="container"].alert-danger-active {
  background-color: #fbdfda;
  border: solid 1px #f9d1c9; }
  [data-notify="container"].alert-danger .close, [data-notify="container"].alert-danger span[data-notify="icon"], [data-notify="container"].alert-danger-active .close, [data-notify="container"].alert-danger-active span[data-notify="icon"] {
    color: #f0836f; }

[data-notify="container"].alert-danger-active::before {
  background-color: #ef5350; }

[data-notify="container"].alert-danger-solid, [data-notify="container"].alert-danger-solid-active {
  color: #fff;
  background-color: #ef5350; }
  [data-notify="container"].alert-danger-solid .close, [data-notify="container"].alert-danger-solid span[data-notify="icon"], [data-notify="container"].alert-danger-solid-active .close, [data-notify="container"].alert-danger-solid-active span[data-notify="icon"] {
    color: rgba(255, 255, 255, 0.6); }
