/* 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 */
html,
#root,
.root,
div,
section {
  --pf-primary-color: var(--wj-A1_1, #06aea6);
  --pf-primary-color-hover: var(--wj-A1_2, #1ac3bb);
  --pf-primary-color-active: var(--wj-A1_3, #4a9591);
  --pf-primary-1: var(--wj-A1_4, #e3f8f5);
  --pf-primary-2: #333030;
  --pf-primary-3: var(--wj-A1_1, #06aea6);
  --pf-primary-4: var(--wj-A1_2, #1ac3bb);
  --pf-primary-5: #0d0c0c;
  --pf-primary-6: var(--wj-A1_1, #06aea6);
  --pf-primary-7: #000000;
  --pf-success-color: #52c41a;
  --pf-success-color-hover: #73d13d;
  --pf-success-color-active: #389e0d;
  --pf-success-color-outline: rgba(82, 196, 26, 0.2);
  --pf-success-color-deprecated-bg: #f6ffed;
  --pf-success-color-deprecated-border: #b7eb8f;
  --pf-error-color: #ff4d4f;
  --pf-error-color-hover: #ff7875;
  --pf-error-color-active: #d9363e;
  --pf-error-color-outline: rgba(255, 77, 79, 0.2);
  --pf-error-color-deprecated-bg: #fff2f0;
  --pf-error-color-deprecated-border: #ffccc7;
  --pf-warning-color: #faad14;
  --pf-warning-color-hover: #ffc53d;
  --pf-warning-color-active: #d48806;
  --pf-warning-color-outline: rgba(250, 173, 20, 0.2);
  --pf-warning-color-deprecated-bg: #fffbe6;
  --pf-warning-color-deprecated-border: #ffe58f;
  --pf-info-color: var(--wj-A1_1, #06aea6);
  --pf-info-color-deprecated-bg: #403d3c;
  --pf-info-color-deprecated-border: #262424;
}
.pf-drawer {
  position: fixed;
  z-index: 1000;
  width: 0%;
  height: 100%;
  transition: width 0s ease 0.3s, height 0s ease 0.3s;
}
.pf-drawer-content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.pf-drawer .pf-drawer-content {
  width: 100%;
  height: 100%;
}
.pf-drawer-left,
.pf-drawer-right {
  top: 0;
  width: 0%;
  height: 100%;
}
.pf-drawer-left .pf-drawer-content-wrapper,
.pf-drawer-right .pf-drawer-content-wrapper {
  height: 100%;
}
.pf-drawer-left.pf-drawer-open,
.pf-drawer-right.pf-drawer-open {
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.pf-drawer-left {
  left: 0;
}
.pf-drawer-left .pf-drawer-content-wrapper {
  left: 0;
}
.pf-drawer-left.pf-drawer-open .pf-drawer-content-wrapper {
  box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
}
.pf-drawer-right {
  right: 0;
}
.pf-drawer-right .pf-drawer-content-wrapper {
  right: 0;
}
.pf-drawer-right.pf-drawer-open .pf-drawer-content-wrapper {
  box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
}
.pf-drawer-right.pf-drawer-open.no-mask {
  right: 1px;
  transform: translateX(1px);
}
.pf-drawer-top,
.pf-drawer-bottom {
  left: 0;
  width: 100%;
  height: 0%;
}
.pf-drawer-top .pf-drawer-content-wrapper,
.pf-drawer-bottom .pf-drawer-content-wrapper {
  width: 100%;
}
.pf-drawer-top.pf-drawer-open,
.pf-drawer-bottom.pf-drawer-open {
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.pf-drawer-top {
  top: 0;
}
.pf-drawer-top.pf-drawer-open .pf-drawer-content-wrapper {
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
}
.pf-drawer-bottom {
  bottom: 0;
}
.pf-drawer-bottom .pf-drawer-content-wrapper {
  bottom: 0;
}
.pf-drawer-bottom.pf-drawer-open .pf-drawer-content-wrapper {
  box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
}
.pf-drawer-bottom.pf-drawer-open.no-mask {
  bottom: 1px;
  transform: translateY(1px);
}
.pf-drawer.pf-drawer-open .pf-drawer-mask {
  height: 100%;
  opacity: 1;
  transition: none;
  animation: antdDrawerFadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: auto;
}
.pf-drawer-title {
  position: relative;
  flex: 1;
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.pf-drawer-content {
  position: relative;
  z-index: 1;
  overflow: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
}
.pf-drawer-close {
  display: inline-block;
  color: #999;
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
  text-rendering: auto;
}
.pf-drawer-close:focus,
.pf-drawer-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.pf-drawer-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 8px;
  color: #333;
  background: #fff;
}
.pf-drawer-header::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #ccc;
}
.pf-drawer-header-dot {
  position: relative;
  margin-right: 10px;
  width: 4px;
  height: 16px;
  background-color: var(--wj-A1_1, #06aea6);
}
.pf-drawer-header-title {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
.pf-drawer-header-close-only {
  padding-bottom: 0;
  border: none;
}
.pf-drawer-header-lg {
  padding: 27px 20px 15px;
}
.pf-drawer-extra {
  margin-right: 10px;
}
.pf-drawer-wrapper-body {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
}
.pf-drawer-body {
  flex-grow: 1;
  padding: 14px 20px;
  overflow: auto;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}
.pf-drawer-footer {
  flex-shrink: 0;
  padding: 10px 16px;
  border-top: 1px solid #e8e8e8;
  text-align: center;
  background-color: #f9f9f9;
}
.pf-drawer-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s linear, height 0s ease 0.3s;
  pointer-events: none;
}
.pf-drawer .pf-picker-clear {
  background: #fff;
}
@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pf-drawer-rtl {
  direction: rtl;
}
.pf-drawer-rtl .pf-drawer-close {
  margin-right: 0;
  margin-left: 12px;
}
