/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* 主色调 */
/* 字体 */
/* 圆角 */
/* 阴影 */
/* 按钮 */
/* 面包屑 */
/* 标签页*/
/* 单选框 */
/* 复选 */
/* 输入 */
/* 步骤条 */
/* 开关 */
/* 对话框 */
/* 抽屉 */
/* 气泡卡片 */
/* 全局提示 */
/* 卡片 */
/* 加载 */
/* 表单 */
/* 表格 */
/* 选择器 */
/* 穿梭框 */
/* 文字提示 */
/* 时间控件 下拉面板 */
.bonree-notification {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #172634;
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  z-index: 1010;
  margin-right: 16px;
}
.bonree-notification-topLeft,
.bonree-notification-bottomLeft {
  margin-right: 0;
  margin-left: 16px;
}
.bonree-notification-topLeft .bonree-notification-fade-enter.bonree-notification-fade-enter-active,
.bonree-notification-bottomLeft .bonree-notification-fade-enter.bonree-notification-fade-enter-active,
.bonree-notification-topLeft .bonree-notification-fade-appear.bonree-notification-fade-appear-active,
.bonree-notification-bottomLeft .bonree-notification-fade-appear.bonree-notification-fade-appear-active {
  animation-name: NotificationLeftFadeIn;
}
.bonree-notification-close-icon {
  font-size: 12px;
  cursor: pointer;
}
.bonree-notification-hook-holder {
  position: relative;
}
.bonree-notification-notice {
  position: relative;
  width: 320px;
  max-width: calc(100vw - 16px * 2);
  margin-bottom: 16px;
  margin-left: auto;
  padding: 12px 16px;
  overflow: hidden;
  line-height: 1.5;
  word-wrap: break-word;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}
.bonree-notification-topLeft .bonree-notification-notice,
.bonree-notification-bottomLeft .bonree-notification-notice {
  margin-right: auto;
  margin-left: 0;
}
.bonree-notification-notice-message {
  margin-bottom: 8px;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
.bonree-notification-notice-message-single-line-auto-margin {
  display: block;
  width: calc(384px - 16px * 2 - 24px - 48px - 100%);
  max-width: 4px;
  background-color: transparent;
  pointer-events: none;
}
.bonree-notification-notice-message-single-line-auto-margin::before {
  display: block;
  content: '';
}
.bonree-notification-notice-description {
  font-size: 12px;
}
.bonree-notification-notice-closable .bonree-notification-notice-message {
  padding-right: 24px;
}
.bonree-notification-notice-with-icon .bonree-notification-notice-message {
  min-height: 24px;
  margin-bottom: 8px;
  margin-left: 24px;
  font-size: 14px;
}
.bonree-notification-notice-with-icon .bonree-notification-notice-description {
  margin-left: 24px;
  font-size: 12px;
}
.bonree-notification-notice-no-description {
  margin-bottom: 0 !important;
}
.bonree-notification-notice-icon {
  position: absolute;
  top: 16px;
  font-size: 16px;
  line-height: 16px;
}
.anticon.bonree-notification-notice-icon-success {
  color: #00b359;
}
.anticon.bonree-notification-notice-icon-info {
  color: #006aff;
}
.anticon.bonree-notification-notice-icon-warning {
  color: #ff8f16;
}
.anticon.bonree-notification-notice-icon-error {
  color: #fa5050;
}
.bonree-notification-notice-close {
  position: absolute;
  top: 12px;
  right: 16px;
  color: #6f7782;
  outline: none;
}
.bonree-notification-notice-close:hover {
  color: #43474e;
}
.bonree-notification-notice-close-x {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  font-style: normal;
  line-height: 24px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}
.bonree-notification-notice-close-x .anticon {
  vertical-align: bottom;
}
.bonree-notification-notice-close-x:focus,
.bonree-notification-notice-close-x:hover {
  text-decoration: none;
  background: #ebf3ff;
  border-radius: 3px;
}
.bonree-notification-notice-close-x:focus .anticon,
.bonree-notification-notice-close-x:hover .anticon {
  color: #2989ff;
}
.bonree-notification-notice-btn {
  float: right;
  margin-top: 16px;
}
.bonree-notification .notification-fade-effect {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
}
.bonree-notification-fade-enter,
.bonree-notification-fade-appear {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
  opacity: 0;
  animation-play-state: paused;
}
.bonree-notification-fade-leave {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
  animation-duration: 0.2s;
  animation-play-state: paused;
}
.bonree-notification-fade-enter.bonree-notification-fade-enter-active,
.bonree-notification-fade-appear.bonree-notification-fade-appear-active {
  animation-name: NotificationFadeIn;
  animation-play-state: running;
}
.bonree-notification-fade-leave.bonree-notification-fade-leave-active {
  animation-name: NotificationFadeOut;
  animation-play-state: running;
}
@keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}
.bonree-notification-rtl {
  direction: rtl;
}
.bonree-notification-rtl .bonree-notification-notice-closable .bonree-notification-notice-message {
  padding-right: 0;
  padding-left: 24px;
}
.bonree-notification-rtl .bonree-notification-notice-with-icon .bonree-notification-notice-message {
  margin-right: 48px;
  margin-left: 0;
}
.bonree-notification-rtl .bonree-notification-notice-with-icon .bonree-notification-notice-description {
  margin-right: 48px;
  margin-left: 0;
}
.bonree-notification-rtl .bonree-notification-notice-icon {
  margin-right: 4px;
  margin-left: 0;
}
.bonree-notification-rtl .bonree-notification-notice-close {
  right: auto;
  left: 22px;
}
.bonree-notification-rtl .bonree-notification-notice-btn {
  float: left;
}
