.NotificationHooks_warning-color_3d15 {
  color: #EE812A;
}
.NotificationHooks_error-color_1ajZ {
  color: #FD6C6A;
}
.NotificationHooks_success-color_3lt6 {
  color: #26B175;
}
.NotificationHooks_warning-bg-color_1UKm {
  background-color: #FFF1D4;
  border: 1px solid #FFE0A6;
}
.NotificationHooks_error-bg-color_KH8U {
  background-color: #FFDBE0;
  border: 1px solid #ffadb6;
}
.NotificationHooks_success-bg-color_3bEq {
  background-color: #DCFAE4;
  border: 1px solid #A1E6B5;
}
.NotificationHooks_move-up-in_2K5l {
  -webkit-animation-name: NotificationHooks_MessageMoveIn_SAOF;
          animation-name: NotificationHooks_MessageMoveIn_SAOF;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
@-webkit-keyframes NotificationHooks_MessageMoveIn_SAOF {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes NotificationHooks_MessageMoveIn_SAOF {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.NotificationHooks_move-up-leave_1OEZ {
  -webkit-animation-name: NotificationHooks_MessageMoveOut_3iIU;
          animation-name: NotificationHooks_MessageMoveOut_3iIU;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  opacity: 0;
}
@-webkit-keyframes NotificationHooks_MessageMoveOut_3iIU {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes NotificationHooks_MessageMoveOut_3iIU {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.NotificationHooks_notification_3jk8 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 90vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 8px;
  position: absolute;
}
.NotificationHooks_move-top-animation_2Sgm {
  -webkit-transition: top 0.4s;
  -o-transition: top 0.4s;
  transition: top 0.4s;
}
.NotificationHooks_button-div_1xua {
  width: 70px;
  height: 26px;
  border: 1px solid #FFC799;
  padding-left: 9px;
  color: #EE812A;
  line-height: 26px;
}
.NotificationHooks_no-close-button_2Ev6 {
  margin: 0 0px 0 25px;
}
.NotificationHooks_has-close-button_2Pbg {
  margin: 0 28px 0 25px;
}
.NotificationHooks_notification-content_3YaS {
  position: relative;
  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;
  min-width: 200px;
  max-width: 1000px;
  min-height: 40px;
  z-index: 999999;
  padding: 9px 20px;
  pointer-events: all;
  border-radius: 4px;
  text-align: left;
}
.NotificationHooks_notification-content_3YaS .NotificationHooks_icon_2Vp2 {
  position: absolute;
  top: 11px;
  left: 20px;
  color: #666;
}
.NotificationHooks_notification-content_3YaS .NotificationHooks_content_1yPc {
  line-height: 20px;
  font-size: 14px;
  max-height: 120px;
  overflow-y: auto;
  word-break: break-word;
  white-space: pre-wrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.NotificationHooks_notification-content_3YaS .NotificationHooks_close-icon_33QA {
  position: absolute;
  top: 11px;
  cursor: pointer;
  right: 20px;
  color: #666;
}
.NotificationHooks_notification-content_3YaS .NotificationHooks_icon-success_EMqI {
  position: absolute;
  top: 11px;
  left: 20px;
  color: #666;
  color: #26B175;
}
.NotificationHooks_notification-content_3YaS .NotificationHooks_icon-error_28gy {
  position: absolute;
  top: 11px;
  left: 20px;
  color: #666;
  color: #FD6C6A;
}
.NotificationHooks_notification-content_3YaS .NotificationHooks_icon-warning_1XQp {
  position: absolute;
  top: 11px;
  left: 20px;
  color: #666;
  color: #EE812A;
}

.KDNotification_notification-wrapper_1zPE {
  position: fixed;
  top: 16px;
  width: 100%;
  z-index: 99999;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 90vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
}

