/* [project]/node_modules/react-notifications-component/dist/theme.css [app-client] (css) */
.rnc__notification-container--bottom-center, .rnc__notification-container--bottom-full, .rnc__notification-container--bottom-left, .rnc__notification-container--bottom-right, .rnc__notification-container--center, .rnc__notification-container--top-center, .rnc__notification-container--top-full, .rnc__notification-container--top-left, .rnc__notification-container--top-right {
  pointer-events: all;
  min-width: 325px;
  position: absolute;
}

.rnc__notification-container--bottom-center, .rnc__notification-container--center, .rnc__notification-container--top-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  display: flex;
  left: calc(50% - 175px);
}

.rnc__notification-container--center {
  pointer-events: none;
  height: 100%;
  top: 20px;
}

.rnc__notification-container--bottom-full, .rnc__notification-container--top-full {
  width: 100%;
  min-width: 100%;
}

.rnc__notification-container--bottom-full {
  bottom: 0;
}

.rnc__util--flex-center {
  pointer-events: all;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 325px;
  display: flex;
}

.rnc__notification-container--top-center {
  top: 20px;
}

.rnc__notification-container--bottom-center {
  bottom: 20px;
}

.rnc__notification-container--top-left {
  top: 20px;
  left: 20px;
}

.rnc__notification-container--top-right {
  top: 20px;
  right: 20px;
}

.rnc__notification-container--bottom-left {
  bottom: 20px;
  left: 20px;
}

.rnc__notification-container--bottom-right {
  bottom: 20px;
  right: 20px;
}

.rnc__notification-container--mobile-bottom, .rnc__notification-container--mobile-top {
  pointer-events: all;
  position: absolute;
}

.rnc__notification-container--mobile-top {
  top: 20px;
  left: 20px;
  right: 20px;
}

.rnc__notification-container--mobile-bottom {
  margin-bottom: -15px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.rnc__notification-item--default {
  background-color: #007bff;
  border-left: 8px solid #0562c7;
}

.rnc__notification-item--default .rnc__notification-timer {
  background-color: #007bff;
}

.rnc__notification-item--default .rnc__notification-timer-filler {
  background-color: #fff;
}

.rnc__notification-item--default .rnc__notification-close-mark {
  background-color: #007bff;
}

.rnc__notification-item--success {
  background-color: #28a745;
  border-left: 8px solid #1f8838;
}

.rnc__notification-item--success .rnc__notification-timer {
  background-color: #28a745;
}

.rnc__notification-item--success .rnc__notification-timer-filler {
  background-color: #fff;
}

.rnc__notification-item--success .rnc__notification-close-mark {
  background-color: #28a745;
}

.rnc__notification-item--danger {
  background-color: #dc3545;
  border-left: 8px solid #bd1120;
}

.rnc__notification-item--danger .rnc__notification-timer {
  background-color: #dc3545;
}

.rnc__notification-item--danger .rnc__notification-timer-filler {
  background-color: #fff;
}

.rnc__notification-item--danger .rnc__notification-close-mark {
  background-color: #dc3545;
}

.rnc__notification-item--info {
  background-color: #17a2b8;
  border-left: 8px solid #138b9e;
}

.rnc__notification-item--info .rnc__notification-timer {
  background-color: #17a2b8;
}

.rnc__notification-item--info .rnc__notification-timer-filler {
  background-color: #fff;
}

.rnc__notification-item--info .rnc__notification-close-mark {
  background-color: #17a2b8;
}

.rnc__notification-item--warning {
  background-color: #eab000;
  border-left: 8px solid #ce9c09;
}

.rnc__notification-item--warning .rnc__notification-timer {
  background-color: #eab000;
}

.rnc__notification-item--warning .rnc__notification-timer-filler {
  background-color: #fff;
}

.rnc__notification-item--warning .rnc__notification-close-mark {
  background-color: #eab000;
}

.rnc__notification-item--awesome {
  background-color: #685dc3;
  border-left: 8px solid #4c3fb1;
}

.rnc__notification-item--awesome .rnc__notification-timer {
  background-color: #685dc3;
}

.rnc__notification-item--awesome .rnc__notification-timer-filler {
  background-color: #fff;
}

.rnc__notification-item--awesome .rnc__notification-close-mark {
  background-color: #685dc3;
}

@keyframes timer {
  0% {
    width: 100%;
  }

  to {
    width: 0;
  }
}

.rnc__base {
  pointer-events: none;
  z-index: 9000;
  width: 100%;
  height: 100%;
  position: fixed;
}

.rnc__notification-item {
  cursor: pointer;
  border-radius: 3px;
  margin-bottom: 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 3px 4px #0003;
}

.rnc__notification-container--bottom-full .rnc__notification-item, .rnc__notification-container--top-full .rnc__notification-item {
  border-radius: 0;
  margin-bottom: 0;
}

.rnc__notification-container--bottom-full .rnc__notification, .rnc__notification-container--top-full .rnc__notification {
  width: 100% !important;
}

.rnc__notification-timer {
  width: 100%;
  margin-top: 10px;
}

.rnc__notification-timer, .rnc__notification-timer-filler {
  border-radius: 5px;
  height: 3px;
}

.rnc__notification-title {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.rnc__notification-message {
  word-wrap: break-word;
  color: #fff;
  max-width: calc(100% - 15px);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.rnc__notification-content {
  width: 100%;
  padding: 8px 15px;
  display: inline-block;
}

.rnc__notification-close-mark {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.rnc__notification-close-mark:after {
  color: #fff;
  content: "×";
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rnc__notification-container--mobile-bottom .notification, .rnc__notification-container--mobile-bottom .rnc__notification-item, .rnc__notification-container--mobile-top .notification, .rnc__notification-container--mobile-top .rnc__notification-item {
  width: 100%;
  max-width: 100%;
}

.rnc__notification-container--bottom-right .notification, .rnc__notification-container--top-right .notification {
  margin-left: auto;
}

.rnc__notification-container--bottom-left .notification, .rnc__notification-container--top-left .notification {
  margin-right: auto;
}

.rnc__notification-container--mobile-bottom .notification, .rnc__notification-container--mobile-top .notification {
  margin-left: auto;
  margin-right: auto;
}

/*# sourceMappingURL=node_modules_react-notifications-component_dist_theme_789c9b0f.css.map*/