/* 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 */
.ant-alert {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #202d40;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  padding: 8px 15px 8px 38px;
  word-wrap: break-word;
  border-radius: 2px;
}
.ant-alert.ant-alert-no-icon {
  padding: 8px 19px;
}
.ant-alert.ant-alert-no-icon .ant-alert-close-icon {
  top: 12.0005px;
}
.ant-alert.ant-alert-closable {
  padding-right: 30px;
}
.ant-alert-icon {
  position: absolute;
  top: 11.0005px;
  left: 15px;
  font-size: 16px;
}
.ant-alert-description {
  display: none;
  font-size: 12px;
  line-height: 18px;
}
.ant-alert-success {
  background-color: #f2ffe0;
  border: 1px solid #7ad93a;
}
.ant-alert-success .ant-alert-icon {
  color: #4fbe0e;
}
.ant-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #8cc6ff;
}
.ant-alert-info .ant-alert-icon {
  color: #06f;
}
.ant-alert-warning {
  background-color: #fffbe5;
  border: 1px solid #fbd341;
}
.ant-alert-warning .ant-alert-icon {
  color: #edb807;
}
.ant-alert-error {
  background-color: #fff0f0;
  border: 1px solid #fc9c9c;
}
.ant-alert-error .ant-alert-icon {
  color: #eb333f;
}
.ant-alert-error .ant-alert-description > pre {
  margin: 0;
  padding: 0;
}
.ant-alert-close-icon {
  position: absolute;
  top: 12.0005px;
  right: 9px;
  padding: 0;
  overflow: hidden;
  color: #8592a6;
  font-size: 14px;
  line-height: 14px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.ant-alert-close-icon .anticon-close {
  color: #606c80;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-alert-close-icon .anticon-close:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-close-text {
  color: #606c80;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-alert-close-text:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-with-description {
  position: relative;
  padding: 9px 10px 8px 38px;
  color: #606c80;
  line-height: 1.5715;
  border-radius: 2px;
}
.ant-alert-with-description.ant-alert-no-icon {
  padding: 9px 10px 9px 15px;
}
.ant-alert-with-description .ant-alert-icon {
  position: absolute;
  left: 15px;
}
.ant-alert-with-description.ant-alert-grey-background {
  padding: 10px 10px 10px 34px;
}
.ant-alert-with-description.ant-alert-grey-background .ant-alert-icon {
  top: 12px;
  left: 12px;
}
.ant-alert-with-description .ant-alert-close-icon {
  position: absolute;
  top: 14px;
  right: 9px;
  font-size: 14px;
  cursor: pointer;
}
.ant-alert-with-description.ant-alert-grey-background .ant-alert-close-icon {
  top: 15px;
}
.ant-alert-with-description .ant-alert-message {
  display: block;
  margin-bottom: 4px;
  color: #202d40;
  font-size: 14px;
  line-height: 20px;
}
.ant-alert-message {
  color: #202d40;
}
.ant-alert-with-description .ant-alert-description {
  display: block;
}
.ant-alert.ant-alert-closing {
  height: 0 !important;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-alert-slide-up-leave {
  -webkit-animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-alert-grey-background {
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #f5f7fa;
  border-top: none;
  border-right: 1px solid #f5f7fa;
  border-bottom: none;
  border-radius: 0;
}
.ant-alert-grey-background.ant-alert-no-icon {
  padding-left: 16px;
}
.ant-alert-grey-background .ant-alert-icon {
  top: 12px;
  left: 12px;
}
.ant-alert-grey-background.ant-alert-success {
  border-left: 4px solid #7ad93a;
}
.ant-alert-grey-background.ant-alert-info {
  border-left: 4px solid #3d98ff;
}
.ant-alert-grey-background.ant-alert-warning {
  border-left: 4px solid #fbd341;
}
.ant-alert-grey-background.ant-alert-error {
  border-left: 4px solid #f76469;
}
.ant-alert-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.ant-alert-banner.ant-alert-success {
  -webkit-box-shadow: inset 0 -1px 0 0 #7ad93a;
          box-shadow: inset 0 -1px 0 0 #7ad93a;
}
.ant-alert-banner.ant-alert-info {
  -webkit-box-shadow: inset 0 -1px 0 0 #3d98ff;
          box-shadow: inset 0 -1px 0 0 #3d98ff;
}
.ant-alert-banner.ant-alert-warning {
  -webkit-box-shadow: inset 0 -1px 0 0 #fbd341;
          box-shadow: inset 0 -1px 0 0 #fbd341;
}
.ant-alert-banner.ant-alert-error {
  -webkit-box-shadow: inset 0 -1px 0 0 #f76469;
          box-shadow: inset 0 -1px 0 0 #f76469;
}
.ant-alert-no-background {
  background-color: transparent;
  border: 0;
}
@-webkit-keyframes antAlertSlideUpIn {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antAlertSlideUpIn {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antAlertSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antAlertSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
.ant-alert.ant-alert-rtl {
  padding: 8px 37px 8px 15px;
  direction: rtl;
}
.ant-alert-rtl.ant-alert.ant-alert-no-icon {
  padding: 8px 15px;
}
.ant-alert.ant-alert-rtl.ant-alert.ant-alert-closable {
  padding-right: 37px;
  padding-left: 30px;
}
.ant-alert.ant-alert-rtl.ant-alert.ant-alert-no-icon.ant-alert-closable {
  padding-right: 15px;
  padding-left: 30px;
}
.ant-alert-rtl .ant-alert-icon {
  right: 16px;
  left: auto;
}
.ant-alert-rtl .ant-alert-close-icon {
  right: auto;
  left: 16px;
}
.ant-alert.ant-alert-rtl.ant-alert-with-description,
.ant-alert.ant-alert-rtl.ant-alert-with-description.ant-alert-closable {
  padding: 15px 64px 15px 15px;
}
.ant-alert.ant-alert-rtl.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px;
}
.ant-alert-rtl.ant-alert-with-description .ant-alert-icon {
  right: 24px;
  left: auto;
}
.ant-alert-rtl.ant-alert-with-description .ant-alert-close-icon {
  right: auto;
  left: 16px;
}
