.SystemNotification_notification-wrapper_zaTG {
  position: fixed;
  width: 320px;
  min-height: 108px;
  z-index: 1050 !important;
  background: #fff;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.SystemNotification_notification-wrapper_zaTG.SystemNotification_topLeft_1-dJ {
  top: 40px;
  left: 40px;
}
.SystemNotification_notification-wrapper_zaTG.SystemNotification_topRight_35fE {
  top: 40px;
  right: 40px;
}
.SystemNotification_notification-wrapper_zaTG.SystemNotification_bottomRight_3CZZ {
  bottom: 40px;
  right: 40px;
}
.SystemNotification_notification-wrapper_zaTG.SystemNotification_bottomLeft_3wJ- {
  bottom: 40px;
  left: 40px;
}
.SystemNotification_notification-wrapper_zaTG.SystemNotification_topLeft_1-dJ,
.SystemNotification_notification-wrapper_zaTG.SystemNotification_bottomLeft_3wJ- {
  -webkit-animation: SystemNotification_NotificationLeftFadeIn_1ap_ 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: SystemNotification_NotificationLeftFadeIn_1ap_ 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.SystemNotification_notification-wrapper_zaTG.SystemNotification_topRight_35fE,
.SystemNotification_notification-wrapper_zaTG.SystemNotification_bottomRight_3CZZ {
  -webkit-animation: SystemNotification_NotificationFadeIn_2BjE 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: SystemNotification_NotificationFadeIn_2BjE 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.SystemNotification_notification-wrapper_zaTG.SystemNotification_fadeOut_L6mX {
  -webkit-animation: SystemNotification_NotificationFadeOut_14KA 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: SystemNotification_NotificationFadeOut_14KA 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.SystemNotification_notification-wrapper_zaTG .SystemNotification_header_rlMK {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.SystemNotification_notification-wrapper_zaTG .SystemNotification_header_rlMK .SystemNotification_header-icon_2wOP {
  margin-right: 9px;
  font-size: 18px;
}
.SystemNotification_notification-wrapper_zaTG .SystemNotification_header_rlMK .SystemNotification_title_2w-W {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.SystemNotification_notification-wrapper_zaTG .SystemNotification_header_rlMK .SystemNotification_title_2w-W.SystemNotification_grey_1Bhz {
  color: #212121;
}
.SystemNotification_notification-wrapper_zaTG .SystemNotification_header_rlMK .SystemNotification_close-button_171b {
  position: absolute;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  right: 20px;
  top: 12px;
}
.SystemNotification_notification-wrapper_zaTG .SystemNotification_header_rlMK .SystemNotification_close-button_171b.SystemNotification_grey_1Bhz {
  color: #666;
}
.SystemNotification_notification-wrapper_zaTG .SystemNotification_bottom_1Npt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 20px 20px 20px;
}
.SystemNotification_notification-wrapper_zaTG .SystemNotification_btn_35dq {
  font-size: 12px;
  cursor: pointer;
}
.SystemNotification_notification-wrapper_zaTG .SystemNotification_btn_35dq:not(:last-child) {
  margin-right: 16px;
}
.SystemNotification_notification-wrapper_zaTG .SystemNotification_notification-main_7WJA {
  padding: 12px 20px 0 20px;
}
.SystemNotification_notification-wrapper_zaTG .SystemNotification_notification-main_7WJA .SystemNotification_content_ogzl {
  position: relative;
  word-break: break-all;
  line-height: 18px;
  max-height: 36px;
  overflow: hidden;
  color: #212121;
}
.SystemNotification_notification-wrapper_zaTG .SystemNotification_notification-main_7WJA .SystemNotification_content_ogzl.SystemNotification_contentOverflow_2I1w:after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 0.4em;
  background: #fff;
}
@-webkit-keyframes SystemNotification_NotificationFadeIn_2BjE {
  0% {
    right: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes SystemNotification_NotificationFadeIn_2BjE {
  0% {
    right: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes SystemNotification_NotificationLeftFadeIn_1ap_ {
  0% {
    left: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes SystemNotification_NotificationLeftFadeIn_1ap_ {
  0% {
    left: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes SystemNotification_NotificationFadeOut_14KA {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    opacity: 0;
  }
}
@keyframes SystemNotification_NotificationFadeOut_14KA {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    opacity: 0;
  }
}

