/* Quorum Universal Style Repo bundle - DO NOT EDIT */
.k-notification:not(.k-notification-closable) {
  background: transparent;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.k-notification {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.k-notification .notification {
  border: 0;
  margin-top: 0.6rem;
  border-radius: 0 0.4rem 0.4rem 0;
  background-color: #646b77;
  min-width: 30rem;
  padding: 0.6rem;
}
.k-notification .notification span {
  color: #ffffff;
}
.k-notification .notification span:first-child {
  margin-right: 0.4rem;
}
.k-notification .notification.confirmation {
  background-color: #4caf50;
}
.k-notification-group {
  position: fixed;
  left: 0;
  bottom: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 100%;
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  z-index: 100;
  gap: 0 !important;
}
.k-notification-group .k-notification > .k-notification-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.k-notification-group .k-notification-container:last-child .k-notification {
  margin-bottom: 3.2rem;
}
.q-wrapper-notifications .k-notification-group {
  position: fixed !important;
  bottom: 3.2rem !important;
}
.k-notification.k-notification-closable.k-notification-error {
  border-color: #fc364e;
  background-color: #fc364e;
}
.k-notification.k-notification-closable.k-notification-info {
  border-color: #646b77;
  background-color: #646b77;
}
.k-notification.k-notification-closable.k-notification-info .k-i-info-circle {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.k-notification.k-notification-closable.k-notification-warning {
  border-color: #ff8c42;
  background-color: #ff8c42;
}
.k-notification.k-notification-closable.k-notification-success {
  border-color: #4caf50;
  background-color: #4caf50;
}
.k-notification.k-notification-closable .k-notification-actions span,
.k-notification.k-notification-closable .k-notification-content span {
  color: #ffffff;
}
.k-notification.k-notification-closable .k-notification-actions span:before,
.k-notification.k-notification-closable .k-notification-content span:before {
  color: #ffffff;
}
.k-notification.k-notification-closable .k-notification-status:before {
  color: #ffffff;
}
/*# sourceMappingURL=notifications.css.map */