.warning-layout {
  z-index: 10;
  color: #838381;
  background-color: #fff9e7;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  width: 100%;
  height: 40px;
  display: flex;
  position: fixed;
  top: 0;
}

.warning-layout .warning-icon {
  color: #ffc144;
  font-size: 25px;
}

.warning-layout .warning-message {
  text-align: center;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
}

.rial {
  color: #a3a3a3;
  font-size: 10px !important;
}

.ltr-number-input {
  direction: ltr;
}

@font-face {
  font-family: Chinese Quote;
  src: local(PingFang SC), local(SimSun);
  unicode-range: U+2018, U+2019, U+201C, U+201D;
}

html, body {
  width: 100%;
  height: 100%;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

*, :before, :after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: #0000;
  font-family: sans-serif;
  line-height: 1.15;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  font-variant: tabular-nums;
  color: #000000a6;
  background-color: #fff;
  margin: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000d9;
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: 500;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1em;
}

input[type="text"], input[type="password"], input[type="number"], textarea {
  -webkit-appearance: none;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1em;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 500;
}

dd {
  margin-bottom: .5em;
  margin-right: 0;
}

blockquote {
  margin: 0 0 1em;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #1890ff;
  cursor: pointer;
  -webkit-text-decoration-skip: objects;
  background-color: #0000;
  outline: none;
  text-decoration: none;
  transition: color .3s;
}

a:focus {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-decoration: underline;
}

a:hover {
  color: #40a9ff;
}

a:active {
  color: #096dd9;
}

a:active, a:hover {
  outline: 0;
  text-decoration: none;
}

a[disabled] {
  color: #00000040;
  cursor: not-allowed;
  pointer-events: none;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}

figure {
  margin: 0 0 1em;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a, area, button, [role="button"], input:not([type="range"]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  color: #00000073;
  text-align: right;
  caption-side: bottom;
  padding-top: .75em;
  padding-bottom: .3em;
}

th {
  text-align: inherit;
}

input, button, select, optgroup, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
  overflow: auto;
}

fieldset {
  border: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  width: 100%;
  max-width: 100%;
  font-size: 1.5em;
  line-height: inherit;
  color: inherit;
  white-space: normal;
  margin-bottom: .5em;
  padding: 0;
  display: block;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

mark {
  background-color: #feffe6;
  padding: .2em;
}

::selection {
  color: #fff;
  background: #1890ff;
}

.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.anticon {
  vertical-align: -.125em;
  text-align: center;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  line-height: 0;
  display: inline-block;
}

.anticon > * {
  line-height: 1;
}

.anticon svg {
  display: inline-block;
}

.anticon:before {
  display: none;
}

.anticon .anticon-icon {
  display: block;
}

.anticon-spin:before, .anticon-spin {
  animation: 1s linear infinite loadingCircle;
  display: inline-block;
}

.fade-enter, .fade-appear, .fade-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.fade-enter.fade-enter-active, .fade-appear.fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}

.fade-leave.fade-leave-active {
  pointer-events: none;
  animation-name: antFadeOut;
  animation-play-state: running;
}

.fade-enter, .fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}

.fade-leave {
  animation-timing-function: linear;
}

@keyframes antFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes antFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.move-up-enter, .move-up-appear, .move-up-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.move-up-enter.move-up-enter-active, .move-up-appear.move-up-appear-active {
  animation-name: antMoveUpIn;
  animation-play-state: running;
}

.move-up-leave.move-up-leave-active {
  pointer-events: none;
  animation-name: antMoveUpOut;
  animation-play-state: running;
}

.move-up-enter, .move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
}

.move-up-leave {
  animation-timing-function: cubic-bezier(.6, .04, .98, .34);
}

.move-down-enter, .move-down-appear, .move-down-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.move-down-enter.move-down-enter-active, .move-down-appear.move-down-appear-active {
  animation-name: antMoveDownIn;
  animation-play-state: running;
}

.move-down-leave.move-down-leave-active {
  pointer-events: none;
  animation-name: antMoveDownOut;
  animation-play-state: running;
}

.move-down-enter, .move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
}

.move-down-leave {
  animation-timing-function: cubic-bezier(.6, .04, .98, .34);
}

.move-left-enter, .move-left-appear, .move-left-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.move-left-enter.move-left-enter-active, .move-left-appear.move-left-appear-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running;
}

.move-left-leave.move-left-leave-active {
  pointer-events: none;
  animation-name: antMoveLeftOut;
  animation-play-state: running;
}

.move-left-enter, .move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
}

.move-left-leave {
  animation-timing-function: cubic-bezier(.6, .04, .98, .34);
}

.move-right-enter, .move-right-appear, .move-right-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.move-right-enter.move-right-enter-active, .move-right-appear.move-right-appear-active {
  animation-name: antMoveRightIn;
  animation-play-state: running;
}

.move-right-leave.move-right-leave-active {
  pointer-events: none;
  animation-name: antMoveRightOut;
  animation-play-state: running;
}

.move-right-enter, .move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
}

.move-right-leave {
  animation-timing-function: cubic-bezier(.6, .04, .98, .34);
}

@keyframes antMoveDownIn {
  0% {
    transform-origin: 100% 0;
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    transform-origin: 100% 0;
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes antMoveDownOut {
  0% {
    transform-origin: 100% 0;
    opacity: 1;
    transform: translateY(0%);
  }

  100% {
    transform-origin: 100% 0;
    opacity: 0;
    transform: translateY(100%);
  }
}

@keyframes antMoveLeftIn {
  0% {
    transform-origin: 100% 0;
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    transform-origin: 100% 0;
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes antMoveLeftOut {
  0% {
    transform-origin: 100% 0;
    opacity: 1;
    transform: translateX(0%);
  }

  100% {
    transform-origin: 100% 0;
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes antMoveRightIn {
  0% {
    opacity: 0;
    transform-origin: 100% 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    transform-origin: 100% 0;
    transform: translateX(0%);
  }
}

@keyframes antMoveRightOut {
  0% {
    transform-origin: 100% 0;
    opacity: 1;
    transform: translateX(0%);
  }

  100% {
    transform-origin: 100% 0;
    opacity: 0;
    transform: translateX(-100%);
  }
}

@keyframes antMoveUpIn {
  0% {
    transform-origin: 100% 0;
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    transform-origin: 100% 0;
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes antMoveUpOut {
  0% {
    transform-origin: 100% 0;
    opacity: 1;
    transform: translateY(0%);
  }

  100% {
    transform-origin: 100% 0;
    opacity: 0;
    transform: translateY(-100%);
  }
}

@keyframes loadingCircle {
  100% {
    transform: rotate(-360deg);
  }
}

[ant-click-animating], [ant-click-animating-without-extra-node] {
  position: relative;
}

[ant-click-animating-without-extra-node]:after, .ant-click-animating-node {
  content: "";
  border-radius: inherit;
  opacity: .2;
  pointer-events: none;
  border: 0 solid #1890ff;
  animation-name: fadeEffect, waveEffect;
  animation-duration: 2s, .4s;
  animation-timing-function: cubic-bezier(.08, .82, .17, 1), cubic-bezier(.08, .82, .17, 1);
  animation-iteration-count: 1, 1;
  animation-direction: normal, normal;
  animation-play-state: running, running;
  animation-delay: 0s, 0s;
  animation-fill-mode: forwards;
  animation-timeline: auto, auto;
  display: block;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}

@keyframes waveEffect {
  100% {
    border-width: 6px;
    top: -6px;
    bottom: -6px;
    left: -6px;
    right: -6px;
  }
}

@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}

.slide-up-enter, .slide-up-appear, .slide-up-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.slide-up-enter.slide-up-enter-active, .slide-up-appear.slide-up-appear-active {
  animation-name: antSlideUpIn;
  animation-play-state: running;
}

.slide-up-leave.slide-up-leave-active {
  pointer-events: none;
  animation-name: antSlideUpOut;
  animation-play-state: running;
}

.slide-up-enter, .slide-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.slide-up-leave {
  animation-timing-function: cubic-bezier(.755, .05, .855, .06);
}

.slide-down-enter, .slide-down-appear, .slide-down-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.slide-down-enter.slide-down-enter-active, .slide-down-appear.slide-down-appear-active {
  animation-name: antSlideDownIn;
  animation-play-state: running;
}

.slide-down-leave.slide-down-leave-active {
  pointer-events: none;
  animation-name: antSlideDownOut;
  animation-play-state: running;
}

.slide-down-enter, .slide-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.slide-down-leave {
  animation-timing-function: cubic-bezier(.755, .05, .855, .06);
}

.slide-left-enter, .slide-left-appear, .slide-left-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.slide-left-enter.slide-left-enter-active, .slide-left-appear.slide-left-appear-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running;
}

.slide-left-leave.slide-left-leave-active {
  pointer-events: none;
  animation-name: antSlideLeftOut;
  animation-play-state: running;
}

.slide-left-enter, .slide-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.slide-left-leave {
  animation-timing-function: cubic-bezier(.755, .05, .855, .06);
}

.slide-right-enter, .slide-right-appear, .slide-right-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.slide-right-enter.slide-right-enter-active, .slide-right-appear.slide-right-appear-active {
  animation-name: antSlideRightIn;
  animation-play-state: running;
}

.slide-right-leave.slide-right-leave-active {
  pointer-events: none;
  animation-name: antSlideRightOut;
  animation-play-state: running;
}

.slide-right-enter, .slide-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.slide-right-leave {
  animation-timing-function: cubic-bezier(.755, .05, .855, .06);
}

@keyframes antSlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 100% 0;
    transform: scaleY(.8);
  }

  100% {
    opacity: 1;
    transform-origin: 100% 0;
    transform: scaleY(1);
  }
}

@keyframes antSlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 100% 0;
    transform: scaleY(1);
  }

  100% {
    opacity: 0;
    transform-origin: 100% 0;
    transform: scaleY(.8);
  }
}

@keyframes antSlideDownIn {
  0% {
    opacity: 0;
    transform-origin: 0 100%;
    transform: scaleY(.8);
  }

  100% {
    opacity: 1;
    transform-origin: 0 100%;
    transform: scaleY(1);
  }
}

@keyframes antSlideDownOut {
  0% {
    opacity: 1;
    transform-origin: 0 100%;
    transform: scaleY(1);
  }

  100% {
    opacity: 0;
    transform-origin: 0 100%;
    transform: scaleY(.8);
  }
}

@keyframes antSlideLeftIn {
  0% {
    opacity: 0;
    transform-origin: 100% 0;
    transform: scaleX(.8);
  }

  100% {
    opacity: 1;
    transform-origin: 100% 0;
    transform: scaleX(1);
  }
}

@keyframes antSlideLeftOut {
  0% {
    opacity: 1;
    transform-origin: 100% 0;
    transform: scaleX(1);
  }

  100% {
    opacity: 0;
    transform-origin: 100% 0;
    transform: scaleX(.8);
  }
}

@keyframes antSlideRightIn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: scaleX(.8);
  }

  100% {
    opacity: 1;
    transform-origin: 0 0;
    transform: scaleX(1);
  }
}

@keyframes antSlideRightOut {
  0% {
    opacity: 1;
    transform-origin: 0 0;
    transform: scaleX(1);
  }

  100% {
    opacity: 0;
    transform-origin: 0 0;
    transform: scaleX(.8);
  }
}

.swing-enter, .swing-appear {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.swing-enter.swing-enter-active, .swing-appear.swing-appear-active {
  animation-name: antSwingIn;
  animation-play-state: running;
}

@keyframes antSwingIn {
  0%, 100% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(10px);
  }

  40% {
    transform: translateX(-10px);
  }

  60% {
    transform: translateX(5px);
  }

  80% {
    transform: translateX(-5px);
  }
}

.zoom-enter, .zoom-appear, .zoom-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.zoom-enter.zoom-enter-active, .zoom-appear.zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}

.zoom-leave.zoom-leave-active {
  pointer-events: none;
  animation-name: antZoomOut;
  animation-play-state: running;
}

.zoom-enter, .zoom-appear {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  transform: scale(0);
}

.zoom-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86);
}

.zoom-big-enter, .zoom-big-appear, .zoom-big-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.zoom-big-enter.zoom-big-enter-active, .zoom-big-appear.zoom-big-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}

.zoom-big-leave.zoom-big-leave-active {
  pointer-events: none;
  animation-name: antZoomBigOut;
  animation-play-state: running;
}

.zoom-big-enter, .zoom-big-appear {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  transform: scale(0);
}

.zoom-big-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86);
}

.zoom-big-fast-enter, .zoom-big-fast-appear, .zoom-big-fast-leave {
  animation-duration: .1s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.zoom-big-fast-enter.zoom-big-fast-enter-active, .zoom-big-fast-appear.zoom-big-fast-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}

.zoom-big-fast-leave.zoom-big-fast-leave-active {
  pointer-events: none;
  animation-name: antZoomBigOut;
  animation-play-state: running;
}

.zoom-big-fast-enter, .zoom-big-fast-appear {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  transform: scale(0);
}

.zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86);
}

.zoom-up-enter, .zoom-up-appear, .zoom-up-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.zoom-up-enter.zoom-up-enter-active, .zoom-up-appear.zoom-up-appear-active {
  animation-name: antZoomUpIn;
  animation-play-state: running;
}

.zoom-up-leave.zoom-up-leave-active {
  pointer-events: none;
  animation-name: antZoomUpOut;
  animation-play-state: running;
}

.zoom-up-enter, .zoom-up-appear {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  transform: scale(0);
}

.zoom-up-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86);
}

.zoom-down-enter, .zoom-down-appear, .zoom-down-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.zoom-down-enter.zoom-down-enter-active, .zoom-down-appear.zoom-down-appear-active {
  animation-name: antZoomDownIn;
  animation-play-state: running;
}

.zoom-down-leave.zoom-down-leave-active {
  pointer-events: none;
  animation-name: antZoomDownOut;
  animation-play-state: running;
}

.zoom-down-enter, .zoom-down-appear {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  transform: scale(0);
}

.zoom-down-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86);
}

.zoom-left-enter, .zoom-left-appear, .zoom-left-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.zoom-left-enter.zoom-left-enter-active, .zoom-left-appear.zoom-left-appear-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running;
}

.zoom-left-leave.zoom-left-leave-active {
  pointer-events: none;
  animation-name: antZoomLeftOut;
  animation-play-state: running;
}

.zoom-left-enter, .zoom-left-appear {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  transform: scale(0);
}

.zoom-left-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86);
}

.zoom-right-enter, .zoom-right-appear, .zoom-right-leave {
  animation-duration: .2s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.zoom-right-enter.zoom-right-enter-active, .zoom-right-appear.zoom-right-appear-active {
  animation-name: antZoomRightIn;
  animation-play-state: running;
}

.zoom-right-leave.zoom-right-leave-active {
  pointer-events: none;
  animation-name: antZoomRightOut;
  animation-play-state: running;
}

.zoom-right-enter, .zoom-right-appear {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  transform: scale(0);
}

.zoom-right-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86);
}

@keyframes antZoomIn {
  0% {
    opacity: 0;
    transform: scale(.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(.2);
  }
}

@keyframes antZoomBigIn {
  0% {
    opacity: 0;
    transform: scale(.8);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(.8);
  }
}

@keyframes antZoomUpIn {
  0% {
    opacity: 0;
    transform-origin: 50% 0;
    transform: scale(.8);
  }

  100% {
    transform-origin: 50% 0;
    transform: scale(1);
  }
}

@keyframes antZoomUpOut {
  0% {
    transform-origin: 50% 0;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform-origin: 50% 0;
    transform: scale(.8);
  }
}

@keyframes antZoomLeftIn {
  0% {
    opacity: 0;
    transform-origin: 100%;
    transform: scale(.8);
  }

  100% {
    transform-origin: 100%;
    transform: scale(1);
  }
}

@keyframes antZoomLeftOut {
  0% {
    transform-origin: 100%;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform-origin: 100%;
    transform: scale(.8);
  }
}

@keyframes antZoomRightIn {
  0% {
    opacity: 0;
    transform-origin: 0%;
    transform: scale(.8);
  }

  100% {
    transform-origin: 0%;
    transform: scale(1);
  }
}

@keyframes antZoomRightOut {
  0% {
    transform-origin: 0%;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform-origin: 0%;
    transform: scale(.8);
  }
}

@keyframes antZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(.8);
  }

  100% {
    transform-origin: 50% 100%;
    transform: scale(1);
  }
}

@keyframes antZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(.8);
  }
}

.ant-motion-collapse {
  overflow: hidden;
}

.ant-motion-collapse-active {
  transition: height .15s cubic-bezier(.645, .045, .355, 1), opacity .15s cubic-bezier(.645, .045, .355, 1) !important;
}

.ant-affix {
  z-index: 10;
  position: fixed;
}

.ant-alert {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 0;
  padding: 8px 37px 8px 15px;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  position: relative;
}

.ant-alert.ant-alert-no-icon {
  padding: 8px 15px;
}

.ant-alert-icon {
  position: absolute;
  top: 11.5px;
  right: 16px;
}

.ant-alert-description {
  font-size: 14px;
  line-height: 22px;
  display: none;
}

.ant-alert-success {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}

.ant-alert-success .ant-alert-icon {
  color: #52c41a;
}

.ant-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
}

.ant-alert-info .ant-alert-icon {
  color: #1890ff;
}

.ant-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}

.ant-alert-warning .ant-alert-icon {
  color: #faad14;
}

.ant-alert-error {
  background-color: #fff1f0;
  border: 1px solid #ffa39e;
}

.ant-alert-error .ant-alert-icon {
  color: #f5222d;
}

.ant-alert-close-icon {
  cursor: pointer;
  font-size: 12px;
  line-height: 22px;
  position: absolute;
  top: 8px;
  left: 16px;
  overflow: hidden;
}

.ant-alert-close-icon .anticon-close {
  color: #00000073;
  transition: color .3s;
}

.ant-alert-close-icon .anticon-close:hover {
  color: #404040;
}

.ant-alert-close-text {
  position: absolute;
  left: 16px;
}

.ant-alert-with-description {
  color: #000000a6;
  border-radius: 4px;
  padding: 15px 64px 15px 15px;
  line-height: 1.5;
  position: relative;
}

.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px;
}

.ant-alert-with-description .ant-alert-icon {
  font-size: 24px;
  position: absolute;
  top: 16px;
  right: 24px;
}

.ant-alert-with-description .ant-alert-close-icon {
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  top: 16px;
  left: 16px;
}

.ant-alert-with-description .ant-alert-message {
  color: #000000d9;
  margin-bottom: 4px;
  font-size: 16px;
  display: block;
}

.ant-alert-with-description .ant-alert-description {
  display: block;
}

.ant-alert.ant-alert-close {
  transform-origin: 50% 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .3s cubic-bezier(.78, .14, .15, .86);
  height: 0 !important;
}

.ant-alert-slide-up-leave {
  animation: .3s cubic-bezier(.78, .14, .15, .86) both antAlertSlideUpOut;
}

.ant-alert-banner {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}

@keyframes antAlertSlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 100% 0;
    transform: scaleY(0);
  }

  100% {
    opacity: 1;
    transform-origin: 100% 0;
    transform: scaleY(1);
  }
}

@keyframes antAlertSlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 100% 0;
    transform: scaleY(1);
  }

  100% {
    opacity: 0;
    transform-origin: 100% 0;
    transform: scaleY(0);
  }
}

.ant-anchor {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  margin: 0;
  padding: 0 2px 0 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  position: relative;
}

.ant-anchor-wrapper {
  background-color: #fff;
  margin-right: -4px;
  padding-right: 4px;
  overflow: auto;
}

.ant-anchor-ink {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.ant-anchor-ink:before {
  content: " ";
  background-color: #e8e8e8;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}

.ant-anchor-ink-ball {
  background-color: #fff;
  border: 2px solid #1890ff;
  border-radius: 8px;
  width: 8px;
  height: 8px;
  transition: top .3s ease-in-out;
  display: none;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}

.ant-anchor-ink-ball.visible {
  display: inline-block;
}

.ant-anchor.fixed .ant-anchor-ink .ant-anchor-ink-ball {
  display: none;
}

.ant-anchor-link {
  padding: 8px 16px 8px 0;
  line-height: 1;
}

.ant-anchor-link-title {
  color: #000000a6;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  transition: all .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.ant-anchor-link-title:only-child {
  margin-bottom: 0;
}

.ant-anchor-link-active > .ant-anchor-link-title {
  color: #1890ff;
}

.ant-anchor-link .ant-anchor-link {
  padding-top: 6px;
  padding-bottom: 6px;
}

.ant-select-auto-complete {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}

.ant-select-auto-complete.ant-select .ant-select-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.ant-select-auto-complete.ant-select .ant-select-selection__rendered {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  line-height: 32px;
}

.ant-select-auto-complete.ant-select .ant-select-selection__placeholder {
  margin-left: 12px;
  margin-right: 12px;
}

.ant-select-auto-complete.ant-select .ant-select-selection--single {
  height: auto;
}

.ant-select-auto-complete.ant-select .ant-select-search--inline {
  float: right;
  position: static;
}

.ant-select-auto-complete.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
  margin-left: 0 !important;
}

.ant-select-auto-complete.ant-select .ant-input {
  background: none;
  border-width: 1px;
  height: 32px;
  line-height: 1.5;
}

.ant-select-auto-complete.ant-select .ant-input:focus, .ant-select-auto-complete.ant-select .ant-input:hover {
  border-color: #40a9ff;
  border-left-width: 1px !important;
}

.ant-select-auto-complete.ant-select-lg .ant-select-selection__rendered {
  line-height: 40px;
}

.ant-select-auto-complete.ant-select-lg .ant-input {
  height: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.ant-select-auto-complete.ant-select-sm .ant-select-selection__rendered {
  line-height: 24px;
}

.ant-select-auto-complete.ant-select-sm .ant-input {
  height: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.ant-select {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  display: inline-block;
  position: relative;
}

.ant-select ul, .ant-select ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ant-select > ul > li > a {
  background-color: #fff;
  padding: 0;
}

.ant-select-arrow {
  vertical-align: -.125em;
  text-align: center;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform-origin: 50%;
  color: #00000040;
  margin-top: -6px;
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 11px;
}

.ant-select-arrow > * {
  line-height: 1;
}

.ant-select-arrow svg {
  display: inline-block;
}

.ant-select-arrow:before {
  display: none;
}

.ant-select-arrow .ant-select-arrow-icon {
  display: block;
}

.ant-select-arrow .ant-select-arrow-icon svg {
  transition: transform .3s;
}

.ant-select-selection {
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-radius: 4px;
  outline: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: block;
}

.ant-select-selection:hover {
  border-color: #40a9ff;
  border-left-width: 1px !important;
}

.ant-select-focused .ant-select-selection, .ant-select-selection:focus, .ant-select-selection:active {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #1890ff33;
  border-left-width: 1px !important;
}

.ant-select-selection__clear {
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  opacity: 0;
  z-index: 1;
  color: #00000040;
  cursor: pointer;
  background: #fff;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  transition: color .3s, opacity .15s;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 11px;
}

.ant-select-selection__clear:before {
  display: block;
}

.ant-select-selection__clear:hover {
  color: #00000073;
}

.ant-select-selection:hover .ant-select-selection__clear {
  opacity: 1;
}

.ant-select-selection-selected-value {
  float: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  padding-left: 20px;
  overflow: hidden;
}

.ant-select-no-arrow .ant-select-selection-selected-value {
  padding-left: 0;
}

.ant-select-disabled {
  color: #00000040;
}

.ant-select-disabled .ant-select-selection {
  cursor: not-allowed;
  background: #f5f5f5;
}

.ant-select-disabled .ant-select-selection:hover, .ant-select-disabled .ant-select-selection:focus, .ant-select-disabled .ant-select-selection:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #d9d9d9;
}

.ant-select-disabled .ant-select-selection__clear {
  visibility: hidden;
  pointer-events: none;
  display: none;
}

.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
  color: #aaa;
  background: #f5f5f5;
  padding-left: 10px;
}

.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove {
  display: none;
}

.ant-select-selection--single {
  cursor: pointer;
  height: 32px;
  position: relative;
}

.ant-select-selection__rendered {
  margin-left: 11px;
  margin-right: 11px;
  line-height: 30px;
  display: block;
  position: relative;
}

.ant-select-selection__rendered:after {
  content: ".";
  visibility: hidden;
  pointer-events: none;
  width: 0;
  display: inline-block;
}

.ant-select-lg {
  font-size: 16px;
}

.ant-select-lg .ant-select-selection--single {
  height: 40px;
}

.ant-select-lg .ant-select-selection__rendered {
  line-height: 38px;
}

.ant-select-lg .ant-select-selection--multiple {
  min-height: 40px;
}

.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 32px;
  line-height: 32px;
}

.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear {
  top: 20px;
}

.ant-select-sm .ant-select-selection--single {
  height: 24px;
}

.ant-select-sm .ant-select-selection__rendered {
  margin: 0 7px;
  line-height: 22px;
}

.ant-select-sm .ant-select-selection--multiple {
  min-height: 24px;
}

.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 16px;
  line-height: 14px;
}

.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear {
  top: 12px;
}

.ant-select-sm .ant-select-selection__clear, .ant-select-sm .ant-select-arrow {
  left: 8px;
}

.ant-select-disabled .ant-select-selection__choice__remove {
  color: #00000040;
  cursor: default;
}

.ant-select-disabled .ant-select-selection__choice__remove:hover {
  color: #00000040;
}

.ant-select-search__field__wrap {
  display: inline-block;
  position: relative;
}

.ant-select-selection__placeholder, .ant-select-search__field__placeholder {
  color: #bfbfbf;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  max-width: 100%;
  height: 20px;
  margin-top: -10px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 9px;
  right: 0;
  overflow: hidden;
}

.ant-select-search__field__placeholder {
  right: 12px;
}

.ant-select-search__field__mirror {
  white-space: pre;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.ant-select-search--inline {
  width: 100%;
  height: 100%;
  position: absolute;
}

.ant-select-search--inline .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}

.ant-select-search--inline .ant-select-search__field {
  background: none;
  border-width: 0;
  border-radius: 4px;
  outline: 0;
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1;
}

.ant-select-search--inline > i {
  float: left;
}

.ant-select-selection--multiple {
  cursor: text;
  zoom: 1;
  min-height: 32px;
  padding-bottom: 3px;
}

.ant-select-selection--multiple:before, .ant-select-selection--multiple:after {
  content: "";
  display: table;
}

.ant-select-selection--multiple:after {
  clear: both;
}

.ant-select-selection--multiple .ant-select-search--inline {
  float: right;
  width: auto;
  max-width: 100%;
  padding: 0;
  position: static;
}

.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field {
  width: .75em;
  max-width: 100%;
}

.ant-select-selection--multiple .ant-select-selection__rendered {
  height: auto;
  margin-bottom: -3px;
  margin-right: 5px;
}

.ant-select-selection--multiple .ant-select-selection__placeholder {
  margin-right: 6px;
}

.ant-select-selection--multiple > ul > li, .ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  height: 24px;
  margin-top: 3px;
  line-height: 22px;
}

.ant-select-selection--multiple .ant-select-selection__choice {
  color: #000000a6;
  cursor: default;
  float: right;
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  max-width: 99%;
  margin-left: 4px;
  padding: 0 10px 0 20px;
  transition: padding .3s cubic-bezier(.645, .045, .355, 1);
  position: relative;
  overflow: hidden;
}

.ant-select-selection--multiple .ant-select-selection__choice__disabled {
  padding: 0 10px;
}

.ant-select-selection--multiple .ant-select-selection__choice__content {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  transition: margin .3s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  overflow: hidden;
}

.ant-select-selection--multiple .ant-select-selection__choice__remove {
  vertical-align: -.125em;
  text-align: center;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00000073;
  font-style: normal;
  line-height: 0;
  line-height: inherit;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  font-size: 10px \9 ;
  transition: all .3s;
  display: inline-block;
  position: absolute;
  left: 4px;
  transform: scale(.833333)rotate(0);
}

.ant-select-selection--multiple .ant-select-selection__choice__remove > * {
  line-height: 1;
}

.ant-select-selection--multiple .ant-select-selection__choice__remove svg {
  display: inline-block;
}

.ant-select-selection--multiple .ant-select-selection__choice__remove:before {
  display: none;
}

.ant-select-selection--multiple .ant-select-selection__choice__remove .ant-select-selection--multiple .ant-select-selection__choice__remove-icon {
  display: block;
}

:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
  font-size: 12px;
}

.ant-select-selection--multiple .ant-select-selection__choice__remove:hover {
  color: #404040;
}

.ant-select-selection--multiple .ant-select-selection__clear {
  top: 16px;
}

.ant-select-allow-clear .ant-select-selection--single .ant-select-selection-selected-value {
  padding-left: 16px;
}

.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-left: 20px;
}

.ant-select-open .ant-select-arrow-icon svg {
  transform: rotate(-180deg);
}

.ant-select-open .ant-select-selection {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #1890ff33;
  border-left-width: 1px !important;
}

.ant-select-combobox .ant-select-arrow {
  display: none;
}

.ant-select-combobox .ant-select-search--inline {
  float: none;
  width: 100%;
  height: 100%;
}

.ant-select-combobox .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}

.ant-select-combobox .ant-select-search__field {
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1), height;
  position: relative;
}

.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
  margin-left: 20px;
}

.ant-select-dropdown {
  font-variant: tabular-nums;
  color: #000000a6;
  font-variant: initial;
  box-sizing: border-box;
  z-index: 1050;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  position: absolute;
  top: -9999px;
  right: -9999px;
  box-shadow: 0 2px 8px #00000026;
}

.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft, .ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}

.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft, .ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}

.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}

.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}

.ant-select-dropdown-hidden {
  display: none;
}

.ant-select-dropdown-menu {
  outline: none;
  max-height: 250px;
  margin-bottom: 0;
  padding-right: 0;
  list-style: none;
  overflow: auto;
}

.ant-select-dropdown-menu-item-group-list {
  margin: 0;
  padding: 0;
}

.ant-select-dropdown-menu-item-group-list > .ant-select-dropdown-menu-item {
  padding-right: 20px;
}

.ant-select-dropdown-menu-item-group-title {
  color: #00000073;
  height: 32px;
  padding: 0 12px;
  font-size: 12px;
  line-height: 32px;
}

.ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child), .ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child {
  border-radius: 0;
}

.ant-select-dropdown-menu-item {
  color: #000000a6;
  white-space: nowrap;
  cursor: pointer;
  text-overflow: ellipsis;
  padding: 5px 12px;
  font-weight: normal;
  line-height: 22px;
  transition: background .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.ant-select-dropdown-menu-item:hover {
  background-color: #e6f7ff;
}

.ant-select-dropdown-menu-item:first-child {
  border-radius: 4px 4px 0 0;
}

.ant-select-dropdown-menu-item:last-child {
  border-radius: 0 0 4px 4px;
}

.ant-select-dropdown-menu-item-disabled {
  color: #00000040;
  cursor: not-allowed;
}

.ant-select-dropdown-menu-item-disabled:hover {
  color: #00000040;
  cursor: not-allowed;
  background-color: #fff;
}

.ant-select-dropdown-menu-item-selected, .ant-select-dropdown-menu-item-selected:hover {
  color: #000000a6;
  background-color: #fafafa;
  font-weight: 600;
}

.ant-select-dropdown-menu-item-active {
  background-color: #e6f7ff;
}

.ant-select-dropdown-menu-item-divider {
  background-color: #e8e8e8;
  height: 1px;
  margin: 1px 0;
  line-height: 0;
  overflow: hidden;
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon {
  color: #0000;
  font-size: 12px;
  font-size: 10px \9 ;
  text-shadow: 0 .1px, -.1px 0, 0 -.1px, .1px 0;
  font-weight: bold;
  transition: all .2s;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

:root .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon {
  font-size: 12px;
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon {
  color: #ddd;
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon {
  display: none;
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon, .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon {
  color: #1890ff;
  display: inline-block;
}

.ant-select-dropdown-container-open .ant-select-dropdown, .ant-select-dropdown-open .ant-select-dropdown {
  display: block;
}

.ant-input {
  font-variant: tabular-nums;
  box-sizing: border-box;
  color: #000000a6;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 4px 11px;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.ant-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.ant-input:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.ant-input:hover {
  border-color: #40a9ff;
  border-left-width: 1px !important;
}

.ant-input:focus {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #1890ff33;
  border-left-width: 1px !important;
}

.ant-input-disabled {
  opacity: 1;
  cursor: not-allowed;
  color: #00000040;
  background-color: #f5f5f5;
}

.ant-input-disabled:hover {
  border-color: #e6d8d8;
  border-left-width: 1px !important;
}

textarea.ant-input {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  min-height: 32px;
  transition: all .3s, height;
}

.ant-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}

.ant-input-sm {
  height: 24px;
  padding: 1px 7px;
}

.ant-input-group {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  display: table;
  position: relative;
}

.ant-input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.ant-input-group > [class*="col-"] {
  padding-left: 8px;
}

.ant-input-group > [class*="col-"]:last-child {
  padding-left: 0;
}

.ant-input-group-addon, .ant-input-group-wrap, .ant-input-group > .ant-input {
  display: table-cell;
}

.ant-input-group-addon:not(:first-child):not(:last-child), .ant-input-group-wrap:not(:first-child):not(:last-child), .ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.ant-input-group-addon, .ant-input-group-wrap {
  white-space: nowrap;
  vertical-align: middle;
  width: 1px;
}

.ant-input-group-wrap > * {
  display: block !important;
}

.ant-input-group .ant-input {
  float: right;
  width: 100%;
  margin-bottom: 0;
}

.ant-input-group .ant-input:focus, .ant-input-group .ant-input:hover {
  z-index: 1;
  border-left-width: 1px;
}

.ant-input-group-addon {
  color: #000000a6;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 0 11px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  transition: all .3s;
  position: relative;
}

.ant-input-group-addon .ant-select {
  margin: -5px -11px;
}

.ant-input-group-addon .ant-select .ant-select-selection {
  background-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #0000;
  margin: -1px;
}

.ant-input-group-addon .ant-select-open .ant-select-selection, .ant-input-group-addon .ant-select-focused .ant-select-selection {
  color: #1890ff;
}

.ant-input-group-addon > i:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-input-group > .ant-input:first-child, .ant-input-group-addon:first-child, .ant-input-group > .ant-input:first-child .ant-select .ant-select-selection, .ant-input-group-addon:first-child .ant-select .ant-select-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-input-group-addon:first-child {
  border-left: 0;
}

.ant-input-group-addon:last-child {
  border-right: 0;
}

.ant-input-group > .ant-input:last-child, .ant-input-group-addon:last-child, .ant-input-group > .ant-input:last-child .ant-select .ant-select-selection, .ant-input-group-addon:last-child .ant-select .ant-select-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-input-group-lg .ant-input, .ant-input-group-lg > .ant-input-group-addon {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}

.ant-input-group-sm .ant-input, .ant-input-group-sm > .ant-input-group-addon {
  height: 24px;
  padding: 1px 7px;
}

.ant-input-group-lg .ant-select-selection--single {
  height: 40px;
}

.ant-input-group-sm .ant-select-selection--single {
  height: 24px;
}

.ant-input-group .ant-input-affix-wrapper {
  float: right;
  width: 100%;
  display: table-cell;
}

.ant-input-group.ant-input-group-compact {
  zoom: 1;
  display: block;
}

.ant-input-group.ant-input-group-compact:before, .ant-input-group.ant-input-group-compact:after {
  content: "";
  display: table;
}

.ant-input-group.ant-input-group-compact:after {
  clear: both;
}

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child), .ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child), .ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
  border-left-width: 1px;
  border-left-color: #0000;
}

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover, .ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover, .ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
  border-color: #40a9ff;
  border-left-width: 1px !important;
}

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus, .ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus, .ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #1890ff33;
  border-left-width: 1px !important;
}

.ant-input-group.ant-input-group-compact > * {
  vertical-align: top;
  float: none;
  border-left-width: 0;
  border-radius: 0;
  display: inline-block;
}

.ant-input-group.ant-input-group-compact > span:not(:last-child) > .ant-input {
  border-left-width: 0;
}

.ant-input-group.ant-input-group-compact .ant-input {
  float: none;
}

.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection, .ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input, .ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input, .ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input, .ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor, .ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input {
  border-left-width: 1px;
  border-left-color: #0000;
  border-radius: 0;
}

.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:hover, .ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:hover, .ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover, .ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover, .ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:hover, .ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:hover {
  border-color: #40a9ff;
  border-left-width: 1px !important;
}

.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:focus, .ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:focus, .ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus, .ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus, .ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:focus, .ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:focus {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #1890ff33;
  border-left-width: 1px !important;
}

.ant-input-group.ant-input-group-compact > :first-child, .ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selection, .ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ant-input-group.ant-input-group-compact > :last-child, .ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection, .ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
  border-left-width: 1px;
  border-left-color: #d9d9d9;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ant-input-group.ant-input-group-compact > :last-child:hover, .ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection:hover, .ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input:hover, .ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input:hover, .ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input:hover, .ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input:hover, .ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor:hover, .ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input:hover {
  border-color: #40a9ff;
  border-left-width: 1px !important;
}

.ant-input-group.ant-input-group-compact > :last-child:focus, .ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection:focus, .ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input:focus, .ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input:focus, .ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input:focus, .ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input:focus, .ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor:focus, .ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input:focus, .ant-input-group.ant-input-group-compact > :last-child:focus .ant-cascader-input, .ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection:focus .ant-cascader-input, .ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input:focus .ant-cascader-input, .ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input:focus .ant-cascader-input, .ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input:focus .ant-cascader-input, .ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input:focus .ant-cascader-input, .ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor:focus .ant-cascader-input, .ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input:focus .ant-cascader-input {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #1890ff33;
  border-left-width: 1px !important;
}

.ant-input-group-wrapper {
  vertical-align: top;
  width: 100%;
  display: inline-block;
}

.ant-input-affix-wrapper {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  display: inline-block;
  position: relative;
}

.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #40a9ff;
  border-left-width: 1px !important;
}

.ant-input-affix-wrapper .ant-input {
  position: static;
}

.ant-input-affix-wrapper .ant-input-prefix, .ant-input-affix-wrapper .ant-input-suffix {
  color: #000000a6;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ant-input-affix-wrapper .ant-input-prefix :not(.anticon), .ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
  line-height: 1.5;
}

.ant-input-affix-wrapper .ant-input-prefix {
  right: 12px;
}

.ant-input-affix-wrapper .ant-input-suffix {
  left: 12px;
}

.ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-right: 30px;
}

.ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-left: 30px;
}

.ant-input-affix-wrapper .ant-input {
  min-height: 100%;
}

.ant-input-search-icon {
  color: #00000073;
  cursor: pointer;
  transition: all .3s;
}

.ant-input-search-icon:hover {
  color: #333;
}

.ant-input-search:not(.ant-input-search-small) > .ant-input-suffix {
  left: 12px;
}

.ant-input-search > .ant-input-suffix > .ant-input-search-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-input-search > .ant-input-suffix > .ant-input-search-button > .anticon-search {
  font-size: 16px;
}

.ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 46px;
}

.ant-input-search.ant-input-search-enter-button > .ant-input-suffix {
  left: 0;
}

.ant-btn {
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  color: #000000a6;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
  box-shadow: 0 2px #00000004;
}

.ant-btn > .anticon {
  line-height: 1;
}

.ant-btn, .ant-btn:active, .ant-btn:focus {
  outline: 0;
}

.ant-btn:not([disabled]):hover {
  text-decoration: none;
}

.ant-btn:not([disabled]):active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  transition: none;
}

.ant-btn.disabled, .ant-btn[disabled] {
  cursor: not-allowed;
}

.ant-btn.disabled > *, .ant-btn[disabled] > * {
  pointer-events: none;
}

.ant-btn-lg {
  border-radius: 4px;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
}

.ant-btn-sm {
  border-radius: 4px;
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
}

.ant-btn > a:only-child {
  color: currentColor;
}

.ant-btn > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn:hover, .ant-btn:focus {
  color: #40a9ff;
  background-color: #fff;
  border-color: #40a9ff;
}

.ant-btn:hover > a:only-child, .ant-btn:focus > a:only-child {
  color: currentColor;
}

.ant-btn:hover > a:only-child:after, .ant-btn:focus > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn:active, .ant-btn.active {
  color: #096dd9;
  background-color: #fff;
  border-color: #096dd9;
}

.ant-btn:active > a:only-child, .ant-btn.active > a:only-child {
  color: currentColor;
}

.ant-btn:active > a:only-child:after, .ant-btn.active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn.disabled, .ant-btn[disabled], .ant-btn.disabled:hover, .ant-btn[disabled]:hover, .ant-btn.disabled:focus, .ant-btn[disabled]:focus, .ant-btn.disabled:active, .ant-btn[disabled]:active, .ant-btn.disabled.active, .ant-btn[disabled].active {
  color: #00000040;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}

.ant-btn.disabled > a:only-child, .ant-btn[disabled] > a:only-child, .ant-btn.disabled:hover > a:only-child, .ant-btn[disabled]:hover > a:only-child, .ant-btn.disabled:focus > a:only-child, .ant-btn[disabled]:focus > a:only-child, .ant-btn.disabled:active > a:only-child, .ant-btn[disabled]:active > a:only-child, .ant-btn.disabled.active > a:only-child, .ant-btn[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn.disabled > a:only-child:after, .ant-btn[disabled] > a:only-child:after, .ant-btn.disabled:hover > a:only-child:after, .ant-btn[disabled]:hover > a:only-child:after, .ant-btn.disabled:focus > a:only-child:after, .ant-btn[disabled]:focus > a:only-child:after, .ant-btn.disabled:active > a:only-child:after, .ant-btn[disabled]:active > a:only-child:after, .ant-btn.disabled.active > a:only-child:after, .ant-btn[disabled].active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn:hover, .ant-btn:focus, .ant-btn:active, .ant-btn.active {
  background: #fff;
  text-decoration: none;
}

.ant-btn > i, .ant-btn > span {
  pointer-events: none;
}

.ant-btn-primary {
  color: #fff;
  text-shadow: 0 -1px #0000001f;
  background-color: #1890ff;
  border-color: #1890ff;
  box-shadow: 0 2px #00000009;
}

.ant-btn-primary > a:only-child {
  color: currentColor;
}

.ant-btn-primary > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn-primary:hover, .ant-btn-primary:focus {
  color: #fff;
  background-color: #40a9ff;
  border-color: #40a9ff;
}

.ant-btn-primary:hover > a:only-child, .ant-btn-primary:focus > a:only-child {
  color: currentColor;
}

.ant-btn-primary:hover > a:only-child:after, .ant-btn-primary:focus > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn-primary:active, .ant-btn-primary.active {
  color: #fff;
  background-color: #096dd9;
  border-color: #096dd9;
}

.ant-btn-primary:active > a:only-child, .ant-btn-primary.active > a:only-child {
  color: currentColor;
}

.ant-btn-primary:active > a:only-child:after, .ant-btn-primary.active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn-primary.disabled, .ant-btn-primary[disabled], .ant-btn-primary.disabled:hover, .ant-btn-primary[disabled]:hover, .ant-btn-primary.disabled:focus, .ant-btn-primary[disabled]:focus, .ant-btn-primary.disabled:active, .ant-btn-primary[disabled]:active, .ant-btn-primary.disabled.active, .ant-btn-primary[disabled].active {
  color: #00000040;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}

.ant-btn-primary.disabled > a:only-child, .ant-btn-primary[disabled] > a:only-child, .ant-btn-primary.disabled:hover > a:only-child, .ant-btn-primary[disabled]:hover > a:only-child, .ant-btn-primary.disabled:focus > a:only-child, .ant-btn-primary[disabled]:focus > a:only-child, .ant-btn-primary.disabled:active > a:only-child, .ant-btn-primary[disabled]:active > a:only-child, .ant-btn-primary.disabled.active > a:only-child, .ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-primary.disabled > a:only-child:after, .ant-btn-primary[disabled] > a:only-child:after, .ant-btn-primary.disabled:hover > a:only-child:after, .ant-btn-primary[disabled]:hover > a:only-child:after, .ant-btn-primary.disabled:focus > a:only-child:after, .ant-btn-primary[disabled]:focus > a:only-child:after, .ant-btn-primary.disabled:active > a:only-child:after, .ant-btn-primary[disabled]:active > a:only-child:after, .ant-btn-primary.disabled.active > a:only-child:after, .ant-btn-primary[disabled].active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-left-color: #40a9ff;
  border-right-color: #40a9ff;
}

.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}

.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-left-color: #40a9ff;
}

.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-left-color: #d9d9d9;
}

.ant-btn-group .ant-btn-primary:last-child:not(:first-child), .ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-right-color: #40a9ff;
}

.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled], .ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-right-color: #d9d9d9;
}

.ant-btn-ghost {
  color: #000000a6;
  background-color: #0000;
  border-color: #d9d9d9;
}

.ant-btn-ghost > a:only-child {
  color: currentColor;
}

.ant-btn-ghost > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn-ghost:hover, .ant-btn-ghost:focus {
  color: #40a9ff;
  background-color: #0000;
  border-color: #40a9ff;
}

.ant-btn-ghost:hover > a:only-child, .ant-btn-ghost:focus > a:only-child {
  color: currentColor;
}

.ant-btn-ghost:hover > a:only-child:after, .ant-btn-ghost:focus > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn-ghost:active, .ant-btn-ghost.active {
  color: #096dd9;
  background-color: #0000;
  border-color: #096dd9;
}

.ant-btn-ghost:active > a:only-child, .ant-btn-ghost.active > a:only-child {
  color: currentColor;
}

.ant-btn-ghost:active > a:only-child:after, .ant-btn-ghost.active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn-ghost.disabled, .ant-btn-ghost[disabled], .ant-btn-ghost.disabled:hover, .ant-btn-ghost[disabled]:hover, .ant-btn-ghost.disabled:focus, .ant-btn-ghost[disabled]:focus, .ant-btn-ghost.disabled:active, .ant-btn-ghost[disabled]:active, .ant-btn-ghost.disabled.active, .ant-btn-ghost[disabled].active {
  color: #00000040;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}

.ant-btn-ghost.disabled > a:only-child, .ant-btn-ghost[disabled] > a:only-child, .ant-btn-ghost.disabled:hover > a:only-child, .ant-btn-ghost[disabled]:hover > a:only-child, .ant-btn-ghost.disabled:focus > a:only-child, .ant-btn-ghost[disabled]:focus > a:only-child, .ant-btn-ghost.disabled:active > a:only-child, .ant-btn-ghost[disabled]:active > a:only-child, .ant-btn-ghost.disabled.active > a:only-child, .ant-btn-ghost[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-ghost.disabled > a:only-child:after, .ant-btn-ghost[disabled] > a:only-child:after, .ant-btn-ghost.disabled:hover > a:only-child:after, .ant-btn-ghost[disabled]:hover > a:only-child:after, .ant-btn-ghost.disabled:focus > a:only-child:after, .ant-btn-ghost[disabled]:focus > a:only-child:after, .ant-btn-ghost.disabled:active > a:only-child:after, .ant-btn-ghost[disabled]:active > a:only-child:after, .ant-btn-ghost.disabled.active > a:only-child:after, .ant-btn-ghost[disabled].active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn-dashed {
  color: #000000a6;
  background-color: #fff;
  border-style: dashed;
  border-color: #d9d9d9;
}

.ant-btn-dashed > a:only-child {
  color: currentColor;
}

.ant-btn-dashed > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn-dashed:hover, .ant-btn-dashed:focus {
  color: #40a9ff;
  background-color: #fff;
  border-color: #40a9ff;
}

.ant-btn-dashed:hover > a:only-child, .ant-btn-dashed:focus > a:only-child {
  color: currentColor;
}

.ant-btn-dashed:hover > a:only-child:after, .ant-btn-dashed:focus > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn-dashed:active, .ant-btn-dashed.active {
  color: #096dd9;
  background-color: #fff;
  border-color: #096dd9;
}

.ant-btn-dashed:active > a:only-child, .ant-btn-dashed.active > a:only-child {
  color: currentColor;
}

.ant-btn-dashed:active > a:only-child:after, .ant-btn-dashed.active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn-dashed.disabled, .ant-btn-dashed[disabled], .ant-btn-dashed.disabled:hover, .ant-btn-dashed[disabled]:hover, .ant-btn-dashed.disabled:focus, .ant-btn-dashed[disabled]:focus, .ant-btn-dashed.disabled:active, .ant-btn-dashed[disabled]:active, .ant-btn-dashed.disabled.active, .ant-btn-dashed[disabled].active {
  color: #00000040;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}

.ant-btn-dashed.disabled > a:only-child, .ant-btn-dashed[disabled] > a:only-child, .ant-btn-dashed.disabled:hover > a:only-child, .ant-btn-dashed[disabled]:hover > a:only-child, .ant-btn-dashed.disabled:focus > a:only-child, .ant-btn-dashed[disabled]:focus > a:only-child, .ant-btn-dashed.disabled:active > a:only-child, .ant-btn-dashed[disabled]:active > a:only-child, .ant-btn-dashed.disabled.active > a:only-child, .ant-btn-dashed[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-dashed.disabled > a:only-child:after, .ant-btn-dashed[disabled] > a:only-child:after, .ant-btn-dashed.disabled:hover > a:only-child:after, .ant-btn-dashed[disabled]:hover > a:only-child:after, .ant-btn-dashed.disabled:focus > a:only-child:after, .ant-btn-dashed[disabled]:focus > a:only-child:after, .ant-btn-dashed.disabled:active > a:only-child:after, .ant-btn-dashed[disabled]:active > a:only-child:after, .ant-btn-dashed.disabled.active > a:only-child:after, .ant-btn-dashed[disabled].active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn-danger {
  color: #f5222d;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}

.ant-btn-danger > a:only-child {
  color: currentColor;
}

.ant-btn-danger > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn-danger:hover {
  color: #fff;
  background-color: #ff4d4f;
  border-color: #ff4d4f;
}

.ant-btn-danger:hover > a:only-child {
  color: currentColor;
}

.ant-btn-danger:hover > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn-danger:focus {
  color: #ff4d4f;
  background-color: #fff;
  border-color: #ff4d4f;
}

.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}

.ant-btn-danger:focus > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn-danger:active, .ant-btn-danger.active {
  color: #fff;
  background-color: #cf1322;
  border-color: #cf1322;
}

.ant-btn-danger:active > a:only-child, .ant-btn-danger.active > a:only-child {
  color: currentColor;
}

.ant-btn-danger:active > a:only-child:after, .ant-btn-danger.active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn-danger.disabled, .ant-btn-danger[disabled], .ant-btn-danger.disabled:hover, .ant-btn-danger[disabled]:hover, .ant-btn-danger.disabled:focus, .ant-btn-danger[disabled]:focus, .ant-btn-danger.disabled:active, .ant-btn-danger[disabled]:active, .ant-btn-danger.disabled.active, .ant-btn-danger[disabled].active {
  color: #00000040;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}

.ant-btn-danger.disabled > a:only-child, .ant-btn-danger[disabled] > a:only-child, .ant-btn-danger.disabled:hover > a:only-child, .ant-btn-danger[disabled]:hover > a:only-child, .ant-btn-danger.disabled:focus > a:only-child, .ant-btn-danger[disabled]:focus > a:only-child, .ant-btn-danger.disabled:active > a:only-child, .ant-btn-danger[disabled]:active > a:only-child, .ant-btn-danger.disabled.active > a:only-child, .ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-danger.disabled > a:only-child:after, .ant-btn-danger[disabled] > a:only-child:after, .ant-btn-danger.disabled:hover > a:only-child:after, .ant-btn-danger[disabled]:hover > a:only-child:after, .ant-btn-danger.disabled:focus > a:only-child:after, .ant-btn-danger[disabled]:focus > a:only-child:after, .ant-btn-danger.disabled:active > a:only-child:after, .ant-btn-danger[disabled]:active > a:only-child:after, .ant-btn-danger.disabled.active > a:only-child:after, .ant-btn-danger[disabled].active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn-circle, .ant-btn-circle-outline {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 16px;
}

.ant-btn-circle.ant-btn-lg, .ant-btn-circle-outline.ant-btn-lg {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 18px;
}

.ant-btn-circle.ant-btn-sm, .ant-btn-circle-outline.ant-btn-sm {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 14px;
}

.ant-btn:before {
  opacity: .35;
  content: "";
  border-radius: inherit;
  z-index: 1;
  pointer-events: none;
  background: #fff;
  transition: opacity .2s;
  display: none;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}

.ant-btn .anticon {
  transition: margin-right .3s cubic-bezier(.645, .045, .355, 1);
}

.ant-btn.ant-btn-loading:before {
  display: block;
}

.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  pointer-events: none;
  padding-right: 29px;
  position: relative;
}

.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-right: -14px;
}

.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-right: 24px;
}

.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-right: -17px;
}

.ant-btn-group {
  display: inline-block;
  position: relative;
}

.ant-btn-group > .ant-btn, .ant-btn-group > span > .ant-btn {
  line-height: 30px;
  position: relative;
}

.ant-btn-group > .ant-btn:hover, .ant-btn-group > span > .ant-btn:hover, .ant-btn-group > .ant-btn:focus, .ant-btn-group > span > .ant-btn:focus, .ant-btn-group > .ant-btn:active, .ant-btn-group > span > .ant-btn:active, .ant-btn-group > .ant-btn.active, .ant-btn-group > span > .ant-btn.active {
  z-index: 2;
}

.ant-btn-group > .ant-btn:disabled, .ant-btn-group > span > .ant-btn:disabled {
  z-index: 0;
}

.ant-btn-group-lg > .ant-btn, .ant-btn-group-lg > span > .ant-btn {
  border-radius: 0;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 38px;
}

.ant-btn-group-sm > .ant-btn, .ant-btn-group-sm > span > .ant-btn {
  border-radius: 0;
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  line-height: 22px;
}

.ant-btn-group-sm > .ant-btn > .anticon, .ant-btn-group-sm > span > .ant-btn > .anticon {
  font-size: 14px;
}

.ant-btn-group .ant-btn + .ant-btn, .ant-btn + .ant-btn-group, .ant-btn-group span + .ant-btn, .ant-btn-group .ant-btn + span, .ant-btn-group > span + span, .ant-btn-group + .ant-btn, .ant-btn-group + .ant-btn-group {
  margin-right: -1px;
}

.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
  border-right-color: #0000;
}

.ant-btn-group .ant-btn {
  border-radius: 0;
}

.ant-btn-group > .ant-btn:first-child, .ant-btn-group > span:first-child > .ant-btn {
  margin-right: 0;
}

.ant-btn-group > .ant-btn:only-child, .ant-btn-group > span:only-child > .ant-btn {
  border-radius: 4px;
}

.ant-btn-group > .ant-btn:first-child:not(:last-child), .ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ant-btn-group > .ant-btn:last-child:not(:first-child), .ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ant-btn-group-sm > .ant-btn:only-child, .ant-btn-group-sm > span:only-child > .ant-btn {
  border-radius: 4px;
}

.ant-btn-group-sm > .ant-btn:first-child:not(:last-child), .ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ant-btn-group-sm > .ant-btn:last-child:not(:first-child), .ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ant-btn-group > .ant-btn-group {
  float: right;
}

.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
  border-radius: 0;
}

.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 8px;
}

.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 8px;
}

.ant-btn:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only {
  padding-left: 8px;
  padding-right: 8px;
}

.ant-btn:focus > span, .ant-btn:active > span {
  position: relative;
}

.ant-btn > .anticon + span, .ant-btn > span + .anticon {
  margin-right: 8px;
}

.ant-btn-background-ghost {
  color: #fff;
  border-color: #fff;
  background: none !important;
}

.ant-btn-background-ghost.ant-btn-primary {
  color: #1890ff;
  text-shadow: none;
  background-color: #0000;
  border-color: #1890ff;
}

.ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-primary > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn-background-ghost.ant-btn-primary:hover, .ant-btn-background-ghost.ant-btn-primary:focus {
  color: #40a9ff;
  background-color: #0000;
  border-color: #40a9ff;
}

.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child, .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child:after, .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn-background-ghost.ant-btn-primary:active, .ant-btn-background-ghost.ant-btn-primary.active {
  color: #096dd9;
  background-color: #0000;
  border-color: #096dd9;
}

.ant-btn-background-ghost.ant-btn-primary:active > a:only-child, .ant-btn-background-ghost.ant-btn-primary.active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-primary:active > a:only-child:after, .ant-btn-background-ghost.ant-btn-primary.active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn-background-ghost.ant-btn-primary.disabled, .ant-btn-background-ghost.ant-btn-primary[disabled], .ant-btn-background-ghost.ant-btn-primary.disabled:hover, .ant-btn-background-ghost.ant-btn-primary[disabled]:hover, .ant-btn-background-ghost.ant-btn-primary.disabled:focus, .ant-btn-background-ghost.ant-btn-primary[disabled]:focus, .ant-btn-background-ghost.ant-btn-primary.disabled:active, .ant-btn-background-ghost.ant-btn-primary[disabled]:active, .ant-btn-background-ghost.ant-btn-primary.disabled.active, .ant-btn-background-ghost.ant-btn-primary[disabled].active {
  color: #00000040;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}

.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child, .ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child, .ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child, .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child, .ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child, .ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child, .ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child, .ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child, .ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child, .ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child:after, .ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child:after, .ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child:after, .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child:after, .ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child:after, .ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child:after, .ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child:after, .ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child:after, .ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child:after, .ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn-background-ghost.ant-btn-danger {
  color: #f5222d;
  text-shadow: none;
  background-color: #0000;
  border-color: #f5222d;
}

.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-danger > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn-background-ghost.ant-btn-danger:hover, .ant-btn-background-ghost.ant-btn-danger:focus {
  color: #ff4d4f;
  background-color: #0000;
  border-color: #ff4d4f;
}

.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child, .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child:after, .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn-background-ghost.ant-btn-danger:active, .ant-btn-background-ghost.ant-btn-danger.active {
  color: #cf1322;
  background-color: #0000;
  border-color: #cf1322;
}

.ant-btn-background-ghost.ant-btn-danger:active > a:only-child, .ant-btn-background-ghost.ant-btn-danger.active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-danger:active > a:only-child:after, .ant-btn-background-ghost.ant-btn-danger.active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn-background-ghost.ant-btn-danger.disabled, .ant-btn-background-ghost.ant-btn-danger[disabled], .ant-btn-background-ghost.ant-btn-danger.disabled:hover, .ant-btn-background-ghost.ant-btn-danger[disabled]:hover, .ant-btn-background-ghost.ant-btn-danger.disabled:focus, .ant-btn-background-ghost.ant-btn-danger[disabled]:focus, .ant-btn-background-ghost.ant-btn-danger.disabled:active, .ant-btn-background-ghost.ant-btn-danger[disabled]:active, .ant-btn-background-ghost.ant-btn-danger.disabled.active, .ant-btn-background-ghost.ant-btn-danger[disabled].active {
  color: #00000040;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}

.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child, .ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child, .ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child, .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child, .ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child, .ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child, .ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child, .ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child, .ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child, .ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child:after, .ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child:after, .ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child:after, .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child:after, .ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child:after, .ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child:after, .ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child:after, .ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child:after, .ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child:after, .ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-btn-two-chinese-chars:first-letter {
  letter-spacing: .34em;
}

.ant-btn-two-chinese-chars > * {
  letter-spacing: .34em;
  margin-left: -.34em;
}

.ant-btn-block {
  width: 100%;
}

.christmas.ant-btn-primary:before {
  content: "";
  opacity: 1;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAAAXCAYAAABOHMIhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABiZJREFUeNrsWMtPlFcUvzPMwIDysLyRR4uATDHWCiVgSmRlios2DeiiXUFs0nRBd6arxqQhJDapkYXhP4BqDKTQhZaFNQSCaBEVJjwdHsNr5DUMDDPDzPT3u7nTDEgRKrKgc5KT+z3uufec33de99P4fD4RpL2RNgjB3kn35MkTeRERESFiYmLkGBoaKnQ6nWSNRvPPZFxr+vv7k6KioiIdDsfa8vLyQkFBgcP3Bnel3MDAQArWI0eFhISE87nb7bZ7PJ4VvLYuLi5O5+fnu9+kMNfq6+tLjIyMzMY6KeBEbK/XarXReI3lPDZMWcc4v7GxYV1dXR3Jy8ub2E5HPvJ6vRSSDH0ku1wuAfsEZOV1IEFHoeNFdHS0yMrK2knR0Lm5uR+hxLdQMjbwHTZbB41h8RGwCdc9MzMzneHh4bGJiYlf4SN8ijkfwqiIncCAAR7Iz2GPSShudjqdfeCeqampvwBQfFxc3JdYqwTv8gB8/F48A8BgKecE14V+L7ju2tpae05OzkuCCZvkPOj8mizmC6vVKtmPu+bx48cC3qI1mUyFUOyywWD4SHlELBaLJmCHNcwAghuAOujtuF4FqHO4nsX4EsAS3I4TJ04ME1h8PDE9PS09TYZoY2Pj1729vd6lpSVfkDYTPG0UkfNDRUWFgQ5Gb2Mh0N29e9eG/GQfHh4W8/PzwUy/ObQ/gMfVVlZW1iAiZdQxp3nv3LljRoL/5erVq1UIxzSiiVD9X4EDYATynCwAzGO858hCQRoaGmJFZNJz8YIcBc4BF966dau6sLAwBxVSJCUlCSThQwuU3W6XkYUok1Vzm5znQx5bbm9v77p+/frPeNSNRzZ/ISBwrG4ZR48eLamtrf2+uLjYSEG9Xi/wTISFhQlWGXohyzO/CJlVl23KQRLbABoaHx+/Z1lUZ/Hq1SsJFj3JT3hmHx8fnydPTEzMj46OziHPW2w22wxeD4Kfgadh/4YEzU8Az4DhffAn5eXlX1y6dKkEoCTspAQ9Mjs7+0BBo8Fms1lkZGTsOo0QLLRNkvnR+fEJzIMHD0xtbW39CL8JTFtSbAOvBIyLHIGVm9VzE2gKuDAMSSpcT6KXyT137lx2cnLyMXhcGDb3wq3XuWF3d/fCzZs3P0c4v5eSknJQbYLo7Ox0gC2lpaVZ3Be67Th/dnZWoAJKsJC3XA8fPhxoamp6hMb+BaaMgWcUMGtszZjiFDNmvcDI91pzG0iY4ARwkwrxkcHBwUdgNrRMbnrqoRbkVzDcvn3bl5qaWsmcgFH4G8XdEGUWFhak51AuISFBnkoCTyFbyWKxCJwIxlC0fq2rq7tcVFRkRKskjh8/Lr0+kBjCCDV/knfdv3//WX19/R8IRRNemxlu4AXwKqM+EJwdj1HbPYSwh3sCPAJDABm2LLchCjS+5/kirKGhwWk0GrMuXrxYQuX9hm/XXTMXMY+srKwI5ApZrbYmZh7deEJhAUKjLe/pLTzSsCuHrK+1tbUJVe3P6upq87Vr174rKysrYHVj/uW+OH3IfEuw4F3ee/fuPQfAvwOs5yyE4CnlFOu7BWrTCWlreO6FACpBZGwUw4BvkANLobReHb3kGZYGsGzTq/zlO8AT1ru6uoZbWlqeA6gINJAfnz59OlVLoX8Jtebm5raampqfcMvQYgTknz9//sKVK1c+y83NTdIEuCnaKMuNGzd+6+np6cCtSTkAw9D9X8Dyh+dbgaaAC1XAnUlPTy+qqqq6cPbs2UzkmWjNljiDJzpwHFnCkW2yo6NjCKW8H54wjlezKvRT09LSTsJrz5w6dSoN+Yp51ADAPUj8VoDbDq9pxrwuJcNIYQllJTIi/xopBw/VA7DJp0+f9hA78CgL5F5C8J2CpoCj8sfA6WCe/FPRhsRlZmbGIs8Y4FFO5CJgtrSsvrRVGW1V93b1myoGnKAKEcHgnwsWpg1lNI0fphwrmdqbckeU18WrnlOjqp5/j7W3BWvfQVPKa5SBkcrYCNVB65TRTlWZ1lXiXVU5xbtlDb2SPaLWYwrgHIcqPg6Vc7fbX69Yoyqfa7/AeiegbWOEVhmsVcWDwPn224iDJgla8Hd38Hd3ELQgaIeI/hZgAIPEp0vmQJdoAAAAAElFTkSuQmCC) 50% 0 / 64px no-repeat;
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
}

.christmas.ant-btn-primary.ant-btn-lg:before {
  background-size: 72px;
}

.christmas.ant-btn-primary.ant-btn-sm:before {
  background-size: 56px;
}

a.ant-btn {
  line-height: 30px;
}

a.ant-btn-lg {
  line-height: 38px;
}

a.ant-btn-sm {
  line-height: 22px;
}

.ant-avatar {
  font-variant: tabular-nums;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background: #ccc;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 32px;
  list-style: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.ant-avatar-image {
  background: none;
}

.ant-avatar > * {
  line-height: 32px;
}

.ant-avatar.ant-avatar-icon {
  font-size: 18px;
}

.ant-avatar-lg {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.ant-avatar-lg > * {
  line-height: 40px;
}

.ant-avatar-lg.ant-avatar-icon {
  font-size: 24px;
}

.ant-avatar-sm {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.ant-avatar-sm > * {
  line-height: 24px;
}

.ant-avatar-sm.ant-avatar-icon {
  font-size: 14px;
}

.ant-avatar-square {
  border-radius: 4px;
}

.ant-avatar > img {
  width: 100%;
  height: 100%;
  display: block;
}

.ant-back-top {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  position: fixed;
  bottom: 50px;
  left: 100px;
}

.ant-back-top-content {
  color: #fff;
  text-align: center;
  background-color: #00000073;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  overflow: hidden;
}

.ant-back-top-content:hover {
  background-color: #000000a6;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.ant-back-top-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAACWwljjAAAABGdBTUEAALGPC/xhBQAAAbtJREFUWAntmMtKw0AUhhMvS5cuxILgQlRUpIggIoKIIoigG1eC+AA+jo+i6FIXBfeuXIgoeKVeitVWJX5HWhhDksnUpp3FDPyZk3Nm5nycmZKkXhAEOXSA3lG7muTeRzmfy6HneUvIhnYkQK+Q9NhAA0Opg0vBEhjBKHiyb8iGMyQMOYuK41BcBSypAL+MYXSKjtFAW7EAGEO3qN4uMQbbAkXiSfRQJ1H6a+yhlkKRcAoVFYiweYNjtCVQJJpBz2GCiPt7fBOZQpFgDpUikse5HgnkM4Fi4QX0Fpc5wf9EbLqpUCy4jMoJSXWhFwbMNgWKhVbRhy5jirhs9fy/oFhgHVVTJEs7RLZ8sSEoJm6iz7SZDMbJ+/OKERQTttCXQRLToRUmrKWCYuA2+jbN0MB4OQobYShfdTCgn/sL1K36M7TLrN3n+758aPy2rrpR6+/od5E8tf/A1uLS9aId5T7J3CNYihkQ4D9PiMdMC7mp4rjB9kjFjZp8BlnVHJBuO1yFXIV0FdDF3RlyFdJVQBdv5AxVdIsq8apiZ2PyYO1EVykesGfZEESsCkweyR8MUW+V8uJ1gkYipmpdP1pm2aJVPEGzAAAAAElFTkSuQmCC) 0% / 100% no-repeat;
  width: 14px;
  height: 16px;
  margin: 12px auto;
}

@media screen and (max-width: 768px) {
  .ant-back-top {
    left: 60px;
  }
}

@media screen and (max-width: 480px) {
  .ant-back-top {
    left: 20px;
  }
}

.ant-badge {
  font-variant: tabular-nums;
  color: unset;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1;
  list-style: none;
  display: inline-block;
  position: relative;
}

.ant-badge-count {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background: #f5222d;
  border-radius: 10px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  top: -10px;
  box-shadow: 0 0 0 1px #fff;
}

.ant-badge-count a, .ant-badge-count a:hover {
  color: #fff;
}

.ant-badge-multiple-words {
  padding: 0 8px;
}

.ant-badge-dot {
  z-index: 10;
  background: #f5222d;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  top: -3px;
  box-shadow: 0 0 0 1px #fff;
}

.ant-badge-count, .ant-badge-dot {
  transform-origin: 0%;
  position: absolute;
  left: 0;
  transform: translateX(-50%);
}

.ant-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}

.ant-badge-status-dot {
  vertical-align: middle;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: inline-block;
  position: relative;
  top: -1px;
}

.ant-badge-status-success {
  background-color: #52c41a;
}

.ant-badge-status-processing {
  background-color: #1890ff;
  position: relative;
}

.ant-badge-status-processing:after {
  content: "";
  border: 1px solid #1890ff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: 1.2s ease-in-out infinite antStatusProcessing;
  position: absolute;
  top: 0;
  right: 0;
}

.ant-badge-status-default {
  background-color: #d9d9d9;
}

.ant-badge-status-error {
  background-color: #f5222d;
}

.ant-badge-status-warning {
  background-color: #faad14;
}

.ant-badge-status-text {
  color: #000000a6;
  margin-right: 8px;
  font-size: 14px;
}

.ant-badge-zoom-appear, .ant-badge-zoom-enter {
  animation: .3s cubic-bezier(.12, .4, .29, 1.46) both antZoomBadgeIn;
}

.ant-badge-zoom-leave {
  animation: .3s cubic-bezier(.71, -.46, .88, .6) both antZoomBadgeOut;
}

.ant-badge-not-a-wrapper .ant-scroll-number {
  display: block;
  position: relative;
  top: auto;
}

.ant-badge-not-a-wrapper .ant-badge-count {
  transform: none;
}

@keyframes antStatusProcessing {
  0% {
    opacity: .5;
    transform: scale(.8);
  }

  100% {
    opacity: 0;
    transform: scale(2.4);
  }
}

.ant-scroll-number {
  overflow: hidden;
}

.ant-scroll-number-only {
  height: 20px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
}

.ant-scroll-number-only > p {
  height: 20px;
  margin: 0;
}

@keyframes antZoomBadgeIn {
  0% {
    opacity: 0;
    transform: scale(0)translateX(-50%);
  }

  100% {
    transform: scale(1)translateX(-50%);
  }
}

@keyframes antZoomBadgeOut {
  0% {
    transform: scale(1)translateX(-50%);
  }

  100% {
    opacity: 0;
    transform: scale(0)translateX(-50%);
  }
}

.ant-breadcrumb {
  font-variant: tabular-nums;
  color: #00000073;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}

.ant-breadcrumb .anticon {
  font-size: 14px;
}

.ant-breadcrumb a {
  color: #00000073;
  transition: color .3s;
}

.ant-breadcrumb a:hover {
  color: #40a9ff;
}

.ant-breadcrumb > span:last-child {
  color: #000000a6;
}

.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
  display: none;
}

.ant-breadcrumb-separator {
  color: #00000073;
  margin: 0 8px;
}

.ant-breadcrumb-link > .anticon + span {
  margin-right: 4px;
}

.ant-fullcalendar {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  border-top: 1px solid #d9d9d9;
  outline: none;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}

.ant-fullcalendar-month-select {
  margin-right: 5px;
}

.ant-fullcalendar-header {
  text-align: left;
  padding: 11px 0 11px 16px;
}

.ant-fullcalendar-header .ant-select-dropdown {
  text-align: right;
}

.ant-fullcalendar-header .ant-radio-group {
  text-align: right;
  margin-right: 8px;
}

.ant-fullcalendar-header label.ant-radio-button {
  height: 22px;
  padding: 0 10px;
  line-height: 20px;
}

.ant-fullcalendar-date-panel {
  outline: none;
  position: relative;
}

.ant-fullcalendar-calendar-body {
  padding: 8px 12px;
}

.ant-fullcalendar table {
  border-collapse: collapse;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  height: 256px;
}

.ant-fullcalendar table, .ant-fullcalendar th, .ant-fullcalendar td {
  border: 0;
}

.ant-fullcalendar td {
  position: relative;
}

.ant-fullcalendar-calendar-table {
  border-spacing: 0;
  margin-bottom: 0;
}

.ant-fullcalendar-column-header {
  text-align: center;
  width: 33px;
  padding: 0;
  line-height: 18px;
}

.ant-fullcalendar-column-header .ant-fullcalendar-column-header-inner {
  font-weight: normal;
  display: block;
}

.ant-fullcalendar-week-number-header .ant-fullcalendar-column-header-inner {
  display: none;
}

.ant-fullcalendar-month, .ant-fullcalendar-date {
  text-align: center;
  transition: all .3s;
}

.ant-fullcalendar-value {
  color: #000000a6;
  background: none;
  border-radius: 2px;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  line-height: 24px;
  transition: all .3s;
  display: block;
}

.ant-fullcalendar-value:hover {
  cursor: pointer;
  background: #e6f7ff;
}

.ant-fullcalendar-value:active {
  color: #fff;
  background: #1890ff;
}

.ant-fullcalendar-month-panel-cell .ant-fullcalendar-value {
  width: 48px;
}

.ant-fullcalendar-today .ant-fullcalendar-value, .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value {
  box-shadow: inset 0 0 0 1px #1890ff;
}

.ant-fullcalendar-selected-day .ant-fullcalendar-value, .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value {
  color: #fff;
  background: #1890ff;
}

.ant-fullcalendar-disabled-cell-first-of-row .ant-fullcalendar-value {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ant-fullcalendar-disabled-cell-last-of-row .ant-fullcalendar-value {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ant-fullcalendar-last-month-cell .ant-fullcalendar-value, .ant-fullcalendar-next-month-btn-day .ant-fullcalendar-value {
  color: #00000040;
}

.ant-fullcalendar-month-panel-table {
  table-layout: fixed;
  border-collapse: separate;
  width: 100%;
}

.ant-fullcalendar-content {
  width: 100%;
  position: absolute;
  bottom: -9px;
  right: 0;
}

.ant-fullcalendar-fullscreen {
  border-top: 0;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-table {
  table-layout: fixed;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-header .ant-radio-group {
  margin-right: 16px;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-header label.ant-radio-button {
  height: 32px;
  line-height: 30px;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-month, .ant-fullcalendar-fullscreen .ant-fullcalendar-date {
  text-align: right;
  color: #000000a6;
  border-top: 2px solid #e8e8e8;
  height: 116px;
  margin: 0 4px;
  padding: 4px 8px;
  transition: background .3s;
  display: block;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-month:hover, .ant-fullcalendar-fullscreen .ant-fullcalendar-date:hover {
  cursor: pointer;
  background: #e6f7ff;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-month:active, .ant-fullcalendar-fullscreen .ant-fullcalendar-date:active {
  background: #bae7ff;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-column-header {
  text-align: left;
  padding-bottom: 5px;
  padding-left: 12px;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-value {
  text-align: left;
  background: none;
  width: auto;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
  color: #000000a6;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-month, .ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-date {
  background: none;
  border-top-color: #1890ff;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value, .ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-month, .ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-date {
  background: #e6f7ff;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value, .ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-value {
  color: #1890ff;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-last-month-cell .ant-fullcalendar-date, .ant-fullcalendar-fullscreen .ant-fullcalendar-next-month-btn-day .ant-fullcalendar-date {
  color: #00000040;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-content {
  width: auto;
  height: 88px;
  position: static;
  bottom: auto;
  right: auto;
  overflow-y: auto;
}

.ant-fullcalendar-disabled-cell .ant-fullcalendar-date, .ant-fullcalendar-disabled-cell .ant-fullcalendar-date:hover {
  cursor: not-allowed;
}

.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date, .ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date:hover {
  background: none;
}

.ant-fullcalendar-disabled-cell .ant-fullcalendar-value {
  color: #00000040;
  cursor: not-allowed;
  border-radius: 0;
  width: auto;
}

.ant-radio-group {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  line-height: unset;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.ant-radio-wrapper {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  white-space: nowrap;
  cursor: pointer;
  margin: 0 0 0 8px;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  display: inline-block;
  position: relative;
}

.ant-radio {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  white-space: nowrap;
  vertical-align: sub;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1;
  list-style: none;
  display: inline-block;
  position: relative;
}

.ant-radio-wrapper:hover .ant-radio .ant-radio-inner, .ant-radio:hover .ant-radio-inner, .ant-radio-focused .ant-radio-inner {
  border-color: #1890ff;
}

.ant-radio-checked:after {
  content: "";
  visibility: hidden;
  border: 1px solid #1890ff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: .36s ease-in-out both antRadioEffect;
  position: absolute;
  top: 0;
  right: 0;
}

.ant-radio:hover:after, .ant-radio-wrapper:hover .ant-radio:after {
  visibility: visible;
}

.ant-radio-inner {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  transition: all .3s;
  display: block;
  position: relative;
  top: 0;
  right: 0;
}

.ant-radio-inner:after {
  content: " ";
  opacity: 0;
  background-color: #1890ff;
  border-top: 0;
  border-right: 0;
  border-radius: 8px;
  width: 8px;
  height: 8px;
  transition: all .3s cubic-bezier(.78, .14, .15, .86);
  display: table;
  position: absolute;
  top: 3px;
  right: 3px;
  transform: scale(0);
}

.ant-radio-input {
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-radio-checked .ant-radio-inner {
  border-color: #1890ff;
}

.ant-radio-checked .ant-radio-inner:after {
  opacity: 1;
  transition: all .3s cubic-bezier(.78, .14, .15, .86);
  transform: scale(.875);
}

.ant-radio-disabled .ant-radio-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}

.ant-radio-disabled .ant-radio-inner:after {
  background-color: #ccc;
}

.ant-radio-disabled .ant-radio-input {
  cursor: not-allowed;
}

.ant-radio-disabled + span {
  color: #00000040;
  cursor: not-allowed;
}

span.ant-radio + * {
  padding-left: 8px;
  padding-right: 8px;
}

.ant-radio-button-wrapper {
  color: #000000a6;
  cursor: pointer;
  background: #fff;
  border-top: 1.02px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 0;
  height: 32px;
  margin: 0;
  padding: 0 15px;
  line-height: 30px;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.ant-radio-button-wrapper a {
  color: #000000a6;
}

.ant-radio-button-wrapper > .ant-radio-button {
  width: 0;
  height: 0;
  margin-right: 0;
  display: block;
}

.ant-radio-group-large .ant-radio-button-wrapper {
  height: 40px;
  font-size: 16px;
  line-height: 38px;
}

.ant-radio-group-small .ant-radio-button-wrapper {
  height: 24px;
  padding: 0 7px;
  line-height: 22px;
}

.ant-radio-button-wrapper:not(:first-child):before {
  content: "";
  background-color: #d9d9d9;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
}

.ant-radio-button-wrapper:first-child {
  border-right: 1px solid #d9d9d9;
  border-radius: 0 4px 4px 0;
}

.ant-radio-button-wrapper:last-child {
  border-radius: 4px 0 0 4px;
}

.ant-radio-button-wrapper:first-child:last-child {
  border-radius: 4px;
}

.ant-radio-button-wrapper:hover, .ant-radio-button-wrapper-focused {
  color: #1890ff;
  position: relative;
}

.ant-radio-button-wrapper .ant-radio-inner, .ant-radio-button-wrapper input[type="checkbox"], .ant-radio-button-wrapper input[type="radio"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.ant-radio-button-wrapper-checked {
  color: #1890ff;
  z-index: 1;
  background: #fff;
  border-color: #1890ff;
  box-shadow: 1px 0 #1890ff;
}

.ant-radio-button-wrapper-checked:before {
  opacity: .1;
  background-color: #1890ff !important;
}

.ant-radio-button-wrapper-checked:first-child {
  border-color: #1890ff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.ant-radio-button-wrapper-checked:hover {
  color: #40a9ff;
  border-color: #40a9ff;
  box-shadow: 1px 0 #40a9ff;
}

.ant-radio-button-wrapper-checked:active {
  color: #096dd9;
  border-color: #096dd9;
  box-shadow: 1px 0 #096dd9;
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #40a9ff;
  border-color: #40a9ff;
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #096dd9;
  border-color: #096dd9;
}

.ant-radio-button-wrapper-disabled {
  cursor: not-allowed;
  color: #00000040;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}

.ant-radio-button-wrapper-disabled:first-child, .ant-radio-button-wrapper-disabled:hover {
  color: #00000040;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}

.ant-radio-button-wrapper-disabled:first-child {
  border-right-color: #d9d9d9;
}

.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
}

@keyframes antRadioEffect {
  0% {
    opacity: .5;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}

@supports ((-moz-appearance: meterbar)) and (background-blend-mode: difference, normal) {
  .ant-radio {
    vertical-align: text-bottom;
  }
}

.ant-card {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  background: #fff;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  transition: all .3s;
  position: relative;
}

.ant-card-hoverable {
  cursor: pointer;
}

.ant-card-hoverable:hover {
  border-color: #00000017;
  box-shadow: 0 2px 8px #00000017;
}

.ant-card-bordered {
  border: 1px solid #e8e8e8;
}

.ant-card-head {
  zoom: 1;
  color: #000000d9;
  background: none;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 2px 2px 0 0;
  min-height: 48px;
  margin-bottom: -1px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 500;
}

.ant-card-head:before, .ant-card-head:after {
  content: "";
  display: table;
}

.ant-card-head:after {
  clear: both;
}

.ant-card-head-wrapper {
  display: flex;
}

.ant-card-head-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  align-items: center;
  padding: 16px 0;
  display: flex;
  overflow: hidden;
}

.ant-card-head .ant-tabs {
  clear: both;
  color: #000000a6;
  margin-bottom: -17px;
  font-size: 14px;
  font-weight: normal;
}

.ant-card-head .ant-tabs-bar {
  border-bottom: 1px solid #e8e8e8;
}

.ant-card-extra {
  float: left;
  color: #000000a6;
  text-align: left;
  margin-right: auto;
  padding: 17.5px 0;
  font-size: 14px;
  font-weight: normal;
}

.ant-card-body {
  zoom: 1;
  padding: 24px;
}

.ant-card-body:before, .ant-card-body:after {
  content: "";
  display: table;
}

.ant-card-body:after {
  clear: both;
}

.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
  margin: -1px -1px 0 0;
  padding: 0;
}

.ant-card-grid {
  float: right;
  border: 0;
  border-radius: 0;
  width: 33.33%;
  padding: 24px;
  transition: all .3s;
  box-shadow: -1px 0 #e8e8e8, 0 1px #e8e8e8, -1px 1px #e8e8e8, inset -1px 0 #e8e8e8, inset 0 1px #e8e8e8;
}

.ant-card-grid:hover {
  z-index: 1;
  position: relative;
  box-shadow: 0 2px 8px #00000026;
}

.ant-card-contain-tabs > .ant-card-head .ant-card-head-title {
  min-height: 32px;
  padding-bottom: 0;
}

.ant-card-contain-tabs .ant-card-extra {
  padding-bottom: 0;
}

.ant-card-cover > * {
  width: 100%;
  display: block;
}

.ant-card-cover img {
  border-radius: 2px 2px 0 0;
}

.ant-card-actions {
  zoom: 1;
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ant-card-actions:before, .ant-card-actions:after {
  content: "";
  display: table;
}

.ant-card-actions:after {
  clear: both;
}

.ant-card-actions > li {
  float: right;
  text-align: center;
  color: #00000073;
  margin: 12px 0;
}

.ant-card-actions > li > span {
  cursor: pointer;
  min-width: 32px;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  position: relative;
}

.ant-card-actions > li > span:hover {
  color: #1890ff;
  transition: color .3s;
}

.ant-card-actions > li > span > .anticon {
  font-size: 16px;
  line-height: 22px;
}

.ant-card-actions > li > span a {
  color: #00000073;
  width: 100%;
  line-height: 22px;
  display: inline-block;
}

.ant-card-actions > li > span a:hover {
  color: #1890ff;
}

.ant-card-actions > li:not(:last-child) {
  border-left: 1px solid #e8e8e8;
}

.ant-card-wider-padding .ant-card-head {
  padding: 0 32px;
}

.ant-card-wider-padding .ant-card-body {
  padding: 24px 32px;
}

.ant-card-padding-transition .ant-card-head, .ant-card-padding-transition .ant-card-body {
  transition: padding .3s;
}

.ant-card-type-inner .ant-card-head {
  background: #fafafa;
  padding: 0 24px;
}

.ant-card-type-inner .ant-card-head-title {
  padding: 12px 0;
  font-size: 14px;
}

.ant-card-type-inner .ant-card-body {
  padding: 16px 24px;
}

.ant-card-type-inner .ant-card-extra {
  padding: 13.5px 0;
}

.ant-card-meta {
  zoom: 1;
  margin: -4px 0;
}

.ant-card-meta:before, .ant-card-meta:after {
  content: "";
  display: table;
}

.ant-card-meta:after {
  clear: both;
}

.ant-card-meta-avatar {
  float: right;
  padding-left: 16px;
}

.ant-card-meta-detail {
  overflow: hidden;
}

.ant-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}

.ant-card-meta-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000d9;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.ant-card-meta-description {
  color: #00000073;
}

.ant-card-loading .ant-card-body {
  -webkit-user-select: none;
  user-select: none;
}

.ant-card-loading-content p {
  margin: 0;
}

.ant-card-loading-block {
  background: -webkit-gradient(linear, right top, left top, from(#cfd8dc33), color-stop(#cfd8dc66), to(#cfd8dc33));
  background: linear-gradient(-90deg, #cfd8dc33, #cfd8dc66, #cfd8dc33) 0 0 / 600% 600%;
  border-radius: 2px;
  height: 14px;
  margin: 4px 0;
  animation: 1.4s infinite card-loading;
}

@keyframes card-loading {
  0%, 100% {
    background-position: 100%;
  }

  50% {
    background-position: 0%;
  }
}

.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container {
  height: 40px;
}

.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-ink-bar {
  visibility: hidden;
}

.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 0 0 2px;
  padding: 0 16px;
  line-height: 38px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  color: #1890ff;
  background: #fff;
  border-color: #e8e8e8;
  padding-bottom: 1px;
}

.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-inactive {
  padding: 0;
}

.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}

.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .ant-tabs-close-x {
  color: #00000073;
  vertical-align: middle;
  width: 16px;
  height: 14px;
  margin-left: -5px;
  margin-right: 3px;
  font-size: 12px;
  transition: all .3s;
  overflow: hidden;
}

.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .ant-tabs-close-x:hover {
  color: #000000d9;
}

.ant-tabs.ant-tabs-card .ant-tabs-content > .ant-tabs-tabpane, .ant-tabs.ant-tabs-editable-card .ant-tabs-content > .ant-tabs-tabpane {
  transition: none !important;
}

.ant-tabs.ant-tabs-card .ant-tabs-content > .ant-tabs-tabpane-inactive, .ant-tabs.ant-tabs-editable-card .ant-tabs-content > .ant-tabs-tabpane-inactive {
  overflow: hidden;
}

.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab:hover .anticon-close {
  opacity: 1;
}

.ant-tabs-extra-content {
  line-height: 40px;
}

.ant-tabs-extra-content .ant-tabs-new-tab {
  text-align: center;
  cursor: pointer;
  color: #000000a6;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  transition: all .3s;
  position: relative;
}

.ant-tabs-extra-content .ant-tabs-new-tab:hover {
  color: #1890ff;
  border-color: #1890ff;
}

.ant-tabs-extra-content .ant-tabs-new-tab svg {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container {
  height: auto;
}

.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 8px;
}

.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  padding-bottom: 4px;
}

.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab:last-child {
  margin-bottom: 8px;
}

.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-new-tab {
  width: 90%;
}

.ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-left: 0;
}

.ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab {
  border-left: 0;
  border-radius: 0 4px 4px 0;
  margin-left: 1px;
}

.ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab-active {
  margin-left: -1px;
  padding-left: 18px;
}

.ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-right: 0;
}

.ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-tab {
  border-right: 0;
  border-radius: 4px 0 0 4px;
  margin-right: 1px;
}

.ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-tab-active {
  margin-right: -1px;
  padding-right: 18px;
}

.ant-tabs.ant-tabs-card.ant-tabs-bottom > .ant-tabs-bar .ant-tabs-tab {
  border-top: 0;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}

.ant-tabs.ant-tabs-card.ant-tabs-bottom > .ant-tabs-bar .ant-tabs-tab-active {
  color: #1890ff;
  padding-top: 1px;
  padding-bottom: 0;
}

.ant-tabs {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  zoom: 1;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  position: relative;
  overflow: hidden;
}

.ant-tabs:before, .ant-tabs:after {
  content: "";
  display: table;
}

.ant-tabs:after {
  clear: both;
}

.ant-tabs-ink-bar {
  z-index: 1;
  box-sizing: border-box;
  transform-origin: 100% 0;
  background-color: #1890ff;
  height: 2px;
  position: absolute;
  bottom: 1px;
  right: 0;
}

.ant-tabs-bar {
  border-bottom: 1px solid #e8e8e8;
  outline: none;
  margin: 0 0 16px;
  transition: padding .3s cubic-bezier(.645, .045, .355, 1);
}

.ant-tabs-nav-container {
  box-sizing: border-box;
  white-space: nowrap;
  zoom: 1;
  margin-bottom: -1px;
  font-size: 14px;
  line-height: 1.5;
  transition: padding .3s cubic-bezier(.645, .045, .355, 1);
  position: relative;
  overflow: hidden;
}

.ant-tabs-nav-container:before, .ant-tabs-nav-container:after {
  content: "";
  display: table;
}

.ant-tabs-nav-container:after {
  clear: both;
}

.ant-tabs-nav-container-scrolling {
  padding-left: 32px;
  padding-right: 32px;
}

.ant-tabs-bottom .ant-tabs-bar {
  border-top: 1px solid #e8e8e8;
  border-bottom: none;
}

.ant-tabs-bottom .ant-tabs-ink-bar {
  top: 1px;
  bottom: auto;
}

.ant-tabs-bottom .ant-tabs-nav-container {
  margin-top: -1px;
  margin-bottom: 0;
}

.ant-tabs-tab-prev, .ant-tabs-tab-next {
  -webkit-user-select: none;
  user-select: none;
  z-index: 2;
  cursor: pointer;
  text-align: center;
  color: #00000073;
  opacity: 0;
  pointer-events: none;
  background-color: #0000;
  border: 0;
  width: 0;
  height: 100%;
  transition: width .3s cubic-bezier(.645, .045, .355, 1), opacity .3s cubic-bezier(.645, .045, .355, 1), color .3s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
}

.ant-tabs-tab-prev.ant-tabs-tab-arrow-show, .ant-tabs-tab-next.ant-tabs-tab-arrow-show {
  opacity: 1;
  pointer-events: auto;
  width: 32px;
  height: 100%;
}

.ant-tabs-tab-prev:hover, .ant-tabs-tab-next:hover {
  color: #000000a6;
}

.ant-tabs-tab-prev-icon, .ant-tabs-tab-next-icon {
  font-variant: normal;
  font-style: normal;
  font-weight: bold;
  line-height: inherit;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.ant-tabs-tab-prev-icon-target, .ant-tabs-tab-next-icon-target {
  font-size: 12px;
  font-size: 10px \9 ;
  display: inline-block;
  transform: scale(.833333)rotate(0);
}

:root .ant-tabs-tab-prev-icon-target, :root .ant-tabs-tab-next-icon-target {
  font-size: 12px;
}

.ant-tabs-tab-btn-disabled {
  cursor: not-allowed;
}

.ant-tabs-tab-btn-disabled, .ant-tabs-tab-btn-disabled:hover {
  color: #00000040;
}

.ant-tabs-tab-next {
  left: 2px;
}

.ant-tabs-tab-prev {
  right: 0;
}

:root .ant-tabs-tab-prev {
  filter: none;
}

.ant-tabs-nav-wrap {
  margin-bottom: -1px;
  overflow: hidden;
}

.ant-tabs-nav-scroll {
  white-space: nowrap;
  overflow: hidden;
}

.ant-tabs-nav {
  box-sizing: border-box;
  margin: 0;
  padding-right: 0;
  list-style: none;
  transition: transform .3s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
}

.ant-tabs-nav:before, .ant-tabs-nav:after {
  content: " ";
  display: table;
}

.ant-tabs-nav:after {
  clear: both;
}

.ant-tabs-nav .ant-tabs-tab-disabled {
  pointer-events: none;
  cursor: default;
  color: #00000040;
}

.ant-tabs-nav .ant-tabs-tab {
  box-sizing: border-box;
  cursor: pointer;
  height: 100%;
  margin: 0 0 0 32px;
  padding: 12px 16px;
  text-decoration: none;
  transition: color .3s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
}

.ant-tabs-nav .ant-tabs-tab:last-child {
  margin-left: 0;
}

.ant-tabs-nav .ant-tabs-tab:hover {
  color: #40a9ff;
}

.ant-tabs-nav .ant-tabs-tab:active {
  color: #096dd9;
}

.ant-tabs-nav .ant-tabs-tab .anticon {
  margin-left: 8px;
}

.ant-tabs-nav .ant-tabs-tab-active {
  color: #1890ff;
  font-weight: 500;
}

.ant-tabs-large > .ant-tabs-bar .ant-tabs-nav-container {
  font-size: 16px;
}

.ant-tabs-large > .ant-tabs-bar .ant-tabs-tab {
  padding: 16px;
}

.ant-tabs-small > .ant-tabs-bar .ant-tabs-nav-container {
  font-size: 14px;
}

.ant-tabs-small > .ant-tabs-bar .ant-tabs-tab {
  padding: 8px 16px;
}

.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content {
  width: 100%;
}

.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane {
  opacity: 1;
  flex-shrink: 0;
  width: 100%;
  transition: opacity .45s;
}

.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane-inactive {
  opacity: 0;
  pointer-events: none;
  height: 0;
  padding: 0 !important;
}

.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane-inactive input {
  visibility: hidden;
}

.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content-animated {
  will-change: margin-left;
  flex-direction: row;
  transition: margin-right .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.ant-tabs-vertical > .ant-tabs-bar {
  border-bottom: 0;
  height: 100%;
}

.ant-tabs-vertical > .ant-tabs-bar-tab-prev, .ant-tabs-vertical > .ant-tabs-bar-tab-next {
  width: 32px;
  height: 0;
  transition: height .3s cubic-bezier(.645, .045, .355, 1), opacity .3s cubic-bezier(.645, .045, .355, 1), color .3s cubic-bezier(.645, .045, .355, 1);
}

.ant-tabs-vertical > .ant-tabs-bar-tab-prev.ant-tabs-tab-arrow-show, .ant-tabs-vertical > .ant-tabs-bar-tab-next.ant-tabs-tab-arrow-show {
  width: 100%;
  height: 32px;
}

.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab {
  float: none;
  margin: 0 0 16px;
  padding: 8px 24px;
  display: block;
}

.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab:last-child {
  margin-bottom: 0;
}

.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-extra-content {
  text-align: center;
}

.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-scroll {
  width: auto;
}

.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container, .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-wrap {
  height: 100%;
}

.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container {
  margin-bottom: 0;
}

.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling {
  padding: 32px 0;
}

.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}

.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav {
  width: 100%;
}

.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-ink-bar {
  width: 2px;
  height: auto;
  top: 0;
  right: auto;
}

.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-next {
  width: 100%;
  height: 32px;
  bottom: 0;
}

.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-prev {
  width: 100%;
  height: 32px;
  top: 0;
}

.ant-tabs-vertical > .ant-tabs-content {
  width: auto;
  overflow: hidden;
  margin-top: 0 !important;
}

.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar {
  float: right;
  border-left: 1px solid #e8e8e8;
  margin-bottom: 0;
  margin-left: -1px;
}

.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab {
  text-align: left;
}

.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-container, .ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-left: -1px;
}

.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-ink-bar {
  left: 1px;
}

.ant-tabs-vertical.ant-tabs-left > .ant-tabs-content {
  border-right: 1px solid #e8e8e8;
  padding-right: 24px;
}

.ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar {
  float: left;
  border-right: 1px solid #e8e8e8;
  margin-bottom: 0;
  margin-right: -1px;
}

.ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-container, .ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-right: -1px;
}

.ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-ink-bar {
  right: 1px;
}

.ant-tabs-vertical.ant-tabs-right > .ant-tabs-content {
  border-left: 1px solid #e8e8e8;
  padding-left: 24px;
}

.ant-tabs-bottom > .ant-tabs-bar {
  margin-top: 16px;
  margin-bottom: 0;
}

.ant-tabs-top .ant-tabs-ink-bar-animated, .ant-tabs-bottom .ant-tabs-ink-bar-animated {
  transition: transform .3s cubic-bezier(.645, .045, .355, 1), width .3s cubic-bezier(.645, .045, .355, 1);
}

.ant-tabs-left .ant-tabs-ink-bar-animated, .ant-tabs-right .ant-tabs-ink-bar-animated {
  transition: transform .3s cubic-bezier(.645, .045, .355, 1), height .3s cubic-bezier(.645, .045, .355, 1);
}

.no-flex > .ant-tabs-content-animated, .ant-tabs-no-animation > .ant-tabs-content-animated, .ant-tabs-vertical > .ant-tabs-content-animated {
  margin-right: 0 !important;
  transform: none !important;
}

.no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive, .ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive, .ant-tabs-vertical > .ant-tabs-content > .ant-tabs-tabpane-inactive {
  display: none;
}

.ant-carousel {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}

.ant-carousel .slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
}

.ant-carousel .slick-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.ant-carousel .slick-list:focus {
  outline: none;
}

.ant-carousel .slick-list.dragging {
  cursor: pointer;
}

.ant-carousel .slick-slider .slick-track, .ant-carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.ant-carousel .slick-track {
  display: block;
  position: relative;
  top: 0;
  right: 0;
}

.ant-carousel .slick-track:before, .ant-carousel .slick-track:after {
  content: "";
  display: table;
}

.ant-carousel .slick-track:after {
  clear: both;
}

.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}

.ant-carousel .slick-slide {
  float: right;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .ant-carousel .slick-slide {
  float: left;
}

.ant-carousel .slick-slide img {
  display: block;
}

.ant-carousel .slick-slide.slick-loading img {
  display: none;
}

.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}

.ant-carousel .slick-initialized .slick-slide {
  display: block;
}

.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}

.ant-carousel .slick-vertical .slick-slide {
  border: 1px solid #0000;
  height: auto;
  display: block;
}

.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}

.ant-carousel .slick-prev, .ant-carousel .slick-next {
  cursor: pointer;
  color: #0000;
  background: none;
  border: 0;
  outline: none;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  position: absolute;
  top: 50%;
}

.ant-carousel .slick-prev:hover, .ant-carousel .slick-next:hover, .ant-carousel .slick-prev:focus, .ant-carousel .slick-next:focus {
  color: #0000;
  background: none;
  outline: none;
}

.ant-carousel .slick-prev:hover:before, .ant-carousel .slick-next:hover:before, .ant-carousel .slick-prev:focus:before, .ant-carousel .slick-next:focus:before {
  opacity: 1;
}

.ant-carousel .slick-prev.slick-disabled:before, .ant-carousel .slick-next.slick-disabled:before {
  opacity: .25;
}

.ant-carousel .slick-prev {
  right: -25px;
}

.ant-carousel .slick-prev:before {
  content: "←";
}

.ant-carousel .slick-next {
  left: -25px;
}

.ant-carousel .slick-next:before {
  content: "→";
}

.ant-carousel .slick-dots {
  text-align: center;
  width: 100%;
  height: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
  bottom: 12px;
}

.ant-carousel .slick-dots li {
  vertical-align: top;
  text-align: center;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  position: relative;
}

.ant-carousel .slick-dots li button {
  cursor: pointer;
  opacity: .3;
  color: #0000;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  width: 16px;
  height: 3px;
  padding: 0;
  font-size: 0;
  transition: all .5s;
  display: block;
}

.ant-carousel .slick-dots li button:hover, .ant-carousel .slick-dots li button:focus {
  opacity: .75;
}

.ant-carousel .slick-dots li.slick-active button {
  opacity: 1;
  background: #fff;
  width: 24px;
}

.ant-carousel .slick-dots li.slick-active button:hover, .ant-carousel .slick-dots li.slick-active button:focus {
  opacity: 1;
}

.ant-carousel-vertical .slick-dots {
  width: 3px;
  height: auto;
  top: 50%;
  bottom: auto;
  left: 12px;
  transform: translateY(-50%);
}

.ant-carousel-vertical .slick-dots li {
  vertical-align: baseline;
  margin: 0 2px;
}

.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}

.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}

.ant-cascader {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}

.ant-cascader-input.ant-input {
  cursor: pointer;
  width: 100%;
  position: relative;
  background-color: #0000 !important;
}

.ant-cascader-picker-show-search .ant-cascader-input.ant-input {
  position: relative;
}

.ant-cascader-picker {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  outline: 0;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  transition: color .3s;
  display: inline-block;
  position: relative;
}

.ant-cascader-picker-with-value .ant-cascader-picker-label {
  color: #0000;
}

.ant-cascader-picker-disabled {
  cursor: not-allowed;
  color: #00000040;
  background: #f5f5f5;
}

.ant-cascader-picker-disabled .ant-cascader-input {
  cursor: not-allowed;
}

.ant-cascader-picker:focus .ant-cascader-input {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #1890ff33;
  border-left-width: 1px !important;
}

.ant-cascader-picker-show-search.ant-cascader-picker-focused {
  color: #00000040;
}

.ant-cascader-picker-label {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  height: 20px;
  margin-top: -10px;
  padding: 0 12px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  overflow: hidden;
}

.ant-cascader-picker-clear {
  opacity: 0;
  z-index: 2;
  color: #00000040;
  cursor: pointer;
  background: #fff;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  font-size: 12px;
  line-height: 12px;
  transition: color .3s, opacity .15s;
  position: absolute;
  top: 50%;
  left: 12px;
}

.ant-cascader-picker-clear:hover {
  color: #00000073;
}

.ant-cascader-picker:hover .ant-cascader-picker-clear {
  opacity: 1;
}

.ant-cascader-picker-arrow {
  z-index: 1;
  color: #00000040;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  font-size: 12px;
  line-height: 12px;
  transition: transform .2s;
  position: absolute;
  top: 50%;
  left: 12px;
}

.ant-cascader-picker-arrow.ant-cascader-picker-arrow-expand {
  transform: rotate(-180deg);
}

.ant-cascader-picker-small .ant-cascader-picker-clear, .ant-cascader-picker-small .ant-cascader-picker-arrow {
  left: 8px;
}

.ant-cascader-menus {
  z-index: 1050;
  white-space: nowrap;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  position: absolute;
  box-shadow: 0 2px 8px #00000026;
}

.ant-cascader-menus ul, .ant-cascader-menus ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ant-cascader-menus-empty, .ant-cascader-menus-hidden {
  display: none;
}

.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-bottomLeft, .ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-bottomLeft {
  animation-name: antSlideUpIn;
}

.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-topLeft, .ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-topLeft {
  animation-name: antSlideDownIn;
}

.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-bottomLeft {
  animation-name: antSlideUpOut;
}

.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-topLeft {
  animation-name: antSlideDownOut;
}

.ant-cascader-menu {
  vertical-align: top;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border-left: 1px solid #e8e8e8;
  min-width: 111px;
  height: 180px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  overflow: auto;
}

.ant-cascader-menu:first-child {
  border-radius: 0 4px 4px 0;
}

.ant-cascader-menu:last-child {
  border-left-color: #0000;
  border-radius: 4px 0 0 4px;
  margin-left: -1px;
}

.ant-cascader-menu:only-child {
  border-radius: 4px;
}

.ant-cascader-menu-item {
  cursor: pointer;
  white-space: nowrap;
  padding: 5px 12px;
  line-height: 22px;
  transition: all .3s;
}

.ant-cascader-menu-item:hover {
  background: #e6f7ff;
}

.ant-cascader-menu-item-disabled {
  cursor: not-allowed;
  color: #00000040;
}

.ant-cascader-menu-item-disabled:hover {
  background: none;
}

.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled), .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  background: #f5f5f5;
  font-weight: 600;
}

.ant-cascader-menu-item-expand {
  padding-left: 24px;
  position: relative;
}

.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon, .ant-cascader-menu-item-expand .ant-cascader-menu-item-loading-icon {
  font-size: 12px;
  font-size: 10px \9 ;
  color: #00000073;
  display: inline-block;
  position: absolute;
  left: 12px;
  transform: scale(.833333)rotate(0);
}

:root .ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon, :root .ant-cascader-menu-item-expand .ant-cascader-menu-item-loading-icon {
  font-size: 12px;
}

.ant-cascader-menu-item .ant-cascader-menu-item-keyword {
  color: #f5222d;
}

@keyframes antCheckboxEffect {
  0% {
    opacity: .5;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}

.ant-checkbox {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1;
  list-style: none;
  display: inline-block;
  position: relative;
  top: -.09em;
}

.ant-checkbox-wrapper:hover .ant-checkbox-inner, .ant-checkbox:hover .ant-checkbox-inner, .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #1890ff;
}

.ant-checkbox-checked:after {
  content: "";
  visibility: hidden;
  border: 1px solid #1890ff;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  animation: .36s ease-in-out both antCheckboxEffect;
  position: absolute;
  top: 0;
  right: 0;
}

.ant-checkbox:hover:after, .ant-checkbox-wrapper:hover .ant-checkbox:after {
  visibility: visible;
}

.ant-checkbox-inner {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  transition: all .3s;
  display: block;
  position: relative;
  top: 0;
  right: 0;
}

.ant-checkbox-inner:after {
  content: " ";
  opacity: 0;
  border-top: 0;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 0;
  width: 5.71429px;
  height: 9.14286px;
  transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
  display: table;
  position: absolute;
  top: 1.14286px;
  right: 4.57143px;
  transform: rotate(-45deg)scale(0);
}

.ant-checkbox-input {
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-checkbox-indeterminate .ant-checkbox-inner:after {
  content: " ";
  opacity: 1;
  background-color: #1890ff;
  border: 0;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%)scale(1);
}

.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after {
  border-color: #00000040;
}

.ant-checkbox-checked .ant-checkbox-inner:after {
  content: " ";
  opacity: 1;
  border-top: 0;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 0;
  transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
  display: table;
  position: absolute;
  transform: rotate(-45deg)scale(1);
}

.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}

.ant-checkbox-disabled {
  cursor: not-allowed;
}

.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
  border-color: #00000040;
  animation-name: none;
}

.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
}

.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}

.ant-checkbox-disabled .ant-checkbox-inner:after {
  border-color: #f5f5f5;
  animation-name: none;
}

.ant-checkbox-disabled + span {
  color: #00000040;
  cursor: not-allowed;
}

.ant-checkbox-wrapper {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  line-height: unset;
  cursor: pointer;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-right: 8px;
}

.ant-checkbox-wrapper + span, .ant-checkbox + span {
  padding-left: 8px;
  padding-right: 8px;
}

.ant-checkbox-group {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  display: inline-block;
}

.ant-checkbox-group-item {
  margin-left: 8px;
  display: inline-block;
}

.ant-checkbox-group-item:last-child {
  margin-left: 0;
}

.ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-right: 0;
}

.ant-row {
  zoom: 1;
  box-sizing: border-box;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.ant-row:before, .ant-row:after {
  content: "";
  display: table;
}

.ant-row:after {
  clear: both;
}

.ant-row-flex {
  flex-flow: wrap;
  display: flex;
}

.ant-row-flex:before, .ant-row-flex:after {
  display: flex;
}

.ant-row-flex-start {
  justify-content: flex-start;
}

.ant-row-flex-center {
  justify-content: center;
}

.ant-row-flex-end {
  justify-content: flex-end;
}

.ant-row-flex-space-between {
  justify-content: space-between;
}

.ant-row-flex-space-around {
  justify-content: space-around;
}

.ant-row-flex-top {
  align-items: flex-start;
}

.ant-row-flex-middle {
  align-items: center;
}

.ant-row-flex-bottom {
  align-items: flex-end;
}

.ant-col {
  display: block;
  position: relative;
}

.ant-col-1, .ant-col-xs-1, .ant-col-sm-1, .ant-col-md-1, .ant-col-lg-1, .ant-col-2, .ant-col-xs-2, .ant-col-sm-2, .ant-col-md-2, .ant-col-lg-2, .ant-col-3, .ant-col-xs-3, .ant-col-sm-3, .ant-col-md-3, .ant-col-lg-3, .ant-col-4, .ant-col-xs-4, .ant-col-sm-4, .ant-col-md-4, .ant-col-lg-4, .ant-col-5, .ant-col-xs-5, .ant-col-sm-5, .ant-col-md-5, .ant-col-lg-5, .ant-col-6, .ant-col-xs-6, .ant-col-sm-6, .ant-col-md-6, .ant-col-lg-6, .ant-col-7, .ant-col-xs-7, .ant-col-sm-7, .ant-col-md-7, .ant-col-lg-7, .ant-col-8, .ant-col-xs-8, .ant-col-sm-8, .ant-col-md-8, .ant-col-lg-8, .ant-col-9, .ant-col-xs-9, .ant-col-sm-9, .ant-col-md-9, .ant-col-lg-9, .ant-col-10, .ant-col-xs-10, .ant-col-sm-10, .ant-col-md-10, .ant-col-lg-10, .ant-col-11, .ant-col-xs-11, .ant-col-sm-11, .ant-col-md-11, .ant-col-lg-11, .ant-col-12, .ant-col-xs-12, .ant-col-sm-12, .ant-col-md-12, .ant-col-lg-12, .ant-col-13, .ant-col-xs-13, .ant-col-sm-13, .ant-col-md-13, .ant-col-lg-13, .ant-col-14, .ant-col-xs-14, .ant-col-sm-14, .ant-col-md-14, .ant-col-lg-14, .ant-col-15, .ant-col-xs-15, .ant-col-sm-15, .ant-col-md-15, .ant-col-lg-15, .ant-col-16, .ant-col-xs-16, .ant-col-sm-16, .ant-col-md-16, .ant-col-lg-16, .ant-col-17, .ant-col-xs-17, .ant-col-sm-17, .ant-col-md-17, .ant-col-lg-17, .ant-col-18, .ant-col-xs-18, .ant-col-sm-18, .ant-col-md-18, .ant-col-lg-18, .ant-col-19, .ant-col-xs-19, .ant-col-sm-19, .ant-col-md-19, .ant-col-lg-19, .ant-col-20, .ant-col-xs-20, .ant-col-sm-20, .ant-col-md-20, .ant-col-lg-20, .ant-col-21, .ant-col-xs-21, .ant-col-sm-21, .ant-col-md-21, .ant-col-lg-21, .ant-col-22, .ant-col-xs-22, .ant-col-sm-22, .ant-col-md-22, .ant-col-lg-22, .ant-col-23, .ant-col-xs-23, .ant-col-sm-23, .ant-col-md-23, .ant-col-lg-23, .ant-col-24, .ant-col-xs-24, .ant-col-sm-24, .ant-col-md-24, .ant-col-lg-24 {
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.ant-col-1, .ant-col-2, .ant-col-3, .ant-col-4, .ant-col-5, .ant-col-6, .ant-col-7, .ant-col-8, .ant-col-9, .ant-col-10, .ant-col-11, .ant-col-12, .ant-col-13, .ant-col-14, .ant-col-15, .ant-col-16, .ant-col-17, .ant-col-18, .ant-col-19, .ant-col-20, .ant-col-21, .ant-col-22, .ant-col-23, .ant-col-24 {
  float: right;
  flex: none;
}

.ant-col-24 {
  box-sizing: border-box;
  width: 100%;
  display: block;
}

.ant-col-push-24 {
  right: 100%;
}

.ant-col-pull-24 {
  left: 100%;
}

.ant-col-offset-24 {
  margin-right: 100%;
}

.ant-col-order-24 {
  order: 24;
}

.ant-col-23 {
  box-sizing: border-box;
  width: 95.8333%;
  display: block;
}

.ant-col-push-23 {
  right: 95.8333%;
}

.ant-col-pull-23 {
  left: 95.8333%;
}

.ant-col-offset-23 {
  margin-right: 95.8333%;
}

.ant-col-order-23 {
  order: 23;
}

.ant-col-22 {
  box-sizing: border-box;
  width: 91.6667%;
  display: block;
}

.ant-col-push-22 {
  right: 91.6667%;
}

.ant-col-pull-22 {
  left: 91.6667%;
}

.ant-col-offset-22 {
  margin-right: 91.6667%;
}

.ant-col-order-22 {
  order: 22;
}

.ant-col-21 {
  box-sizing: border-box;
  width: 87.5%;
  display: block;
}

.ant-col-push-21 {
  right: 87.5%;
}

.ant-col-pull-21 {
  left: 87.5%;
}

.ant-col-offset-21 {
  margin-right: 87.5%;
}

.ant-col-order-21 {
  order: 21;
}

.ant-col-20 {
  box-sizing: border-box;
  width: 83.3333%;
  display: block;
}

.ant-col-push-20 {
  right: 83.3333%;
}

.ant-col-pull-20 {
  left: 83.3333%;
}

.ant-col-offset-20 {
  margin-right: 83.3333%;
}

.ant-col-order-20 {
  order: 20;
}

.ant-col-19 {
  box-sizing: border-box;
  width: 79.1667%;
  display: block;
}

.ant-col-push-19 {
  right: 79.1667%;
}

.ant-col-pull-19 {
  left: 79.1667%;
}

.ant-col-offset-19 {
  margin-right: 79.1667%;
}

.ant-col-order-19 {
  order: 19;
}

.ant-col-18 {
  box-sizing: border-box;
  width: 75%;
  display: block;
}

.ant-col-push-18 {
  right: 75%;
}

.ant-col-pull-18 {
  left: 75%;
}

.ant-col-offset-18 {
  margin-right: 75%;
}

.ant-col-order-18 {
  order: 18;
}

.ant-col-17 {
  box-sizing: border-box;
  width: 70.8333%;
  display: block;
}

.ant-col-push-17 {
  right: 70.8333%;
}

.ant-col-pull-17 {
  left: 70.8333%;
}

.ant-col-offset-17 {
  margin-right: 70.8333%;
}

.ant-col-order-17 {
  order: 17;
}

.ant-col-16 {
  box-sizing: border-box;
  width: 66.6667%;
  display: block;
}

.ant-col-push-16 {
  right: 66.6667%;
}

.ant-col-pull-16 {
  left: 66.6667%;
}

.ant-col-offset-16 {
  margin-right: 66.6667%;
}

.ant-col-order-16 {
  order: 16;
}

.ant-col-15 {
  box-sizing: border-box;
  width: 62.5%;
  display: block;
}

.ant-col-push-15 {
  right: 62.5%;
}

.ant-col-pull-15 {
  left: 62.5%;
}

.ant-col-offset-15 {
  margin-right: 62.5%;
}

.ant-col-order-15 {
  order: 15;
}

.ant-col-14 {
  box-sizing: border-box;
  width: 58.3333%;
  display: block;
}

.ant-col-push-14 {
  right: 58.3333%;
}

.ant-col-pull-14 {
  left: 58.3333%;
}

.ant-col-offset-14 {
  margin-right: 58.3333%;
}

.ant-col-order-14 {
  order: 14;
}

.ant-col-13 {
  box-sizing: border-box;
  width: 54.1667%;
  display: block;
}

.ant-col-push-13 {
  right: 54.1667%;
}

.ant-col-pull-13 {
  left: 54.1667%;
}

.ant-col-offset-13 {
  margin-right: 54.1667%;
}

.ant-col-order-13 {
  order: 13;
}

.ant-col-12 {
  box-sizing: border-box;
  width: 50%;
  display: block;
}

.ant-col-push-12 {
  right: 50%;
}

.ant-col-pull-12 {
  left: 50%;
}

.ant-col-offset-12 {
  margin-right: 50%;
}

.ant-col-order-12 {
  order: 12;
}

.ant-col-11 {
  box-sizing: border-box;
  width: 45.8333%;
  display: block;
}

.ant-col-push-11 {
  right: 45.8333%;
}

.ant-col-pull-11 {
  left: 45.8333%;
}

.ant-col-offset-11 {
  margin-right: 45.8333%;
}

.ant-col-order-11 {
  order: 11;
}

.ant-col-10 {
  box-sizing: border-box;
  width: 41.6667%;
  display: block;
}

.ant-col-push-10 {
  right: 41.6667%;
}

.ant-col-pull-10 {
  left: 41.6667%;
}

.ant-col-offset-10 {
  margin-right: 41.6667%;
}

.ant-col-order-10 {
  order: 10;
}

.ant-col-9 {
  box-sizing: border-box;
  width: 37.5%;
  display: block;
}

.ant-col-push-9 {
  right: 37.5%;
}

.ant-col-pull-9 {
  left: 37.5%;
}

.ant-col-offset-9 {
  margin-right: 37.5%;
}

.ant-col-order-9 {
  order: 9;
}

.ant-col-8 {
  box-sizing: border-box;
  width: 33.3333%;
  display: block;
}

.ant-col-push-8 {
  right: 33.3333%;
}

.ant-col-pull-8 {
  left: 33.3333%;
}

.ant-col-offset-8 {
  margin-right: 33.3333%;
}

.ant-col-order-8 {
  order: 8;
}

.ant-col-7 {
  box-sizing: border-box;
  width: 29.1667%;
  display: block;
}

.ant-col-push-7 {
  right: 29.1667%;
}

.ant-col-pull-7 {
  left: 29.1667%;
}

.ant-col-offset-7 {
  margin-right: 29.1667%;
}

.ant-col-order-7 {
  order: 7;
}

.ant-col-6 {
  box-sizing: border-box;
  width: 25%;
  display: block;
}

.ant-col-push-6 {
  right: 25%;
}

.ant-col-pull-6 {
  left: 25%;
}

.ant-col-offset-6 {
  margin-right: 25%;
}

.ant-col-order-6 {
  order: 6;
}

.ant-col-5 {
  box-sizing: border-box;
  width: 20.8333%;
  display: block;
}

.ant-col-push-5 {
  right: 20.8333%;
}

.ant-col-pull-5 {
  left: 20.8333%;
}

.ant-col-offset-5 {
  margin-right: 20.8333%;
}

.ant-col-order-5 {
  order: 5;
}

.ant-col-4 {
  box-sizing: border-box;
  width: 16.6667%;
  display: block;
}

.ant-col-push-4 {
  right: 16.6667%;
}

.ant-col-pull-4 {
  left: 16.6667%;
}

.ant-col-offset-4 {
  margin-right: 16.6667%;
}

.ant-col-order-4 {
  order: 4;
}

.ant-col-3 {
  box-sizing: border-box;
  width: 12.5%;
  display: block;
}

.ant-col-push-3 {
  right: 12.5%;
}

.ant-col-pull-3 {
  left: 12.5%;
}

.ant-col-offset-3 {
  margin-right: 12.5%;
}

.ant-col-order-3 {
  order: 3;
}

.ant-col-2 {
  box-sizing: border-box;
  width: 8.33333%;
  display: block;
}

.ant-col-push-2 {
  right: 8.33333%;
}

.ant-col-pull-2 {
  left: 8.33333%;
}

.ant-col-offset-2 {
  margin-right: 8.33333%;
}

.ant-col-order-2 {
  order: 2;
}

.ant-col-1 {
  box-sizing: border-box;
  width: 4.16667%;
  display: block;
}

.ant-col-push-1 {
  right: 4.16667%;
}

.ant-col-pull-1 {
  left: 4.16667%;
}

.ant-col-offset-1 {
  margin-right: 4.16667%;
}

.ant-col-order-1 {
  order: 1;
}

.ant-col-0 {
  display: none;
}

.ant-col-offset-0 {
  margin-right: 0;
}

.ant-col-order-0 {
  order: 0;
}

.ant-col-xs-1, .ant-col-xs-2, .ant-col-xs-3, .ant-col-xs-4, .ant-col-xs-5, .ant-col-xs-6, .ant-col-xs-7, .ant-col-xs-8, .ant-col-xs-9, .ant-col-xs-10, .ant-col-xs-11, .ant-col-xs-12, .ant-col-xs-13, .ant-col-xs-14, .ant-col-xs-15, .ant-col-xs-16, .ant-col-xs-17, .ant-col-xs-18, .ant-col-xs-19, .ant-col-xs-20, .ant-col-xs-21, .ant-col-xs-22, .ant-col-xs-23, .ant-col-xs-24 {
  float: right;
  flex: none;
}

.ant-col-xs-24 {
  box-sizing: border-box;
  width: 100%;
  display: block;
}

.ant-col-xs-push-24 {
  right: 100%;
}

.ant-col-xs-pull-24 {
  left: 100%;
}

.ant-col-xs-offset-24 {
  margin-right: 100%;
}

.ant-col-xs-order-24 {
  order: 24;
}

.ant-col-xs-23 {
  box-sizing: border-box;
  width: 95.8333%;
  display: block;
}

.ant-col-xs-push-23 {
  right: 95.8333%;
}

.ant-col-xs-pull-23 {
  left: 95.8333%;
}

.ant-col-xs-offset-23 {
  margin-right: 95.8333%;
}

.ant-col-xs-order-23 {
  order: 23;
}

.ant-col-xs-22 {
  box-sizing: border-box;
  width: 91.6667%;
  display: block;
}

.ant-col-xs-push-22 {
  right: 91.6667%;
}

.ant-col-xs-pull-22 {
  left: 91.6667%;
}

.ant-col-xs-offset-22 {
  margin-right: 91.6667%;
}

.ant-col-xs-order-22 {
  order: 22;
}

.ant-col-xs-21 {
  box-sizing: border-box;
  width: 87.5%;
  display: block;
}

.ant-col-xs-push-21 {
  right: 87.5%;
}

.ant-col-xs-pull-21 {
  left: 87.5%;
}

.ant-col-xs-offset-21 {
  margin-right: 87.5%;
}

.ant-col-xs-order-21 {
  order: 21;
}

.ant-col-xs-20 {
  box-sizing: border-box;
  width: 83.3333%;
  display: block;
}

.ant-col-xs-push-20 {
  right: 83.3333%;
}

.ant-col-xs-pull-20 {
  left: 83.3333%;
}

.ant-col-xs-offset-20 {
  margin-right: 83.3333%;
}

.ant-col-xs-order-20 {
  order: 20;
}

.ant-col-xs-19 {
  box-sizing: border-box;
  width: 79.1667%;
  display: block;
}

.ant-col-xs-push-19 {
  right: 79.1667%;
}

.ant-col-xs-pull-19 {
  left: 79.1667%;
}

.ant-col-xs-offset-19 {
  margin-right: 79.1667%;
}

.ant-col-xs-order-19 {
  order: 19;
}

.ant-col-xs-18 {
  box-sizing: border-box;
  width: 75%;
  display: block;
}

.ant-col-xs-push-18 {
  right: 75%;
}

.ant-col-xs-pull-18 {
  left: 75%;
}

.ant-col-xs-offset-18 {
  margin-right: 75%;
}

.ant-col-xs-order-18 {
  order: 18;
}

.ant-col-xs-17 {
  box-sizing: border-box;
  width: 70.8333%;
  display: block;
}

.ant-col-xs-push-17 {
  right: 70.8333%;
}

.ant-col-xs-pull-17 {
  left: 70.8333%;
}

.ant-col-xs-offset-17 {
  margin-right: 70.8333%;
}

.ant-col-xs-order-17 {
  order: 17;
}

.ant-col-xs-16 {
  box-sizing: border-box;
  width: 66.6667%;
  display: block;
}

.ant-col-xs-push-16 {
  right: 66.6667%;
}

.ant-col-xs-pull-16 {
  left: 66.6667%;
}

.ant-col-xs-offset-16 {
  margin-right: 66.6667%;
}

.ant-col-xs-order-16 {
  order: 16;
}

.ant-col-xs-15 {
  box-sizing: border-box;
  width: 62.5%;
  display: block;
}

.ant-col-xs-push-15 {
  right: 62.5%;
}

.ant-col-xs-pull-15 {
  left: 62.5%;
}

.ant-col-xs-offset-15 {
  margin-right: 62.5%;
}

.ant-col-xs-order-15 {
  order: 15;
}

.ant-col-xs-14 {
  box-sizing: border-box;
  width: 58.3333%;
  display: block;
}

.ant-col-xs-push-14 {
  right: 58.3333%;
}

.ant-col-xs-pull-14 {
  left: 58.3333%;
}

.ant-col-xs-offset-14 {
  margin-right: 58.3333%;
}

.ant-col-xs-order-14 {
  order: 14;
}

.ant-col-xs-13 {
  box-sizing: border-box;
  width: 54.1667%;
  display: block;
}

.ant-col-xs-push-13 {
  right: 54.1667%;
}

.ant-col-xs-pull-13 {
  left: 54.1667%;
}

.ant-col-xs-offset-13 {
  margin-right: 54.1667%;
}

.ant-col-xs-order-13 {
  order: 13;
}

.ant-col-xs-12 {
  box-sizing: border-box;
  width: 50%;
  display: block;
}

.ant-col-xs-push-12 {
  right: 50%;
}

.ant-col-xs-pull-12 {
  left: 50%;
}

.ant-col-xs-offset-12 {
  margin-right: 50%;
}

.ant-col-xs-order-12 {
  order: 12;
}

.ant-col-xs-11 {
  box-sizing: border-box;
  width: 45.8333%;
  display: block;
}

.ant-col-xs-push-11 {
  right: 45.8333%;
}

.ant-col-xs-pull-11 {
  left: 45.8333%;
}

.ant-col-xs-offset-11 {
  margin-right: 45.8333%;
}

.ant-col-xs-order-11 {
  order: 11;
}

.ant-col-xs-10 {
  box-sizing: border-box;
  width: 41.6667%;
  display: block;
}

.ant-col-xs-push-10 {
  right: 41.6667%;
}

.ant-col-xs-pull-10 {
  left: 41.6667%;
}

.ant-col-xs-offset-10 {
  margin-right: 41.6667%;
}

.ant-col-xs-order-10 {
  order: 10;
}

.ant-col-xs-9 {
  box-sizing: border-box;
  width: 37.5%;
  display: block;
}

.ant-col-xs-push-9 {
  right: 37.5%;
}

.ant-col-xs-pull-9 {
  left: 37.5%;
}

.ant-col-xs-offset-9 {
  margin-right: 37.5%;
}

.ant-col-xs-order-9 {
  order: 9;
}

.ant-col-xs-8 {
  box-sizing: border-box;
  width: 33.3333%;
  display: block;
}

.ant-col-xs-push-8 {
  right: 33.3333%;
}

.ant-col-xs-pull-8 {
  left: 33.3333%;
}

.ant-col-xs-offset-8 {
  margin-right: 33.3333%;
}

.ant-col-xs-order-8 {
  order: 8;
}

.ant-col-xs-7 {
  box-sizing: border-box;
  width: 29.1667%;
  display: block;
}

.ant-col-xs-push-7 {
  right: 29.1667%;
}

.ant-col-xs-pull-7 {
  left: 29.1667%;
}

.ant-col-xs-offset-7 {
  margin-right: 29.1667%;
}

.ant-col-xs-order-7 {
  order: 7;
}

.ant-col-xs-6 {
  box-sizing: border-box;
  width: 25%;
  display: block;
}

.ant-col-xs-push-6 {
  right: 25%;
}

.ant-col-xs-pull-6 {
  left: 25%;
}

.ant-col-xs-offset-6 {
  margin-right: 25%;
}

.ant-col-xs-order-6 {
  order: 6;
}

.ant-col-xs-5 {
  box-sizing: border-box;
  width: 20.8333%;
  display: block;
}

.ant-col-xs-push-5 {
  right: 20.8333%;
}

.ant-col-xs-pull-5 {
  left: 20.8333%;
}

.ant-col-xs-offset-5 {
  margin-right: 20.8333%;
}

.ant-col-xs-order-5 {
  order: 5;
}

.ant-col-xs-4 {
  box-sizing: border-box;
  width: 16.6667%;
  display: block;
}

.ant-col-xs-push-4 {
  right: 16.6667%;
}

.ant-col-xs-pull-4 {
  left: 16.6667%;
}

.ant-col-xs-offset-4 {
  margin-right: 16.6667%;
}

.ant-col-xs-order-4 {
  order: 4;
}

.ant-col-xs-3 {
  box-sizing: border-box;
  width: 12.5%;
  display: block;
}

.ant-col-xs-push-3 {
  right: 12.5%;
}

.ant-col-xs-pull-3 {
  left: 12.5%;
}

.ant-col-xs-offset-3 {
  margin-right: 12.5%;
}

.ant-col-xs-order-3 {
  order: 3;
}

.ant-col-xs-2 {
  box-sizing: border-box;
  width: 8.33333%;
  display: block;
}

.ant-col-xs-push-2 {
  right: 8.33333%;
}

.ant-col-xs-pull-2 {
  left: 8.33333%;
}

.ant-col-xs-offset-2 {
  margin-right: 8.33333%;
}

.ant-col-xs-order-2 {
  order: 2;
}

.ant-col-xs-1 {
  box-sizing: border-box;
  width: 4.16667%;
  display: block;
}

.ant-col-xs-push-1 {
  right: 4.16667%;
}

.ant-col-xs-pull-1 {
  left: 4.16667%;
}

.ant-col-xs-offset-1 {
  margin-right: 4.16667%;
}

.ant-col-xs-order-1 {
  order: 1;
}

.ant-col-xs-0 {
  display: none;
}

.ant-col-push-0 {
  right: auto;
}

.ant-col-pull-0 {
  left: auto;
}

.ant-col-xs-push-0 {
  right: auto;
}

.ant-col-xs-pull-0 {
  left: auto;
}

.ant-col-xs-offset-0 {
  margin-right: 0;
}

.ant-col-xs-order-0 {
  order: 0;
}

@media (min-width: 576px) {
  .ant-col-sm-1, .ant-col-sm-2, .ant-col-sm-3, .ant-col-sm-4, .ant-col-sm-5, .ant-col-sm-6, .ant-col-sm-7, .ant-col-sm-8, .ant-col-sm-9, .ant-col-sm-10, .ant-col-sm-11, .ant-col-sm-12, .ant-col-sm-13, .ant-col-sm-14, .ant-col-sm-15, .ant-col-sm-16, .ant-col-sm-17, .ant-col-sm-18, .ant-col-sm-19, .ant-col-sm-20, .ant-col-sm-21, .ant-col-sm-22, .ant-col-sm-23, .ant-col-sm-24 {
    float: right;
    flex: none;
  }

  .ant-col-sm-24 {
    box-sizing: border-box;
    width: 100%;
    display: block;
  }

  .ant-col-sm-push-24 {
    right: 100%;
  }

  .ant-col-sm-pull-24 {
    left: 100%;
  }

  .ant-col-sm-offset-24 {
    margin-right: 100%;
  }

  .ant-col-sm-order-24 {
    order: 24;
  }

  .ant-col-sm-23 {
    box-sizing: border-box;
    width: 95.8333%;
    display: block;
  }

  .ant-col-sm-push-23 {
    right: 95.8333%;
  }

  .ant-col-sm-pull-23 {
    left: 95.8333%;
  }

  .ant-col-sm-offset-23 {
    margin-right: 95.8333%;
  }

  .ant-col-sm-order-23 {
    order: 23;
  }

  .ant-col-sm-22 {
    box-sizing: border-box;
    width: 91.6667%;
    display: block;
  }

  .ant-col-sm-push-22 {
    right: 91.6667%;
  }

  .ant-col-sm-pull-22 {
    left: 91.6667%;
  }

  .ant-col-sm-offset-22 {
    margin-right: 91.6667%;
  }

  .ant-col-sm-order-22 {
    order: 22;
  }

  .ant-col-sm-21 {
    box-sizing: border-box;
    width: 87.5%;
    display: block;
  }

  .ant-col-sm-push-21 {
    right: 87.5%;
  }

  .ant-col-sm-pull-21 {
    left: 87.5%;
  }

  .ant-col-sm-offset-21 {
    margin-right: 87.5%;
  }

  .ant-col-sm-order-21 {
    order: 21;
  }

  .ant-col-sm-20 {
    box-sizing: border-box;
    width: 83.3333%;
    display: block;
  }

  .ant-col-sm-push-20 {
    right: 83.3333%;
  }

  .ant-col-sm-pull-20 {
    left: 83.3333%;
  }

  .ant-col-sm-offset-20 {
    margin-right: 83.3333%;
  }

  .ant-col-sm-order-20 {
    order: 20;
  }

  .ant-col-sm-19 {
    box-sizing: border-box;
    width: 79.1667%;
    display: block;
  }

  .ant-col-sm-push-19 {
    right: 79.1667%;
  }

  .ant-col-sm-pull-19 {
    left: 79.1667%;
  }

  .ant-col-sm-offset-19 {
    margin-right: 79.1667%;
  }

  .ant-col-sm-order-19 {
    order: 19;
  }

  .ant-col-sm-18 {
    box-sizing: border-box;
    width: 75%;
    display: block;
  }

  .ant-col-sm-push-18 {
    right: 75%;
  }

  .ant-col-sm-pull-18 {
    left: 75%;
  }

  .ant-col-sm-offset-18 {
    margin-right: 75%;
  }

  .ant-col-sm-order-18 {
    order: 18;
  }

  .ant-col-sm-17 {
    box-sizing: border-box;
    width: 70.8333%;
    display: block;
  }

  .ant-col-sm-push-17 {
    right: 70.8333%;
  }

  .ant-col-sm-pull-17 {
    left: 70.8333%;
  }

  .ant-col-sm-offset-17 {
    margin-right: 70.8333%;
  }

  .ant-col-sm-order-17 {
    order: 17;
  }

  .ant-col-sm-16 {
    box-sizing: border-box;
    width: 66.6667%;
    display: block;
  }

  .ant-col-sm-push-16 {
    right: 66.6667%;
  }

  .ant-col-sm-pull-16 {
    left: 66.6667%;
  }

  .ant-col-sm-offset-16 {
    margin-right: 66.6667%;
  }

  .ant-col-sm-order-16 {
    order: 16;
  }

  .ant-col-sm-15 {
    box-sizing: border-box;
    width: 62.5%;
    display: block;
  }

  .ant-col-sm-push-15 {
    right: 62.5%;
  }

  .ant-col-sm-pull-15 {
    left: 62.5%;
  }

  .ant-col-sm-offset-15 {
    margin-right: 62.5%;
  }

  .ant-col-sm-order-15 {
    order: 15;
  }

  .ant-col-sm-14 {
    box-sizing: border-box;
    width: 58.3333%;
    display: block;
  }

  .ant-col-sm-push-14 {
    right: 58.3333%;
  }

  .ant-col-sm-pull-14 {
    left: 58.3333%;
  }

  .ant-col-sm-offset-14 {
    margin-right: 58.3333%;
  }

  .ant-col-sm-order-14 {
    order: 14;
  }

  .ant-col-sm-13 {
    box-sizing: border-box;
    width: 54.1667%;
    display: block;
  }

  .ant-col-sm-push-13 {
    right: 54.1667%;
  }

  .ant-col-sm-pull-13 {
    left: 54.1667%;
  }

  .ant-col-sm-offset-13 {
    margin-right: 54.1667%;
  }

  .ant-col-sm-order-13 {
    order: 13;
  }

  .ant-col-sm-12 {
    box-sizing: border-box;
    width: 50%;
    display: block;
  }

  .ant-col-sm-push-12 {
    right: 50%;
  }

  .ant-col-sm-pull-12 {
    left: 50%;
  }

  .ant-col-sm-offset-12 {
    margin-right: 50%;
  }

  .ant-col-sm-order-12 {
    order: 12;
  }

  .ant-col-sm-11 {
    box-sizing: border-box;
    width: 45.8333%;
    display: block;
  }

  .ant-col-sm-push-11 {
    right: 45.8333%;
  }

  .ant-col-sm-pull-11 {
    left: 45.8333%;
  }

  .ant-col-sm-offset-11 {
    margin-right: 45.8333%;
  }

  .ant-col-sm-order-11 {
    order: 11;
  }

  .ant-col-sm-10 {
    box-sizing: border-box;
    width: 41.6667%;
    display: block;
  }

  .ant-col-sm-push-10 {
    right: 41.6667%;
  }

  .ant-col-sm-pull-10 {
    left: 41.6667%;
  }

  .ant-col-sm-offset-10 {
    margin-right: 41.6667%;
  }

  .ant-col-sm-order-10 {
    order: 10;
  }

  .ant-col-sm-9 {
    box-sizing: border-box;
    width: 37.5%;
    display: block;
  }

  .ant-col-sm-push-9 {
    right: 37.5%;
  }

  .ant-col-sm-pull-9 {
    left: 37.5%;
  }

  .ant-col-sm-offset-9 {
    margin-right: 37.5%;
  }

  .ant-col-sm-order-9 {
    order: 9;
  }

  .ant-col-sm-8 {
    box-sizing: border-box;
    width: 33.3333%;
    display: block;
  }

  .ant-col-sm-push-8 {
    right: 33.3333%;
  }

  .ant-col-sm-pull-8 {
    left: 33.3333%;
  }

  .ant-col-sm-offset-8 {
    margin-right: 33.3333%;
  }

  .ant-col-sm-order-8 {
    order: 8;
  }

  .ant-col-sm-7 {
    box-sizing: border-box;
    width: 29.1667%;
    display: block;
  }

  .ant-col-sm-push-7 {
    right: 29.1667%;
  }

  .ant-col-sm-pull-7 {
    left: 29.1667%;
  }

  .ant-col-sm-offset-7 {
    margin-right: 29.1667%;
  }

  .ant-col-sm-order-7 {
    order: 7;
  }

  .ant-col-sm-6 {
    box-sizing: border-box;
    width: 25%;
    display: block;
  }

  .ant-col-sm-push-6 {
    right: 25%;
  }

  .ant-col-sm-pull-6 {
    left: 25%;
  }

  .ant-col-sm-offset-6 {
    margin-right: 25%;
  }

  .ant-col-sm-order-6 {
    order: 6;
  }

  .ant-col-sm-5 {
    box-sizing: border-box;
    width: 20.8333%;
    display: block;
  }

  .ant-col-sm-push-5 {
    right: 20.8333%;
  }

  .ant-col-sm-pull-5 {
    left: 20.8333%;
  }

  .ant-col-sm-offset-5 {
    margin-right: 20.8333%;
  }

  .ant-col-sm-order-5 {
    order: 5;
  }

  .ant-col-sm-4 {
    box-sizing: border-box;
    width: 16.6667%;
    display: block;
  }

  .ant-col-sm-push-4 {
    right: 16.6667%;
  }

  .ant-col-sm-pull-4 {
    left: 16.6667%;
  }

  .ant-col-sm-offset-4 {
    margin-right: 16.6667%;
  }

  .ant-col-sm-order-4 {
    order: 4;
  }

  .ant-col-sm-3 {
    box-sizing: border-box;
    width: 12.5%;
    display: block;
  }

  .ant-col-sm-push-3 {
    right: 12.5%;
  }

  .ant-col-sm-pull-3 {
    left: 12.5%;
  }

  .ant-col-sm-offset-3 {
    margin-right: 12.5%;
  }

  .ant-col-sm-order-3 {
    order: 3;
  }

  .ant-col-sm-2 {
    box-sizing: border-box;
    width: 8.33333%;
    display: block;
  }

  .ant-col-sm-push-2 {
    right: 8.33333%;
  }

  .ant-col-sm-pull-2 {
    left: 8.33333%;
  }

  .ant-col-sm-offset-2 {
    margin-right: 8.33333%;
  }

  .ant-col-sm-order-2 {
    order: 2;
  }

  .ant-col-sm-1 {
    box-sizing: border-box;
    width: 4.16667%;
    display: block;
  }

  .ant-col-sm-push-1 {
    right: 4.16667%;
  }

  .ant-col-sm-pull-1 {
    left: 4.16667%;
  }

  .ant-col-sm-offset-1 {
    margin-right: 4.16667%;
  }

  .ant-col-sm-order-1 {
    order: 1;
  }

  .ant-col-sm-0 {
    display: none;
  }

  .ant-col-push-0 {
    right: auto;
  }

  .ant-col-pull-0 {
    left: auto;
  }

  .ant-col-sm-push-0 {
    right: auto;
  }

  .ant-col-sm-pull-0 {
    left: auto;
  }

  .ant-col-sm-offset-0 {
    margin-right: 0;
  }

  .ant-col-sm-order-0 {
    order: 0;
  }
}

@media (min-width: 768px) {
  .ant-col-md-1, .ant-col-md-2, .ant-col-md-3, .ant-col-md-4, .ant-col-md-5, .ant-col-md-6, .ant-col-md-7, .ant-col-md-8, .ant-col-md-9, .ant-col-md-10, .ant-col-md-11, .ant-col-md-12, .ant-col-md-13, .ant-col-md-14, .ant-col-md-15, .ant-col-md-16, .ant-col-md-17, .ant-col-md-18, .ant-col-md-19, .ant-col-md-20, .ant-col-md-21, .ant-col-md-22, .ant-col-md-23, .ant-col-md-24 {
    float: right;
    flex: none;
  }

  .ant-col-md-24 {
    box-sizing: border-box;
    width: 100%;
    display: block;
  }

  .ant-col-md-push-24 {
    right: 100%;
  }

  .ant-col-md-pull-24 {
    left: 100%;
  }

  .ant-col-md-offset-24 {
    margin-right: 100%;
  }

  .ant-col-md-order-24 {
    order: 24;
  }

  .ant-col-md-23 {
    box-sizing: border-box;
    width: 95.8333%;
    display: block;
  }

  .ant-col-md-push-23 {
    right: 95.8333%;
  }

  .ant-col-md-pull-23 {
    left: 95.8333%;
  }

  .ant-col-md-offset-23 {
    margin-right: 95.8333%;
  }

  .ant-col-md-order-23 {
    order: 23;
  }

  .ant-col-md-22 {
    box-sizing: border-box;
    width: 91.6667%;
    display: block;
  }

  .ant-col-md-push-22 {
    right: 91.6667%;
  }

  .ant-col-md-pull-22 {
    left: 91.6667%;
  }

  .ant-col-md-offset-22 {
    margin-right: 91.6667%;
  }

  .ant-col-md-order-22 {
    order: 22;
  }

  .ant-col-md-21 {
    box-sizing: border-box;
    width: 87.5%;
    display: block;
  }

  .ant-col-md-push-21 {
    right: 87.5%;
  }

  .ant-col-md-pull-21 {
    left: 87.5%;
  }

  .ant-col-md-offset-21 {
    margin-right: 87.5%;
  }

  .ant-col-md-order-21 {
    order: 21;
  }

  .ant-col-md-20 {
    box-sizing: border-box;
    width: 83.3333%;
    display: block;
  }

  .ant-col-md-push-20 {
    right: 83.3333%;
  }

  .ant-col-md-pull-20 {
    left: 83.3333%;
  }

  .ant-col-md-offset-20 {
    margin-right: 83.3333%;
  }

  .ant-col-md-order-20 {
    order: 20;
  }

  .ant-col-md-19 {
    box-sizing: border-box;
    width: 79.1667%;
    display: block;
  }

  .ant-col-md-push-19 {
    right: 79.1667%;
  }

  .ant-col-md-pull-19 {
    left: 79.1667%;
  }

  .ant-col-md-offset-19 {
    margin-right: 79.1667%;
  }

  .ant-col-md-order-19 {
    order: 19;
  }

  .ant-col-md-18 {
    box-sizing: border-box;
    width: 75%;
    display: block;
  }

  .ant-col-md-push-18 {
    right: 75%;
  }

  .ant-col-md-pull-18 {
    left: 75%;
  }

  .ant-col-md-offset-18 {
    margin-right: 75%;
  }

  .ant-col-md-order-18 {
    order: 18;
  }

  .ant-col-md-17 {
    box-sizing: border-box;
    width: 70.8333%;
    display: block;
  }

  .ant-col-md-push-17 {
    right: 70.8333%;
  }

  .ant-col-md-pull-17 {
    left: 70.8333%;
  }

  .ant-col-md-offset-17 {
    margin-right: 70.8333%;
  }

  .ant-col-md-order-17 {
    order: 17;
  }

  .ant-col-md-16 {
    box-sizing: border-box;
    width: 66.6667%;
    display: block;
  }

  .ant-col-md-push-16 {
    right: 66.6667%;
  }

  .ant-col-md-pull-16 {
    left: 66.6667%;
  }

  .ant-col-md-offset-16 {
    margin-right: 66.6667%;
  }

  .ant-col-md-order-16 {
    order: 16;
  }

  .ant-col-md-15 {
    box-sizing: border-box;
    width: 62.5%;
    display: block;
  }

  .ant-col-md-push-15 {
    right: 62.5%;
  }

  .ant-col-md-pull-15 {
    left: 62.5%;
  }

  .ant-col-md-offset-15 {
    margin-right: 62.5%;
  }

  .ant-col-md-order-15 {
    order: 15;
  }

  .ant-col-md-14 {
    box-sizing: border-box;
    width: 58.3333%;
    display: block;
  }

  .ant-col-md-push-14 {
    right: 58.3333%;
  }

  .ant-col-md-pull-14 {
    left: 58.3333%;
  }

  .ant-col-md-offset-14 {
    margin-right: 58.3333%;
  }

  .ant-col-md-order-14 {
    order: 14;
  }

  .ant-col-md-13 {
    box-sizing: border-box;
    width: 54.1667%;
    display: block;
  }

  .ant-col-md-push-13 {
    right: 54.1667%;
  }

  .ant-col-md-pull-13 {
    left: 54.1667%;
  }

  .ant-col-md-offset-13 {
    margin-right: 54.1667%;
  }

  .ant-col-md-order-13 {
    order: 13;
  }

  .ant-col-md-12 {
    box-sizing: border-box;
    width: 50%;
    display: block;
  }

  .ant-col-md-push-12 {
    right: 50%;
  }

  .ant-col-md-pull-12 {
    left: 50%;
  }

  .ant-col-md-offset-12 {
    margin-right: 50%;
  }

  .ant-col-md-order-12 {
    order: 12;
  }

  .ant-col-md-11 {
    box-sizing: border-box;
    width: 45.8333%;
    display: block;
  }

  .ant-col-md-push-11 {
    right: 45.8333%;
  }

  .ant-col-md-pull-11 {
    left: 45.8333%;
  }

  .ant-col-md-offset-11 {
    margin-right: 45.8333%;
  }

  .ant-col-md-order-11 {
    order: 11;
  }

  .ant-col-md-10 {
    box-sizing: border-box;
    width: 41.6667%;
    display: block;
  }

  .ant-col-md-push-10 {
    right: 41.6667%;
  }

  .ant-col-md-pull-10 {
    left: 41.6667%;
  }

  .ant-col-md-offset-10 {
    margin-right: 41.6667%;
  }

  .ant-col-md-order-10 {
    order: 10;
  }

  .ant-col-md-9 {
    box-sizing: border-box;
    width: 37.5%;
    display: block;
  }

  .ant-col-md-push-9 {
    right: 37.5%;
  }

  .ant-col-md-pull-9 {
    left: 37.5%;
  }

  .ant-col-md-offset-9 {
    margin-right: 37.5%;
  }

  .ant-col-md-order-9 {
    order: 9;
  }

  .ant-col-md-8 {
    box-sizing: border-box;
    width: 33.3333%;
    display: block;
  }

  .ant-col-md-push-8 {
    right: 33.3333%;
  }

  .ant-col-md-pull-8 {
    left: 33.3333%;
  }

  .ant-col-md-offset-8 {
    margin-right: 33.3333%;
  }

  .ant-col-md-order-8 {
    order: 8;
  }

  .ant-col-md-7 {
    box-sizing: border-box;
    width: 29.1667%;
    display: block;
  }

  .ant-col-md-push-7 {
    right: 29.1667%;
  }

  .ant-col-md-pull-7 {
    left: 29.1667%;
  }

  .ant-col-md-offset-7 {
    margin-right: 29.1667%;
  }

  .ant-col-md-order-7 {
    order: 7;
  }

  .ant-col-md-6 {
    box-sizing: border-box;
    width: 25%;
    display: block;
  }

  .ant-col-md-push-6 {
    right: 25%;
  }

  .ant-col-md-pull-6 {
    left: 25%;
  }

  .ant-col-md-offset-6 {
    margin-right: 25%;
  }

  .ant-col-md-order-6 {
    order: 6;
  }

  .ant-col-md-5 {
    box-sizing: border-box;
    width: 20.8333%;
    display: block;
  }

  .ant-col-md-push-5 {
    right: 20.8333%;
  }

  .ant-col-md-pull-5 {
    left: 20.8333%;
  }

  .ant-col-md-offset-5 {
    margin-right: 20.8333%;
  }

  .ant-col-md-order-5 {
    order: 5;
  }

  .ant-col-md-4 {
    box-sizing: border-box;
    width: 16.6667%;
    display: block;
  }

  .ant-col-md-push-4 {
    right: 16.6667%;
  }

  .ant-col-md-pull-4 {
    left: 16.6667%;
  }

  .ant-col-md-offset-4 {
    margin-right: 16.6667%;
  }

  .ant-col-md-order-4 {
    order: 4;
  }

  .ant-col-md-3 {
    box-sizing: border-box;
    width: 12.5%;
    display: block;
  }

  .ant-col-md-push-3 {
    right: 12.5%;
  }

  .ant-col-md-pull-3 {
    left: 12.5%;
  }

  .ant-col-md-offset-3 {
    margin-right: 12.5%;
  }

  .ant-col-md-order-3 {
    order: 3;
  }

  .ant-col-md-2 {
    box-sizing: border-box;
    width: 8.33333%;
    display: block;
  }

  .ant-col-md-push-2 {
    right: 8.33333%;
  }

  .ant-col-md-pull-2 {
    left: 8.33333%;
  }

  .ant-col-md-offset-2 {
    margin-right: 8.33333%;
  }

  .ant-col-md-order-2 {
    order: 2;
  }

  .ant-col-md-1 {
    box-sizing: border-box;
    width: 4.16667%;
    display: block;
  }

  .ant-col-md-push-1 {
    right: 4.16667%;
  }

  .ant-col-md-pull-1 {
    left: 4.16667%;
  }

  .ant-col-md-offset-1 {
    margin-right: 4.16667%;
  }

  .ant-col-md-order-1 {
    order: 1;
  }

  .ant-col-md-0 {
    display: none;
  }

  .ant-col-push-0 {
    right: auto;
  }

  .ant-col-pull-0 {
    left: auto;
  }

  .ant-col-md-push-0 {
    right: auto;
  }

  .ant-col-md-pull-0 {
    left: auto;
  }

  .ant-col-md-offset-0 {
    margin-right: 0;
  }

  .ant-col-md-order-0 {
    order: 0;
  }
}

@media (min-width: 992px) {
  .ant-col-lg-1, .ant-col-lg-2, .ant-col-lg-3, .ant-col-lg-4, .ant-col-lg-5, .ant-col-lg-6, .ant-col-lg-7, .ant-col-lg-8, .ant-col-lg-9, .ant-col-lg-10, .ant-col-lg-11, .ant-col-lg-12, .ant-col-lg-13, .ant-col-lg-14, .ant-col-lg-15, .ant-col-lg-16, .ant-col-lg-17, .ant-col-lg-18, .ant-col-lg-19, .ant-col-lg-20, .ant-col-lg-21, .ant-col-lg-22, .ant-col-lg-23, .ant-col-lg-24 {
    float: right;
    flex: none;
  }

  .ant-col-lg-24 {
    box-sizing: border-box;
    width: 100%;
    display: block;
  }

  .ant-col-lg-push-24 {
    right: 100%;
  }

  .ant-col-lg-pull-24 {
    left: 100%;
  }

  .ant-col-lg-offset-24 {
    margin-right: 100%;
  }

  .ant-col-lg-order-24 {
    order: 24;
  }

  .ant-col-lg-23 {
    box-sizing: border-box;
    width: 95.8333%;
    display: block;
  }

  .ant-col-lg-push-23 {
    right: 95.8333%;
  }

  .ant-col-lg-pull-23 {
    left: 95.8333%;
  }

  .ant-col-lg-offset-23 {
    margin-right: 95.8333%;
  }

  .ant-col-lg-order-23 {
    order: 23;
  }

  .ant-col-lg-22 {
    box-sizing: border-box;
    width: 91.6667%;
    display: block;
  }

  .ant-col-lg-push-22 {
    right: 91.6667%;
  }

  .ant-col-lg-pull-22 {
    left: 91.6667%;
  }

  .ant-col-lg-offset-22 {
    margin-right: 91.6667%;
  }

  .ant-col-lg-order-22 {
    order: 22;
  }

  .ant-col-lg-21 {
    box-sizing: border-box;
    width: 87.5%;
    display: block;
  }

  .ant-col-lg-push-21 {
    right: 87.5%;
  }

  .ant-col-lg-pull-21 {
    left: 87.5%;
  }

  .ant-col-lg-offset-21 {
    margin-right: 87.5%;
  }

  .ant-col-lg-order-21 {
    order: 21;
  }

  .ant-col-lg-20 {
    box-sizing: border-box;
    width: 83.3333%;
    display: block;
  }

  .ant-col-lg-push-20 {
    right: 83.3333%;
  }

  .ant-col-lg-pull-20 {
    left: 83.3333%;
  }

  .ant-col-lg-offset-20 {
    margin-right: 83.3333%;
  }

  .ant-col-lg-order-20 {
    order: 20;
  }

  .ant-col-lg-19 {
    box-sizing: border-box;
    width: 79.1667%;
    display: block;
  }

  .ant-col-lg-push-19 {
    right: 79.1667%;
  }

  .ant-col-lg-pull-19 {
    left: 79.1667%;
  }

  .ant-col-lg-offset-19 {
    margin-right: 79.1667%;
  }

  .ant-col-lg-order-19 {
    order: 19;
  }

  .ant-col-lg-18 {
    box-sizing: border-box;
    width: 75%;
    display: block;
  }

  .ant-col-lg-push-18 {
    right: 75%;
  }

  .ant-col-lg-pull-18 {
    left: 75%;
  }

  .ant-col-lg-offset-18 {
    margin-right: 75%;
  }

  .ant-col-lg-order-18 {
    order: 18;
  }

  .ant-col-lg-17 {
    box-sizing: border-box;
    width: 70.8333%;
    display: block;
  }

  .ant-col-lg-push-17 {
    right: 70.8333%;
  }

  .ant-col-lg-pull-17 {
    left: 70.8333%;
  }

  .ant-col-lg-offset-17 {
    margin-right: 70.8333%;
  }

  .ant-col-lg-order-17 {
    order: 17;
  }

  .ant-col-lg-16 {
    box-sizing: border-box;
    width: 66.6667%;
    display: block;
  }

  .ant-col-lg-push-16 {
    right: 66.6667%;
  }

  .ant-col-lg-pull-16 {
    left: 66.6667%;
  }

  .ant-col-lg-offset-16 {
    margin-right: 66.6667%;
  }

  .ant-col-lg-order-16 {
    order: 16;
  }

  .ant-col-lg-15 {
    box-sizing: border-box;
    width: 62.5%;
    display: block;
  }

  .ant-col-lg-push-15 {
    right: 62.5%;
  }

  .ant-col-lg-pull-15 {
    left: 62.5%;
  }

  .ant-col-lg-offset-15 {
    margin-right: 62.5%;
  }

  .ant-col-lg-order-15 {
    order: 15;
  }

  .ant-col-lg-14 {
    box-sizing: border-box;
    width: 58.3333%;
    display: block;
  }

  .ant-col-lg-push-14 {
    right: 58.3333%;
  }

  .ant-col-lg-pull-14 {
    left: 58.3333%;
  }

  .ant-col-lg-offset-14 {
    margin-right: 58.3333%;
  }

  .ant-col-lg-order-14 {
    order: 14;
  }

  .ant-col-lg-13 {
    box-sizing: border-box;
    width: 54.1667%;
    display: block;
  }

  .ant-col-lg-push-13 {
    right: 54.1667%;
  }

  .ant-col-lg-pull-13 {
    left: 54.1667%;
  }

  .ant-col-lg-offset-13 {
    margin-right: 54.1667%;
  }

  .ant-col-lg-order-13 {
    order: 13;
  }

  .ant-col-lg-12 {
    box-sizing: border-box;
    width: 50%;
    display: block;
  }

  .ant-col-lg-push-12 {
    right: 50%;
  }

  .ant-col-lg-pull-12 {
    left: 50%;
  }

  .ant-col-lg-offset-12 {
    margin-right: 50%;
  }

  .ant-col-lg-order-12 {
    order: 12;
  }

  .ant-col-lg-11 {
    box-sizing: border-box;
    width: 45.8333%;
    display: block;
  }

  .ant-col-lg-push-11 {
    right: 45.8333%;
  }

  .ant-col-lg-pull-11 {
    left: 45.8333%;
  }

  .ant-col-lg-offset-11 {
    margin-right: 45.8333%;
  }

  .ant-col-lg-order-11 {
    order: 11;
  }

  .ant-col-lg-10 {
    box-sizing: border-box;
    width: 41.6667%;
    display: block;
  }

  .ant-col-lg-push-10 {
    right: 41.6667%;
  }

  .ant-col-lg-pull-10 {
    left: 41.6667%;
  }

  .ant-col-lg-offset-10 {
    margin-right: 41.6667%;
  }

  .ant-col-lg-order-10 {
    order: 10;
  }

  .ant-col-lg-9 {
    box-sizing: border-box;
    width: 37.5%;
    display: block;
  }

  .ant-col-lg-push-9 {
    right: 37.5%;
  }

  .ant-col-lg-pull-9 {
    left: 37.5%;
  }

  .ant-col-lg-offset-9 {
    margin-right: 37.5%;
  }

  .ant-col-lg-order-9 {
    order: 9;
  }

  .ant-col-lg-8 {
    box-sizing: border-box;
    width: 33.3333%;
    display: block;
  }

  .ant-col-lg-push-8 {
    right: 33.3333%;
  }

  .ant-col-lg-pull-8 {
    left: 33.3333%;
  }

  .ant-col-lg-offset-8 {
    margin-right: 33.3333%;
  }

  .ant-col-lg-order-8 {
    order: 8;
  }

  .ant-col-lg-7 {
    box-sizing: border-box;
    width: 29.1667%;
    display: block;
  }

  .ant-col-lg-push-7 {
    right: 29.1667%;
  }

  .ant-col-lg-pull-7 {
    left: 29.1667%;
  }

  .ant-col-lg-offset-7 {
    margin-right: 29.1667%;
  }

  .ant-col-lg-order-7 {
    order: 7;
  }

  .ant-col-lg-6 {
    box-sizing: border-box;
    width: 25%;
    display: block;
  }

  .ant-col-lg-push-6 {
    right: 25%;
  }

  .ant-col-lg-pull-6 {
    left: 25%;
  }

  .ant-col-lg-offset-6 {
    margin-right: 25%;
  }

  .ant-col-lg-order-6 {
    order: 6;
  }

  .ant-col-lg-5 {
    box-sizing: border-box;
    width: 20.8333%;
    display: block;
  }

  .ant-col-lg-push-5 {
    right: 20.8333%;
  }

  .ant-col-lg-pull-5 {
    left: 20.8333%;
  }

  .ant-col-lg-offset-5 {
    margin-right: 20.8333%;
  }

  .ant-col-lg-order-5 {
    order: 5;
  }

  .ant-col-lg-4 {
    box-sizing: border-box;
    width: 16.6667%;
    display: block;
  }

  .ant-col-lg-push-4 {
    right: 16.6667%;
  }

  .ant-col-lg-pull-4 {
    left: 16.6667%;
  }

  .ant-col-lg-offset-4 {
    margin-right: 16.6667%;
  }

  .ant-col-lg-order-4 {
    order: 4;
  }

  .ant-col-lg-3 {
    box-sizing: border-box;
    width: 12.5%;
    display: block;
  }

  .ant-col-lg-push-3 {
    right: 12.5%;
  }

  .ant-col-lg-pull-3 {
    left: 12.5%;
  }

  .ant-col-lg-offset-3 {
    margin-right: 12.5%;
  }

  .ant-col-lg-order-3 {
    order: 3;
  }

  .ant-col-lg-2 {
    box-sizing: border-box;
    width: 8.33333%;
    display: block;
  }

  .ant-col-lg-push-2 {
    right: 8.33333%;
  }

  .ant-col-lg-pull-2 {
    left: 8.33333%;
  }

  .ant-col-lg-offset-2 {
    margin-right: 8.33333%;
  }

  .ant-col-lg-order-2 {
    order: 2;
  }

  .ant-col-lg-1 {
    box-sizing: border-box;
    width: 4.16667%;
    display: block;
  }

  .ant-col-lg-push-1 {
    right: 4.16667%;
  }

  .ant-col-lg-pull-1 {
    left: 4.16667%;
  }

  .ant-col-lg-offset-1 {
    margin-right: 4.16667%;
  }

  .ant-col-lg-order-1 {
    order: 1;
  }

  .ant-col-lg-0 {
    display: none;
  }

  .ant-col-push-0 {
    right: auto;
  }

  .ant-col-pull-0 {
    left: auto;
  }

  .ant-col-lg-push-0 {
    right: auto;
  }

  .ant-col-lg-pull-0 {
    left: auto;
  }

  .ant-col-lg-offset-0 {
    margin-right: 0;
  }

  .ant-col-lg-order-0 {
    order: 0;
  }
}

@media (min-width: 1200px) {
  .ant-col-xl-1, .ant-col-xl-2, .ant-col-xl-3, .ant-col-xl-4, .ant-col-xl-5, .ant-col-xl-6, .ant-col-xl-7, .ant-col-xl-8, .ant-col-xl-9, .ant-col-xl-10, .ant-col-xl-11, .ant-col-xl-12, .ant-col-xl-13, .ant-col-xl-14, .ant-col-xl-15, .ant-col-xl-16, .ant-col-xl-17, .ant-col-xl-18, .ant-col-xl-19, .ant-col-xl-20, .ant-col-xl-21, .ant-col-xl-22, .ant-col-xl-23, .ant-col-xl-24 {
    float: right;
    flex: none;
  }

  .ant-col-xl-24 {
    box-sizing: border-box;
    width: 100%;
    display: block;
  }

  .ant-col-xl-push-24 {
    right: 100%;
  }

  .ant-col-xl-pull-24 {
    left: 100%;
  }

  .ant-col-xl-offset-24 {
    margin-right: 100%;
  }

  .ant-col-xl-order-24 {
    order: 24;
  }

  .ant-col-xl-23 {
    box-sizing: border-box;
    width: 95.8333%;
    display: block;
  }

  .ant-col-xl-push-23 {
    right: 95.8333%;
  }

  .ant-col-xl-pull-23 {
    left: 95.8333%;
  }

  .ant-col-xl-offset-23 {
    margin-right: 95.8333%;
  }

  .ant-col-xl-order-23 {
    order: 23;
  }

  .ant-col-xl-22 {
    box-sizing: border-box;
    width: 91.6667%;
    display: block;
  }

  .ant-col-xl-push-22 {
    right: 91.6667%;
  }

  .ant-col-xl-pull-22 {
    left: 91.6667%;
  }

  .ant-col-xl-offset-22 {
    margin-right: 91.6667%;
  }

  .ant-col-xl-order-22 {
    order: 22;
  }

  .ant-col-xl-21 {
    box-sizing: border-box;
    width: 87.5%;
    display: block;
  }

  .ant-col-xl-push-21 {
    right: 87.5%;
  }

  .ant-col-xl-pull-21 {
    left: 87.5%;
  }

  .ant-col-xl-offset-21 {
    margin-right: 87.5%;
  }

  .ant-col-xl-order-21 {
    order: 21;
  }

  .ant-col-xl-20 {
    box-sizing: border-box;
    width: 83.3333%;
    display: block;
  }

  .ant-col-xl-push-20 {
    right: 83.3333%;
  }

  .ant-col-xl-pull-20 {
    left: 83.3333%;
  }

  .ant-col-xl-offset-20 {
    margin-right: 83.3333%;
  }

  .ant-col-xl-order-20 {
    order: 20;
  }

  .ant-col-xl-19 {
    box-sizing: border-box;
    width: 79.1667%;
    display: block;
  }

  .ant-col-xl-push-19 {
    right: 79.1667%;
  }

  .ant-col-xl-pull-19 {
    left: 79.1667%;
  }

  .ant-col-xl-offset-19 {
    margin-right: 79.1667%;
  }

  .ant-col-xl-order-19 {
    order: 19;
  }

  .ant-col-xl-18 {
    box-sizing: border-box;
    width: 75%;
    display: block;
  }

  .ant-col-xl-push-18 {
    right: 75%;
  }

  .ant-col-xl-pull-18 {
    left: 75%;
  }

  .ant-col-xl-offset-18 {
    margin-right: 75%;
  }

  .ant-col-xl-order-18 {
    order: 18;
  }

  .ant-col-xl-17 {
    box-sizing: border-box;
    width: 70.8333%;
    display: block;
  }

  .ant-col-xl-push-17 {
    right: 70.8333%;
  }

  .ant-col-xl-pull-17 {
    left: 70.8333%;
  }

  .ant-col-xl-offset-17 {
    margin-right: 70.8333%;
  }

  .ant-col-xl-order-17 {
    order: 17;
  }

  .ant-col-xl-16 {
    box-sizing: border-box;
    width: 66.6667%;
    display: block;
  }

  .ant-col-xl-push-16 {
    right: 66.6667%;
  }

  .ant-col-xl-pull-16 {
    left: 66.6667%;
  }

  .ant-col-xl-offset-16 {
    margin-right: 66.6667%;
  }

  .ant-col-xl-order-16 {
    order: 16;
  }

  .ant-col-xl-15 {
    box-sizing: border-box;
    width: 62.5%;
    display: block;
  }

  .ant-col-xl-push-15 {
    right: 62.5%;
  }

  .ant-col-xl-pull-15 {
    left: 62.5%;
  }

  .ant-col-xl-offset-15 {
    margin-right: 62.5%;
  }

  .ant-col-xl-order-15 {
    order: 15;
  }

  .ant-col-xl-14 {
    box-sizing: border-box;
    width: 58.3333%;
    display: block;
  }

  .ant-col-xl-push-14 {
    right: 58.3333%;
  }

  .ant-col-xl-pull-14 {
    left: 58.3333%;
  }

  .ant-col-xl-offset-14 {
    margin-right: 58.3333%;
  }

  .ant-col-xl-order-14 {
    order: 14;
  }

  .ant-col-xl-13 {
    box-sizing: border-box;
    width: 54.1667%;
    display: block;
  }

  .ant-col-xl-push-13 {
    right: 54.1667%;
  }

  .ant-col-xl-pull-13 {
    left: 54.1667%;
  }

  .ant-col-xl-offset-13 {
    margin-right: 54.1667%;
  }

  .ant-col-xl-order-13 {
    order: 13;
  }

  .ant-col-xl-12 {
    box-sizing: border-box;
    width: 50%;
    display: block;
  }

  .ant-col-xl-push-12 {
    right: 50%;
  }

  .ant-col-xl-pull-12 {
    left: 50%;
  }

  .ant-col-xl-offset-12 {
    margin-right: 50%;
  }

  .ant-col-xl-order-12 {
    order: 12;
  }

  .ant-col-xl-11 {
    box-sizing: border-box;
    width: 45.8333%;
    display: block;
  }

  .ant-col-xl-push-11 {
    right: 45.8333%;
  }

  .ant-col-xl-pull-11 {
    left: 45.8333%;
  }

  .ant-col-xl-offset-11 {
    margin-right: 45.8333%;
  }

  .ant-col-xl-order-11 {
    order: 11;
  }

  .ant-col-xl-10 {
    box-sizing: border-box;
    width: 41.6667%;
    display: block;
  }

  .ant-col-xl-push-10 {
    right: 41.6667%;
  }

  .ant-col-xl-pull-10 {
    left: 41.6667%;
  }

  .ant-col-xl-offset-10 {
    margin-right: 41.6667%;
  }

  .ant-col-xl-order-10 {
    order: 10;
  }

  .ant-col-xl-9 {
    box-sizing: border-box;
    width: 37.5%;
    display: block;
  }

  .ant-col-xl-push-9 {
    right: 37.5%;
  }

  .ant-col-xl-pull-9 {
    left: 37.5%;
  }

  .ant-col-xl-offset-9 {
    margin-right: 37.5%;
  }

  .ant-col-xl-order-9 {
    order: 9;
  }

  .ant-col-xl-8 {
    box-sizing: border-box;
    width: 33.3333%;
    display: block;
  }

  .ant-col-xl-push-8 {
    right: 33.3333%;
  }

  .ant-col-xl-pull-8 {
    left: 33.3333%;
  }

  .ant-col-xl-offset-8 {
    margin-right: 33.3333%;
  }

  .ant-col-xl-order-8 {
    order: 8;
  }

  .ant-col-xl-7 {
    box-sizing: border-box;
    width: 29.1667%;
    display: block;
  }

  .ant-col-xl-push-7 {
    right: 29.1667%;
  }

  .ant-col-xl-pull-7 {
    left: 29.1667%;
  }

  .ant-col-xl-offset-7 {
    margin-right: 29.1667%;
  }

  .ant-col-xl-order-7 {
    order: 7;
  }

  .ant-col-xl-6 {
    box-sizing: border-box;
    width: 25%;
    display: block;
  }

  .ant-col-xl-push-6 {
    right: 25%;
  }

  .ant-col-xl-pull-6 {
    left: 25%;
  }

  .ant-col-xl-offset-6 {
    margin-right: 25%;
  }

  .ant-col-xl-order-6 {
    order: 6;
  }

  .ant-col-xl-5 {
    box-sizing: border-box;
    width: 20.8333%;
    display: block;
  }

  .ant-col-xl-push-5 {
    right: 20.8333%;
  }

  .ant-col-xl-pull-5 {
    left: 20.8333%;
  }

  .ant-col-xl-offset-5 {
    margin-right: 20.8333%;
  }

  .ant-col-xl-order-5 {
    order: 5;
  }

  .ant-col-xl-4 {
    box-sizing: border-box;
    width: 16.6667%;
    display: block;
  }

  .ant-col-xl-push-4 {
    right: 16.6667%;
  }

  .ant-col-xl-pull-4 {
    left: 16.6667%;
  }

  .ant-col-xl-offset-4 {
    margin-right: 16.6667%;
  }

  .ant-col-xl-order-4 {
    order: 4;
  }

  .ant-col-xl-3 {
    box-sizing: border-box;
    width: 12.5%;
    display: block;
  }

  .ant-col-xl-push-3 {
    right: 12.5%;
  }

  .ant-col-xl-pull-3 {
    left: 12.5%;
  }

  .ant-col-xl-offset-3 {
    margin-right: 12.5%;
  }

  .ant-col-xl-order-3 {
    order: 3;
  }

  .ant-col-xl-2 {
    box-sizing: border-box;
    width: 8.33333%;
    display: block;
  }

  .ant-col-xl-push-2 {
    right: 8.33333%;
  }

  .ant-col-xl-pull-2 {
    left: 8.33333%;
  }

  .ant-col-xl-offset-2 {
    margin-right: 8.33333%;
  }

  .ant-col-xl-order-2 {
    order: 2;
  }

  .ant-col-xl-1 {
    box-sizing: border-box;
    width: 4.16667%;
    display: block;
  }

  .ant-col-xl-push-1 {
    right: 4.16667%;
  }

  .ant-col-xl-pull-1 {
    left: 4.16667%;
  }

  .ant-col-xl-offset-1 {
    margin-right: 4.16667%;
  }

  .ant-col-xl-order-1 {
    order: 1;
  }

  .ant-col-xl-0 {
    display: none;
  }

  .ant-col-push-0 {
    right: auto;
  }

  .ant-col-pull-0 {
    left: auto;
  }

  .ant-col-xl-push-0 {
    right: auto;
  }

  .ant-col-xl-pull-0 {
    left: auto;
  }

  .ant-col-xl-offset-0 {
    margin-right: 0;
  }

  .ant-col-xl-order-0 {
    order: 0;
  }
}

@media (min-width: 1600px) {
  .ant-col-xxl-1, .ant-col-xxl-2, .ant-col-xxl-3, .ant-col-xxl-4, .ant-col-xxl-5, .ant-col-xxl-6, .ant-col-xxl-7, .ant-col-xxl-8, .ant-col-xxl-9, .ant-col-xxl-10, .ant-col-xxl-11, .ant-col-xxl-12, .ant-col-xxl-13, .ant-col-xxl-14, .ant-col-xxl-15, .ant-col-xxl-16, .ant-col-xxl-17, .ant-col-xxl-18, .ant-col-xxl-19, .ant-col-xxl-20, .ant-col-xxl-21, .ant-col-xxl-22, .ant-col-xxl-23, .ant-col-xxl-24 {
    float: right;
    flex: none;
  }

  .ant-col-xxl-24 {
    box-sizing: border-box;
    width: 100%;
    display: block;
  }

  .ant-col-xxl-push-24 {
    right: 100%;
  }

  .ant-col-xxl-pull-24 {
    left: 100%;
  }

  .ant-col-xxl-offset-24 {
    margin-right: 100%;
  }

  .ant-col-xxl-order-24 {
    order: 24;
  }

  .ant-col-xxl-23 {
    box-sizing: border-box;
    width: 95.8333%;
    display: block;
  }

  .ant-col-xxl-push-23 {
    right: 95.8333%;
  }

  .ant-col-xxl-pull-23 {
    left: 95.8333%;
  }

  .ant-col-xxl-offset-23 {
    margin-right: 95.8333%;
  }

  .ant-col-xxl-order-23 {
    order: 23;
  }

  .ant-col-xxl-22 {
    box-sizing: border-box;
    width: 91.6667%;
    display: block;
  }

  .ant-col-xxl-push-22 {
    right: 91.6667%;
  }

  .ant-col-xxl-pull-22 {
    left: 91.6667%;
  }

  .ant-col-xxl-offset-22 {
    margin-right: 91.6667%;
  }

  .ant-col-xxl-order-22 {
    order: 22;
  }

  .ant-col-xxl-21 {
    box-sizing: border-box;
    width: 87.5%;
    display: block;
  }

  .ant-col-xxl-push-21 {
    right: 87.5%;
  }

  .ant-col-xxl-pull-21 {
    left: 87.5%;
  }

  .ant-col-xxl-offset-21 {
    margin-right: 87.5%;
  }

  .ant-col-xxl-order-21 {
    order: 21;
  }

  .ant-col-xxl-20 {
    box-sizing: border-box;
    width: 83.3333%;
    display: block;
  }

  .ant-col-xxl-push-20 {
    right: 83.3333%;
  }

  .ant-col-xxl-pull-20 {
    left: 83.3333%;
  }

  .ant-col-xxl-offset-20 {
    margin-right: 83.3333%;
  }

  .ant-col-xxl-order-20 {
    order: 20;
  }

  .ant-col-xxl-19 {
    box-sizing: border-box;
    width: 79.1667%;
    display: block;
  }

  .ant-col-xxl-push-19 {
    right: 79.1667%;
  }

  .ant-col-xxl-pull-19 {
    left: 79.1667%;
  }

  .ant-col-xxl-offset-19 {
    margin-right: 79.1667%;
  }

  .ant-col-xxl-order-19 {
    order: 19;
  }

  .ant-col-xxl-18 {
    box-sizing: border-box;
    width: 75%;
    display: block;
  }

  .ant-col-xxl-push-18 {
    right: 75%;
  }

  .ant-col-xxl-pull-18 {
    left: 75%;
  }

  .ant-col-xxl-offset-18 {
    margin-right: 75%;
  }

  .ant-col-xxl-order-18 {
    order: 18;
  }

  .ant-col-xxl-17 {
    box-sizing: border-box;
    width: 70.8333%;
    display: block;
  }

  .ant-col-xxl-push-17 {
    right: 70.8333%;
  }

  .ant-col-xxl-pull-17 {
    left: 70.8333%;
  }

  .ant-col-xxl-offset-17 {
    margin-right: 70.8333%;
  }

  .ant-col-xxl-order-17 {
    order: 17;
  }

  .ant-col-xxl-16 {
    box-sizing: border-box;
    width: 66.6667%;
    display: block;
  }

  .ant-col-xxl-push-16 {
    right: 66.6667%;
  }

  .ant-col-xxl-pull-16 {
    left: 66.6667%;
  }

  .ant-col-xxl-offset-16 {
    margin-right: 66.6667%;
  }

  .ant-col-xxl-order-16 {
    order: 16;
  }

  .ant-col-xxl-15 {
    box-sizing: border-box;
    width: 62.5%;
    display: block;
  }

  .ant-col-xxl-push-15 {
    right: 62.5%;
  }

  .ant-col-xxl-pull-15 {
    left: 62.5%;
  }

  .ant-col-xxl-offset-15 {
    margin-right: 62.5%;
  }

  .ant-col-xxl-order-15 {
    order: 15;
  }

  .ant-col-xxl-14 {
    box-sizing: border-box;
    width: 58.3333%;
    display: block;
  }

  .ant-col-xxl-push-14 {
    right: 58.3333%;
  }

  .ant-col-xxl-pull-14 {
    left: 58.3333%;
  }

  .ant-col-xxl-offset-14 {
    margin-right: 58.3333%;
  }

  .ant-col-xxl-order-14 {
    order: 14;
  }

  .ant-col-xxl-13 {
    box-sizing: border-box;
    width: 54.1667%;
    display: block;
  }

  .ant-col-xxl-push-13 {
    right: 54.1667%;
  }

  .ant-col-xxl-pull-13 {
    left: 54.1667%;
  }

  .ant-col-xxl-offset-13 {
    margin-right: 54.1667%;
  }

  .ant-col-xxl-order-13 {
    order: 13;
  }

  .ant-col-xxl-12 {
    box-sizing: border-box;
    width: 50%;
    display: block;
  }

  .ant-col-xxl-push-12 {
    right: 50%;
  }

  .ant-col-xxl-pull-12 {
    left: 50%;
  }

  .ant-col-xxl-offset-12 {
    margin-right: 50%;
  }

  .ant-col-xxl-order-12 {
    order: 12;
  }

  .ant-col-xxl-11 {
    box-sizing: border-box;
    width: 45.8333%;
    display: block;
  }

  .ant-col-xxl-push-11 {
    right: 45.8333%;
  }

  .ant-col-xxl-pull-11 {
    left: 45.8333%;
  }

  .ant-col-xxl-offset-11 {
    margin-right: 45.8333%;
  }

  .ant-col-xxl-order-11 {
    order: 11;
  }

  .ant-col-xxl-10 {
    box-sizing: border-box;
    width: 41.6667%;
    display: block;
  }

  .ant-col-xxl-push-10 {
    right: 41.6667%;
  }

  .ant-col-xxl-pull-10 {
    left: 41.6667%;
  }

  .ant-col-xxl-offset-10 {
    margin-right: 41.6667%;
  }

  .ant-col-xxl-order-10 {
    order: 10;
  }

  .ant-col-xxl-9 {
    box-sizing: border-box;
    width: 37.5%;
    display: block;
  }

  .ant-col-xxl-push-9 {
    right: 37.5%;
  }

  .ant-col-xxl-pull-9 {
    left: 37.5%;
  }

  .ant-col-xxl-offset-9 {
    margin-right: 37.5%;
  }

  .ant-col-xxl-order-9 {
    order: 9;
  }

  .ant-col-xxl-8 {
    box-sizing: border-box;
    width: 33.3333%;
    display: block;
  }

  .ant-col-xxl-push-8 {
    right: 33.3333%;
  }

  .ant-col-xxl-pull-8 {
    left: 33.3333%;
  }

  .ant-col-xxl-offset-8 {
    margin-right: 33.3333%;
  }

  .ant-col-xxl-order-8 {
    order: 8;
  }

  .ant-col-xxl-7 {
    box-sizing: border-box;
    width: 29.1667%;
    display: block;
  }

  .ant-col-xxl-push-7 {
    right: 29.1667%;
  }

  .ant-col-xxl-pull-7 {
    left: 29.1667%;
  }

  .ant-col-xxl-offset-7 {
    margin-right: 29.1667%;
  }

  .ant-col-xxl-order-7 {
    order: 7;
  }

  .ant-col-xxl-6 {
    box-sizing: border-box;
    width: 25%;
    display: block;
  }

  .ant-col-xxl-push-6 {
    right: 25%;
  }

  .ant-col-xxl-pull-6 {
    left: 25%;
  }

  .ant-col-xxl-offset-6 {
    margin-right: 25%;
  }

  .ant-col-xxl-order-6 {
    order: 6;
  }

  .ant-col-xxl-5 {
    box-sizing: border-box;
    width: 20.8333%;
    display: block;
  }

  .ant-col-xxl-push-5 {
    right: 20.8333%;
  }

  .ant-col-xxl-pull-5 {
    left: 20.8333%;
  }

  .ant-col-xxl-offset-5 {
    margin-right: 20.8333%;
  }

  .ant-col-xxl-order-5 {
    order: 5;
  }

  .ant-col-xxl-4 {
    box-sizing: border-box;
    width: 16.6667%;
    display: block;
  }

  .ant-col-xxl-push-4 {
    right: 16.6667%;
  }

  .ant-col-xxl-pull-4 {
    left: 16.6667%;
  }

  .ant-col-xxl-offset-4 {
    margin-right: 16.6667%;
  }

  .ant-col-xxl-order-4 {
    order: 4;
  }

  .ant-col-xxl-3 {
    box-sizing: border-box;
    width: 12.5%;
    display: block;
  }

  .ant-col-xxl-push-3 {
    right: 12.5%;
  }

  .ant-col-xxl-pull-3 {
    left: 12.5%;
  }

  .ant-col-xxl-offset-3 {
    margin-right: 12.5%;
  }

  .ant-col-xxl-order-3 {
    order: 3;
  }

  .ant-col-xxl-2 {
    box-sizing: border-box;
    width: 8.33333%;
    display: block;
  }

  .ant-col-xxl-push-2 {
    right: 8.33333%;
  }

  .ant-col-xxl-pull-2 {
    left: 8.33333%;
  }

  .ant-col-xxl-offset-2 {
    margin-right: 8.33333%;
  }

  .ant-col-xxl-order-2 {
    order: 2;
  }

  .ant-col-xxl-1 {
    box-sizing: border-box;
    width: 4.16667%;
    display: block;
  }

  .ant-col-xxl-push-1 {
    right: 4.16667%;
  }

  .ant-col-xxl-pull-1 {
    left: 4.16667%;
  }

  .ant-col-xxl-offset-1 {
    margin-right: 4.16667%;
  }

  .ant-col-xxl-order-1 {
    order: 1;
  }

  .ant-col-xxl-0 {
    display: none;
  }

  .ant-col-push-0 {
    right: auto;
  }

  .ant-col-pull-0 {
    left: auto;
  }

  .ant-col-xxl-push-0 {
    right: auto;
  }

  .ant-col-xxl-pull-0 {
    left: auto;
  }

  .ant-col-xxl-offset-0 {
    margin-right: 0;
  }

  .ant-col-xxl-order-0 {
    order: 0;
  }
}

.ant-collapse {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}

.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}

.ant-collapse > .ant-collapse-item:last-child, .ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 4px 4px;
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  color: #000000d9;
  cursor: pointer;
  padding: 12px 40px 12px 0;
  line-height: 22px;
  transition: all .3s;
  position: relative;
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow {
  vertical-align: -.125em;
  text-align: center;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
  font-size: 12px;
  font-style: normal;
  line-height: 46px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow > * {
  line-height: 1;
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow svg {
  display: inline-block;
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow:before {
  display: none;
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow .ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow-icon {
  display: block;
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow svg {
  transition: transform .24s;
  transform: rotate(0);
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
  outline: none;
}

.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-right: 12px;
}

.ant-collapse-anim-active {
  transition: height .2s cubic-bezier(.215, .61, .355, 1);
}

.ant-collapse-content {
  color: #000000a6;
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
  overflow: hidden;
}

.ant-collapse-content > .ant-collapse-content-box {
  padding: 16px;
}

.ant-collapse-content-inactive {
  display: none;
}

.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 4px 4px;
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header[aria-expanded="true"] .anticon-right svg {
  transform: rotate(-90deg);
}

.ant-collapse-borderless {
  background-color: #fff;
  border: 0;
}

.ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}

.ant-collapse-borderless > .ant-collapse-item:last-child, .ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0;
}

.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: #0000;
  border-top: 0;
}

.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 4px;
}

.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header, .ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  cursor: not-allowed;
  color: #00000040;
}

.ant-calendar-picker-container {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  z-index: 1050;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  position: absolute;
}

.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft, .ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight, .ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft, .ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight {
  animation-name: antSlideDownIn;
}

.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomLeft, .ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomRight, .ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomLeft, .ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomRight {
  animation-name: antSlideUpIn;
}

.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topLeft, .ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topRight {
  animation-name: antSlideDownOut;
}

.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomLeft, .ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomRight {
  animation-name: antSlideUpOut;
}

.ant-calendar-picker {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  transition: opacity .3s;
  display: inline-block;
  position: relative;
}

.ant-calendar-picker-input {
  outline: none;
}

.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #1890ff;
}

.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #1890ff33;
  border-left-width: 1px !important;
}

.ant-calendar-picker-clear, .ant-calendar-picker-icon {
  -webkit-user-select: none;
  user-select: none;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  font-size: 12px;
  line-height: 14px;
  transition: all .3s;
  position: absolute;
  top: 50%;
  left: 12px;
}

.ant-calendar-picker-clear {
  opacity: 0;
  z-index: 1;
  color: #00000040;
  pointer-events: none;
  cursor: pointer;
  background: #fff;
  font-size: 14px;
}

.ant-calendar-picker-clear:hover {
  color: #00000073;
}

.ant-calendar-picker:hover .ant-calendar-picker-clear {
  opacity: 1;
  pointer-events: auto;
}

.ant-calendar-picker-icon {
  color: #00000040;
  font-family: anticon;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}

.ant-calendar-picker-small .ant-calendar-picker-clear, .ant-calendar-picker-small .ant-calendar-picker-icon {
  left: 8px;
}

.ant-calendar {
  text-align: right;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 4px;
  outline: none;
  width: 280px;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  position: relative;
  box-shadow: 0 2px 8px #00000026;
}

.ant-calendar-input-wrap {
  border-bottom: 1px solid #e8e8e8;
  height: 34px;
  padding: 6px 10px;
}

.ant-calendar-input {
  cursor: auto;
  color: #000000a6;
  background: #fff;
  border: 0;
  outline: 0;
  width: 100%;
  height: 22px;
}

.ant-calendar-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.ant-calendar-input:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-calendar-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.ant-calendar-week-number {
  width: 286px;
}

.ant-calendar-week-number-cell {
  text-align: center;
}

.ant-calendar-header {
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  border-bottom: 1px solid #e8e8e8;
  height: 40px;
  line-height: 40px;
}

.ant-calendar-header a:hover {
  color: #40a9ff;
}

.ant-calendar-header .ant-calendar-century-select, .ant-calendar-header .ant-calendar-decade-select, .ant-calendar-header .ant-calendar-year-select, .ant-calendar-header .ant-calendar-month-select {
  color: #000000d9;
  padding: 0 2px;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
}

.ant-calendar-header .ant-calendar-century-select-arrow, .ant-calendar-header .ant-calendar-decade-select-arrow, .ant-calendar-header .ant-calendar-year-select-arrow, .ant-calendar-header .ant-calendar-month-select-arrow {
  display: none;
}

.ant-calendar-header .ant-calendar-prev-century-btn, .ant-calendar-header .ant-calendar-next-century-btn, .ant-calendar-header .ant-calendar-prev-decade-btn, .ant-calendar-header .ant-calendar-next-decade-btn, .ant-calendar-header .ant-calendar-prev-month-btn, .ant-calendar-header .ant-calendar-next-month-btn, .ant-calendar-header .ant-calendar-prev-year-btn, .ant-calendar-header .ant-calendar-next-year-btn {
  color: #00000073;
  padding: 0 5px;
  font-family: Arial, Hiragino Sans GB, Microsoft Yahei, Microsoft Sans Serif, sans-serif;
  font-size: 16px;
  line-height: 40px;
  display: inline-block;
  position: absolute;
  top: 0;
}

.ant-calendar-header .ant-calendar-prev-century-btn, .ant-calendar-header .ant-calendar-prev-decade-btn, .ant-calendar-header .ant-calendar-prev-year-btn {
  right: 7px;
}

.ant-calendar-header .ant-calendar-prev-century-btn:after, .ant-calendar-header .ant-calendar-prev-decade-btn:after, .ant-calendar-header .ant-calendar-prev-year-btn:after {
  content: "«";
}

.ant-calendar-header .ant-calendar-next-century-btn, .ant-calendar-header .ant-calendar-next-decade-btn, .ant-calendar-header .ant-calendar-next-year-btn {
  left: 7px;
}

.ant-calendar-header .ant-calendar-next-century-btn:after, .ant-calendar-header .ant-calendar-next-decade-btn:after, .ant-calendar-header .ant-calendar-next-year-btn:after {
  content: "»";
}

.ant-calendar-header .ant-calendar-prev-month-btn {
  right: 29px;
}

.ant-calendar-header .ant-calendar-prev-month-btn:after {
  content: "‹";
}

.ant-calendar-header .ant-calendar-next-month-btn {
  left: 29px;
}

.ant-calendar-header .ant-calendar-next-month-btn:after {
  content: "›";
}

.ant-calendar-body {
  padding: 8px 12px;
}

.ant-calendar table {
  border-collapse: collapse;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
}

.ant-calendar table, .ant-calendar th, .ant-calendar td {
  text-align: center;
  border: 0;
}

.ant-calendar-calendar-table {
  border-spacing: 0;
  margin-bottom: 0;
}

.ant-calendar-column-header {
  text-align: center;
  width: 33px;
  padding: 6px 0;
  line-height: 18px;
}

.ant-calendar-column-header .ant-calendar-column-header-inner {
  font-weight: normal;
  display: block;
}

.ant-calendar-week-number-header .ant-calendar-column-header-inner {
  display: none;
}

.ant-calendar-cell {
  height: 30px;
  padding: 3px 0;
}

.ant-calendar-date {
  color: #000000a6;
  text-align: center;
  background: none;
  border: 1px solid #0000;
  border-radius: 2px;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  line-height: 22px;
  transition: background .3s;
  display: block;
}

.ant-calendar-date-panel {
  position: relative;
}

.ant-calendar-date:hover {
  cursor: pointer;
  background: #e6f7ff;
}

.ant-calendar-date:active {
  color: #fff;
  background: #40a9ff;
}

.ant-calendar-today .ant-calendar-date {
  color: #1890ff;
  border-color: #1890ff;
  font-weight: bold;
}

.ant-calendar-last-month-cell .ant-calendar-date, .ant-calendar-next-month-btn-day .ant-calendar-date {
  color: #00000040;
}

.ant-calendar-selected-day .ant-calendar-date {
  background: #d1e9ff;
}

.ant-calendar-selected-date .ant-calendar-date, .ant-calendar-selected-start-date .ant-calendar-date, .ant-calendar-selected-end-date .ant-calendar-date {
  color: #fff;
  background: #1890ff;
  border: 1px solid #0000;
}

.ant-calendar-selected-date .ant-calendar-date:hover, .ant-calendar-selected-start-date .ant-calendar-date:hover, .ant-calendar-selected-end-date .ant-calendar-date:hover {
  background: #1890ff;
}

.ant-calendar-disabled-cell .ant-calendar-date {
  cursor: not-allowed;
  color: #bcbcbc;
  background: #f5f5f5;
  border: 1px solid #0000;
  border-radius: 0;
  width: auto;
}

.ant-calendar-disabled-cell .ant-calendar-date:hover {
  background: #f5f5f5;
}

.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date {
  margin-left: 5px;
  padding-right: 5px;
  position: relative;
}

.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date:before {
  content: " ";
  border: 1px solid #bcbcbc;
  border-radius: 2px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -1px;
  right: 5px;
}

.ant-calendar-disabled-cell-first-of-row .ant-calendar-date {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ant-calendar-disabled-cell-last-of-row .ant-calendar-date {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ant-calendar-footer {
  border-top: 1px solid #e8e8e8;
  padding: 0 12px;
  line-height: 38px;
}

.ant-calendar-footer:empty {
  border-top: 0;
}

.ant-calendar-footer-btn {
  text-align: center;
  display: block;
}

.ant-calendar-footer-extra {
  text-align: right;
}

.ant-calendar .ant-calendar-today-btn, .ant-calendar .ant-calendar-clear-btn {
  text-align: center;
  margin: 0 8px 0 0;
  display: inline-block;
}

.ant-calendar .ant-calendar-today-btn-disabled, .ant-calendar .ant-calendar-clear-btn-disabled {
  color: #00000040;
  cursor: not-allowed;
}

.ant-calendar .ant-calendar-today-btn:only-child, .ant-calendar .ant-calendar-clear-btn:only-child {
  margin: 0;
}

.ant-calendar .ant-calendar-clear-btn {
  text-indent: -76px;
  text-align: center;
  width: 20px;
  height: 20px;
  margin: 0;
  line-height: 20px;
  display: none;
  position: absolute;
  top: 7px;
  left: 5px;
  overflow: hidden;
}

.ant-calendar .ant-calendar-clear-btn:after {
  color: #00000040;
  text-indent: 43px;
  width: 20px;
  font-size: 14px;
  line-height: 1;
  transition: color .3s;
  display: inline-block;
}

.ant-calendar .ant-calendar-clear-btn:hover:after {
  color: #00000073;
}

.ant-calendar .ant-calendar-ok-btn {
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  color: #fff;
  text-shadow: 0 -1px #0000001f;
  background-color: #1890ff;
  background-image: none;
  border: 1px solid #1890ff;
  border-radius: 4px;
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
  box-shadow: 0 2px #00000009;
}

.ant-calendar .ant-calendar-ok-btn > .anticon {
  line-height: 1;
}

.ant-calendar .ant-calendar-ok-btn, .ant-calendar .ant-calendar-ok-btn:active, .ant-calendar .ant-calendar-ok-btn:focus {
  outline: 0;
}

.ant-calendar .ant-calendar-ok-btn:not([disabled]):hover {
  text-decoration: none;
}

.ant-calendar .ant-calendar-ok-btn:not([disabled]):active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  transition: none;
}

.ant-calendar .ant-calendar-ok-btn.disabled, .ant-calendar .ant-calendar-ok-btn[disabled] {
  cursor: not-allowed;
}

.ant-calendar .ant-calendar-ok-btn.disabled > *, .ant-calendar .ant-calendar-ok-btn[disabled] > * {
  pointer-events: none;
}

.ant-calendar .ant-calendar-ok-btn-lg {
  border-radius: 4px;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
}

.ant-calendar .ant-calendar-ok-btn-sm {
  border-radius: 4px;
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
}

.ant-calendar .ant-calendar-ok-btn > a:only-child {
  color: currentColor;
}

.ant-calendar .ant-calendar-ok-btn > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-calendar .ant-calendar-ok-btn:hover, .ant-calendar .ant-calendar-ok-btn:focus {
  color: #fff;
  background-color: #40a9ff;
  border-color: #40a9ff;
}

.ant-calendar .ant-calendar-ok-btn:hover > a:only-child, .ant-calendar .ant-calendar-ok-btn:focus > a:only-child {
  color: currentColor;
}

.ant-calendar .ant-calendar-ok-btn:hover > a:only-child:after, .ant-calendar .ant-calendar-ok-btn:focus > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-calendar .ant-calendar-ok-btn:active, .ant-calendar .ant-calendar-ok-btn.active {
  color: #fff;
  background-color: #096dd9;
  border-color: #096dd9;
}

.ant-calendar .ant-calendar-ok-btn:active > a:only-child, .ant-calendar .ant-calendar-ok-btn.active > a:only-child {
  color: currentColor;
}

.ant-calendar .ant-calendar-ok-btn:active > a:only-child:after, .ant-calendar .ant-calendar-ok-btn.active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-calendar .ant-calendar-ok-btn.disabled, .ant-calendar .ant-calendar-ok-btn[disabled], .ant-calendar .ant-calendar-ok-btn.disabled:hover, .ant-calendar .ant-calendar-ok-btn[disabled]:hover, .ant-calendar .ant-calendar-ok-btn.disabled:focus, .ant-calendar .ant-calendar-ok-btn[disabled]:focus, .ant-calendar .ant-calendar-ok-btn.disabled:active, .ant-calendar .ant-calendar-ok-btn[disabled]:active, .ant-calendar .ant-calendar-ok-btn.disabled.active, .ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: #00000040;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}

.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child, .ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child, .ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child, .ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child, .ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child, .ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child, .ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child, .ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child, .ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child, .ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}

.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child:after, .ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child:after, .ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child:after, .ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child:after, .ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child:after, .ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child:after, .ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child:after, .ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child:after, .ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child:after, .ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-calendar .ant-calendar-ok-btn-disabled {
  color: #00000040;
  cursor: not-allowed;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}

.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child {
  color: currentColor;
}

.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-calendar .ant-calendar-ok-btn-disabled:hover {
  color: #00000040;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}

.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child {
  color: currentColor;
}

.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-calendar-range-picker-input {
  text-align: center;
  background-color: #0000;
  border: 0;
  outline: 0;
  width: 44%;
  height: 99%;
}

.ant-calendar-range-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.ant-calendar-range-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-calendar-range-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.ant-calendar-range-picker-input[disabled] {
  cursor: not-allowed;
}

.ant-calendar-range-picker-separator {
  color: #00000073;
  vertical-align: top;
  width: 10px;
  height: 100%;
  display: inline-block;
}

.ant-calendar-range {
  width: 552px;
  overflow: hidden;
}

.ant-calendar-range .ant-calendar-date-panel:after {
  content: ".";
  clear: both;
  visibility: hidden;
  height: 0;
  display: block;
}

.ant-calendar-range-part {
  width: 50%;
  position: relative;
}

.ant-calendar-range-left {
  float: right;
}

.ant-calendar-range-left .ant-calendar-time-picker-inner {
  border-left: 1px solid #e8e8e8;
}

.ant-calendar-range-right {
  float: left;
}

.ant-calendar-range-right .ant-calendar-time-picker-inner {
  border-right: 1px solid #e8e8e8;
}

.ant-calendar-range-middle {
  text-align: center;
  color: #00000073;
  width: 20px;
  height: 34px;
  margin-right: -132px;
  line-height: 34px;
  position: absolute;
  right: 50%;
}

.ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-right: -118px;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-range-middle {
  margin-right: -12px;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-right: 0;
}

.ant-calendar-range .ant-calendar-input-wrap {
  height: 34px;
  position: relative;
}

.ant-calendar-range .ant-calendar-input, .ant-calendar-range .ant-calendar-time-picker-input {
  color: #000000a6;
  width: 100%;
  height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  background-image: none;
  border: 0;
  border-radius: 4px;
  padding: 4px 0;
  font-size: 14px;
  line-height: 1.5;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.ant-calendar-range .ant-calendar-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.ant-calendar-range .ant-calendar-input:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-calendar-range .ant-calendar-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.ant-calendar-range .ant-calendar-input:hover, .ant-calendar-range .ant-calendar-time-picker-input:hover {
  border-color: #40a9ff;
  border-left-width: 1px !important;
}

.ant-calendar-range .ant-calendar-input:focus, .ant-calendar-range .ant-calendar-time-picker-input:focus {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #1890ff33;
  border-left-width: 1px !important;
}

.ant-calendar-range .ant-calendar-input-disabled, .ant-calendar-range .ant-calendar-time-picker-input-disabled {
  opacity: 1;
  cursor: not-allowed;
  color: #00000040;
  background-color: #f5f5f5;
}

.ant-calendar-range .ant-calendar-input-disabled:hover, .ant-calendar-range .ant-calendar-time-picker-input-disabled:hover {
  border-color: #e6d8d8;
  border-left-width: 1px !important;
}

textarea.ant-calendar-range .ant-calendar-input, textarea.ant-calendar-range .ant-calendar-time-picker-input {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  min-height: 32px;
  transition: all .3s, height;
}

.ant-calendar-range .ant-calendar-input-lg, .ant-calendar-range .ant-calendar-time-picker-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}

.ant-calendar-range .ant-calendar-input-sm, .ant-calendar-range .ant-calendar-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px;
}

.ant-calendar-range .ant-calendar-input:focus, .ant-calendar-range .ant-calendar-time-picker-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ant-calendar-range .ant-calendar-time-picker-icon {
  display: none;
}

.ant-calendar-range.ant-calendar-week-number {
  width: 574px;
}

.ant-calendar-range.ant-calendar-week-number .ant-calendar-range-part {
  width: 286px;
}

.ant-calendar-range .ant-calendar-year-panel, .ant-calendar-range .ant-calendar-month-panel, .ant-calendar-range .ant-calendar-decade-panel {
  top: 34px;
}

.ant-calendar-range .ant-calendar-month-panel .ant-calendar-year-panel {
  top: 0;
}

.ant-calendar-range .ant-calendar-decade-panel-table, .ant-calendar-range .ant-calendar-year-panel-table, .ant-calendar-range .ant-calendar-month-panel-table {
  height: 208px;
}

.ant-calendar-range .ant-calendar-in-range-cell {
  border-radius: 0;
  position: relative;
}

.ant-calendar-range .ant-calendar-in-range-cell > div {
  z-index: 1;
  position: relative;
}

.ant-calendar-range .ant-calendar-in-range-cell:before {
  content: "";
  background: #e6f7ff;
  border: 0;
  border-radius: 0;
  display: block;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  right: 0;
}

.ant-calendar-range .ant-calendar-footer-extra {
  float: right;
}

div.ant-calendar-range-quick-selector {
  text-align: right;
}

div.ant-calendar-range-quick-selector > a {
  margin-left: 8px;
}

.ant-calendar-range .ant-calendar-header, .ant-calendar-range .ant-calendar-month-panel-header, .ant-calendar-range .ant-calendar-year-panel-header {
  border-bottom: 0;
}

.ant-calendar-range .ant-calendar-body, .ant-calendar-range .ant-calendar-month-panel-body, .ant-calendar-range .ant-calendar-year-panel-body {
  border-top: 1px solid #e8e8e8;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker {
  z-index: 2;
  width: 100%;
  height: 207px;
  top: 68px;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel {
  height: 267px;
  margin-top: -34px;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-inner {
  background: none;
  height: 100%;
  padding-top: 40px;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox {
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
  height: 100%;
  display: inline-block;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select {
  height: 100%;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select ul {
  max-height: 100%;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  margin-left: 8px;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-today-btn {
  height: 22px;
  margin: 8px 12px;
  line-height: 22px;
}

.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker {
  height: 233px;
}

.ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body {
  border-top-color: #0000;
}

.ant-calendar-time-picker {
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 40px;
}

.ant-calendar-time-picker-panel {
  z-index: 1050;
  width: 100%;
  position: absolute;
}

.ant-calendar-time-picker-inner {
  text-align: right;
  background-color: #fff;
  background-clip: padding-box;
  outline: none;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.ant-calendar-time-picker-combobox, .ant-calendar-time-picker-column-1, .ant-calendar-time-picker-column-1 .ant-calendar-time-picker-select {
  width: 100%;
}

.ant-calendar-time-picker-column-2 .ant-calendar-time-picker-select {
  width: 50%;
}

.ant-calendar-time-picker-column-3 .ant-calendar-time-picker-select {
  width: 33.33%;
}

.ant-calendar-time-picker-column-4 .ant-calendar-time-picker-select {
  width: 25%;
}

.ant-calendar-time-picker-input-wrap {
  display: none;
}

.ant-calendar-time-picker-select {
  float: right;
  box-sizing: border-box;
  border-left: 1px solid #e8e8e8;
  height: 226px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}

.ant-calendar-time-picker-select:hover {
  overflow-y: auto;
}

.ant-calendar-time-picker-select:first-child {
  border-right: 0;
  margin-right: 0;
}

.ant-calendar-time-picker-select:last-child {
  border-left: 0;
}

.ant-calendar-time-picker-select ul {
  box-sizing: border-box;
  width: 100%;
  max-height: 206px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ant-calendar-time-picker-select li {
  box-sizing: content-box;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 24px;
  margin: 0;
  padding-right: 32px;
  line-height: 24px;
  list-style: none;
  transition: background .3s;
}

.ant-calendar-time-picker-select li:last-child:after {
  content: "";
  height: 202px;
  display: block;
}

.ant-calendar-time-picker-select li:hover {
  background: #e6f7ff;
}

li.ant-calendar-time-picker-select-option-selected {
  background: #f5f5f5;
  font-weight: bold;
}

li.ant-calendar-time-picker-select-option-disabled {
  color: #00000040;
}

li.ant-calendar-time-picker-select-option-disabled:hover {
  cursor: not-allowed;
  background: none;
}

.ant-calendar-time .ant-calendar-day-select {
  color: #000000d9;
  padding: 0 2px;
  font-weight: 500;
  line-height: 34px;
  display: inline-block;
}

.ant-calendar-time .ant-calendar-footer {
  height: auto;
  position: relative;
}

.ant-calendar-time .ant-calendar-footer-btn {
  text-align: left;
}

.ant-calendar-time .ant-calendar-footer .ant-calendar-today-btn {
  float: right;
  margin: 0;
}

.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  margin-left: 8px;
  display: inline-block;
}

.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn-disabled {
  color: #00000040;
}

.ant-calendar-month-panel {
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  outline: none;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-calendar-month-panel > div {
  height: 100%;
}

.ant-calendar-month-panel-hidden {
  display: none;
}

.ant-calendar-month-panel-header {
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  border-bottom: 1px solid #e8e8e8;
  height: 40px;
  line-height: 40px;
}

.ant-calendar-month-panel-header a:hover {
  color: #40a9ff;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select, .ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select, .ant-calendar-month-panel-header .ant-calendar-month-panel-year-select, .ant-calendar-month-panel-header .ant-calendar-month-panel-month-select {
  color: #000000d9;
  padding: 0 2px;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow, .ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow, .ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow, .ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow {
  display: none;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn, .ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn, .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn, .ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn, .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn, .ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn, .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn, .ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  color: #00000073;
  padding: 0 5px;
  font-family: Arial, Hiragino Sans GB, Microsoft Yahei, Microsoft Sans Serif, sans-serif;
  font-size: 16px;
  line-height: 40px;
  display: inline-block;
  position: absolute;
  top: 0;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn, .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn, .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn {
  right: 7px;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:after, .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:after, .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:after {
  content: "«";
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn, .ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn, .ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  left: 7px;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:after, .ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:after, .ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:after {
  content: "»";
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn {
  right: 29px;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:after {
  content: "‹";
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn {
  left: 29px;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:after {
  content: "›";
}

.ant-calendar-month-panel-body {
  height: calc(100% - 40px);
}

.ant-calendar-month-panel-table {
  table-layout: fixed;
  border-collapse: separate;
  width: 100%;
  height: 100%;
}

.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month, .ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
  color: #fff;
  background: #1890ff;
}

.ant-calendar-month-panel-cell {
  text-align: center;
}

.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month, .ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover {
  cursor: not-allowed;
  color: #bcbcbc;
  background: #f5f5f5;
}

.ant-calendar-month-panel-month {
  color: #000000a6;
  text-align: center;
  background: none;
  border-radius: 2px;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  line-height: 24px;
  transition: background .3s;
  display: inline-block;
}

.ant-calendar-month-panel-month:hover {
  cursor: pointer;
  background: #e6f7ff;
}

.ant-calendar-year-panel {
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  outline: none;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-calendar-year-panel > div {
  height: 100%;
}

.ant-calendar-year-panel-hidden {
  display: none;
}

.ant-calendar-year-panel-header {
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  border-bottom: 1px solid #e8e8e8;
  height: 40px;
  line-height: 40px;
}

.ant-calendar-year-panel-header a:hover {
  color: #40a9ff;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select, .ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select, .ant-calendar-year-panel-header .ant-calendar-year-panel-year-select, .ant-calendar-year-panel-header .ant-calendar-year-panel-month-select {
  color: #000000d9;
  padding: 0 2px;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow, .ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow, .ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow, .ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow {
  display: none;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn, .ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn, .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn, .ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn, .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn, .ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn, .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn, .ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  color: #00000073;
  padding: 0 5px;
  font-family: Arial, Hiragino Sans GB, Microsoft Yahei, Microsoft Sans Serif, sans-serif;
  font-size: 16px;
  line-height: 40px;
  display: inline-block;
  position: absolute;
  top: 0;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn, .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn, .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn {
  right: 7px;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:after, .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:after, .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:after {
  content: "«";
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn, .ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn, .ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  left: 7px;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:after, .ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:after, .ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:after {
  content: "»";
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn {
  right: 29px;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:after {
  content: "‹";
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn {
  left: 29px;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:after {
  content: "›";
}

.ant-calendar-year-panel-body {
  height: calc(100% - 40px);
}

.ant-calendar-year-panel-table {
  table-layout: fixed;
  border-collapse: separate;
  width: 100%;
  height: 100%;
}

.ant-calendar-year-panel-cell {
  text-align: center;
}

.ant-calendar-year-panel-year {
  color: #000000a6;
  text-align: center;
  background: none;
  border-radius: 2px;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  line-height: 24px;
  transition: background .3s;
  display: inline-block;
}

.ant-calendar-year-panel-year:hover {
  cursor: pointer;
  background: #e6f7ff;
}

.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year, .ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
  color: #fff;
  background: #1890ff;
}

.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year, .ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year {
  -webkit-user-select: none;
  user-select: none;
  color: #00000040;
}

.ant-calendar-decade-panel {
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  outline: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-calendar-decade-panel-hidden {
  display: none;
}

.ant-calendar-decade-panel-header {
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  border-bottom: 1px solid #e8e8e8;
  height: 40px;
  line-height: 40px;
}

.ant-calendar-decade-panel-header a:hover {
  color: #40a9ff;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select {
  color: #000000d9;
  padding: 0 2px;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow {
  display: none;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  color: #00000073;
  padding: 0 5px;
  font-family: Arial, Hiragino Sans GB, Microsoft Yahei, Microsoft Sans Serif, sans-serif;
  font-size: 16px;
  line-height: 40px;
  display: inline-block;
  position: absolute;
  top: 0;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn {
  right: 7px;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:after, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:after, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:after {
  content: "«";
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  left: 7px;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:after, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:after, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:after {
  content: "»";
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn {
  right: 29px;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:after {
  content: "‹";
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn {
  left: 29px;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:after {
  content: "›";
}

.ant-calendar-decade-panel-body {
  height: calc(100% - 40px);
}

.ant-calendar-decade-panel-table {
  table-layout: fixed;
  border-collapse: separate;
  width: 100%;
  height: 100%;
}

.ant-calendar-decade-panel-cell {
  text-align: center;
  white-space: nowrap;
}

.ant-calendar-decade-panel-decade {
  color: #000000a6;
  text-align: center;
  background: none;
  border-radius: 2px;
  height: 24px;
  margin: 0 auto;
  padding: 0 6px;
  line-height: 24px;
  transition: background .3s;
  display: inline-block;
}

.ant-calendar-decade-panel-decade:hover {
  cursor: pointer;
  background: #e6f7ff;
}

.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade, .ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
  color: #fff;
  background: #1890ff;
}

.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade, .ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade {
  -webkit-user-select: none;
  user-select: none;
  color: #00000040;
}

.ant-calendar-month .ant-calendar-month-header-wrap {
  height: 288px;
  position: relative;
}

.ant-calendar-month .ant-calendar-month-panel, .ant-calendar-month .ant-calendar-year-panel {
  height: 100%;
  top: 0;
}

.ant-calendar-week-number-cell {
  opacity: .5;
}

.ant-calendar-week-number .ant-calendar-body tr {
  cursor: pointer;
  transition: all .3s;
}

.ant-calendar-week-number .ant-calendar-body tr:hover {
  background: #e6f7ff;
}

.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week {
  background: #bae7ff;
  font-weight: bold;
}

.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day .ant-calendar-date, .ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day:hover .ant-calendar-date {
  color: #000000a6;
  background: none;
}

.ant-time-picker-panel {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  z-index: 1050;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  position: absolute;
}

.ant-time-picker-panel-inner {
  text-align: right;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
  list-style: none;
  position: relative;
  right: -2px;
  overflow: hidden;
  box-shadow: 0 2px 8px #00000026;
}

.ant-time-picker-panel-input {
  cursor: auto;
  border: 0;
  outline: 0;
  max-width: 154px;
  margin: 0;
  padding: 0;
}

.ant-time-picker-panel-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.ant-time-picker-panel-input:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-time-picker-panel-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.ant-time-picker-panel-input-wrap {
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
  padding: 7px 12px 7px 2px;
  position: relative;
}

.ant-time-picker-panel-input-invalid {
  border-color: red;
}

.ant-time-picker-panel-clear-btn {
  cursor: pointer;
  text-align: center;
  width: 20px;
  height: 20px;
  margin: 0;
  line-height: 20px;
  position: absolute;
  top: 7px;
  left: 8px;
  overflow: hidden;
}

.ant-time-picker-panel-clear-btn-icon svg {
  color: #00000040;
  margin: auto;
  font-size: 14px;
  transition: color .3s;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-time-picker-panel-clear-btn-icon svg:hover {
  color: #00000073;
}

.ant-time-picker-panel-narrow .ant-time-picker-panel-input-wrap {
  max-width: 112px;
}

.ant-time-picker-panel-select {
  float: right;
  box-sizing: border-box;
  border-right: 1px solid #e8e8e8;
  width: 56px;
  max-height: 192px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}

.ant-time-picker-panel-select:hover {
  overflow-y: auto;
}

.ant-time-picker-panel-select:first-child {
  border-right: 0;
  margin-right: 0;
}

.ant-time-picker-panel-select:last-child {
  border-left: 0;
}

.ant-time-picker-panel-select:only-child {
  width: 100%;
}

.ant-time-picker-panel-select ul {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 0 160px;
  list-style: none;
}

.ant-time-picker-panel-select li {
  box-sizing: content-box;
  text-align: right;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0 12px 0 0;
  line-height: 32px;
  list-style: none;
  transition: background .3s;
}

.ant-time-picker-panel-select li:hover {
  background: #e6f7ff;
}

li.ant-time-picker-panel-select-option-selected {
  background: #f5f5f5;
  font-weight: bold;
}

li.ant-time-picker-panel-select-option-selected:hover {
  background: #f5f5f5;
}

li.ant-time-picker-panel-select-option-disabled {
  color: #00000040;
}

li.ant-time-picker-panel-select-option-disabled:hover {
  cursor: not-allowed;
  background: none;
}

.ant-time-picker-panel-combobox {
  zoom: 1;
}

.ant-time-picker-panel-combobox:before, .ant-time-picker-panel-combobox:after {
  content: "";
  display: table;
}

.ant-time-picker-panel-combobox:after {
  clear: both;
}

.ant-time-picker-panel-addon {
  border-top: 1px solid #e8e8e8;
  padding: 8px;
}

.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topLeft, .ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topRight, .ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topLeft, .ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topRight {
  animation-name: antSlideDownIn;
}

.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomLeft, .ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomRight, .ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomLeft, .ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomRight {
  animation-name: antSlideUpIn;
}

.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topLeft, .ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topRight {
  animation-name: antSlideDownOut;
}

.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomLeft, .ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomRight {
  animation-name: antSlideUpOut;
}

.ant-time-picker {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  outline: none;
  width: 128px;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  transition: opacity .3s;
  display: inline-block;
  position: relative;
}

.ant-time-picker-input {
  color: #000000a6;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  font-size: 14px;
  line-height: 1.5;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.ant-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.ant-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.ant-time-picker-input:hover {
  border-color: #40a9ff;
  border-left-width: 1px !important;
}

.ant-time-picker-input:focus {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #1890ff33;
  border-left-width: 1px !important;
}

.ant-time-picker-input-disabled {
  opacity: 1;
  cursor: not-allowed;
  color: #00000040;
  background-color: #f5f5f5;
}

.ant-time-picker-input-disabled:hover {
  border-color: #e6d8d8;
  border-left-width: 1px !important;
}

textarea.ant-time-picker-input {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  min-height: 32px;
  transition: all .3s, height;
}

.ant-time-picker-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}

.ant-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px;
}

.ant-time-picker-input[disabled] {
  opacity: 1;
  cursor: not-allowed;
  color: #00000040;
  background-color: #f5f5f5;
}

.ant-time-picker-input[disabled]:hover {
  border-color: #e6d8d8;
  border-left-width: 1px !important;
}

.ant-time-picker-open {
  opacity: 0;
}

.ant-time-picker-icon {
  -webkit-user-select: none;
  user-select: none;
  color: #00000040;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  line-height: 14px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  top: 50%;
  left: 11px;
}

.ant-time-picker-icon .ant-time-picker-clock-icon {
  color: #00000040;
  line-height: 1;
  display: block;
}

.ant-time-picker-large .ant-time-picker-input {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}

.ant-time-picker-small .ant-time-picker-input {
  height: 24px;
  padding: 1px 7px;
}

.ant-time-picker-small .ant-time-picker-icon {
  left: 7px;
}

.ant-tag {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  opacity: 1;
  cursor: pointer;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  height: 22px;
  margin: 0 0 0 8px;
  padding: 0 7px;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 12px;
  line-height: 20px;
  list-style: none;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
}

.ant-tag:hover {
  opacity: .85;
}

.ant-tag, .ant-tag a, .ant-tag a:hover {
  color: #000000a6;
}

.ant-tag > a:first-child:last-child {
  margin: 0 -8px;
  padding: 0 8px;
  display: inline-block;
}

.ant-tag .anticon-close {
  font-size: 12px;
  font-size: 10px \9 ;
  cursor: pointer;
  color: #00000073;
  margin-right: 3px;
  font-weight: bold;
  transition: all .3s;
  display: inline-block;
  transform: scale(.833333)rotate(0);
}

:root .ant-tag .anticon-close {
  font-size: 12px;
}

.ant-tag .anticon-close:hover {
  color: #000000d9;
}

.ant-tag-has-color {
  border-color: #0000;
}

.ant-tag-has-color, .ant-tag-has-color a, .ant-tag-has-color a:hover, .ant-tag-has-color .anticon-close, .ant-tag-has-color .anticon-close:hover {
  color: #fff;
}

.ant-tag-checkable {
  background-color: #0000;
  border-color: #0000;
}

.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1890ff;
}

.ant-tag-checkable:active, .ant-tag-checkable-checked {
  color: #fff;
}

.ant-tag-checkable-checked {
  background-color: #1890ff;
}

.ant-tag-checkable:active {
  background-color: #096dd9;
}

.ant-tag-close {
  margin: 0;
  padding: 0;
  width: 0 !important;
}

.ant-tag-zoom-enter, .ant-tag-zoom-appear {
  animation: .2s cubic-bezier(.78, .14, .15, .86) both antFadeIn;
}

.ant-tag-zoom-leave {
  animation: .3s cubic-bezier(.78, .14, .15, .86) both antZoomOut;
}

.ant-tag-pink {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}

.ant-tag-pink-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}

.ant-tag-magenta {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}

.ant-tag-magenta-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}

.ant-tag-red {
  color: #f5222d;
  background: #fff1f0;
  border-color: #ffa39e;
}

.ant-tag-red-inverse {
  color: #fff;
  background: #f5222d;
  border-color: #f5222d;
}

.ant-tag-volcano {
  color: #fa541c;
  background: #fff2e8;
  border-color: #ffbb96;
}

.ant-tag-volcano-inverse {
  color: #fff;
  background: #fa541c;
  border-color: #fa541c;
}

.ant-tag-orange {
  color: #fa8c16;
  background: #fff7e6;
  border-color: #ffd591;
}

.ant-tag-orange-inverse {
  color: #fff;
  background: #fa8c16;
  border-color: #fa8c16;
}

.ant-tag-yellow {
  color: #fadb14;
  background: #feffe6;
  border-color: #fffb8f;
}

.ant-tag-yellow-inverse {
  color: #fff;
  background: #fadb14;
  border-color: #fadb14;
}

.ant-tag-gold {
  color: #faad14;
  background: #fffbe6;
  border-color: #ffe58f;
}

.ant-tag-gold-inverse {
  color: #fff;
  background: #faad14;
  border-color: #faad14;
}

.ant-tag-cyan {
  color: #13c2c2;
  background: #e6fffb;
  border-color: #87e8de;
}

.ant-tag-cyan-inverse {
  color: #fff;
  background: #13c2c2;
  border-color: #13c2c2;
}

.ant-tag-lime {
  color: #a0d911;
  background: #fcffe6;
  border-color: #eaff8f;
}

.ant-tag-lime-inverse {
  color: #fff;
  background: #a0d911;
  border-color: #a0d911;
}

.ant-tag-green {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}

.ant-tag-green-inverse {
  color: #fff;
  background: #52c41a;
  border-color: #52c41a;
}

.ant-tag-blue {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}

.ant-tag-blue-inverse {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}

.ant-tag-geekblue {
  color: #2f54eb;
  background: #f0f5ff;
  border-color: #adc6ff;
}

.ant-tag-geekblue-inverse {
  color: #fff;
  background: #2f54eb;
  border-color: #2f54eb;
}

.ant-tag-purple {
  color: #722ed1;
  background: #f9f0ff;
  border-color: #d3adf7;
}

.ant-tag-purple-inverse {
  color: #fff;
  background: #722ed1;
  border-color: #722ed1;
}

.ant-divider {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  background: #e8e8e8;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}

.ant-divider, .ant-divider-vertical {
  vertical-align: middle;
  width: 1px;
  height: .9em;
  margin: 0 8px;
  display: inline-block;
  position: relative;
  top: -.06em;
}

.ant-divider-horizontal {
  clear: both;
  width: 100%;
  height: 1px;
  margin: 24px 0;
  display: block;
}

.ant-divider-horizontal.ant-divider-with-text, .ant-divider-horizontal.ant-divider-with-text-left, .ant-divider-horizontal.ant-divider-with-text-right {
  white-space: nowrap;
  text-align: center;
  color: #000000d9;
  background: none;
  margin: 16px 0;
  font-size: 16px;
  font-weight: 500;
  display: table;
}

.ant-divider-horizontal.ant-divider-with-text:before, .ant-divider-horizontal.ant-divider-with-text-left:before, .ant-divider-horizontal.ant-divider-with-text-right:before, .ant-divider-horizontal.ant-divider-with-text:after, .ant-divider-horizontal.ant-divider-with-text-left:after, .ant-divider-horizontal.ant-divider-with-text-right:after {
  content: "";
  border-top: 1px solid #e8e8e8;
  width: 50%;
  display: table-cell;
  position: relative;
  top: 50%;
  transform: translateY(50%);
}

.ant-divider-horizontal.ant-divider-with-text-left .ant-divider-inner-text, .ant-divider-horizontal.ant-divider-with-text-right .ant-divider-inner-text {
  padding: 0 10px;
  display: inline-block;
}

.ant-divider-horizontal.ant-divider-with-text-left:before {
  width: 5%;
  top: 50%;
}

.ant-divider-horizontal.ant-divider-with-text-left:after, .ant-divider-horizontal.ant-divider-with-text-right:before {
  width: 95%;
  top: 50%;
}

.ant-divider-horizontal.ant-divider-with-text-right:after {
  width: 5%;
  top: 50%;
}

.ant-divider-inner-text {
  padding: 0 24px;
  display: inline-block;
}

.ant-divider-dashed {
  background: none;
  border-top: 1px dashed #e8e8e8;
}

.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed, .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed, .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed {
  border-top: 0;
}

.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed:before, .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed:before, .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed:before, .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed:after, .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed:after, .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed:after {
  border-style: dashed none none;
}

.ant-drawer {
  z-index: 999;
  width: 0%;
  height: 100%;
  position: fixed;
  top: 0;
}

.ant-drawer > * {
  transition: transform .3s cubic-bezier(.9, 0, .3, .7);
}

.ant-drawer-content-wrapper {
  position: fixed;
}

.ant-drawer .ant-drawer-content {
  width: 100%;
  height: 100%;
}

.ant-drawer-left, .ant-drawer-right {
  width: 0%;
  height: 100%;
}

.ant-drawer-left .ant-drawer-content-wrapper, .ant-drawer-right .ant-drawer-content-wrapper {
  height: 100%;
}

.ant-drawer-left.ant-drawer-open, .ant-drawer-right.ant-drawer-open {
  width: 100%;
}

.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: -2px 0 8px #00000026;
}

.ant-drawer-right .ant-drawer-content-wrapper {
  left: 0;
}

.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 2px 0 8px #00000026;
}

.ant-drawer-top, .ant-drawer-bottom {
  width: 100%;
  height: 0%;
}

.ant-drawer-top .ant-drawer-content-wrapper, .ant-drawer-bottom .ant-drawer-content-wrapper {
  width: 100%;
}

.ant-drawer-top.ant-drawer-open, .ant-drawer-bottom.ant-drawer-open {
  height: 100%;
}

.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 0 2px 8px #00000026;
}

.ant-drawer-bottom .ant-drawer-content-wrapper {
  bottom: 0;
}

.ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 0 -2px 8px #00000026;
}

.ant-drawer.ant-drawer-open .ant-drawer-mask {
  opacity: .3;
  height: 100%;
  transition: none;
  animation: .3s cubic-bezier(.7, .3, .1, 1) antdDrawerFadeIn;
}

.ant-drawer-title {
  color: #000000d9;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.ant-drawer-content {
  z-index: 1;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  position: relative;
}

.ant-drawer-close {
  cursor: pointer;
  z-index: 10;
  color: #00000073;
  background: none;
  border: 0;
  outline: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.ant-drawer-close-x {
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  width: 56px;
  height: 56px;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  display: block;
}

.ant-drawer-close:focus, .ant-drawer-close:hover {
  color: #444;
  text-decoration: none;
}

.ant-drawer-header {
  color: #000000a6;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
  padding: 16px 24px;
}

.ant-drawer-body {
  word-wrap: break-word;
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
}

.ant-drawer-mask {
  opacity: 0;
  width: 100%;
  height: 0;
  filter: alpha(opacity= 50);
  background-color: #000000a6;
  transition: opacity .3s linear, height 0s .3s;
  position: fixed;
}

.ant-drawer-open {
  transition: transform .3s cubic-bezier(.7, .3, .1, 1);
}

.ant-drawer-open-content {
  box-shadow: 0 4px 12px #00000026;
}

@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: .3;
  }
}

.ant-dropdown {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  z-index: 1050;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  display: block;
  position: absolute;
  top: -9999px;
  right: -9999px;
}

.ant-dropdown-wrap {
  position: relative;
}

.ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 12px;
  font-size: 10px \9 ;
  display: inline-block;
  transform: scale(.833333)rotate(0);
}

:root .ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 12px;
}

.ant-dropdown-wrap .anticon-down:before {
  transition: transform .2s;
}

.ant-dropdown-wrap-open .anticon-down:before {
  transform: rotate(-180deg);
}

.ant-dropdown-hidden, .ant-dropdown-menu-hidden {
  display: none;
}

.ant-dropdown-menu {
  text-align: right;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  margin: 0;
  padding: 4px 0;
  list-style-type: none;
  position: relative;
  box-shadow: 0 2px 8px #00000026;
}

.ant-dropdown-menu-item-group-title {
  color: #00000073;
  padding: 5px 12px;
  transition: all .3s;
}

.ant-dropdown-menu-submenu-popup {
  z-index: 1050;
  position: absolute;
}

.ant-dropdown-menu-item, .ant-dropdown-menu-submenu-title {
  clear: both;
  color: #000000a6;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  transition: all .3s;
}

.ant-dropdown-menu-item > .anticon:first-child, .ant-dropdown-menu-submenu-title > .anticon:first-child {
  min-width: 12px;
  margin-left: 8px;
}

.ant-dropdown-menu-item > a, .ant-dropdown-menu-submenu-title > a {
  color: #000000a6;
  margin: -5px -12px;
  padding: 5px 12px;
  transition: all .3s;
  display: block;
}

.ant-dropdown-menu-item > a:focus, .ant-dropdown-menu-submenu-title > a:focus {
  text-decoration: none;
}

.ant-dropdown-menu-item-selected, .ant-dropdown-menu-submenu-title-selected, .ant-dropdown-menu-item-selected > a, .ant-dropdown-menu-submenu-title-selected > a {
  color: #1890ff;
  background-color: #e6f7ff;
}

.ant-dropdown-menu-item:hover, .ant-dropdown-menu-submenu-title:hover {
  background-color: #e6f7ff;
}

.ant-dropdown-menu-item-disabled, .ant-dropdown-menu-submenu-title-disabled {
  color: #00000040;
  cursor: not-allowed;
}

.ant-dropdown-menu-item-disabled:hover, .ant-dropdown-menu-submenu-title-disabled:hover {
  color: #00000040;
  cursor: not-allowed;
  background-color: #fff;
}

.ant-dropdown-menu-item-divider, .ant-dropdown-menu-submenu-title-divider {
  background-color: #e8e8e8;
  height: 1px;
  margin: 4px 0;
  line-height: 0;
  overflow: hidden;
}

.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow, .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
  position: absolute;
  left: 8px;
}

.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon, .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: #00000073;
  font-size: 12px;
  font-style: normal;
  font-size: 10px \9 ;
  display: inline-block;
  transform: scale(.833333)rotate(0);
}

:root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon, :root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  font-size: 12px;
}

.ant-dropdown-menu-submenu-title {
  padding-left: 26px;
}

.ant-dropdown-menu-submenu-vertical {
  position: relative;
}

.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  transform-origin: 100% 0;
  min-width: 100%;
  margin-right: 4px;
  position: absolute;
  top: 0;
  right: 100%;
}

.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title, .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: #00000040;
}

.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft, .ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft, .ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter, .ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter, .ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight, .ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn;
}

.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft, .ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft, .ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter, .ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter, .ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight, .ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownIn;
}

.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft, .ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter, .ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut;
}

.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft, .ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter, .ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownOut;
}

.ant-dropdown-trigger .anticon:not(.anticon-ellipsis), .ant-dropdown-link .anticon:not(.anticon-ellipsis) {
  font-size: 12px;
  font-size: 10px \9 ;
  display: inline-block;
  transform: scale(.833333)rotate(0);
}

:root .ant-dropdown-trigger .anticon:not(.anticon-ellipsis), :root .ant-dropdown-link .anticon:not(.anticon-ellipsis) {
  font-size: 12px;
}

.ant-dropdown-button {
  white-space: nowrap;
}

.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child) {
  padding-left: 8px;
  padding-right: 8px;
}

.ant-dropdown-button .anticon:not(.anticon-ellipsis) {
  font-size: 12px;
  font-size: 10px \9 ;
  display: inline-block;
  transform: scale(.833333)rotate(0);
}

:root .ant-dropdown-button .anticon:not(.anticon-ellipsis) {
  font-size: 12px;
}

.ant-dropdown-menu-dark, .ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #001529;
}

.ant-dropdown-menu-dark .ant-dropdown-menu-item, .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title, .ant-dropdown-menu-dark .ant-dropdown-menu-item > a, .ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after, .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after, .ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow:after {
  color: #ffffffa6;
}

.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover, .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover, .ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover {
  color: #fff;
  background: none;
}

.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected, .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover, .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  color: #fff;
  background: #1890ff;
}

.ant-form {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}

.ant-form legend {
  width: 100%;
  font-size: 16px;
  line-height: inherit;
  color: #00000073;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
  padding: 0;
  display: block;
}

.ant-form label {
  font-size: 14px;
}

.ant-form input[type="search"] {
  box-sizing: border-box;
}

.ant-form input[type="radio"], .ant-form input[type="checkbox"] {
  line-height: normal;
}

.ant-form input[type="file"] {
  display: block;
}

.ant-form input[type="range"] {
  width: 100%;
  display: block;
}

.ant-form select[multiple], .ant-form select[size] {
  height: auto;
}

.ant-form input[type="file"]:focus, .ant-form input[type="radio"]:focus, .ant-form input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ant-form output {
  color: #000000a6;
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.5;
  display: block;
}

.ant-form-item-required:before {
  content: "*";
  color: #f5222d;
  margin-left: 4px;
  font-family: SimSun;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}

.ant-form-hide-required-mark .ant-form-item-required:before {
  display: none;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, .ant-radio-inline.disabled, .ant-radio-vertical.disabled, .ant-checkbox-inline.disabled, .ant-checkbox-vertical.disabled, .ant-radio.disabled label, .ant-checkbox.disabled label {
  cursor: not-allowed;
}

.ant-form-item {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  vertical-align: top;
  margin: 0 0 24px;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}

.ant-form-item label {
  position: relative;
}

.ant-form-item label > .anticon {
  vertical-align: top;
  font-size: 14px;
}

.ant-form-item-control > .ant-form-item:last-child, .ant-form-item [class^="ant-col-"] > .ant-form-item:only-child {
  margin-bottom: -24px;
}

.ant-form-item-control {
  zoom: 1;
  line-height: 39.9999px;
  position: relative;
}

.ant-form-item-control:before, .ant-form-item-control:after {
  content: "";
  display: table;
}

.ant-form-item-control:after {
  clear: both;
}

.ant-form-item-children {
  position: relative;
}

.ant-form-item-with-help {
  margin-bottom: 5px;
}

.ant-form-item-label {
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 39.9999px;
  display: inline-block;
  overflow: hidden;
}

.ant-form-item-label label {
  color: #000000d9;
}

.ant-form-item-label label:after {
  content: ":";
  margin: 0 2px 0 8px;
  position: relative;
  top: -.5px;
}

.ant-form-item .ant-switch {
  margin: 2px 0 4px;
}

.ant-form-item-no-colon .ant-form-item-label label:after {
  content: " ";
}

.ant-form-explain, .ant-form-extra {
  color: #00000073;
  clear: both;
  margin-top: -2px;
  line-height: 1.5;
  transition: color .3s cubic-bezier(.215, .61, .355, 1);
}

.ant-form-extra {
  padding-top: 4px;
}

.ant-form-text {
  padding-left: 8px;
  display: inline-block;
}

.ant-form-split {
  text-align: center;
  display: block;
}

form .has-feedback .ant-input {
  padding-left: 24px;
}

form .has-feedback > .ant-select .ant-select-arrow, form .has-feedback > .ant-select .ant-select-selection__clear, form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow, form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear {
  left: 28px;
}

form .has-feedback > .ant-select .ant-select-selection-selected-value, form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-left: 42px;
}

form .has-feedback .ant-cascader-picker-arrow {
  margin-left: 17px;
}

form .has-feedback .ant-cascader-picker-clear, form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix, form .has-feedback .ant-calendar-picker-icon, form .has-feedback .ant-time-picker-icon, form .has-feedback .ant-calendar-picker-clear, form .has-feedback .ant-time-picker-clear {
  left: 28px;
}

form textarea.ant-input {
  height: auto;
}

form .ant-upload {
  background: none;
}

form input[type="radio"], form input[type="checkbox"] {
  width: 14px;
  height: 14px;
}

form .ant-radio-inline, form .ant-checkbox-inline {
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  font-weight: normal;
  display: inline-block;
}

form .ant-radio-inline:first-child, form .ant-checkbox-inline:first-child {
  margin-right: 0;
}

form .ant-checkbox-vertical, form .ant-radio-vertical {
  display: block;
}

form .ant-checkbox-vertical + .ant-checkbox-vertical, form .ant-radio-vertical + .ant-radio-vertical {
  margin-right: 0;
}

form .ant-input-number + .ant-form-text {
  margin-right: 8px;
}

form .ant-input-number-handler-wrap {
  z-index: 2;
}

form .ant-select, form .ant-cascader-picker {
  width: 100%;
}

form .ant-input-group .ant-select, form .ant-input-group .ant-cascader-picker {
  width: auto;
}

form :not(.ant-input-group-wrapper) > .ant-input-group, form .ant-input-group-wrapper {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -1px;
}

.ant-input-group-wrap .ant-select-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-input-group-wrap .ant-select-selection:hover {
  border-color: #d9d9d9;
}

.ant-input-group-wrap .ant-select-selection--single {
  background-color: #eee;
  height: 40px;
  margin-right: -1px;
}

.ant-input-group-wrap .ant-select-selection--single .ant-select-selection__rendered {
  padding-left: 25px;
  padding-right: 8px;
  line-height: 30px;
}

.ant-input-group-wrap .ant-select-open .ant-select-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #d9d9d9;
}

.ant-form-vertical .ant-form-item-label, .ant-col-24.ant-form-item-label, .ant-col-xl-24.ant-form-item-label {
  text-align: right;
  margin: 0;
  padding: 0 0 8px;
  line-height: 1.5;
  display: block;
}

.ant-form-vertical .ant-form-item-label label:after, .ant-col-24.ant-form-item-label label:after, .ant-col-xl-24.ant-form-item-label label:after {
  display: none;
}

.ant-form-vertical .ant-form-item {
  padding-bottom: 8px;
}

.ant-form-vertical .ant-form-item-control {
  line-height: 1.5;
}

.ant-form-vertical .ant-form-explain, .ant-form-vertical .ant-form-extra {
  margin-top: 2px;
  margin-bottom: -4px;
}

@media (max-width: 575px) {
  .ant-form-item-label, .ant-form-item-control-wrapper {
    width: 100%;
    display: block;
  }

  .ant-form-item-label {
    text-align: right;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    display: block;
  }

  .ant-form-item-label label:after {
    display: none;
  }

  .ant-col-xs-24.ant-form-item-label {
    text-align: right;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    display: block;
  }

  .ant-col-xs-24.ant-form-item-label label:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .ant-col-sm-24.ant-form-item-label {
    text-align: right;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    display: block;
  }

  .ant-col-sm-24.ant-form-item-label label:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .ant-col-md-24.ant-form-item-label {
    text-align: right;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    display: block;
  }

  .ant-col-md-24.ant-form-item-label label:after {
    display: none;
  }
}

@media (max-width: 1199px) {
  .ant-col-lg-24.ant-form-item-label {
    text-align: right;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    display: block;
  }

  .ant-col-lg-24.ant-form-item-label label:after {
    display: none;
  }
}

@media (max-width: 1599px) {
  .ant-col-xl-24.ant-form-item-label {
    text-align: right;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    display: block;
  }

  .ant-col-xl-24.ant-form-item-label label:after {
    display: none;
  }
}

.ant-form-inline .ant-form-item {
  margin-bottom: 0;
  margin-left: 16px;
  display: inline-block;
}

.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px;
}

.ant-form-inline .ant-form-item > .ant-form-item-control-wrapper, .ant-form-inline .ant-form-item > .ant-form-item-label {
  vertical-align: middle;
  display: inline-block;
}

.ant-form-inline .ant-form-text, .ant-form-inline .has-feedback {
  display: inline-block;
}

.ant-form-inline .ant-form-explain {
  position: absolute;
}

.has-success.has-feedback .ant-form-item-children-icon, .has-warning.has-feedback .ant-form-item-children-icon, .has-error.has-feedback .ant-form-item-children-icon, .is-validating.has-feedback .ant-form-item-children-icon {
  visibility: visible;
  pointer-events: none;
  text-align: center;
  z-index: 1;
  width: 32px;
  height: 20px;
  margin-top: -10px;
  font-size: 14px;
  line-height: 20px;
  animation: .3s cubic-bezier(.12, .4, .29, 1.46) zoomIn;
  position: absolute;
  top: 50%;
  left: 0;
}

.has-success.has-feedback .ant-form-item-children-icon svg, .has-warning.has-feedback .ant-form-item-children-icon svg, .has-error.has-feedback .ant-form-item-children-icon svg, .is-validating.has-feedback .ant-form-item-children-icon svg {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.has-success.has-feedback .ant-form-item-children-icon {
  color: #52c41a;
  animation-name: diffZoomIn1 !important;
}

.has-warning .ant-form-explain, .has-warning .ant-form-split {
  color: #faad14;
}

.has-warning .ant-input, .has-warning .ant-input:hover {
  border-color: #faad14;
}

.has-warning .ant-input:focus {
  border-color: #ffc53d;
  outline: 0;
  box-shadow: 0 0 0 2px #faad1433;
  border-left-width: 1px !important;
}

.has-warning .ant-input:not([disabled]):hover {
  border-color: #faad14;
}

.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ffc53d;
  outline: 0;
  box-shadow: 0 0 0 2px #faad1433;
  border-left-width: 1px !important;
}

.has-warning .ant-input-prefix {
  color: #faad14;
}

.has-warning .ant-input-group-addon {
  color: #faad14;
  background-color: #fff;
  border-color: #faad14;
}

.has-warning .has-feedback {
  color: #faad14;
}

.has-warning.has-feedback .ant-form-item-children-icon {
  color: #faad14;
  animation-name: diffZoomIn3 !important;
}

.has-warning .ant-select-selection {
  border-color: #faad14;
}

.has-warning .ant-select-open .ant-select-selection, .has-warning .ant-select-focused .ant-select-selection {
  border-color: #ffc53d;
  outline: 0;
  box-shadow: 0 0 0 2px #faad1433;
  border-left-width: 1px !important;
}

.has-warning .ant-calendar-picker-icon:after, .has-warning .ant-time-picker-icon:after, .has-warning .ant-picker-icon:after, .has-warning .ant-select-arrow, .has-warning .ant-cascader-picker-arrow {
  color: #faad14;
}

.has-warning .ant-input-number, .has-warning .ant-time-picker-input {
  border-color: #faad14;
}

.has-warning .ant-input-number-focused, .has-warning .ant-time-picker-input-focused, .has-warning .ant-input-number:focus, .has-warning .ant-time-picker-input:focus {
  border-color: #ffc53d;
  outline: 0;
  box-shadow: 0 0 0 2px #faad1433;
  border-left-width: 1px !important;
}

.has-warning .ant-input-number:not([disabled]):hover, .has-warning .ant-time-picker-input:not([disabled]):hover {
  border-color: #faad14;
}

.has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ffc53d;
  outline: 0;
  box-shadow: 0 0 0 2px #faad1433;
  border-left-width: 1px !important;
}

.has-error .ant-form-explain, .has-error .ant-form-split {
  color: #f5222d;
}

.has-error .ant-input, .has-error .ant-input:hover {
  border-color: #f5222d;
}

.has-error .ant-input:focus {
  border-color: #ff4d4f;
  outline: 0;
  box-shadow: 0 0 0 2px #f5222d33;
  border-left-width: 1px !important;
}

.has-error .ant-input:not([disabled]):hover {
  border-color: #f5222d;
}

.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ff4d4f;
  outline: 0;
  box-shadow: 0 0 0 2px #f5222d33;
  border-left-width: 1px !important;
}

.has-error .ant-input-prefix {
  color: #f5222d;
}

.has-error .ant-input-group-addon {
  color: #f5222d;
  background-color: #fff;
  border-color: #f5222d;
}

.has-error .has-feedback {
  color: #f5222d;
}

.has-error.has-feedback .ant-form-item-children-icon {
  color: #f5222d;
  animation-name: diffZoomIn2 !important;
}

.has-error .ant-select-selection {
  border-color: #f5222d;
}

.has-error .ant-select-open .ant-select-selection, .has-error .ant-select-focused .ant-select-selection {
  border-color: #ff4d4f;
  outline: 0;
  box-shadow: 0 0 0 2px #f5222d33;
  border-left-width: 1px !important;
}

.has-error .ant-select.ant-select-auto-complete .ant-input:focus {
  border-color: #f5222d;
}

.has-error .ant-input-group-addon .ant-select-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #0000;
}

.has-error .ant-calendar-picker-icon:after, .has-error .ant-time-picker-icon:after, .has-error .ant-picker-icon:after, .has-error .ant-select-arrow, .has-error .ant-cascader-picker-arrow {
  color: #f5222d;
}

.has-error .ant-input-number, .has-error .ant-time-picker-input {
  border-color: #f5222d;
}

.has-error .ant-input-number-focused, .has-error .ant-time-picker-input-focused, .has-error .ant-input-number:focus, .has-error .ant-time-picker-input:focus {
  border-color: #ff4d4f;
  outline: 0;
  box-shadow: 0 0 0 2px #f5222d33;
  border-left-width: 1px !important;
}

.has-error .ant-input-number:not([disabled]):hover, .has-error .ant-time-picker-input:not([disabled]):hover, .has-error .ant-mention-wrapper .ant-mention-editor, .has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
  border-color: #f5222d;
}

.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor, .has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus, .has-error .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ff4d4f;
  outline: 0;
  box-shadow: 0 0 0 2px #f5222d33;
  border-left-width: 1px !important;
}

.is-validating.has-feedback .ant-form-item-children-icon {
  color: #1890ff;
  display: inline-block;
}

.ant-advanced-search-form .ant-form-item {
  margin-bottom: 24px;
}

.ant-advanced-search-form .ant-form-item-with-help {
  margin-bottom: 5px;
}

.show-help-enter, .show-help-appear, .show-help-leave {
  animation-duration: .3s;
  animation-play-state: paused;
  animation-fill-mode: both;
}

.show-help-enter.show-help-enter-active, .show-help-appear.show-help-appear-active {
  animation-name: antShowHelpIn;
  animation-play-state: running;
}

.show-help-leave.show-help-leave-active {
  pointer-events: none;
  animation-name: antShowHelpOut;
  animation-play-state: running;
}

.show-help-enter, .show-help-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(.645, .045, .355, 1);
}

.show-help-leave {
  animation-timing-function: cubic-bezier(.645, .045, .355, 1);
}

@keyframes antShowHelpIn {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes antShowHelpOut {
  to {
    opacity: 0;
    transform: translateY(-5px);
  }
}

@keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.ant-input-number {
  font-variant: tabular-nums;
  box-sizing: border-box;
  color: #000000a6;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 90px;
  height: 32px;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.ant-input-number::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.ant-input-number:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-input-number::-webkit-input-placeholder {
  color: #bfbfbf;
}

.ant-input-number:focus {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #1890ff33;
  border-left-width: 1px !important;
}

textarea.ant-input-number {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  min-height: 32px;
  transition: all .3s, height;
}

.ant-input-number-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}

.ant-input-number-sm {
  height: 24px;
  padding: 1px 7px;
}

.ant-input-number-handler {
  text-align: center;
  color: #00000073;
  width: 100%;
  height: 50%;
  font-weight: bold;
  line-height: 0;
  transition: all .1s linear;
  display: block;
  position: relative;
  overflow: hidden;
}

.ant-input-number-handler:active {
  background: #f4f4f4;
}

.ant-input-number-handler:hover .ant-input-number-handler-up-inner, .ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #40a9ff;
}

.ant-input-number-handler-up-inner, .ant-input-number-handler-down-inner {
  vertical-align: -.125em;
  text-align: center;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  user-select: none;
  width: 12px;
  height: 12px;
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  font-size: 7px \9 ;
  color: #00000073;
  transition: all .1s linear;
  display: inline-block;
  position: absolute;
  left: 4px;
  transform: scale(.583333)rotate(0);
}

.ant-input-number-handler-up-inner > *, .ant-input-number-handler-down-inner > * {
  line-height: 1;
}

.ant-input-number-handler-up-inner svg, .ant-input-number-handler-down-inner svg {
  display: inline-block;
}

.ant-input-number-handler-up-inner:before, .ant-input-number-handler-down-inner:before {
  display: none;
}

.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon, .ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon, .ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon, .ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
  display: block;
}

:root .ant-input-number-handler-up-inner, :root .ant-input-number-handler-down-inner {
  font-size: 12px;
}

.ant-input-number:hover {
  border-color: #40a9ff;
  border-left-width: 1px !important;
}

.ant-input-number-focused {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #1890ff33;
  border-left-width: 1px !important;
}

.ant-input-number-disabled {
  opacity: 1;
  cursor: not-allowed;
  color: #00000040;
  background-color: #f5f5f5;
}

.ant-input-number-disabled:hover {
  border-color: #e6d8d8;
  border-left-width: 1px !important;
}

.ant-input-number-disabled .ant-input-number-input {
  cursor: not-allowed;
}

.ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none;
}

.ant-input-number-input {
  text-align: right;
  -moz-appearance: textfield;
  background-color: #0000;
  border: 0;
  border-radius: 4px;
  outline: 0;
  width: 100%;
  height: 30px;
  padding: 0 11px;
  transition: all .3s linear;
}

.ant-input-number-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.ant-input-number-input:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-input-number-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.ant-input-number-lg {
  padding: 0;
  font-size: 16px;
}

.ant-input-number-lg input {
  height: 38px;
}

.ant-input-number-sm {
  padding: 0;
}

.ant-input-number-sm input {
  height: 22px;
  padding: 0 7px;
}

.ant-input-number-handler-wrap {
  opacity: 0;
  background: #fff;
  border-right: 1px solid #d9d9d9;
  border-radius: 4px 0 0 4px;
  width: 22px;
  height: 100%;
  transition: opacity .24s linear .1s;
  position: absolute;
  top: 0;
  left: 0;
}

.ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%;
}

.ant-input-number:hover .ant-input-number-handler-wrap {
  opacity: 1;
}

.ant-input-number-handler-up {
  cursor: pointer;
}

.ant-input-number-handler-up-inner {
  text-align: center;
  margin-top: -5px;
  top: 50%;
}

.ant-input-number-handler-up:hover {
  height: 60% !important;
}

.ant-input-number-handler-down {
  cursor: pointer;
  border-top: 1px solid #d9d9d9;
  top: 0;
}

.ant-input-number-handler-down-inner {
  text-align: center;
  margin-top: -6px;
  top: 50%;
}

.ant-input-number-handler-down:hover {
  height: 60% !important;
}

.ant-input-number-handler-up-disabled, .ant-input-number-handler-down-disabled {
  cursor: not-allowed;
}

.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner, .ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
  color: #00000040;
}

.ant-layout {
  background: #f0f2f5;
  flex-direction: column;
  flex: auto;
  min-height: 0;
  display: flex;
}

.ant-layout, .ant-layout * {
  box-sizing: border-box;
}

.ant-layout.ant-layout-has-sider {
  flex-direction: row;
}

.ant-layout.ant-layout-has-sider > .ant-layout, .ant-layout.ant-layout-has-sider > .ant-layout-content {
  overflow-x: hidden;
}

.ant-layout-header, .ant-layout-footer {
  flex: none;
}

.ant-layout-header {
  background: #001529;
  height: 64px;
  padding: 0 50px;
  line-height: 64px;
}

.ant-layout-footer {
  color: #000000a6;
  background: #f0f2f5;
  padding: 24px 50px;
  font-size: 14px;
}

.ant-layout-content {
  flex: auto;
  min-height: 0;
}

.ant-layout-sider {
  background: #001529;
  min-width: 0;
  transition: all .2s;
  position: relative;
}

.ant-layout-sider-children {
  height: 100%;
  margin-top: -.1px;
  padding-top: .1px;
}

.ant-layout-sider-has-trigger {
  padding-bottom: 48px;
}

.ant-layout-sider-right {
  order: 1;
}

.ant-layout-sider-trigger {
  text-align: center;
  cursor: pointer;
  color: #fff;
  z-index: 1;
  background: #002140;
  height: 48px;
  line-height: 48px;
  transition: all .2s;
  position: fixed;
  bottom: 0;
}

.ant-layout-sider-zero-width > * {
  overflow: hidden;
}

.ant-layout-sider-zero-width-trigger {
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #001529;
  border-radius: 4px 0 0 4px;
  width: 36px;
  height: 42px;
  font-size: 18px;
  line-height: 42px;
  transition: background .3s;
  position: absolute;
  top: 64px;
  left: -36px;
}

.ant-layout-sider-zero-width-trigger:hover {
  background: #192c3e;
}

.ant-layout-sider-light {
  background: #fff;
}

.ant-layout-sider-light .ant-layout-sider-trigger, .ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: #000000a6;
  background: #fff;
}

.ant-list {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  position: relative;
}

.ant-list * {
  outline: none;
}

.ant-list-pagination {
  text-align: left;
  margin-top: 24px;
}

.ant-list-more {
  text-align: center;
  margin-top: 12px;
}

.ant-list-more button {
  padding-left: 32px;
  padding-right: 32px;
}

.ant-list-spin {
  text-align: center;
  min-height: 40px;
}

.ant-list-empty-text {
  color: #00000073;
  text-align: center;
  padding: 16px;
  font-size: 14px;
}

.ant-list-item {
  align-items: center;
  padding: 12px 0;
  display: flex;
}

.ant-list-item-meta {
  flex: 1;
  align-items: flex-start;
  font-size: 0;
  display: flex;
}

.ant-list-item-meta-avatar {
  margin-left: 16px;
}

.ant-list-item-meta-content {
  flex: 1 0;
}

.ant-list-item-meta-title {
  color: #000000a6;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 22px;
}

.ant-list-item-meta-title > a {
  color: #000000a6;
  transition: all .3s;
}

.ant-list-item-meta-title > a:hover {
  color: #1890ff;
}

.ant-list-item-meta-description {
  color: #00000073;
  font-size: 14px;
  line-height: 22px;
}

.ant-list-item-content {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.ant-list-item-content-single {
  justify-content: flex-start;
}

.ant-list-item-action {
  flex: none;
  margin-right: 48px;
  padding: 0;
  font-size: 0;
  list-style: none;
}

.ant-list-item-action > li {
  color: #00000073;
  cursor: pointer;
  text-align: center;
  padding: 0 8px;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  position: relative;
}

.ant-list-item-action > li:first-child {
  padding-right: 0;
}

.ant-list-item-action-split {
  background-color: #e8e8e8;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 0;
}

.ant-list-item-main {
  flex: 1;
  display: flex;
}

.ant-list-header, .ant-list-footer {
  padding-top: 12px;
  padding-bottom: 12px;
}

.ant-list-empty {
  color: #00000073;
  text-align: center;
  padding: 16px 0;
  font-size: 12px;
}

.ant-list-split .ant-list-item {
  border-bottom: 1px solid #e8e8e8;
}

.ant-list-split .ant-list-item:last-child {
  border-bottom: none;
}

.ant-list-split .ant-list-header {
  border-bottom: 1px solid #e8e8e8;
}

.ant-list-loading .ant-list-spin-nested-loading {
  min-height: 32px;
}

.ant-list-something-after-last-item .ant-spin-container > .ant-list-item:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.ant-list-lg .ant-list-item {
  padding-top: 16px;
  padding-bottom: 16px;
}

.ant-list-sm .ant-list-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.ant-list-vertical .ant-list-item {
  display: block;
}

.ant-list-vertical .ant-list-item-extra-wrap {
  display: flex;
}

.ant-list-vertical .ant-list-item-main {
  flex: 1;
  display: block;
}

.ant-list-vertical .ant-list-item-extra {
  margin-right: 58px;
}

.ant-list-vertical .ant-list-item-meta {
  margin-bottom: 16px;
}

.ant-list-vertical .ant-list-item-meta-avatar {
  display: none;
}

.ant-list-vertical .ant-list-item-meta-title {
  color: #000000d9;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}

.ant-list-vertical .ant-list-item-content {
  color: #000000a6;
  margin: 0 0 16px;
  font-size: 14px;
  display: block;
}

.ant-list-vertical .ant-list-item-action {
  margin-right: auto;
}

.ant-list-vertical .ant-list-item-action > li {
  padding: 0 16px;
}

.ant-list-vertical .ant-list-item-action > li:first-child {
  padding-right: 0;
}

.ant-list-grid .ant-list-item {
  border-bottom: none;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
}

.ant-list-grid .ant-list-item-content {
  max-width: 100%;
  display: block;
}

.ant-list-bordered {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.ant-list-bordered .ant-list-header, .ant-list-bordered .ant-list-footer {
  padding-left: 24px;
  padding-right: 24px;
}

.ant-list-bordered .ant-list-item {
  border-bottom: 1px solid #e8e8e8;
  padding-left: 24px;
  padding-right: 24px;
}

.ant-list-bordered .ant-list-pagination {
  margin: 16px 24px;
}

.ant-list-bordered.ant-list-sm .ant-list-item {
  padding-left: 16px;
  padding-right: 16px;
}

.ant-list-bordered.ant-list-sm .ant-list-header, .ant-list-bordered.ant-list-sm .ant-list-footer {
  padding: 8px 16px;
}

.ant-list-bordered.ant-list-lg .ant-list-header, .ant-list-bordered.ant-list-lg .ant-list-footer {
  padding: 16px 24px;
}

@media screen and (max-width: 768px) {
  .ant-list-item-action, .ant-list-vertical .ant-list-item-extra {
    margin-right: 24px;
  }
}

@media screen and (max-width: 480px) {
  .ant-list-item {
    flex-wrap: wrap;
  }

  .ant-list-item-action {
    margin-right: 12px;
  }

  .ant-list-vertical .ant-list-item-extra-wrap {
    flex-wrap: wrap-reverse;
  }

  .ant-list-vertical .ant-list-item-main {
    min-width: 220px;
  }

  .ant-list-vertical .ant-list-item-extra {
    margin-right: 0;
  }
}

.ant-spin {
  font-variant: tabular-nums;
  color: #1890ff;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  transition: transform .3s cubic-bezier(.78, .14, .15, .86);
  display: none;
  position: absolute;
}

.ant-spin-spinning {
  opacity: 1;
  display: inline-block;
  position: static;
}

.ant-spin-nested-loading {
  position: relative;
}

.ant-spin-nested-loading > div > .ant-spin {
  z-index: 4;
  width: 100%;
  height: 100%;
  max-height: 360px;
  display: block;
  position: absolute;
}

.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  margin: -10px;
  position: absolute;
  top: 50%;
  right: 50%;
}

.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  text-shadow: 0 1px 2px #fff;
  width: 100%;
  padding-top: 5px;
  position: absolute;
  top: 50%;
}

.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}

.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}

.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 2px;
}

.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}

.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}

.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 11px;
}

.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}

.ant-spin-container {
  zoom: 1;
  transition: opacity .3s;
  position: relative;
}

.ant-spin-container:before, .ant-spin-container:after {
  content: "";
  display: table;
}

.ant-spin-container:after {
  clear: both;
}

.ant-spin-blur {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: .5;
  filter: progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false);
  overflow: hidden;
}

.ant-spin-blur:after {
  content: "";
  opacity: .3;
  z-index: 10;
  background: #fff;
  transition: all .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-spin-tip {
  color: #00000073;
}

.ant-spin-dot {
  width: 20px;
  height: 20px;
  font-size: 20px;
  display: inline-block;
  position: relative;
}

.ant-spin-dot i {
  opacity: .3;
  transform-origin: 50%;
  background-color: #1890ff;
  border-radius: 100%;
  width: 9px;
  height: 9px;
  animation: 1s linear infinite alternate antSpinMove;
  display: block;
  position: absolute;
  transform: scale(.75);
}

.ant-spin-dot i:first-child {
  top: 0;
  right: 0;
}

.ant-spin-dot i:nth-child(2) {
  animation-delay: .4s;
  top: 0;
  left: 0;
}

.ant-spin-dot i:nth-child(3) {
  animation-delay: .8s;
  bottom: 0;
  left: 0;
}

.ant-spin-dot i:nth-child(4) {
  animation-delay: 1.2s;
  bottom: 0;
  right: 0;
}

.ant-spin-dot-spin {
  animation: 1.2s linear infinite antRotate;
  transform: rotate(-45deg);
}

.ant-spin-sm .ant-spin-dot {
  width: 14px;
  height: 14px;
  font-size: 14px;
}

.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}

.ant-spin-lg .ant-spin-dot {
  width: 32px;
  height: 32px;
  font-size: 32px;
}

.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px;
}

.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ant-spin-blur {
    opacity: .5;
    background: #fff;
  }
}

@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}

@keyframes antRotate {
  to {
    transform: rotate(-405deg);
  }
}

.ant-pagination {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}

.ant-pagination ul, .ant-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ant-pagination:after {
  content: " ";
  clear: both;
  visibility: hidden;
  height: 0;
  display: block;
  overflow: hidden;
}

.ant-pagination-total-text {
  vertical-align: middle;
  height: 32px;
  margin-left: 8px;
  line-height: 30px;
  display: inline-block;
}

.ant-pagination-item {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: 0;
  min-width: 32px;
  height: 32px;
  margin-left: 8px;
  font-family: Arial;
  line-height: 30px;
  list-style: none;
  display: inline-block;
}

.ant-pagination-item a {
  color: #000000a6;
  margin: 0 6px;
  text-decoration: none;
  transition: none;
}

.ant-pagination-item:focus, .ant-pagination-item:hover {
  border-color: #1890ff;
  transition: all .3s;
}

.ant-pagination-item:focus a, .ant-pagination-item:hover a {
  color: #1890ff;
}

.ant-pagination-item-active {
  border-color: #1890ff;
  font-weight: 500;
}

.ant-pagination-item-active a {
  color: #1890ff;
}

.ant-pagination-item-active:focus, .ant-pagination-item-active:hover {
  border-color: #40a9ff;
}

.ant-pagination-item-active:focus a, .ant-pagination-item-active:hover a {
  color: #40a9ff;
}

.ant-pagination-jump-prev, .ant-pagination-jump-next {
  outline: 0;
}

.ant-pagination-jump-prev .ant-pagination-item-container, .ant-pagination-jump-next .ant-pagination-item-container {
  position: relative;
}

.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon, .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  font-size: 12px;
  font-size: 12px \9 ;
  color: #1890ff;
  letter-spacing: -1px;
  opacity: 0;
  transition: all .2s;
  display: inline-block;
  transform: scale(1)rotate(0);
}

:root .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon, :root .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  font-size: 12px;
}

.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg, .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis, .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
  letter-spacing: 2px;
  color: #00000040;
  text-align: center;
  opacity: 1;
  margin: auto;
  transition: all .2s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-pagination-jump-prev:focus .ant-pagination-item-link-icon, .ant-pagination-jump-next:focus .ant-pagination-item-link-icon, .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon, .ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 1;
}

.ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis, .ant-pagination-jump-next:focus .ant-pagination-item-ellipsis, .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis, .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 0;
}

.ant-pagination-prev, .ant-pagination-jump-prev, .ant-pagination-jump-next {
  margin-left: 8px;
}

.ant-pagination-prev, .ant-pagination-next, .ant-pagination-jump-prev, .ant-pagination-jump-next {
  cursor: pointer;
  color: #000000a6;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  min-width: 32px;
  height: 32px;
  font-family: Arial;
  line-height: 32px;
  list-style: none;
  transition: all .3s;
  display: inline-block;
}

.ant-pagination-prev, .ant-pagination-next {
  outline: 0;
}

.ant-pagination-prev a, .ant-pagination-next a {
  color: #000000a6;
  -webkit-user-select: none;
  user-select: none;
}

.ant-pagination-prev:hover a, .ant-pagination-next:hover a {
  border-color: #40a9ff;
}

.ant-pagination-prev .ant-pagination-item-link, .ant-pagination-next .ant-pagination-item-link {
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  height: 100%;
  font-size: 12px;
  transition: all .3s;
  display: block;
}

.ant-pagination-prev:focus .ant-pagination-item-link, .ant-pagination-next:focus .ant-pagination-item-link, .ant-pagination-prev:hover .ant-pagination-item-link, .ant-pagination-next:hover .ant-pagination-item-link {
  color: #1890ff;
  border-color: #1890ff;
}

.ant-pagination-disabled, .ant-pagination-disabled:hover, .ant-pagination-disabled:focus {
  cursor: not-allowed;
}

.ant-pagination-disabled a, .ant-pagination-disabled:hover a, .ant-pagination-disabled:focus a, .ant-pagination-disabled .ant-pagination-item-link, .ant-pagination-disabled:hover .ant-pagination-item-link, .ant-pagination-disabled:focus .ant-pagination-item-link {
  color: #00000040;
  cursor: not-allowed;
  border-color: #d9d9d9;
}

.ant-pagination-slash {
  margin: 0 5px 0 10px;
}

.ant-pagination-options {
  vertical-align: middle;
  margin-right: 16px;
  display: inline-block;
}

.ant-pagination-options-size-changer.ant-select {
  margin-left: 8px;
  display: inline-block;
}

.ant-pagination-options-quick-jumper {
  vertical-align: top;
  height: 32px;
  line-height: 32px;
  display: inline-block;
}

.ant-pagination-options-quick-jumper input {
  color: #000000a6;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 50px;
  height: 32px;
  margin: 0 8px;
  padding: 4px 11px;
  font-size: 14px;
  line-height: 1.5;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.ant-pagination-options-quick-jumper input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.ant-pagination-options-quick-jumper input:hover {
  border-color: #40a9ff;
  border-left-width: 1px !important;
}

.ant-pagination-options-quick-jumper input:focus {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #1890ff33;
  border-left-width: 1px !important;
}

.ant-pagination-options-quick-jumper input-disabled {
  opacity: 1;
  cursor: not-allowed;
  color: #00000040;
  background-color: #f5f5f5;
}

.ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #e6d8d8;
  border-left-width: 1px !important;
}

textarea.ant-pagination-options-quick-jumper input {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  min-height: 32px;
  transition: all .3s, height;
}

.ant-pagination-options-quick-jumper input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}

.ant-pagination-options-quick-jumper input-sm {
  height: 24px;
  padding: 1px 7px;
}

.ant-pagination-simple .ant-pagination-prev, .ant-pagination-simple .ant-pagination-next {
  vertical-align: top;
  height: 24px;
  line-height: 24px;
}

.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link, .ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  border: 0;
  height: 24px;
}

.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link:after, .ant-pagination-simple .ant-pagination-next .ant-pagination-item-link:after {
  height: 24px;
  line-height: 24px;
}

.ant-pagination-simple .ant-pagination-simple-pager {
  height: 24px;
  margin-left: 8px;
  display: inline-block;
}

.ant-pagination-simple .ant-pagination-simple-pager input {
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  height: 100%;
  margin-left: 8px;
  padding: 0 6px;
  transition: border-color .3s;
}

.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #1890ff;
}

.ant-pagination.mini .ant-pagination-total-text, .ant-pagination.mini .ant-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}

.ant-pagination.mini .ant-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
}

.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: none;
  border-color: #0000;
}

.ant-pagination.mini .ant-pagination-prev, .ant-pagination.mini .ant-pagination-next {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
}

.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link, .ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
  background: none;
  border-color: #0000;
}

.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link:after, .ant-pagination.mini .ant-pagination-next .ant-pagination-item-link:after {
  height: 24px;
  line-height: 24px;
}

.ant-pagination.mini .ant-pagination-jump-prev, .ant-pagination.mini .ant-pagination-jump-next {
  height: 24px;
  margin-left: 0;
  line-height: 24px;
}

.ant-pagination.mini .ant-pagination-options {
  margin-right: 2px;
}

.ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}

.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  width: 44px;
  height: 24px;
  padding: 1px 7px;
}

@media only screen and (max-width: 992px) {
  .ant-pagination-item-after-jump-prev, .ant-pagination-item-before-jump-next {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .ant-pagination-options {
    display: none;
  }
}

.ant-mention-wrapper {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  display: inline-block;
  position: relative;
}

.ant-mention-wrapper .ant-mention-editor {
  color: #000000a6;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 100%;
  height: auto;
  min-height: 32px;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  transition: all .3s;
  display: block;
  position: relative;
}

.ant-mention-wrapper .ant-mention-editor::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.ant-mention-wrapper .ant-mention-editor:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-mention-wrapper .ant-mention-editor::-webkit-input-placeholder {
  color: #bfbfbf;
}

.ant-mention-wrapper .ant-mention-editor:hover {
  border-color: #40a9ff;
  border-left-width: 1px !important;
}

.ant-mention-wrapper .ant-mention-editor:focus {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #1890ff33;
  border-left-width: 1px !important;
}

.ant-mention-wrapper .ant-mention-editor-disabled {
  opacity: 1;
  cursor: not-allowed;
  color: #00000040;
  background-color: #f5f5f5;
}

.ant-mention-wrapper .ant-mention-editor-disabled:hover {
  border-color: #e6d8d8;
  border-left-width: 1px !important;
}

textarea.ant-mention-wrapper .ant-mention-editor {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  min-height: 32px;
  transition: all .3s, height;
}

.ant-mention-wrapper .ant-mention-editor-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}

.ant-mention-wrapper .ant-mention-editor-sm {
  height: 24px;
  padding: 1px 7px;
}

.ant-mention-wrapper .ant-mention-editor-wrapper {
  height: auto;
  overflow-y: auto;
}

.ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px #1890ff33;
  border-left-width: 1px !important;
}

.ant-mention-wrapper.disabled .ant-mention-editor {
  opacity: 1;
  cursor: not-allowed;
  color: #00000040;
  background-color: #f5f5f5;
}

.ant-mention-wrapper.disabled .ant-mention-editor:hover {
  border-color: #e6d8d8;
  border-left-width: 1px !important;
}

.ant-mention-wrapper .public-DraftEditorPlaceholder-root {
  pointer-events: none;
  position: absolute;
}

.ant-mention-wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner {
  color: #bfbfbf;
  opacity: 1;
  white-space: pre-wrap;
  word-wrap: break-word;
  outline: none;
  height: auto;
  padding: 5px 11px;
}

.ant-mention-wrapper .DraftEditor-editorContainer .public-DraftEditor-content {
  height: auto;
  padding: 5px 11px;
}

.ant-mention-dropdown {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  z-index: 1050;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  min-width: 120px;
  max-height: 250px;
  margin: 1.5em 0 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  position: absolute;
  top: -9999px;
  right: -9999px;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 2px 8px #00000026;
}

.ant-mention-dropdown-placement-top {
  margin-top: -.1em;
}

.ant-mention-dropdown-notfound.ant-mention-dropdown-item {
  color: #00000040;
}

.ant-mention-dropdown-notfound.ant-mention-dropdown-item .anticon-loading {
  color: #1890ff;
  text-align: center;
  display: block;
}

.ant-mention-dropdown-item {
  color: #000000a6;
  white-space: nowrap;
  cursor: pointer;
  text-overflow: ellipsis;
  padding: 5px 12px;
  font-weight: normal;
  line-height: 22px;
  transition: background .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.ant-mention-dropdown-item:hover, .ant-mention-dropdown-item.focus, .ant-mention-dropdown-item-active {
  background-color: #e6f7ff;
}

.ant-mention-dropdown-item-disabled {
  color: #00000040;
  cursor: not-allowed;
}

.ant-mention-dropdown-item-disabled:hover {
  color: #00000040;
  cursor: not-allowed;
  background-color: #fff;
}

.ant-mention-dropdown-item-selected, .ant-mention-dropdown-item-selected:hover {
  color: #000000a6;
  background-color: #f5f5f5;
  font-weight: bold;
}

.ant-mention-dropdown-item-divider {
  background-color: #e8e8e8;
  height: 1px;
  margin: 1px 0;
  line-height: 0;
  overflow: hidden;
}

.ant-menu {
  font-variant: tabular-nums;
  box-sizing: border-box;
  color: #000000a6;
  zoom: 1;
  background: #fff;
  outline: none;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 0;
  list-style: none;
  transition: background .3s, width .2s;
  box-shadow: 0 2px 8px #00000026;
}

.ant-menu:before, .ant-menu:after {
  content: "";
  display: table;
}

.ant-menu:after {
  clear: both;
}

.ant-menu ul, .ant-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ant-menu-hidden {
  display: none;
}

.ant-menu-item-group-title {
  color: #00000073;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.5;
  transition: all .3s;
}

.ant-menu-submenu, .ant-menu-submenu-inline {
  transition: border-color .3s cubic-bezier(.645, .045, .355, 1), background .3s cubic-bezier(.645, .045, .355, 1), padding .15s cubic-bezier(.645, .045, .355, 1);
}

.ant-menu-item:active, .ant-menu-submenu-title:active {
  background: #e6f7ff;
}

.ant-menu-submenu .ant-menu-sub {
  cursor: initial;
  transition: background .3s cubic-bezier(.645, .045, .355, 1), padding .3s cubic-bezier(.645, .045, .355, 1);
}

.ant-menu-item > a {
  color: #000000a6;
  display: block;
}

.ant-menu-item > a:hover {
  color: #1890ff;
}

.ant-menu-item > a:focus {
  text-decoration: none;
}

.ant-menu-item > a:before {
  content: "";
  background-color: #0000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-menu-item-divider {
  background-color: #e8e8e8;
  height: 1px;
  line-height: 0;
  overflow: hidden;
}

.ant-menu-item:hover, .ant-menu-item-active, .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open, .ant-menu-submenu-active, .ant-menu-submenu-title:hover {
  color: #1890ff;
}

.ant-menu-horizontal .ant-menu-item, .ant-menu-horizontal .ant-menu-submenu {
  margin-top: -1px;
}

.ant-menu-horizontal > .ant-menu-item:hover, .ant-menu-horizontal > .ant-menu-item-active, .ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
  background-color: #0000;
}

.ant-menu-item-selected, .ant-menu-item-selected > a, .ant-menu-item-selected > a:hover {
  color: #1890ff;
}

.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #e6f7ff;
}

.ant-menu-inline, .ant-menu-vertical, .ant-menu-vertical-left {
  border-left: 1px solid #e8e8e8;
}

.ant-menu-vertical-right {
  border-right: 1px solid #e8e8e8;
}

.ant-menu-vertical.ant-menu-sub, .ant-menu-vertical-left.ant-menu-sub, .ant-menu-vertical-right.ant-menu-sub {
  transform-origin: 100% 0;
  border-left: 0;
  padding: 0;
}

.ant-menu-vertical.ant-menu-sub .ant-menu-item, .ant-menu-vertical-left.ant-menu-sub .ant-menu-item, .ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
  border-left: 0;
  margin-right: 0;
  right: 0;
}

.ant-menu-vertical.ant-menu-sub .ant-menu-item:after, .ant-menu-vertical-left.ant-menu-sub .ant-menu-item:after, .ant-menu-vertical-right.ant-menu-sub .ant-menu-item:after {
  border-left: 0;
}

.ant-menu-vertical.ant-menu-sub > .ant-menu-item, .ant-menu-vertical-left.ant-menu-sub > .ant-menu-item, .ant-menu-vertical-right.ant-menu-sub > .ant-menu-item, .ant-menu-vertical.ant-menu-sub > .ant-menu-submenu, .ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu, .ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  transform-origin: 100% 0;
}

.ant-menu-horizontal.ant-menu-sub, .ant-menu-vertical.ant-menu-sub, .ant-menu-vertical-left.ant-menu-sub, .ant-menu-vertical-right.ant-menu-sub {
  min-width: 160px;
}

.ant-menu-item, .ant-menu-submenu-title {
  cursor: pointer;
  white-space: nowrap;
  margin: 0;
  padding: 0 20px;
  transition: color .3s cubic-bezier(.645, .045, .355, 1), border-color .3s cubic-bezier(.645, .045, .355, 1), background .3s cubic-bezier(.645, .045, .355, 1), padding .15s cubic-bezier(.645, .045, .355, 1);
  display: block;
  position: relative;
}

.ant-menu-item .anticon, .ant-menu-submenu-title .anticon {
  min-width: 14px;
  margin-left: 10px;
  font-size: 14px;
  transition: font-size .15s cubic-bezier(.215, .61, .355, 1), margin .3s cubic-bezier(.645, .045, .355, 1);
}

.ant-menu-item .anticon + span, .ant-menu-submenu-title .anticon + span {
  opacity: 1;
  transition: opacity .3s cubic-bezier(.645, .045, .355, 1), width .3s cubic-bezier(.645, .045, .355, 1);
}

.ant-menu > .ant-menu-item-divider {
  background-color: #e8e8e8;
  height: 1px;
  margin: 1px 0;
  padding: 0;
  line-height: 0;
  overflow: hidden;
}

.ant-menu-submenu-popup {
  z-index: 1050;
  border-radius: 4px;
  position: absolute;
}

.ant-menu-submenu-popup .submenu-title-wrapper {
  padding-left: 20px;
}

.ant-menu-submenu-popup:before {
  content: " ";
  opacity: .0001;
  position: absolute;
  top: -7px;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-menu-submenu > .ant-menu {
  background-color: #fff;
  border-radius: 4px;
}

.ant-menu-submenu > .ant-menu-submenu-title:after {
  transition: transform .3s cubic-bezier(.645, .045, .355, 1);
}

.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow, .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow, .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow, .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  width: 10px;
  transition: transform .3s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  top: 50%;
  left: 16px;
}

.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow:before, .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow:before, .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow:before, .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:before, .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow:after, .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow:after, .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow:after, .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:after {
  content: "";
  vertical-align: baseline;
  background: #fff;
  background-image: linear-gradient(to left, #000000a6, #000000a6);
  border-radius: 2px;
  width: 6px;
  height: 1.5px;
  transition: background .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1), top .3s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
}

.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow:before, .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow:before, .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow:before, .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:before {
  transform: rotate(-45deg)translateY(-2px);
}

.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow:after, .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow:after, .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow:after, .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:after {
  transform: rotate(45deg)translateY(2px);
}

.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after, .ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after, .ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after, .ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after, .ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before, .ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before, .ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before, .ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before {
  background: linear-gradient(to left, #1890ff, #1890ff);
}

.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:before {
  transform: rotate(45deg)translateX(-2px);
}

.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:after {
  transform: rotate(-45deg)translateX(2px);
}

.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  transform: translateY(-2px);
}

.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:after {
  transform: rotate(45deg)translateX(2px);
}

.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:before {
  transform: rotate(-45deg)translateX(-2px);
}

.ant-menu-vertical .ant-menu-submenu-selected, .ant-menu-vertical-left .ant-menu-submenu-selected, .ant-menu-vertical-right .ant-menu-submenu-selected, .ant-menu-vertical .ant-menu-submenu-selected > a, .ant-menu-vertical-left .ant-menu-submenu-selected > a, .ant-menu-vertical-right .ant-menu-submenu-selected > a {
  color: #1890ff;
}

.ant-menu-horizontal {
  -webkit-box-shadow: none;
  box-shadow: none;
  white-space: nowrap;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  line-height: 46px;
}

.ant-menu-horizontal > .ant-menu-item, .ant-menu-horizontal > .ant-menu-submenu {
  vertical-align: bottom;
  border-bottom: 2px solid #0000;
  display: inline-block;
  position: relative;
  top: 1px;
}

.ant-menu-horizontal > .ant-menu-item:hover, .ant-menu-horizontal > .ant-menu-submenu:hover, .ant-menu-horizontal > .ant-menu-item-active, .ant-menu-horizontal > .ant-menu-submenu-active, .ant-menu-horizontal > .ant-menu-item-open, .ant-menu-horizontal > .ant-menu-submenu-open, .ant-menu-horizontal > .ant-menu-item-selected, .ant-menu-horizontal > .ant-menu-submenu-selected {
  color: #1890ff;
  border-bottom: 2px solid #1890ff;
}

.ant-menu-horizontal > .ant-menu-item > a {
  color: #000000a6;
  display: block;
}

.ant-menu-horizontal > .ant-menu-item > a:hover {
  color: #1890ff;
}

.ant-menu-horizontal > .ant-menu-item > a:before {
  bottom: -2px;
}

.ant-menu-horizontal > .ant-menu-item-selected > a {
  color: #1890ff;
}

.ant-menu-horizontal:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
}

.ant-menu-vertical .ant-menu-item, .ant-menu-vertical-left .ant-menu-item, .ant-menu-vertical-right .ant-menu-item, .ant-menu-inline .ant-menu-item {
  position: relative;
}

.ant-menu-vertical .ant-menu-item:after, .ant-menu-vertical-left .ant-menu-item:after, .ant-menu-vertical-right .ant-menu-item:after, .ant-menu-inline .ant-menu-item:after {
  content: "";
  opacity: 0;
  border-left: 3px solid #1890ff;
  transition: transform .15s cubic-bezier(.215, .61, .355, 1), opacity .15s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transform: scaleY(.0001);
}

.ant-menu-vertical .ant-menu-item, .ant-menu-vertical-left .ant-menu-item, .ant-menu-vertical-right .ant-menu-item, .ant-menu-inline .ant-menu-item, .ant-menu-vertical .ant-menu-submenu-title, .ant-menu-vertical-left .ant-menu-submenu-title, .ant-menu-vertical-right .ant-menu-submenu-title, .ant-menu-inline .ant-menu-submenu-title {
  text-overflow: ellipsis;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 40px;
  overflow: hidden;
}

.ant-menu-vertical .ant-menu-submenu, .ant-menu-vertical-left .ant-menu-submenu, .ant-menu-vertical-right .ant-menu-submenu, .ant-menu-inline .ant-menu-submenu {
  padding-bottom: .01px;
}

.ant-menu-vertical .ant-menu-item:not(:last-child), .ant-menu-vertical-left .ant-menu-item:not(:last-child), .ant-menu-vertical-right .ant-menu-item:not(:last-child), .ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 8px;
}

.ant-menu-vertical > .ant-menu-item, .ant-menu-vertical-left > .ant-menu-item, .ant-menu-vertical-right > .ant-menu-item, .ant-menu-inline > .ant-menu-item, .ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
}

.ant-menu-inline {
  width: 100%;
}

.ant-menu-inline .ant-menu-selected:after, .ant-menu-inline .ant-menu-item-selected:after {
  opacity: 1;
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), opacity .15s cubic-bezier(.645, .045, .355, 1);
  transform: scaleY(1);
}

.ant-menu-inline .ant-menu-item, .ant-menu-inline .ant-menu-submenu-title {
  width: calc(100% + 1px);
}

.ant-menu-inline .ant-menu-submenu-title {
  padding-left: 34px;
}

.ant-menu-inline-collapsed {
  width: 80px;
}

.ant-menu-inline-collapsed > .ant-menu-item, .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item, .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  text-overflow: clip;
  right: 0;
  padding: 0 32px !important;
}

.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow, .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow, .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow, .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  display: none;
}

.ant-menu-inline-collapsed > .ant-menu-item .anticon, .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon, .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon, .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
  margin: 0;
  font-size: 16px;
  line-height: 40px;
}

.ant-menu-inline-collapsed > .ant-menu-item .anticon + span, .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span, .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span, .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
  opacity: 0;
  max-width: 0;
  display: inline-block;
}

.ant-menu-inline-collapsed-tooltip {
  pointer-events: none;
}

.ant-menu-inline-collapsed-tooltip .anticon {
  display: none;
}

.ant-menu-inline-collapsed-tooltip a {
  color: #ffffffd9;
}

.ant-menu-inline-collapsed .ant-menu-item-group-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 4px;
  padding-right: 4px;
  overflow: hidden;
}

.ant-menu-item-group-list {
  margin: 0;
  padding: 0;
}

.ant-menu-item-group-list .ant-menu-item, .ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 28px 0 16px;
}

.ant-menu-root.ant-menu-vertical, .ant-menu-root.ant-menu-vertical-left, .ant-menu-root.ant-menu-vertical-right, .ant-menu-root.ant-menu-inline {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ant-menu-sub.ant-menu-inline {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.ant-menu-sub.ant-menu-inline > .ant-menu-item, .ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  list-style-type: disc;
  list-style-position: inside;
}

.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-right: 32px;
}

.ant-menu-item-disabled, .ant-menu-submenu-disabled {
  cursor: not-allowed;
  background: none;
  color: #00000040 !important;
  border-color: #0000 !important;
}

.ant-menu-item-disabled > a, .ant-menu-submenu-disabled > a {
  pointer-events: none;
  color: #00000040 !important;
}

.ant-menu-item-disabled > .ant-menu-submenu-title, .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  cursor: not-allowed;
  color: #00000040 !important;
}

.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before, .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before, .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after, .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after {
  background: #00000040 !important;
}

.ant-menu-dark, .ant-menu-dark .ant-menu-sub {
  color: #ffffffa6;
  background: #001529;
}

.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow, .ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: .45;
  transition: all .3s;
}

.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:after, .ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:after, .ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:before, .ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:before {
  background: #fff;
}

.ant-menu-dark.ant-menu-submenu-popup {
  background: none;
}

.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #000c17;
  box-shadow: inset 0 2px 8px #00000073;
}

.ant-menu-dark.ant-menu-horizontal {
  border-bottom: 0;
}

.ant-menu-dark.ant-menu-horizontal > .ant-menu-item, .ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
  border-color: #001529 #001529 currentColor;
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-top: 0;
  top: 0;
}

.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a:before {
  bottom: 0;
}

.ant-menu-dark .ant-menu-item, .ant-menu-dark .ant-menu-item-group-title, .ant-menu-dark .ant-menu-item > a {
  color: #ffffffa6;
}

.ant-menu-dark.ant-menu-inline, .ant-menu-dark.ant-menu-vertical, .ant-menu-dark.ant-menu-vertical-left, .ant-menu-dark.ant-menu-vertical-right {
  border-left: 0;
}

.ant-menu-dark.ant-menu-inline .ant-menu-item, .ant-menu-dark.ant-menu-vertical .ant-menu-item, .ant-menu-dark.ant-menu-vertical-left .ant-menu-item, .ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
  border-left: 0;
  margin-right: 0;
  right: 0;
}

.ant-menu-dark.ant-menu-inline .ant-menu-item:after, .ant-menu-dark.ant-menu-vertical .ant-menu-item:after, .ant-menu-dark.ant-menu-vertical-left .ant-menu-item:after, .ant-menu-dark.ant-menu-vertical-right .ant-menu-item:after {
  border-left: 0;
}

.ant-menu-dark.ant-menu-inline .ant-menu-item, .ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
  width: 100%;
}

.ant-menu-dark .ant-menu-item:hover, .ant-menu-dark .ant-menu-item-active, .ant-menu-dark .ant-menu-submenu-active, .ant-menu-dark .ant-menu-submenu-open, .ant-menu-dark .ant-menu-submenu-selected, .ant-menu-dark .ant-menu-submenu-title:hover {
  color: #fff;
  background-color: #0000;
}

.ant-menu-dark .ant-menu-item:hover > a, .ant-menu-dark .ant-menu-item-active > a, .ant-menu-dark .ant-menu-submenu-active > a, .ant-menu-dark .ant-menu-submenu-open > a, .ant-menu-dark .ant-menu-submenu-selected > a, .ant-menu-dark .ant-menu-submenu-title:hover > a {
  color: #fff;
}

.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow, .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow, .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow, .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow, .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow, .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow, .ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow, .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow, .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow, .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow, .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow, .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow {
  opacity: 1;
}

.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after, .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after, .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after, .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after, .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after, .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after, .ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:after, .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:after, .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:after, .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:after, .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:after, .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:after, .ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before, .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before, .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before, .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before, .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before, .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before, .ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:before, .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:before, .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:before, .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:before, .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:before, .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:before {
  background: #fff;
}

.ant-menu-dark .ant-menu-item-selected {
  color: #fff;
  border-left: 0;
}

.ant-menu-dark .ant-menu-item-selected:after {
  border-left: 0;
}

.ant-menu-dark .ant-menu-item-selected > a, .ant-menu-dark .ant-menu-item-selected > a:hover {
  color: #fff;
}

.ant-menu.ant-menu-dark .ant-menu-item-selected, .ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: #1890ff;
}

.ant-menu-dark .ant-menu-item-disabled, .ant-menu-dark .ant-menu-submenu-disabled, .ant-menu-dark .ant-menu-item-disabled > a, .ant-menu-dark .ant-menu-submenu-disabled > a {
  opacity: .8;
  color: #ffffff59 !important;
}

.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title, .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: #ffffff59 !important;
}

.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before, .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before, .ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after, .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after {
  background: #ffffff59 !important;
}

.ant-tooltip {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  z-index: 1060;
  visibility: visible;
  max-width: 250px;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  display: block;
  position: absolute;
}

.ant-tooltip-hidden {
  display: none;
}

.ant-tooltip-placement-top, .ant-tooltip-placement-topLeft, .ant-tooltip-placement-topRight {
  padding-bottom: 8px;
}

.ant-tooltip-placement-right, .ant-tooltip-placement-rightTop, .ant-tooltip-placement-rightBottom {
  padding-right: 8px;
}

.ant-tooltip-placement-bottom, .ant-tooltip-placement-bottomLeft, .ant-tooltip-placement-bottomRight {
  padding-top: 8px;
}

.ant-tooltip-placement-left, .ant-tooltip-placement-leftTop, .ant-tooltip-placement-leftBottom {
  padding-left: 8px;
}

.ant-tooltip-inner {
  color: #fff;
  text-align: right;
  word-wrap: break-word;
  background-color: #000000bf;
  border-radius: 4px;
  min-height: 32px;
  padding: 6px 8px;
  text-decoration: none;
  box-shadow: 0 2px 8px #00000026;
}

.ant-tooltip-arrow {
  border-style: solid;
  border-color: #0000;
  width: 0;
  height: 0;
  position: absolute;
}

.ant-tooltip-placement-top .ant-tooltip-arrow, .ant-tooltip-placement-topLeft .ant-tooltip-arrow, .ant-tooltip-placement-topRight .ant-tooltip-arrow {
  border-width: 5px 5px 0;
  border-top-color: #000000bf;
  bottom: 3px;
}

.ant-tooltip-placement-top .ant-tooltip-arrow {
  margin-right: -5px;
  right: 50%;
}

.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  right: 16px;
}

.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  left: 16px;
}

.ant-tooltip-placement-right .ant-tooltip-arrow, .ant-tooltip-placement-rightTop .ant-tooltip-arrow, .ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-left-color: #000000bf;
  right: 3px;
}

.ant-tooltip-placement-right .ant-tooltip-arrow {
  margin-top: -5px;
  top: 50%;
}

.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 8px;
}

.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 8px;
}

.ant-tooltip-placement-left .ant-tooltip-arrow, .ant-tooltip-placement-leftTop .ant-tooltip-arrow, .ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-right-color: #000000bf;
  left: 3px;
}

.ant-tooltip-placement-left .ant-tooltip-arrow {
  margin-top: -5px;
  top: 50%;
}

.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 8px;
}

.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 8px;
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow, .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow, .ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  border-width: 0 5px 5px;
  border-bottom-color: #000000bf;
  top: 3px;
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  margin-right: -5px;
  right: 50%;
}

.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  right: 16px;
}

.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  left: 16px;
}

.ant-message {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  z-index: 1010;
  pointer-events: none;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  position: fixed;
  top: 16px;
  right: 0;
}

.ant-message-notice {
  text-align: center;
  padding: 8px;
}

.ant-message-notice:first-child {
  margin-top: -8px;
}

.ant-message-notice-content {
  pointer-events: all;
  background: #fff;
  border-radius: 4px;
  padding: 10px 16px;
  display: inline-block;
  box-shadow: 0 4px 12px #00000026;
}

.ant-message-success .anticon {
  color: #52c41a;
}

.ant-message-error .anticon {
  color: #f5222d;
}

.ant-message-warning .anticon {
  color: #faad14;
}

.ant-message-info .anticon, .ant-message-loading .anticon {
  color: #1890ff;
}

.ant-message .anticon {
  margin-left: 8px;
  font-size: 16px;
  position: relative;
  top: 1px;
}

.ant-message-notice.move-up-leave.move-up-leave-active {
  animation-name: MessageMoveOut;
  animation-duration: .3s;
  overflow: hidden;
}

@keyframes MessageMoveOut {
  0% {
    opacity: 1;
    max-height: 150px;
    padding: 8px;
  }

  100% {
    opacity: 0;
    max-height: 0;
    padding: 0;
  }
}

.ant-modal {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  width: auto;
  margin: 0 auto;
  padding: 0 0 24px;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  position: relative;
  top: 100px;
}

.ant-modal-wrap {
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.ant-modal-title {
  color: #000000d9;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.ant-modal-content {
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 4px 12px #00000026;
}

.ant-modal-close {
  cursor: pointer;
  z-index: 10;
  color: #00000073;
  background: none;
  border: 0;
  outline: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.ant-modal-close-x {
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  width: 56px;
  height: 56px;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  display: block;
}

.ant-modal-close:focus, .ant-modal-close:hover {
  color: #444;
  text-decoration: none;
}

.ant-modal-header {
  color: #000000a6;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
  padding: 16px 24px;
}

.ant-modal-body {
  word-wrap: break-word;
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
}

.ant-modal-footer {
  text-align: left;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
  padding: 10px 16px;
}

.ant-modal-footer button + button {
  margin-bottom: 0;
  margin-right: 8px;
}

.ant-modal.zoom-enter, .ant-modal.zoom-appear {
  opacity: 0;
  -webkit-user-select: none;
  user-select: none;
  animation-duration: .3s;
  transform: none;
}

.ant-modal-mask {
  z-index: 1000;
  height: 100%;
  filter: alpha(opacity= 50);
  background-color: #000000a6;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-modal-mask-hidden {
  display: none;
}

.ant-modal-open {
  overflow: hidden;
}

.ant-modal-centered {
  text-align: center;
}

.ant-modal-centered:before {
  content: "";
  vertical-align: middle;
  width: 0;
  height: 100%;
  display: inline-block;
}

.ant-modal-centered .ant-modal {
  vertical-align: middle;
  text-align: right;
  display: inline-block;
  top: 0;
}

@media (max-width: 767px) {
  .ant-modal {
    margin: 10px;
    width: auto !important;
  }

  .ant-modal-centered .ant-modal {
    flex: 1;
  }
}

.ant-confirm .ant-modal-header, .ant-confirm .ant-modal-close {
  display: none;
}

.ant-confirm .ant-modal-body {
  padding: 32px 32px 24px;
}

.ant-confirm-body-wrapper {
  zoom: 1;
}

.ant-confirm-body-wrapper:before, .ant-confirm-body-wrapper:after {
  content: "";
  display: table;
}

.ant-confirm-body-wrapper:after {
  clear: both;
}

.ant-confirm-body .ant-confirm-title {
  color: #000000d9;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  overflow: hidden;
}

.ant-confirm-body .ant-confirm-content {
  color: #000000a6;
  margin-top: 8px;
  margin-right: 38px;
  font-size: 14px;
}

.ant-confirm-body > .anticon {
  float: right;
  margin-left: 16px;
  font-size: 22px;
}

.ant-confirm .ant-confirm-btns {
  float: left;
  margin-top: 24px;
}

.ant-confirm .ant-confirm-btns button + button {
  margin-bottom: 0;
  margin-right: 8px;
}

.ant-confirm-error .ant-confirm-body > .anticon {
  color: #f5222d;
}

.ant-confirm-warning .ant-confirm-body > .anticon, .ant-confirm-confirm .ant-confirm-body > .anticon {
  color: #faad14;
}

.ant-confirm-info .ant-confirm-body > .anticon {
  color: #1890ff;
}

.ant-confirm-success .ant-confirm-body > .anticon {
  color: #52c41a;
}

.ant-notification {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  z-index: 1010;
  width: 384px;
  max-width: calc(100vw - 32px);
  margin: 0 0 0 24px;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  position: fixed;
}

.ant-notification-topLeft, .ant-notification-bottomLeft {
  margin-left: 0;
  margin-right: 24px;
}

.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active, .ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active, .ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active, .ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationLeftFadeIn;
}

.ant-notification-close-icon {
  cursor: pointer;
  font-size: 14px;
}

.ant-notification-notice {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 16px 24px;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px #00000026;
}

.ant-notification-notice-message {
  color: #000000d9;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}

.ant-notification-notice-message-single-line-auto-margin {
  pointer-events: none;
  background-color: #0000;
  width: calc(264px - 100%);
  max-width: 4px;
  display: block;
}

.ant-notification-notice-message-single-line-auto-margin:before {
  content: "";
  display: block;
}

.ant-notification-notice-description {
  font-size: 14px;
}

.ant-notification-notice-closable .ant-notification-notice-message {
  padding-left: 24px;
}

.ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-bottom: 4px;
  margin-right: 48px;
  font-size: 16px;
}

.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-right: 48px;
  font-size: 14px;
}

.ant-notification-notice-icon {
  margin-right: 4px;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
}

.ant-notification-notice-icon-success {
  color: #52c41a;
}

.ant-notification-notice-icon-info {
  color: #1890ff;
}

.ant-notification-notice-icon-warning {
  color: #faad14;
}

.ant-notification-notice-icon-error {
  color: #f5222d;
}

.ant-notification-notice-close {
  color: #00000073;
  outline: none;
  position: absolute;
  top: 16px;
  left: 22px;
}

a.ant-notification-notice-close:focus {
  text-decoration: none;
}

.ant-notification-notice-close:hover {
  color: #000000ab;
}

.ant-notification-notice-btn {
  float: left;
  margin-top: 16px;
}

.ant-notification .notification-fade-effect {
  animation-duration: .24s;
  animation-timing-function: cubic-bezier(.645, .045, .355, 1);
  animation-fill-mode: both;
}

.ant-notification-fade-enter, .ant-notification-fade-appear {
  opacity: 0;
  animation-duration: .24s;
  animation-timing-function: cubic-bezier(.645, .045, .355, 1);
  animation-play-state: paused;
  animation-fill-mode: both;
}

.ant-notification-fade-leave {
  animation-duration: .2s;
  animation-timing-function: cubic-bezier(.645, .045, .355, 1);
  animation-play-state: paused;
  animation-fill-mode: both;
}

.ant-notification-fade-enter.ant-notification-fade-enter-active, .ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationFadeIn;
  animation-play-state: running;
}

.ant-notification-fade-leave.ant-notification-fade-leave-active {
  animation-name: NotificationFadeOut;
  animation-play-state: running;
}

@keyframes NotificationFadeIn {
  0% {
    opacity: 0;
    right: 384px;
  }

  100% {
    opacity: 1;
    right: 0;
  }
}

@keyframes NotificationLeftFadeIn {
  0% {
    opacity: 0;
    left: 384px;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes NotificationFadeOut {
  0% {
    opacity: 1;
    padding-top: 16px 24px;
    padding-bottom: 16px 24px;
    max-height: 150px;
    margin-bottom: 16px;
  }

  100% {
    opacity: 0;
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.ant-popover {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  z-index: 1030;
  cursor: auto;
  -webkit-user-select: text;
  user-select: text;
  white-space: normal;
  text-align: right;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  list-style: none;
  position: absolute;
  top: 0;
  right: 0;
}

.ant-popover:after {
  content: "";
  background: #ffffff03;
  position: absolute;
}

.ant-popover-hidden {
  display: none;
}

.ant-popover-placement-top, .ant-popover-placement-topLeft, .ant-popover-placement-topRight {
  padding-bottom: 10px;
}

.ant-popover-placement-right, .ant-popover-placement-rightTop, .ant-popover-placement-rightBottom {
  padding-right: 10px;
}

.ant-popover-placement-bottom, .ant-popover-placement-bottomLeft, .ant-popover-placement-bottomRight {
  padding-top: 10px;
}

.ant-popover-placement-left, .ant-popover-placement-leftTop, .ant-popover-placement-leftBottom {
  padding-left: 10px;
}

.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 2px 8px #00000026;
}

.ant-popover-title {
  color: #000000d9;
  border-bottom: 1px solid #e8e8e8;
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  font-weight: 500;
}

.ant-popover-inner-content {
  color: #000000a6;
  padding: 12px 16px;
}

.ant-popover-message {
  color: #000000a6;
  padding: 4px 0 12px;
  font-size: 14px;
  position: relative;
}

.ant-popover-message > .anticon {
  color: #faad14;
  font-size: 14px;
  position: absolute;
  top: 8px;
}

.ant-popover-message-title {
  padding-right: 22px;
}

.ant-popover-buttons {
  text-align: left;
  margin-bottom: 4px;
}

.ant-popover-buttons button {
  margin-right: 8px;
}

.ant-popover-arrow {
  background: #fff;
  border-style: solid;
  border-color: #0000;
  width: 8.48528px;
  height: 8.48528px;
  display: block;
  position: absolute;
  transform: rotate(-45deg);
}

.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow, .ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow, .ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  bottom: 5.5px;
  box-shadow: -3px 3px 7px #00000012;
}

.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
  right: 50%;
  transform: translateX(50%)rotate(-45deg);
}

.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}

.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}

.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow, .ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow, .ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  right: 6px;
  box-shadow: 3px 3px 7px #00000012;
}

.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%)rotate(-45deg);
}

.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}

.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}

.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow, .ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow, .ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  top: 6px;
  box-shadow: 2px -2px 5px #0000000f;
}

.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
  right: 50%;
  transform: translateX(50%)rotate(-45deg);
}

.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}

.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}

.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow, .ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow, .ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  left: 6px;
  box-shadow: -3px -3px 7px #00000012;
}

.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%)rotate(-45deg);
}

.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}

.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}

.ant-progress {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  display: inline-block;
}

.ant-progress-line {
  width: 100%;
  font-size: 14px;
  position: relative;
}

.ant-progress-small.ant-progress-line, .ant-progress-small.ant-progress-line .ant-progress-text .anticon {
  font-size: 12px;
}

.ant-progress-outer {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
}

.ant-progress-show-info .ant-progress-outer {
  margin-left: calc(-2em - 8px);
  padding-left: calc(2em + 8px);
}

.ant-progress-inner {
  vertical-align: middle;
  background-color: #f5f5f5;
  border-radius: 100px;
  width: 100%;
  display: inline-block;
  position: relative;
}

.ant-progress-circle-trail {
  stroke: #f5f5f5;
}

.ant-progress-circle-path {
  stroke: #1890ff;
  animation: .3s ant-progress-appear;
}

.ant-progress-success-bg, .ant-progress-bg {
  background-color: #1890ff;
  transition: all .4s cubic-bezier(.08, .82, .17, 1);
  position: relative;
}

.ant-progress-success-bg {
  background-color: #52c41a;
  position: absolute;
  top: 0;
  right: 0;
}

.ant-progress-text {
  word-break: normal;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
  color: #00000073;
  width: 2em;
  margin-right: 8px;
  font-size: 1em;
  line-height: 1;
  display: inline-block;
}

.ant-progress-text .anticon {
  font-size: 14px;
}

.ant-progress-status-active .ant-progress-bg:before {
  content: "";
  opacity: 0;
  background: #fff;
  border-radius: 10px;
  animation: 2.4s cubic-bezier(.23, 1, .32, 1) infinite ant-progress-active;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-progress-status-exception .ant-progress-bg {
  background-color: #f5222d;
}

.ant-progress-status-exception .ant-progress-text {
  color: #f5222d;
}

.ant-progress-status-exception .ant-progress-circle-path {
  stroke: #f5222d;
}

.ant-progress-status-success .ant-progress-bg {
  background-color: #52c41a;
}

.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}

.ant-progress-status-success .ant-progress-circle-path {
  stroke: #52c41a;
}

.ant-progress-circle .ant-progress-inner {
  background-color: #0000;
  line-height: 1;
  position: relative;
}

.ant-progress-circle .ant-progress-text {
  text-align: center;
  color: #000000a6;
  width: 100%;
  margin: 0;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16667em;
}

.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
  color: #f5222d;
}

.ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}

@keyframes ant-progress-active {
  0% {
    opacity: .1;
    width: 0;
  }

  20% {
    opacity: .5;
    width: 0;
  }

  100% {
    opacity: 0;
    width: 100%;
  }
}

.ant-rate {
  font-variant: tabular-nums;
  color: #fadb14;
  box-sizing: border-box;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  line-height: unset;
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 20px;
  list-style: none;
  display: inline-block;
}

.ant-rate-disabled .ant-rate-star {
  cursor: default;
}

.ant-rate-disabled .ant-rate-star:hover {
  transform: scale(1);
}

.ant-rate-star {
  color: inherit;
  cursor: pointer;
  margin: 0 0 0 8px;
  padding: 0;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.ant-rate-star:focus {
  outline: 0;
}

.ant-rate-star-first, .ant-rate-star-second {
  -webkit-user-select: none;
  user-select: none;
  color: #e8e8e8;
  transition: all .3s;
}

.ant-rate-star-first .anticon, .ant-rate-star-second .anticon {
  vertical-align: middle;
}

.ant-rate-star:hover, .ant-rate-star:focus {
  transform: scale(1.1);
}

.ant-rate-star-first {
  opacity: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.ant-rate-star-half .ant-rate-star-first, .ant-rate-star-half .ant-rate-star-second {
  opacity: 1;
}

.ant-rate-star-half .ant-rate-star-first, .ant-rate-star-full .ant-rate-star-second {
  color: inherit;
}

.ant-rate-text {
  margin-right: 8px;
  font-size: 14px;
  display: inline-block;
}

.ant-skeleton {
  width: 100%;
  display: table;
}

.ant-skeleton-header {
  vertical-align: top;
  padding-left: 16px;
  display: table-cell;
}

.ant-skeleton-header .ant-skeleton-avatar {
  vertical-align: top;
  background: #f2f2f2;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
}

.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}

.ant-skeleton-header .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}

.ant-skeleton-header .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}

.ant-skeleton-content {
  vertical-align: top;
  width: 100%;
  display: table-cell;
}

.ant-skeleton-content .ant-skeleton-title {
  background: #f2f2f2;
  width: 100%;
  height: 16px;
  margin-top: 16px;
}

.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 24px;
}

.ant-skeleton-content .ant-skeleton-paragraph > li {
  background: #f2f2f2;
  width: 100%;
  height: 16px;
  list-style: none;
}

.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%;
}

.ant-skeleton-content .ant-skeleton-paragraph > li + li {
  margin-top: 16px;
}

.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
  margin-top: 12px;
}

.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 28px;
}

.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title, .ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li, .ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  background: linear-gradient(-90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%) 0 0 / 400% 100%;
  animation: 1.4s infinite ant-skeleton-loading;
}

@keyframes ant-skeleton-loading {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 100%;
  }
}

.ant-slider {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  cursor: pointer;
  height: 12px;
  margin: 14px 6px 10px;
  padding: 4px 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  position: relative;
}

.ant-slider-vertical {
  width: 12px;
  height: 100%;
  margin: 6px 10px;
  padding: 0 4px;
}

.ant-slider-vertical .ant-slider-rail {
  width: 4px;
  height: 100%;
}

.ant-slider-vertical .ant-slider-track {
  width: 4px;
}

.ant-slider-vertical .ant-slider-handle {
  margin-bottom: -7px;
  margin-right: -5px;
}

.ant-slider-vertical .ant-slider-mark {
  width: 18px;
  height: 100%;
  top: 0;
  right: 12px;
}

.ant-slider-vertical .ant-slider-mark-text {
  white-space: nowrap;
  right: 4px;
}

.ant-slider-vertical .ant-slider-step {
  width: 4px;
  height: 100%;
}

.ant-slider-vertical .ant-slider-dot {
  margin-bottom: -4px;
  top: auto;
  right: 2px;
}

.ant-slider-with-marks {
  margin-bottom: 28px;
}

.ant-slider-rail {
  background-color: #f5f5f5;
  border-radius: 2px;
  width: 100%;
  height: 4px;
  transition: background-color .3s;
  position: absolute;
}

.ant-slider-track {
  background-color: #91d5ff;
  border-radius: 4px;
  height: 4px;
  transition: background-color .3s;
  position: absolute;
}

.ant-slider-handle {
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #91d5ff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  margin-right: -7px;
  transition: border-color .3s, transform .3s cubic-bezier(.18, .89, .32, 1.28);
  position: absolute;
}

.ant-slider-handle:focus {
  border-color: #46a6ff;
  outline: none;
  box-shadow: 0 0 0 5px #8cc8ff;
}

.ant-slider-handle.ant-tooltip-open {
  border-color: #1890ff;
}

.ant-slider:hover .ant-slider-rail {
  background-color: #e1e1e1;
}

.ant-slider:hover .ant-slider-track {
  background-color: #69c0ff;
}

.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #69c0ff;
}

.ant-slider-mark {
  width: 100%;
  font-size: 14px;
  position: absolute;
  top: 14px;
  right: 0;
}

.ant-slider-mark-text {
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #00000073;
  display: inline-block;
  position: absolute;
}

.ant-slider-mark-text-active {
  color: #000000a6;
}

.ant-slider-step {
  background: none;
  width: 100%;
  height: 4px;
  position: absolute;
}

.ant-slider-dot {
  cursor: pointer;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: -4px;
  position: absolute;
  top: -2px;
}

.ant-slider-dot:first-child, .ant-slider-dot:last-child {
  margin-right: -4px;
}

.ant-slider-dot-active {
  border-color: #8cc8ff;
}

.ant-slider-disabled {
  cursor: not-allowed;
}

.ant-slider-disabled .ant-slider-track {
  background-color: #00000040 !important;
}

.ant-slider-disabled .ant-slider-handle, .ant-slider-disabled .ant-slider-dot {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-color: #00000040 !important;
}

.ant-slider-disabled .ant-slider-mark-text, .ant-slider-disabled .ant-slider-dot {
  cursor: not-allowed !important;
}

.ant-steps {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 0;
  line-height: 1.5;
  list-style: none;
  display: flex;
}

.ant-steps-item {
  vertical-align: top;
  flex: 1;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.ant-steps-item:last-child {
  flex: none;
}

.ant-steps-item:last-child .ant-steps-item-tail, .ant-steps-item:last-child .ant-steps-item-title:after {
  display: none;
}

.ant-steps-item-icon, .ant-steps-item-content {
  vertical-align: top;
  display: inline-block;
}

.ant-steps-item-icon {
  text-align: center;
  border: 1px solid #00000040;
  border-radius: 32px;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 16px;
  line-height: 32px;
  transition: background-color .3s, border-color .3s;
}

.ant-steps-item-icon > .ant-steps-icon {
  color: #1890ff;
  line-height: 1;
  position: relative;
  top: -1px;
}

.ant-steps-item-tail {
  width: 100%;
  padding: 0 10px;
  position: absolute;
  top: 12px;
  right: 0;
}

.ant-steps-item-tail:after {
  content: "";
  background: #e8e8e8;
  border-radius: 1px;
  width: 100%;
  height: 1px;
  transition: background .3s;
  display: inline-block;
}

.ant-steps-item-title {
  color: #000000a6;
  padding-left: 16px;
  font-size: 16px;
  line-height: 32px;
  display: inline-block;
  position: relative;
}

.ant-steps-item-title:after {
  content: "";
  background: #e8e8e8;
  width: 9999px;
  height: 1px;
  display: block;
  position: absolute;
  top: 16px;
  right: 100%;
}

.ant-steps-item-description {
  color: #00000073;
  font-size: 14px;
}

.ant-steps-item-wait .ant-steps-item-icon {
  background-color: #fff;
  border-color: #00000040;
}

.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: #00000040;
}

.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #00000040;
}

.ant-steps-item-wait > .ant-steps-item-content > .ant-steps-item-title {
  color: #00000073;
}

.ant-steps-item-wait > .ant-steps-item-content > .ant-steps-item-title:after {
  background-color: #e8e8e8;
}

.ant-steps-item-wait > .ant-steps-item-content > .ant-steps-item-description {
  color: #00000073;
}

.ant-steps-item-wait > .ant-steps-item-tail:after {
  background-color: #e8e8e8;
}

.ant-steps-item-process .ant-steps-item-icon {
  background-color: #fff;
  border-color: #1890ff;
}

.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #1890ff;
}

.ant-steps-item-process > .ant-steps-item-content > .ant-steps-item-title {
  color: #000000d9;
}

.ant-steps-item-process > .ant-steps-item-content > .ant-steps-item-title:after {
  background-color: #e8e8e8;
}

.ant-steps-item-process > .ant-steps-item-content > .ant-steps-item-description {
  color: #000000a6;
}

.ant-steps-item-process > .ant-steps-item-tail:after {
  background-color: #e8e8e8;
}

.ant-steps-item-process .ant-steps-item-icon {
  background: #1890ff;
}

.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #fff;
}

.ant-steps-item-process .ant-steps-item-title {
  font-weight: 500;
}

.ant-steps-item-finish .ant-steps-item-icon {
  background-color: #fff;
  border-color: #1890ff;
}

.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #1890ff;
}

.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #1890ff;
}

.ant-steps-item-finish > .ant-steps-item-content > .ant-steps-item-title {
  color: #000000a6;
}

.ant-steps-item-finish > .ant-steps-item-content > .ant-steps-item-title:after {
  background-color: #1890ff;
}

.ant-steps-item-finish > .ant-steps-item-content > .ant-steps-item-description {
  color: #00000073;
}

.ant-steps-item-finish > .ant-steps-item-tail:after {
  background-color: #1890ff;
}

.ant-steps-item-error .ant-steps-item-icon {
  background-color: #fff;
  border-color: #f5222d;
}

.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
  color: #f5222d;
}

.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #f5222d;
}

.ant-steps-item-error > .ant-steps-item-content > .ant-steps-item-title {
  color: #f5222d;
}

.ant-steps-item-error > .ant-steps-item-content > .ant-steps-item-title:after {
  background-color: #e8e8e8;
}

.ant-steps-item-error > .ant-steps-item-content > .ant-steps-item-description {
  color: #f5222d;
}

.ant-steps-item-error > .ant-steps-item-tail:after {
  background-color: #e8e8e8;
}

.ant-steps-item.ant-steps-next-error .ant-steps-item-title:after {
  background: #f5222d;
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  white-space: nowrap;
  margin-left: 16px;
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-left: 0;
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-left: 0;
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
  display: none;
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
  white-space: normal;
  max-width: 140px;
}

.ant-steps-item-custom .ant-steps-item-icon {
  background: none;
  border: 0;
  width: auto;
  height: auto;
}

.ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
  top: 0;
  right: .5px;
}

.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #1890ff;
}

.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-left: 12px;
}

.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-left: 0;
}

.ant-steps-small .ant-steps-item-icon {
  text-align: center;
  border-radius: 24px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
}

.ant-steps-small .ant-steps-item-title {
  padding-left: 12px;
  font-size: 14px;
  line-height: 24px;
}

.ant-steps-small .ant-steps-item-title:after {
  top: 12px;
}

.ant-steps-small .ant-steps-item-description {
  color: #00000073;
  font-size: 14px;
}

.ant-steps-small .ant-steps-item-tail {
  padding: 0 8px;
  top: 8px;
}

.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}

.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  font-size: 24px;
  line-height: 24px;
  transform: none;
}

.ant-steps-vertical {
  display: block;
}

.ant-steps-vertical .ant-steps-item {
  display: block;
  overflow: visible;
}

.ant-steps-vertical .ant-steps-item-icon {
  float: right;
  margin-left: 16px;
}

.ant-steps-vertical .ant-steps-item-content {
  min-height: 48px;
  display: block;
  overflow: hidden;
}

.ant-steps-vertical .ant-steps-item-title {
  line-height: 32px;
}

.ant-steps-vertical .ant-steps-item-description {
  padding-bottom: 12px;
}

.ant-steps-vertical > .ant-steps-item > .ant-steps-item-tail {
  width: 1px;
  height: 100%;
  padding: 38px 0 6px;
  position: absolute;
  top: 0;
  right: 16px;
}

.ant-steps-vertical > .ant-steps-item > .ant-steps-item-tail:after {
  width: 1px;
  height: 100%;
}

.ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-tail {
  display: block;
}

.ant-steps-vertical > .ant-steps-item > .ant-steps-item-content > .ant-steps-item-title:after {
  display: none;
}

.ant-steps-vertical.ant-steps-small .ant-steps-item-tail {
  padding: 30px 0 6px;
  position: absolute;
  top: 0;
  right: 12px;
}

.ant-steps-vertical.ant-steps-small .ant-steps-item-title {
  line-height: 24px;
}

@media (max-width: 480px) {
  .ant-steps-horizontal.ant-steps-label-horizontal {
    display: block;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
    display: block;
    overflow: visible;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
    float: right;
    margin-left: 16px;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-content {
    min-height: 48px;
    display: block;
    overflow: hidden;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-title {
    line-height: 32px;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-description {
    padding-bottom: 12px;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-tail {
    width: 1px;
    height: 100%;
    padding: 38px 0 6px;
    position: absolute;
    top: 0;
    right: 16px;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-tail:after {
    width: 1px;
    height: 100%;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item:not(:last-child) > .ant-steps-item-tail {
    display: block;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-content > .ant-steps-item-title:after {
    display: none;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-tail {
    padding: 30px 0 6px;
    position: absolute;
    top: 0;
    right: 12px;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-title {
    line-height: 24px;
  }
}

.ant-steps-label-vertical .ant-steps-item {
  overflow: visible;
}

.ant-steps-label-vertical .ant-steps-item-tail {
  margin-right: 48px;
  padding: 0 24px;
}

.ant-steps-label-vertical .ant-steps-item-content {
  text-align: center;
  width: 104px;
  margin-top: 8px;
  display: block;
}

.ant-steps-label-vertical .ant-steps-item-icon {
  margin-right: 36px;
  display: inline-block;
}

.ant-steps-label-vertical .ant-steps-item-title {
  padding-left: 0;
}

.ant-steps-label-vertical .ant-steps-item-title:after {
  display: none;
}

.ant-steps-dot .ant-steps-item-title {
  line-height: 1.5;
}

.ant-steps-dot .ant-steps-item-tail {
  width: 100%;
  margin: 0 70px 0 0;
  padding: 0;
  top: 2px;
}

.ant-steps-dot .ant-steps-item-tail:after {
  width: calc(100% - 20px);
  height: 3px;
  margin-right: 12px;
}

.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  right: 2px;
}

.ant-steps-dot .ant-steps-item-icon {
  background: none;
  border: 0;
  width: 8px;
  height: 8px;
  margin-right: 67px;
  padding-left: 0;
  line-height: 8px;
}

.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot {
  float: right;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: relative;
}

.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot:after {
  content: "";
  background: none;
  width: 60px;
  height: 32px;
  position: absolute;
  top: -12px;
  right: -26px;
}

.ant-steps-dot .ant-steps-item-content {
  width: 140px;
}

.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon {
  width: 10px;
  height: 10px;
  line-height: 10px;
}

.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot {
  top: -1px;
}

.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-top: 8px;
  margin-right: 0;
}

.ant-steps-vertical.ant-steps-dot .ant-steps-item-tail {
  margin: 0;
  padding: 22px 0 4px;
  top: 2px;
  right: -9px;
}

.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  right: 0;
}

.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
  right: -2px;
}

.ant-switch {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #00000040;
  border: 1px solid #0000;
  border-radius: 100px;
  min-width: 44px;
  height: 22px;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 20px;
  list-style: none;
  transition: all .36s;
  display: inline-block;
  position: relative;
}

.ant-switch-inner {
  color: #fff;
  margin-left: 6px;
  margin-right: 24px;
  font-size: 12px;
  display: block;
}

.ant-switch-loading-icon, .ant-switch:after {
  content: " ";
  cursor: pointer;
  background-color: #fff;
  border-radius: 18px;
  width: 18px;
  height: 18px;
  transition: all .36s cubic-bezier(.78, .14, .15, .86);
  position: absolute;
  top: 1px;
  right: 1px;
}

.ant-switch:after {
  box-shadow: 0 2px 4px #00230b33;
}

.ant-switch:active:before, .ant-switch:active:after {
  width: 24px;
}

.ant-switch-loading-icon {
  z-index: 1;
  background: none;
  font-size: 12px;
  display: none;
}

.ant-switch-loading-icon svg {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-switch-loading .ant-switch-loading-icon {
  color: #000000a6;
  display: inline-block;
}

.ant-switch-checked.ant-switch-loading .ant-switch-loading-icon {
  color: #1890ff;
}

.ant-switch:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #1890ff33;
}

.ant-switch:focus:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ant-switch-small {
  min-width: 28px;
  height: 16px;
  line-height: 14px;
}

.ant-switch-small .ant-switch-inner {
  margin-left: 3px;
  margin-right: 18px;
  font-size: 12px;
}

.ant-switch-small:after {
  width: 12px;
  height: 12px;
}

.ant-switch-small:active:before, .ant-switch-small:active:after {
  width: 16px;
}

.ant-switch-small .ant-switch-loading-icon {
  width: 12px;
  height: 12px;
}

.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin-left: 18px;
  margin-right: 3px;
}

.ant-switch-small.ant-switch-checked .ant-switch-loading-icon {
  margin-right: -13px;
  right: 100%;
}

.ant-switch-small.ant-switch-loading .ant-switch-loading-icon {
  font-weight: bold;
  transform: scale(.66667);
}

.ant-switch-checked {
  background-color: #1890ff;
}

.ant-switch-checked .ant-switch-inner {
  margin-left: 24px;
  margin-right: 6px;
}

.ant-switch-checked:after {
  margin-right: -1px;
  right: 100%;
  transform: translateX(100%);
}

.ant-switch-checked .ant-switch-loading-icon {
  margin-right: -19px;
  right: 100%;
}

.ant-switch-loading, .ant-switch-disabled {
  pointer-events: none;
  opacity: .4;
}

@keyframes AntSwitchSmallLoadingCircle {
  0% {
    transform-origin: 50%;
    transform: rotate(0)scale(.66667);
  }

  100% {
    transform-origin: 50%;
    transform: rotate(-360deg)scale(.66667);
  }
}

.ant-table-wrapper {
  zoom: 1;
}

.ant-table-wrapper:before, .ant-table-wrapper:after {
  content: "";
  display: table;
}

.ant-table-wrapper:after {
  clear: both;
}

.ant-table {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  clear: both;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  position: relative;
}

.ant-table-body {
  transition: opacity .3s;
}

.ant-table-empty .ant-table-body {
  overflow: auto !important;
}

.ant-table table {
  border-collapse: collapse;
  text-align: right;
  border-radius: 4px 4px 0 0;
  width: 100%;
}

.ant-table-thead > tr > th {
  text-align: right;
  color: #000000d9;
  background: #fafafa;
  border-bottom: 1px solid #e8e8e8;
  font-weight: 500;
  transition: background .3s;
}

.ant-table-thead > tr > th[colspan] {
  text-align: center;
}

.ant-table-thead > tr > th .anticon-filter, .ant-table-thead > tr > th .ant-table-filter-icon {
  cursor: pointer;
  color: #bfbfbf;
  text-align: center;
  width: 28px;
  height: 100%;
  font-size: 12px;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.ant-table-thead > tr > th .anticon-filter > svg, .ant-table-thead > tr > th .ant-table-filter-icon > svg {
  margin-top: -5px;
  margin-right: -6px;
  position: absolute;
  top: 50%;
  right: 50%;
}

.ant-table-thead > tr > th .ant-table-filter-selected.anticon-filter {
  color: #1890ff;
}

.ant-table-thead > tr > th .ant-table-column-sorter {
  text-align: center;
  color: #bfbfbf;
  width: 14px;
  height: 16px;
  margin-top: -8px;
  transition: all .3s;
  position: absolute;
  top: 50%;
  left: 6px;
}

.ant-table-thead > tr > th .ant-table-column-sorter-up, .ant-table-thead > tr > th .ant-table-column-sorter-down {
  font-size: 12px;
  font-size: 11px \9 ;
  height: 4px;
  line-height: 4px;
  transition: all .3s;
  display: block;
  transform: scale(.916667)rotate(0);
}

:root .ant-table-thead > tr > th .ant-table-column-sorter-up, :root .ant-table-thead > tr > th .ant-table-column-sorter-down {
  font-size: 12px;
}

.ant-table-thead > tr > th .ant-table-column-sorter-up.on, .ant-table-thead > tr > th .ant-table-column-sorter-down.on {
  color: #1890ff;
}

.ant-table-thead > tr > th .ant-table-column-sorter-down {
  margin-top: 4px;
}

.ant-table-thead > tr > th.ant-table-column-has-actions {
  cursor: pointer;
  position: relative;
}

.ant-table-thead > tr > th.ant-table-column-has-actions:hover, .ant-table-thead > tr > th.ant-table-column-has-actions:hover .anticon-filter, .ant-table-thead > tr > th.ant-table-column-has-actions:hover .ant-table-filter-icon {
  background: #f5f5f5;
}

.ant-table-thead > tr > th.ant-table-column-has-actions:hover .anticon-filter:hover, .ant-table-thead > tr > th.ant-table-column-has-actions:hover .ant-table-filter-icon:hover {
  color: #00000073;
  background: #ebebeb;
}

.ant-table-thead > tr > th.ant-table-column-has-actions:hover .anticon-filter:active, .ant-table-thead > tr > th.ant-table-column-has-actions:hover .ant-table-filter-icon:active {
  color: #000000a6;
}

.ant-table-thead > tr > th.ant-table-column-has-actions .anticon-filter.ant-table-filter-open, .ant-table-thead > tr > th.ant-table-column-has-actions .ant-table-filter-icon.ant-table-filter-open {
  color: #00000073;
  background: #ebebeb;
}

.ant-table-thead > tr > th.ant-table-column-has-actions:active .ant-table-column-sorter-up:not(.on), .ant-table-thead > tr > th.ant-table-column-has-actions:active .ant-table-column-sorter-down:not(.on) {
  color: #00000073;
}

.ant-table-thead > tr > th .ant-table-column-sorters:before {
  content: "";
  background: none;
  transition: all .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-table-thead > tr > th .ant-table-column-sorters:hover:before {
  background: #0000000a;
}

.ant-table-thead > tr > th.ant-table-column-has-filters .ant-table-column-sorter {
  left: 34px;
}

.ant-table-thead > tr > th.ant-table-column-has-sorters {
  -webkit-user-select: none;
  user-select: none;
}

.ant-table-thead > tr:first-child > th:first-child {
  border-top-right-radius: 4px;
}

.ant-table-thead > tr:first-child > th:last-child {
  border-top-left-radius: 4px;
}

.ant-table-thead > tr:not(:last-child) > th[colspan] {
  border-bottom: 0;
}

.ant-table-tbody > tr > td {
  border-bottom: 1px solid #e8e8e8;
  transition: all .3s, border;
}

.ant-table-thead > tr, .ant-table-tbody > tr {
  transition: all .3s, height;
}

.ant-table-thead > tr.ant-table-row-hover > td, .ant-table-tbody > tr.ant-table-row-hover > td, .ant-table-thead > tr:hover > td, .ant-table-tbody > tr:hover > td {
  background: #e6f7ff;
}

.ant-table-thead > tr:hover {
  background: none;
}

.ant-table-footer {
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
  padding: 16px;
  position: relative;
}

.ant-table-footer:before {
  content: "";
  background: #fafafa;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -1px;
  right: 0;
}

.ant-table.ant-table-bordered .ant-table-footer {
  border: 1px solid #e8e8e8;
}

.ant-table-title {
  border-radius: 4px 4px 0 0;
  padding: 16px 0;
  position: relative;
  top: 1px;
}

.ant-table.ant-table-bordered .ant-table-title {
  border: 1px solid #e8e8e8;
  padding-left: 16px;
  padding-right: 16px;
}

.ant-table-title + .ant-table-content {
  border-radius: 4px 4px 0 0;
  position: relative;
  overflow: hidden;
}

.ant-table-bordered .ant-table-title + .ant-table-content, .ant-table-bordered .ant-table-title + .ant-table-content table, .ant-table-bordered .ant-table-title + .ant-table-content .ant-table-thead > tr:first-child > th, .ant-table-without-column-header .ant-table-title + .ant-table-content, .ant-table-without-column-header table {
  border-radius: 0;
}

.ant-table-tbody > tr.ant-table-row-selected td {
  background: #fafafa;
}

.ant-table-thead > tr > th.ant-table-column-sort {
  background: #f5f5f5;
}

.ant-table-tbody > tr > td.ant-table-column-sort {
  background: #00000003;
}

.ant-table-thead > tr > th, .ant-table-tbody > tr > td {
  word-break: break-word;
  -ms-word-break: break-all;
  padding: 16px;
}

.ant-table-thead > tr > th.ant-table-selection-column-custom {
  padding-left: 0;
  padding-right: 16px;
}

.ant-table-thead > tr > th.ant-table-selection-column, .ant-table-tbody > tr > td.ant-table-selection-column {
  text-align: center;
  width: 62px;
  min-width: 62px;
}

.ant-table-thead > tr > th.ant-table-selection-column .ant-radio-wrapper, .ant-table-tbody > tr > td.ant-table-selection-column .ant-radio-wrapper {
  margin-left: 0;
}

.ant-table-expand-icon-th, .ant-table-row-expand-icon-cell {
  text-align: center;
  width: 50px;
  min-width: 50px;
}

.ant-table-header {
  background: #fafafa;
  overflow: hidden;
}

.ant-table-header table {
  border-radius: 4px 4px 0 0;
}

.ant-table-loading {
  position: relative;
}

.ant-table-loading .ant-table-body {
  opacity: .5;
  background: #fff;
}

.ant-table-loading .ant-table-spin-holder {
  height: 20px;
  margin-right: -30px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  right: 50%;
}

.ant-table-loading .ant-table-with-pagination {
  margin-top: -20px;
}

.ant-table-loading .ant-table-without-pagination {
  margin-top: 10px;
}

.ant-table-bordered .ant-table-header > table, .ant-table-bordered .ant-table-body > table, .ant-table-bordered .ant-table-fixed-left table, .ant-table-bordered .ant-table-fixed-right table {
  border-top: 1px solid #e8e8e8;
  border-bottom: 0;
  border-left: 0;
  border-right: 1px solid #e8e8e8;
}

.ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

.ant-table-bordered.ant-table-fixed-header .ant-table-header > table {
  border-bottom: 0;
}

.ant-table-bordered.ant-table-fixed-header .ant-table-body > table {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ant-table-bordered.ant-table-fixed-header .ant-table-body-inner > table {
  border-top: 0;
}

.ant-table-bordered.ant-table-fixed-header .ant-table-placeholder {
  border: 0;
}

.ant-table-bordered .ant-table-thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #e8e8e8;
}

.ant-table-bordered .ant-table-thead > tr > th, .ant-table-bordered .ant-table-tbody > tr > td {
  border-left: 1px solid #e8e8e8;
}

.ant-table-placeholder {
  text-align: center;
  color: #00000073;
  z-index: 1;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  padding: 16px;
  font-size: 14px;
  position: relative;
}

.ant-table-placeholder .anticon {
  margin-left: 4px;
}

.ant-table-pagination.ant-pagination {
  float: left;
  margin: 16px 0;
}

.ant-table-filter-dropdown {
  background: #fff;
  border-radius: 4px;
  min-width: 96px;
  margin-right: -8px;
  box-shadow: 0 2px 8px #00000026;
}

.ant-table-filter-dropdown .ant-dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 4px 4px 0 0;
}

.ant-table-filter-dropdown .ant-dropdown-menu-without-submenu {
  max-height: 400px;
  overflow-x: hidden;
}

.ant-table-filter-dropdown .ant-dropdown-menu-item > label + span {
  padding-left: 0;
}

.ant-table-filter-dropdown .ant-dropdown-menu-sub {
  border-radius: 4px;
  box-shadow: 0 2px 8px #00000026;
}

.ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title:after {
  color: #1890ff;
  text-shadow: 0 0 2px #bae7ff;
  font-weight: bold;
}

.ant-table-filter-dropdown .ant-dropdown-menu-item {
  overflow: hidden;
}

.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-item:last-child, .ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title {
  border-radius: 0;
}

.ant-table-filter-dropdown-btns {
  border-top: 1px solid #e8e8e8;
  padding: 7px 8px;
  overflow: hidden;
}

.ant-table-filter-dropdown-link {
  color: #1890ff;
}

.ant-table-filter-dropdown-link:hover {
  color: #40a9ff;
}

.ant-table-filter-dropdown-link:active {
  color: #096dd9;
}

.ant-table-filter-dropdown-link.confirm {
  float: right;
}

.ant-table-filter-dropdown-link.clear {
  float: left;
}

.ant-table-selection-select-all-custom {
  margin-left: 4px !important;
}

.ant-table-selection .anticon-down {
  color: #bfbfbf;
  transition: all .3s;
}

.ant-table-selection-menu {
  background: #fff;
  border-radius: 4px;
  min-width: 96px;
  margin-top: 5px;
  margin-right: -30px;
  box-shadow: 0 2px 8px #00000026;
}

.ant-table-selection-menu .ant-action-down {
  color: #bfbfbf;
}

.ant-table-selection-down {
  cursor: pointer;
  padding: 0;
  line-height: 1;
  display: inline-block;
}

.ant-table-selection-down:hover .anticon-down {
  color: #666;
}

.ant-table-row-expand-icon {
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  background: #fff;
  border: 1px solid #e8e8e8;
  width: 17px;
  height: 17px;
  line-height: 14px;
  display: inline-block;
}

.ant-table-row-expanded:after {
  content: "-";
}

.ant-table-row-collapsed:after {
  content: "+";
}

.ant-table-row-spaced {
  visibility: hidden;
}

.ant-table-row-spaced:after {
  content: ".";
}

.ant-table-row[class*="ant-table-row-level-0"] .ant-table-selection-column > span {
  display: inline-block;
}

tr.ant-table-expanded-row, tr.ant-table-expanded-row:hover {
  background: #fbfbfb;
}

.ant-table .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-left: 8px;
}

.ant-table-scroll {
  overflow-x: hidden;
  overflow-y: auto;
}

.ant-table-scroll table {
  width: auto;
  min-width: 100%;
}

.ant-table-body-inner {
  height: 100%;
}

.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  background: #fff;
  position: relative;
}

.ant-table-fixed-header .ant-table-body-inner {
  overflow: scroll;
}

.ant-table-fixed-header .ant-table-scroll .ant-table-header {
  opacity: .9999;
  margin-bottom: -20px;
  padding-bottom: 20px;
  overflow: scroll;
}

.ant-table-fixed-left, .ant-table-fixed-right {
  border-radius: 0;
  transition: box-shadow .3s;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.ant-table-fixed-left table, .ant-table-fixed-right table {
  background: #fff;
  width: auto;
}

.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-outer .ant-table-fixed, .ant-table-fixed-header .ant-table-fixed-right .ant-table-body-outer .ant-table-fixed {
  border-radius: 0;
}

.ant-table-fixed-left {
  right: 0;
  box-shadow: -6px 0 6px -4px #00000026;
}

.ant-table-fixed-left .ant-table-header {
  overflow-y: hidden;
}

.ant-table-fixed-left .ant-table-body-inner {
  margin-left: -20px;
  padding-left: 20px;
}

.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner {
  padding-left: 0;
}

.ant-table-fixed-left, .ant-table-fixed-left table {
  border-radius: 0 4px 0 0;
}

.ant-table-fixed-left .ant-table-thead > tr > th:last-child {
  border-top-left-radius: 0;
}

.ant-table-fixed-right {
  left: 0;
  box-shadow: 6px 0 6px -4px #00000026;
}

.ant-table-fixed-right, .ant-table-fixed-right table {
  border-radius: 4px 0 0;
}

.ant-table-fixed-right .ant-table-expanded-row {
  color: #0000;
  pointer-events: none;
}

.ant-table-fixed-right .ant-table-thead > tr > th:first-child {
  border-top-right-radius: 0;
}

.ant-table.ant-table-scroll-position-left .ant-table-fixed-left, .ant-table.ant-table-scroll-position-right .ant-table-fixed-right {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ant-table-middle > .ant-table-title, .ant-table-middle > .ant-table-footer, .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th, .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th, .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th, .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th, .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th, .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th, .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th, .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th, .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td, .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td, .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td, .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td, .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td, .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td, .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td, .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 12px 8px;
}

.ant-table-small {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}

.ant-table-small > .ant-table-title, .ant-table-small > .ant-table-footer {
  padding: 8px;
}

.ant-table-small > .ant-table-title {
  border-bottom: 1px solid #e8e8e8;
  top: 0;
}

.ant-table-small > .ant-table-content > .ant-table-body {
  margin: 0 8px;
}

.ant-table-small > .ant-table-content > .ant-table-header > table, .ant-table-small > .ant-table-content > .ant-table-body > table, .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table, .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table, .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table, .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table, .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table, .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  border: 0;
}

.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td, .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td, .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td, .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td, .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td, .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td, .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td, .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 8px;
}

.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}

.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table, .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table, .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table, .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table, .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table, .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  padding: 0;
}

.ant-table-small > .ant-table-content .ant-table-header {
  background: #fff;
}

.ant-table-small > .ant-table-content .ant-table-placeholder, .ant-table-small > .ant-table-content .ant-table-row:last-child td {
  border-bottom: 0;
}

.ant-table-small.ant-table-bordered {
  border-left: 0;
}

.ant-table-small.ant-table-bordered .ant-table-title {
  border-top: 0;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 0;
}

.ant-table-small.ant-table-bordered .ant-table-content {
  border-left: 1px solid #e8e8e8;
}

.ant-table-small.ant-table-bordered .ant-table-footer {
  border: 0;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}

.ant-table-small.ant-table-bordered .ant-table-footer:before {
  display: none;
}

.ant-table-small.ant-table-bordered .ant-table-placeholder {
  border-bottom: 0;
  border-right: 0;
}

.ant-table-small.ant-table-bordered .ant-table-thead > tr > th:last-child, .ant-table-small.ant-table-bordered .ant-table-tbody > tr > td:last-child {
  border-left: none;
}

.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead > tr > th:last-child, .ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody > tr > td:last-child, .ant-table-small.ant-table-bordered .ant-table-fixed-right {
  border-left: 1px solid #e8e8e8;
}

.ant-timeline {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}

.ant-timeline-item {
  margin: 0;
  padding: 0 0 20px;
  font-size: 14px;
  list-style: none;
  position: relative;
}

.ant-timeline-item-tail {
  border-right: 2px solid #e8e8e8;
  height: 100%;
  position: absolute;
  top: .75em;
  right: 4px;
}

.ant-timeline-item-pending .ant-timeline-item-head {
  font-size: 12px;
}

.ant-timeline-item-pending .ant-timeline-item-tail {
  display: none;
}

.ant-timeline-item-head {
  background-color: #fff;
  border: 2px solid #0000;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  position: absolute;
}

.ant-timeline-item-head-blue {
  color: #1890ff;
  border-color: #1890ff;
}

.ant-timeline-item-head-red {
  color: #f5222d;
  border-color: #f5222d;
}

.ant-timeline-item-head-green {
  color: #52c41a;
  border-color: #52c41a;
}

.ant-timeline-item-head-custom {
  text-align: center;
  border: 0;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 3px 1px;
  line-height: 1;
  position: absolute;
  top: 5.5px;
  right: 5px;
  transform: translate(50%, -50%);
}

.ant-timeline-item-content {
  margin: 0 18px 0 0;
  position: relative;
  top: -6px;
}

.ant-timeline-item-last .ant-timeline-item-tail {
  display: none;
}

.ant-timeline-item-last .ant-timeline-item-content {
  min-height: 48px;
}

.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail, .ant-timeline.ant-timeline-right .ant-timeline-item-tail, .ant-timeline.ant-timeline-alternate .ant-timeline-item-head, .ant-timeline.ant-timeline-right .ant-timeline-item-head, .ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom, .ant-timeline.ant-timeline-right .ant-timeline-item-head-custom {
  right: 50%;
}

.ant-timeline.ant-timeline-alternate .ant-timeline-item-head, .ant-timeline.ant-timeline-right .ant-timeline-item-head {
  margin-right: -4px;
}

.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom, .ant-timeline.ant-timeline-right .ant-timeline-item-head-custom {
  margin-right: 1px;
}

.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content, .ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content {
  text-align: right;
  width: 50%;
  right: 50%;
}

.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content, .ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  text-align: left;
  width: 50%;
  margin-left: 18px;
  left: 50%;
  right: -30px;
}

.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail, .ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head, .ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
  right: 100%;
}

.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: 100%;
  left: 0;
  right: -30px;
}

.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  border-right: 2px dotted #e8e8e8;
  display: block;
}

.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
  display: none;
}

.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
  border-right: 2px dotted #e8e8e8;
  display: block;
}

.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
  min-height: 48px;
}

.ant-transfer {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  position: relative;
}

.ant-transfer-disabled .ant-transfer-list {
  background: #f5f5f5;
}

.ant-transfer-list {
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 180px;
  height: 200px;
  padding-top: 34px;
  display: inline-block;
  position: relative;
}

.ant-transfer-list-with-footer {
  padding-bottom: 34px;
}

.ant-transfer-list-search {
  padding: 0 8px;
}

.ant-transfer-list-search-action {
  color: #00000040;
  text-align: center;
  width: 28px;
  line-height: 32px;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
}

.ant-transfer-list-search-action .anticon {
  color: #00000040;
  transition: all .3s;
}

.ant-transfer-list-search-action .anticon:hover {
  color: #00000073;
}

span.ant-transfer-list-search-action {
  pointer-events: none;
}

.ant-transfer-list-header {
  color: #000000a6;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
  width: 100%;
  padding: 6px 12px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.ant-transfer-list-header-title {
  position: absolute;
  left: 12px;
}

.ant-transfer-list-body {
  height: 100%;
  font-size: 14px;
  position: relative;
}

.ant-transfer-list-body-search-wrapper {
  width: 100%;
  padding: 4px;
  position: absolute;
  top: 0;
  right: 0;
}

.ant-transfer-list-body-with-search {
  padding-top: 40px;
}

.ant-transfer-list-content {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}

.ant-transfer-list-content > .LazyLoad {
  animation: 1s transferHighlightIn;
}

.ant-transfer-list-content-item {
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: 32px;
  padding: 6px 12px;
  transition: all .3s;
  overflow: hidden;
}

.ant-transfer-list-content-item > span {
  padding-left: 0;
}

.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  cursor: pointer;
  background-color: #e6f7ff;
}

.ant-transfer-list-content-item-disabled {
  cursor: not-allowed;
  color: #00000040;
}

.ant-transfer-list-body-not-found {
  color: #00000040;
  text-align: center;
  width: 100%;
  margin-top: -10px;
  padding-top: 0;
  display: none;
  position: absolute;
  top: 50%;
}

.ant-transfer-list-content:empty + .ant-transfer-list-body-not-found {
  display: block;
}

.ant-transfer-list-footer {
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.ant-transfer-operation {
  vertical-align: middle;
  margin: 0 8px;
  display: inline-block;
  overflow: hidden;
}

.ant-transfer-operation .ant-btn {
  display: block;
}

.ant-transfer-operation .ant-btn:first-child {
  margin-bottom: 4px;
}

.ant-transfer-operation .ant-btn .anticon {
  font-size: 12px;
}

@keyframes transferHighlightIn {
  0% {
    background: #bae7ff;
  }

  100% {
    background: none;
  }
}

.ant-select-tree-checkbox {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1;
  list-style: none;
  display: inline-block;
  position: relative;
  top: -.09em;
}

.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner, .ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner, .ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
  border-color: #1890ff;
}

.ant-select-tree-checkbox-checked:after {
  content: "";
  visibility: hidden;
  border: 1px solid #1890ff;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  animation: .36s ease-in-out both antCheckboxEffect;
  position: absolute;
  top: 0;
  right: 0;
}

.ant-select-tree-checkbox:hover:after, .ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox:after {
  visibility: visible;
}

.ant-select-tree-checkbox-inner {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  transition: all .3s;
  display: block;
  position: relative;
  top: 0;
  right: 0;
}

.ant-select-tree-checkbox-inner:after {
  content: " ";
  opacity: 0;
  border-top: 0;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 0;
  width: 5.71429px;
  height: 9.14286px;
  transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
  display: table;
  position: absolute;
  top: 1.14286px;
  right: 4.57143px;
  transform: rotate(-45deg)scale(0);
}

.ant-select-tree-checkbox-input {
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner:after {
  content: " ";
  opacity: 1;
  background-color: #1890ff;
  border: 0;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%)scale(1);
}

.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after {
  border-color: #00000040;
}

.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after {
  content: " ";
  opacity: 1;
  border-top: 0;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 0;
  transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
  display: table;
  position: absolute;
  transform: rotate(-45deg)scale(1);
}

.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}

.ant-select-tree-checkbox-disabled {
  cursor: not-allowed;
}

.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after {
  border-color: #00000040;
  animation-name: none;
}

.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
  cursor: not-allowed;
}

.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}

.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after {
  border-color: #f5f5f5;
  animation-name: none;
}

.ant-select-tree-checkbox-disabled + span {
  color: #00000040;
  cursor: not-allowed;
}

.ant-select-tree-checkbox-wrapper {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  line-height: unset;
  cursor: pointer;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
  margin-right: 8px;
}

.ant-select-tree-checkbox-wrapper + span, .ant-select-tree-checkbox + span {
  padding-left: 8px;
  padding-right: 8px;
}

.ant-select-tree-checkbox-group {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  display: inline-block;
}

.ant-select-tree-checkbox-group-item {
  margin-left: 8px;
  display: inline-block;
}

.ant-select-tree-checkbox-group-item:last-child {
  margin-left: 0;
}

.ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
  margin-right: 0;
}

.ant-select-tree {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  margin: -4px 0 0;
  padding: 0 4px;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}

.ant-select-tree li {
  white-space: nowrap;
  outline: 0;
  margin: 8px 0;
  padding: 0;
  list-style: none;
}

.ant-select-tree li.filter-node > span {
  font-weight: 500;
}

.ant-select-tree li ul {
  margin: 0;
  padding: 0 18px 0 0;
}

.ant-select-tree li .ant-select-tree-node-content-wrapper {
  cursor: pointer;
  color: #000000a6;
  border-radius: 2px;
  width: calc(100% - 24px);
  margin: 0;
  padding: 3px 5px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.ant-select-tree li .ant-select-tree-node-content-wrapper:hover {
  background-color: #e6f7ff;
}

.ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: #bae7ff;
}

.ant-select-tree li span.ant-select-tree-checkbox {
  margin: 0 0 0 4px;
}

.ant-select-tree li span.ant-select-tree-checkbox + .ant-select-tree-node-content-wrapper {
  width: calc(100% - 46px);
}

.ant-select-tree li span.ant-select-tree-switcher, .ant-select-tree li span.ant-select-tree-iconEle {
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  border: 0;
  outline: none;
  width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
  display: inline-block;
}

.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon {
  color: #1890ff;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  right: 0;
  transform: none;
}

.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon svg {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-select-tree li span.ant-select-tree-switcher {
  position: relative;
}

.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher-noop {
  cursor: auto;
}

.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon, .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 7px \9 ;
  font-weight: bold;
  display: inline-block;
  transform: scale(.583333)rotate(0);
}

:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon, :root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
}

.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon svg, .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon svg {
  transition: transform .3s;
}

.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon, .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 7px \9 ;
  font-weight: bold;
  display: inline-block;
  transform: scale(.583333)rotate(0);
}

:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon, :root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
}

.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon svg, .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg {
  transition: transform .3s;
}

.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg {
  transform: rotate(90deg);
}

.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon, .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon {
  color: #1890ff;
  width: 24px;
  height: 24px;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  right: 0;
  transform: none;
}

.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon svg, .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon svg {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-select-tree .ant-select-tree-treenode-loading .ant-select-tree-iconEle, .ant-select-tree-child-tree {
  display: none;
}

.ant-select-tree-child-tree-open {
  display: block;
}

li.ant-select-tree-treenode-disabled > span:not(.ant-select-tree-switcher), li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper, li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper span {
  color: #00000040;
  cursor: not-allowed;
}

li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper:hover {
  background: none;
}

.ant-select-tree-icon__open, .ant-select-tree-icon__close {
  vertical-align: top;
  margin-left: 2px;
}

.ant-select-tree-dropdown {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}

.ant-select-tree-dropdown .ant-select-dropdown-search {
  padding: 4px;
  display: block;
}

.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field__wrap {
  width: 100%;
}

.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field {
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  width: 100%;
  padding: 4px 7px;
}

.ant-select-tree-dropdown .ant-select-dropdown-search.ant-select-search--hide {
  display: none;
}

.ant-select-tree-dropdown .ant-select-not-found {
  cursor: not-allowed;
  color: #00000040;
  padding: 7px 16px;
  display: block;
}

.ant-tree.ant-tree-directory {
  position: relative;
}

.ant-tree.ant-tree-directory > li span.ant-tree-switcher, .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher {
  z-index: 1;
  position: relative;
}

.ant-tree.ant-tree-directory > li span.ant-tree-switcher.ant-tree-switcher-noop, .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher.ant-tree-switcher-noop {
  pointer-events: none;
}

.ant-tree.ant-tree-directory > li span.ant-tree-checkbox, .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-checkbox {
  z-index: 1;
  position: relative;
}

.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper, .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper {
  -webkit-user-select: none;
  user-select: none;
  border-radius: 0;
}

.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover, .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover {
  background: none;
}

.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover:before, .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover:before {
  background: #e6f7ff;
}

.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper.ant-tree-node-selected, .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #fff;
  background: none;
}

.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:before, .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:before {
  content: "";
  height: 24px;
  transition: all .3s;
  position: absolute;
  left: 0;
  right: 0;
}

.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper > span, .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper > span {
  z-index: 1;
  position: relative;
}

.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-switcher, .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-switcher {
  color: #fff;
}

.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner, .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner {
  border-color: #1890ff;
}

.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked:after, .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked:after {
  border-color: #fff;
}

.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner, .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background: #fff;
}

.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after, .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
  border-color: #1890ff;
}

.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper:before, .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper:before {
  background: #1890ff;
}

.ant-tree-checkbox {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1;
  list-style: none;
  display: inline-block;
  position: relative;
  top: -.09em;
}

.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner, .ant-tree-checkbox:hover .ant-tree-checkbox-inner, .ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
  border-color: #1890ff;
}

.ant-tree-checkbox-checked:after {
  content: "";
  visibility: hidden;
  border: 1px solid #1890ff;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  animation: .36s ease-in-out both antCheckboxEffect;
  position: absolute;
  top: 0;
  right: 0;
}

.ant-tree-checkbox:hover:after, .ant-tree-checkbox-wrapper:hover .ant-tree-checkbox:after {
  visibility: visible;
}

.ant-tree-checkbox-inner {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  transition: all .3s;
  display: block;
  position: relative;
  top: 0;
  right: 0;
}

.ant-tree-checkbox-inner:after {
  content: " ";
  opacity: 0;
  border-top: 0;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 0;
  width: 5.71429px;
  height: 9.14286px;
  transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
  display: table;
  position: absolute;
  top: 1.14286px;
  right: 4.57143px;
  transform: rotate(-45deg)scale(0);
}

.ant-tree-checkbox-input {
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner:after {
  content: " ";
  opacity: 1;
  background-color: #1890ff;
  border: 0;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%)scale(1);
}

.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after {
  border-color: #00000040;
}

.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
  content: " ";
  opacity: 1;
  border-top: 0;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 0;
  transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
  display: table;
  position: absolute;
  transform: rotate(-45deg)scale(1);
}

.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}

.ant-tree-checkbox-disabled {
  cursor: not-allowed;
}

.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
  border-color: #00000040;
  animation-name: none;
}

.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
  cursor: not-allowed;
}

.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}

.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after {
  border-color: #f5f5f5;
  animation-name: none;
}

.ant-tree-checkbox-disabled + span {
  color: #00000040;
  cursor: not-allowed;
}

.ant-tree-checkbox-wrapper {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  line-height: unset;
  cursor: pointer;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
  margin-right: 8px;
}

.ant-tree-checkbox-wrapper + span, .ant-tree-checkbox + span {
  padding-left: 8px;
  padding-right: 8px;
}

.ant-tree-checkbox-group {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  display: inline-block;
}

.ant-tree-checkbox-group-item {
  margin-left: 8px;
  display: inline-block;
}

.ant-tree-checkbox-group-item:last-child {
  margin-left: 0;
}

.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-right: 0;
}

.ant-tree {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}

.ant-tree ol, .ant-tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ant-tree li {
  white-space: nowrap;
  outline: 0;
  margin: 0;
  padding: 4px 0;
  list-style: none;
}

.ant-tree li span[draggable], .ant-tree li span[draggable="true"] {
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: element;
  -webkit-user-drag: element;
  border-top: 2px solid #0000;
  border-bottom: 2px solid #0000;
  line-height: 20px;
}

.ant-tree li.drag-over > span[draggable] {
  color: #fff;
  opacity: .8;
  background-color: #1890ff;
}

.ant-tree li.drag-over-gap-top > span[draggable] {
  border-top-color: #1890ff;
}

.ant-tree li.drag-over-gap-bottom > span[draggable] {
  border-bottom-color: #1890ff;
}

.ant-tree li.filter-node > span {
  color: #f5222d !important;
  font-weight: 500 !important;
}

.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon, .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon {
  color: #1890ff;
  width: 24px;
  height: 24px;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  right: 0;
  transform: none;
}

.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon svg, .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon svg {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open:after, :root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close:after {
  opacity: 0;
}

.ant-tree li ul {
  margin: 0;
  padding: 0 18px 0 0;
}

.ant-tree li .ant-tree-node-content-wrapper {
  cursor: pointer;
  vertical-align: top;
  color: #000000a6;
  border-radius: 2px;
  height: 24px;
  margin: 0;
  padding: 0 5px;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.ant-tree li .ant-tree-node-content-wrapper:hover {
  background-color: #e6f7ff;
}

.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #bae7ff;
}

.ant-tree li span.ant-tree-checkbox {
  margin: 4px 2px 0 4px;
}

.ant-tree li span.ant-tree-switcher, .ant-tree li span.ant-tree-iconEle {
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  border: 0;
  outline: none;
  width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
  display: inline-block;
}

.ant-tree li span.ant-tree-switcher {
  position: relative;
}

.ant-tree li span.ant-tree-switcher.ant-tree-switcher-noop {
  cursor: default;
}

.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon, .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 7px \9 ;
  font-weight: bold;
  display: inline-block;
  transform: scale(.583333)rotate(0);
}

:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon, :root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
}

.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg, .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg {
  transition: transform .3s;
}

.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon, .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 7px \9 ;
  font-weight: bold;
  display: inline-block;
  transform: scale(.583333)rotate(0);
}

:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon, :root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
}

.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg, .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg {
  transition: transform .3s;
}

.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(90deg);
}

.ant-tree li:last-child > span.ant-tree-switcher:before, .ant-tree li:last-child > span.ant-tree-iconEle:before {
  display: none;
}

.ant-tree > li:first-child {
  padding-top: 7px;
}

.ant-tree > li:last-child {
  padding-bottom: 7px;
}

.ant-tree-child-tree {
  display: none;
}

.ant-tree-child-tree-open {
  display: block;
}

li.ant-tree-treenode-disabled > span:not(.ant-tree-switcher), li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper, li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper span {
  color: #00000040;
  cursor: not-allowed;
}

li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper:hover {
  background: none;
}

.ant-tree-icon__open, .ant-tree-icon__close {
  vertical-align: top;
  margin-left: 2px;
}

.ant-tree.ant-tree-show-line li {
  position: relative;
}

.ant-tree.ant-tree-show-line li span.ant-tree-switcher {
  color: #00000073;
  background: #fff;
}

.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon, .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 12px \9 ;
  font-weight: normal;
  display: inline-block;
  transform: scale(1)rotate(0);
}

:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon, :root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon {
  font-size: 12px;
}

.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon svg, .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon svg {
  transition: transform .3s;
}

.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon, .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 12px \9 ;
  font-weight: normal;
  display: inline-block;
  transform: scale(1)rotate(0);
}

:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon, :root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
}

.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg, .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg {
  transition: transform .3s;
}

.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon, .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 12px \9 ;
  font-weight: normal;
  display: inline-block;
  transform: scale(1)rotate(0);
}

:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon, :root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
}

.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg, .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg {
  transition: transform .3s;
}

.ant-tree.ant-tree-show-line li:not(:last-child):before {
  content: " ";
  border-right: 1px solid #d9d9d9;
  width: 1px;
  height: 100%;
  margin: 22px 0;
  position: absolute;
  right: 12px;
}

.ant-tree.ant-tree-icon-hide .ant-tree-treenode-loading .ant-tree-iconEle {
  display: none;
}

.ant-upload {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}

.ant-upload p {
  margin: 0;
}

.ant-upload-btn {
  outline: none;
  width: 100%;
  display: block;
}

.ant-upload input[type="file"] {
  cursor: pointer;
}

.ant-upload.ant-upload-select {
  display: inline-block;
}

.ant-upload.ant-upload-select-picture-card {
  text-align: center;
  cursor: pointer;
  vertical-align: top;
  background-color: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  width: 104px;
  height: 104px;
  margin-bottom: 8px;
  margin-left: 8px;
  transition: border-color .3s;
  display: table;
}

.ant-upload.ant-upload-select-picture-card > .ant-upload {
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 8px;
  display: table-cell;
}

.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #1890ff;
}

.ant-upload.ant-upload-drag {
  cursor: pointer;
  text-align: center;
  background: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  transition: border-color .3s;
  position: relative;
}

.ant-upload.ant-upload-drag .ant-upload {
  padding: 16px 0;
}

.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border: 2px dashed #40a9ff;
}

.ant-upload.ant-upload-drag.ant-upload-disabled {
  cursor: not-allowed;
}

.ant-upload.ant-upload-drag .ant-upload-btn {
  height: 100%;
  display: table;
}

.ant-upload.ant-upload-drag .ant-upload-drag-container {
  vertical-align: middle;
  display: table-cell;
}

.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: #40a9ff;
}

.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 20px;
}

.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  color: #40a9ff;
  font-size: 48px;
}

.ant-upload.ant-upload-drag p.ant-upload-text {
  color: #000000d9;
  margin: 0 0 4px;
  font-size: 16px;
}

.ant-upload.ant-upload-drag p.ant-upload-hint {
  color: #00000073;
  font-size: 14px;
}

.ant-upload.ant-upload-drag .anticon-plus {
  color: #00000040;
  font-size: 30px;
  transition: all .3s;
}

.ant-upload.ant-upload-drag .anticon-plus:hover, .ant-upload.ant-upload-drag:hover .anticon-plus {
  color: #00000073;
}

.ant-upload-list {
  font-variant: tabular-nums;
  color: #000000a6;
  box-sizing: border-box;
  zoom: 1;
  margin: 0;
  padding: 0;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}

.ant-upload-list:before, .ant-upload-list:after {
  content: "";
  display: table;
}

.ant-upload-list:after {
  clear: both;
}

.ant-upload-list-item {
  height: 22px;
  margin-top: 8px;
  font-size: 14px;
  position: relative;
}

.ant-upload-list-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-right: 22px;
  display: inline-block;
  overflow: hidden;
}

.ant-upload-list-item-info {
  height: 100%;
  padding: 0 4px 0 12px;
  transition: background-color .3s;
}

.ant-upload-list-item-info > span {
  display: block;
}

.ant-upload-list-item-info .anticon-loading, .ant-upload-list-item-info .anticon-paper-clip {
  color: #00000073;
  font-size: 14px;
  position: absolute;
  top: 5px;
}

.ant-upload-list-item .anticon-close {
  font-size: 12px;
  font-size: 10px \9 ;
  opacity: 0;
  cursor: pointer;
  color: #00000073;
  line-height: 0;
  transition: all .3s;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 4px;
  transform: scale(.833333)rotate(0);
}

:root .ant-upload-list-item .anticon-close {
  font-size: 12px;
}

.ant-upload-list-item .anticon-close:hover {
  color: #000000a6;
}

.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #e6f7ff;
}

.ant-upload-list-item:hover .anticon-close {
  opacity: 1;
}

.ant-upload-list-item-error, .ant-upload-list-item-error .anticon-paper-clip, .ant-upload-list-item-error .ant-upload-list-item-name {
  color: #f5222d;
}

.ant-upload-list-item-error .anticon-close {
  opacity: 1;
  color: #f5222d !important;
}

.ant-upload-list-item-progress {
  width: 100%;
  padding-right: 26px;
  font-size: 14px;
  line-height: 0;
  position: absolute;
  bottom: -12px;
}

.ant-upload-list-picture .ant-upload-list-item, .ant-upload-list-picture-card .ant-upload-list-item {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  height: 66px;
  padding: 8px;
  position: relative;
}

.ant-upload-list-picture .ant-upload-list-item:hover, .ant-upload-list-picture-card .ant-upload-list-item:hover {
  background: none;
}

.ant-upload-list-picture .ant-upload-list-item-error, .ant-upload-list-picture-card .ant-upload-list-item-error {
  border-color: #f5222d;
}

.ant-upload-list-picture .ant-upload-list-item-info, .ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}

.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info, .ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: none;
}

.ant-upload-list-picture .ant-upload-list-item-uploading, .ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed;
}

.ant-upload-list-picture .ant-upload-list-item-thumbnail, .ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  text-align: center;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 8px;
  right: 8px;
}

.ant-upload-list-picture .ant-upload-list-item-icon, .ant-upload-list-picture-card .ant-upload-list-item-icon {
  color: #00000040;
  margin-top: -18px;
  margin-right: -18px;
  font-size: 36px;
  position: absolute;
  top: 50%;
  right: 50%;
}

.ant-upload-list-picture .ant-upload-list-item-thumbnail img, .ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  width: 48px;
  height: 48px;
  display: block;
  overflow: hidden;
}

.ant-upload-list-picture .ant-upload-list-item-thumbnail.anticon:before, .ant-upload-list-picture-card .ant-upload-list-item-thumbnail.anticon:before {
  color: #00000073;
  font-size: 24px;
  line-height: 48px;
}

.ant-upload-list-picture .ant-upload-list-item-name, .ant-upload-list-picture-card .ant-upload-list-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 8px 0 0;
  padding-left: 8px;
  padding-right: 48px;
  line-height: 44px;
  transition: all .3s;
  display: inline-block;
  overflow: hidden;
}

.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name, .ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
  line-height: 28px;
}

.ant-upload-list-picture .ant-upload-list-item-progress, .ant-upload-list-picture-card .ant-upload-list-item-progress {
  width: calc(100% - 24px);
  margin-top: 0;
  padding-right: 56px;
  bottom: 14px;
}

.ant-upload-list-picture .anticon-close, .ant-upload-list-picture-card .anticon-close {
  opacity: 1;
  line-height: 1;
  position: absolute;
  top: 8px;
  left: 8px;
}

.ant-upload-list-picture-card {
  float: right;
}

.ant-upload-list-picture-card.ant-upload-list:after {
  display: none;
}

.ant-upload-list-picture-card .ant-upload-list-item {
  float: right;
  width: 104px;
  height: 104px;
  margin: 0 0 8px 8px;
}

.ant-upload-list-picture-card .ant-upload-list-item-info {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ant-upload-list-picture-card .ant-upload-list-item-info:before {
  content: " ";
  z-index: 1;
  opacity: 0;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: absolute;
}

.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before {
  opacity: 1;
}

.ant-upload-list-picture-card .ant-upload-list-item-actions {
  z-index: 10;
  white-space: nowrap;
  opacity: 0;
  transition: all .3s;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o, .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  z-index: 10;
  cursor: pointer;
  color: #ffffffd9;
  width: 16px;
  margin: 0 4px;
  font-size: 16px;
  transition: all .3s;
}

.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o:hover, .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #fff;
}

.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions, .ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
  opacity: 1;
}

.ant-upload-list-picture-card .ant-upload-list-item-thumbnail, .ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  position: static;
}

.ant-upload-list-picture-card .ant-upload-list-item-name {
  text-align: center;
  margin: 8px 0 0;
  padding: 0;
  line-height: 1.5;
  display: none;
}

.ant-upload-list-picture-card .anticon-picture + .ant-upload-list-item-name {
  display: block;
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: #fafafa;
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
  height: auto;
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before, .ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye-o, .ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
  display: none;
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading-text {
  color: #00000073;
  margin-top: 18px;
}

.ant-upload-list-picture-card .ant-upload-list-item-progress {
  padding-right: 0;
  bottom: 32px;
}

.ant-upload-list .ant-upload-success-icon {
  color: #52c41a;
  font-weight: bold;
}

.ant-upload-list .ant-upload-animate-enter, .ant-upload-list .ant-upload-animate-leave, .ant-upload-list .ant-upload-animate-inline-enter, .ant-upload-list .ant-upload-animate-inline-leave {
  animation-duration: .3s;
  -webkit-animation-fill-mode: cubic-bezier(.78, .14, .15, .86);
  animation-fill-mode: cubic-bezier(.78, .14, .15, .86);
}

.ant-upload-list .ant-upload-animate-enter {
  animation-name: uploadAnimateIn;
}

.ant-upload-list .ant-upload-animate-leave {
  animation-name: uploadAnimateOut;
}

.ant-upload-list .ant-upload-animate-inline-enter {
  animation-name: uploadAnimateInlineIn;
}

.ant-upload-list .ant-upload-animate-inline-leave {
  animation-name: uploadAnimateInlineOut;
}

@keyframes uploadAnimateIn {
  from {
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
  }
}

@keyframes uploadAnimateOut {
  to {
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
  }
}

@keyframes uploadAnimateInlineIn {
  from {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
  }
}

@keyframes uploadAnimateInlineOut {
  to {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
  }
}

.ant-menu-item, .ant-menu-submenu-title, .ant-table-placeholder, .ant-table-body, .ant-btn, .ant-form-item-label label, .ant-form-explain, .ant-select-dropdown, .ant-select-selection-selected-value, .ant-form-item *, .ant-message, .ant-modal-body, .ant-list *, .a-customError {
  font-size: 12px !important;
}

.ant-message {
  z-index: 2000;
}

.ant-modal-title {
  font-size: 14px;
}

.ant-select-selection {
  min-width: 150px;
}

.ant-table-expanded-row:hover {
  background: none !important;
}

.-expandParent {
  color: #001529;
}

.-expandParent:hover {
  background-color: #001529 !important;
}

.ant-table-expanded-row {
  background-color: #fff !important;
}

.ant-menu-item svg, .ant-menu-submenu svg {
  margin-left: 10px;
}

.ant-layout-sider-collapsed .ant-menu {
  text-align: center;
}

.ant-layout-sider-collapsed .a-sidebar-menu-text {
  display: none;
}

.ant-layout-sider-collapsed svg {
  margin-left: 0;
  font-size: 18px;
}

.ant-layout-sider:not(.ant-layout-sider-collapsed) .a-sidebar-menu-text {
  display: inline;
}

.ant-layout-sider:not(.ant-layout-sider-collapsed) svg {
  font-size: 12px;
}

.ant-tooltip-placement-right, .ant-tooltip-placement-rightTop, .ant-tooltip-placement-rightBottom {
  padding-left: 8px;
}

.ant-tooltip-placement-left, .ant-tooltip-placement-leftTop, .ant-tooltip-placement-leftBottom {
  padding-right: 8px;
}

.ant-tooltip-placement-top .ant-tooltip-arrow {
  margin-left: -5px;
  left: 50%;
}

.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 16px;
}

.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 16px;
}

.ant-tooltip-placement-right .ant-tooltip-arrow, .ant-tooltip-placement-rightTop .ant-tooltip-arrow, .ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-right-color: #000000bf;
  left: 3px;
}

.ant-tooltip-placement-left .ant-tooltip-arrow, .ant-tooltip-placement-leftTop .ant-tooltip-arrow, .ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-left-color: #000000bf;
  right: 3px;
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  margin-left: -5px;
  left: 50%;
}

.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 16px;
}

.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 16px;
}

.ant-form-horizontal .ant-form-item-label, .ant-form-horizontal .ant-form-item-control-wrapper {
  float: right;
}

.ant-select-dropdown {
  right: auto;
}

.ant-select-dropdown-relative {
  right: 0 !important;
  left: initial !important;
}

.ant-select-dropdown-relative .ant-select-selection-selected-value {
  max-height: 32px;
}

.ant-dropdown {
  left: -9999px;
  right: auto;
}

.ant-checkbox-inner:after {
  width: 9.14286px;
  height: 5.71429px;
  top: 3px;
  right: 2.5px;
}

.ant-table-row-collapsed:after {
  line-height: 17px;
}

.a-ant-table-actions {
  text-align: left !important;
}

.a-ant-table-actions a {
  margin-right: 15px;
}

.a-ant-table-actions svg {
  vertical-align: top;
  width: 15px !important;
  height: 15px !important;
}

.ant-modal-content, .ant-modal-content .ant-modal-footer {
  float: right;
  width: 100%;
}

.ant-modal-content .ant-modal-footer button {
  float: right;
}

.ant-tabs-ink-bar {
  display: none !important;
}

.ant-tabs-nav .ant-tabs-tab-active {
  position: relative;
}

.ant-tabs-nav .ant-tabs-tab-active:before {
  content: "";
  background-color: #1890ff;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 1px;
  right: 0;
}

.ant-popover {
  left: 0;
  right: initial !important;
}

.ant-pagination {
  text-align: center;
  direction: ltr;
  width: 100%;
}

.ant-pagination .ant-pagination-option, .ant-pagination .ant-pagination-item {
  margin-left: 8px;
  margin-right: initial;
}

.ant-pagination .ant-pagination-next {
  margin-left: 8px;
  margin-right: 8px;
}

.ant-badge-count, .ant-badge-dot {
  right: 0;
  left: initial;
  transform-origin: 0%;
  direction: ltr;
  position: absolute;
  transform: translateX(50%);
}

.ant-select-selection-selected-value {
  height: 32px;
}

.ant-upload-list-item-info {
  padding: 0 4px 0 19px;
}

.christmas.ant-btn-primary:before {
  display: none;
}

.ant-layout-header {
  background: #003d5b;
  height: 50px;
  padding: 0;
}

.ant-layout-header .ant-menu {
  background: #003d5b;
  width: 100vw;
  height: 50px;
}

.ant-layout-header .o-header-layout-actions {
  float: left;
  direction: ltr;
}

.ant-layout-header .o-header-layout-actions .ant-menu li {
  height: 50px;
  padding: 0 12.5px;
  line-height: 50px;
  box-shadow: inset -1px 0 #154d69;
}

.ant-layout-header .o-header-layout-actions .ant-menu li svg {
  margin: 0 5px;
}

.ant-layout-header .o-header-layout-actions .ant-menu li .ant-badge .ant-badge-count {
  height: 15px;
  padding: 0;
  font-size: 8px;
  line-height: 15px;
}

.ant-layout-header .o-header-layout-actions .ant-menu li.ant-menu-item-selected {
  background-color: #154d69;
}

.ant-layout-header .o-header-layout-actions .ant-menu-submenu-title {
  padding: 0;
}

.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #78bc61;
  border-color: #5ea446;
}

.ant-checkbox-checked .ant-checkbox-inner:after {
  display: none;
}

.ant-checkbox:hover .ant-checkbox-inner, .ant-checkbox:focus .ant-checkbox-inner {
  border-color: #5ea446;
}

.ant-table-thead > tr.ant-table-row-hover > td, .ant-table-thead > tr:hover > td {
  color: #fff;
  background: #292f36 !important;
}

.ant-table-tbody .ant-table-expanded-row:hover > td {
  background: #fbfbfb !important;
}

.ant-table-tbody .ant-table-expanded-row > td:first-child {
  border: none;
}

.ant-table-tbody > tr:not(.ant-table-expanded-row).ant-table-row-hover > td, .ant-table-tbody > tr:not(.ant-table-expanded-row):hover > td {
  color: #fff;
  background: #292f36 !important;
}

.ant-table-tbody > tr > td {
  border-color: #d3d3d3 !important;
}

.ant-table-thead > tr > th {
  color: #fff;
  background: #00324a;
  padding: 9px 16px;
}

.ant-table-thead > tr > th.ant-table-column-has-actions:hover {
  background: #002131;
}

.ant-table-thead > tr > th.ant-table-column-has-actions:hover .anticon-filter, .ant-table-thead > tr > th.ant-table-column-has-actions:hover .ant-table-filter-icon {
  background: #001017;
}

.ant-table-thead > tr > th.ant-table-column-sort {
  background: #004364;
}

.ant-table-thead > tr > th.ant-table-column-sort .anticon-filter, .ant-table-thead > tr > th.ant-table-column-sort .ant-table-filter-icon {
  background: #00547d;
}

.ant-table-thead > tr > th.ant-table-column-has-filters .ant-table-column-sorter, .ant-table-thead > tr > th .ant-table-column-sorter {
  left: initial;
  right: 0;
}

.ant-table-row-expand-icon {
  color: #000;
}

.track {
  border-radius: 0 !important;
  height: 100% !important;
  top: 0 !important;
}

.track .thumb {
  border-radius: 0 !important;
}

.ant-select-dropdown-maxContent {
  position: absolute;
  width: -webkit-max-content !important;
  width: max-content !important;
  right: 8.4rem !important;
}

html, body, #root {
  height: 100%;
  min-height: 100%;
  overflow: initial !important;
}

html.staging, body.staging, #root.staging {
  margin-top: 40px;
}

html {
  direction: rtl;
}

@font-face {
  font-family: IRANSansStandard;
  src: url(/static/fonts/IRANSans-web.7499b435.eot);
  src: url(/static/fonts/IRANSans-web.7499b435.eot?#iefix) format("eot"), url(/static/fonts/IRANSans-web.eece66de.woff2) format("woff2"), url(/static/fonts/IRANSans-web.e9baac7a.woff) format("woff"), url(/static/fonts/IRANSans-web.596f90e9.ttf) format("ttf");
}

@font-face {
  font-family: IRANSansFarsiNumeral;
  src: url(/static/fonts/IRANSansWeb-FaNum.42d296f6.eot);
  src: url(/static/fonts/IRANSansWeb-FaNum.42d296f6.eot?#iefix) format("eot"), url(/static/fonts/IRANSansWeb-FaNum.b9f03b09.woff2) format("woff2"), url(/static/fonts/IRANSansWeb-FaNum.48701cb2.woff) format("woff"), url(/static/fonts/IRANSansWeb-FaNum.1a37d2b9.ttf) format("ttf");
  font-weight: normal;
}

@font-face {
  font-family: IranSansPersianNumber;
  src: url(/static/fonts/IRANSansWeb-FaNum.42d296f6.eot);
  src: url(/static/fonts/IRANSansWeb-FaNum.42d296f6.eot?#iefix) format("eot"), url(/static/fonts/IRANSansWeb-FaNum.b9f03b09.woff2) format("woff2"), url(/static/fonts/IRANSansWeb-FaNum.48701cb2.woff) format("woff"), url(/static/fonts/IRANSansWeb-FaNum.1a37d2b9.ttf) format("ttf");
  font-weight: normal;
}

@font-face {
  font-family: IRANSansFarsiNumeral;
  src: url(/static/fonts/iransans-bold.7fe4cd94.ttf);
  font-weight: bold;
}

@font-face {
  font-family: RobotoEnglishNumber;
  src: url(/static/fonts/roboto-light.1ad50b89.woff2);
  font-weight: bold;
}

@font-face {
  font-family: BNazanin;
  src: url(/static/fonts/BNazanin.53c3144e.woff2) format("woff2"), url(/static/fonts/BNazanin.4031d566.woff) format("woff"), url(/static/fonts/BNazanin.093788c4.ttf) format("truetype");
  unicode-range: U+660-669, U+6??, U+FB50-FDFF, U+FE70-FEFF;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: BNazaninBoldPersianNumber;
  src: url(/static/fonts/BNaznnBd.e9962b9e.woff2) format("woff2"), url(/static/fonts/BNaznnBd.94d14489.woff) format("woff"), url(/static/fonts/BNaznnBd.aeb6494c.ttf) format("truetype");
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: BNazaninBold;
  src: url(/static/fonts/BNaznnBd.e9962b9e.woff2) format("woff2"), url(/static/fonts/BNaznnBd.94d14489.woff) format("woff"), url(/static/fonts/BNaznnBd.aeb6494c.ttf) format("truetype");
  unicode-range: U+660-669, U+6??, U+FB50-FDFF, U+FE70-FEFF;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: Arial;
  src: url(/static/fonts/arial-light.47017d05.ttf) format("truetype");
  unicode-range: U+20-7E, U+A0-FF, U+100-17F, U+180-24F, U+1E??, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2100-214F, U+2150-218F, U+2190-21FF, U+22??, U+23??, U+2460-24FF, U+2500-257F, U+2580-259F, U+25A0-25FF, U+26??, U+2C60-2C7F, U+A720-A7FF;
}

:not(:is(.force-en, .ps3-modal *, .MuiPopover-root *)) {
  font-family: IRANSansFarsiNumeral, Helvetica, sans-serif !important;
}

.force-en, .force-en * {
  font-family: IRANSansStandard, Helvetica, sans-serif !important;
}

svg[data-icon="boxes"] {
  margin-right: -2px;
}

.page-break-after {
  page-break-after: always !important;
}

.on-print-only {
  display: none !important;
}

@media only print {
  body > :not(#printable-area) {
    display: none;
  }

  #printable-area {
    display: block;
    position: relative;
  }

  #printable-area .react-easy-print-print {
    width: 680px;
    max-height: 870px;
    position: absolute;
    top: 0;
    left: 0;
  }

  * .on-print-only {
    display: block !important;
  }

  * .on-print-only.flex {
    display: flex !important;
  }

  .no-print {
    display: none;
  }
}

@media only screen {
  #printable-area {
    display: none;
  }
}

.background-green {
  background: #88cd88b7 !important;
}

.a-odd-row.background-green {
  background: #4ce34ccc !important;
}

.bordered-porosys-blue {
  border: 2px solid #003e5ac8 !important;
}

.text-red {
  color: red;
}

.secondary-text {
  color: #8f8f8f;
}

.list-row-number-col {
  width: 60px !important;
}

.details-layout {
  padding-top: 20px;
}

::-webkit-scrollbar {
  height: 5px !important;
}

.ant-menu-submenu-open ul {
  height: 100%;
  overflow-y: scroll;
}

.flex-row {
  display: flex;
}

.small-alert {
  height: 23px;
  margin-top: 8px;
  margin-left: .5rem;
  padding: 2px 20px 0 5px !important;
}

.small-alert i {
  top: 5.5px !important;
  right: 6px !important;
}

.small-alert span {
  font-size: 10px !important;
}

.small-alert.max-content-height {
  height: unset !important;
}

.muted-text {
  color: #969696;
}

.max-content-section {
  width: -webkit-max-content;
  width: max-content;
}

.details-table {
  border-radius: 3px;
  min-width: 50vw;
  max-width: 70%;
  margin: auto;
}

.details-table .category-title {
  text-align: center;
  width: 10px;
}

.details-table .category-title p {
  width: -webkit-max-content;
  width: max-content;
  margin: 0;
  padding: 0;
  transform: rotate(90deg) !important;
}

.details-table tr {
  height: 30px;
}

.details-table td, .details-table th {
  border: 1px solid #ddd;
  width: -webkit-max-content;
  width: max-content;
  padding: 10px;
}

.details-table td.row-number-cell, .details-table th.row-number-cell {
  text-align: center;
  width: 10px;
}

.details-table td.max-content-row, .details-table th.max-content-row {
  width: 10px;
}

.details-table td.center-align-row, .details-table th.center-align-row {
  text-align: center;
}

.details-table td.no-record, .details-table th.no-record {
  text-align: center;
  padding: 12px;
}

.details-table th {
  color: #fff;
  background-color: #00324a;
}

.details-table .table-input textarea {
  font-size: 12px;
}

.transparent-btn {
  width: -webkit-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: max-content;
  box-shadow: none;
  background-color: #0000;
  border: 0;
}

.transparent-btn.danger {
  color: #f5222d;
}

.transparent-btn.danger:hover {
  color: #f0666ddd !important;
  background-color: unset !important;
}

.transparent-btn.primary {
  color: #1890ff;
}

.transparent-btn.primary:hover {
  color: #5aa6edc1 !important;
  background-color: unset !important;
}

.space-break {
  white-space: break-spaces;
}

.lock-style {
  color: #3fdee2a6;
  position: absolute;
  top: 11px;
  right: 8px;
  width: 10px !important;
}

.summary-label {
  font-size: 10px !important;
}

.ant-tooltip.ant-tooltip-placement-right {
  direction: ltr;
}

.relative {
  position: relative;
}

.MuiAutocomplete-root .MuiInputBase-root .MuiAutocomplete-endAdornment {
  position: absolute !important;
}

.ltr {
  direction: ltr;
}

.disabled-icon {
  color: #cfcdcd;
  -webkit-text-decoration: "none";
  text-decoration: "none";
  cursor: not-allowed;
}

.link {
  color: #3b82f6;
  cursor: pointer;
}

.link:hover {
  text-decoration: underline;
}

.swal2-container {
  z-index: 200000 !important;
}

.swal2-container .swal2-title {
  direction: ltr;
}

.manual-entry-chip {
  height: 14px !important;
  font-size: 10px !important;
}

.o-admin-header {
  z-index: 2;
  transition: all .2s;
  position: fixed;
  left: 0;
}

.o-admin-header.-sidebar-closed, .o-admin-header.-sidebar-closed .ant-menu {
  width: calc(100vw - 80px);
}

.o-admin-header.-sidebar-open, .o-admin-header.-sidebar-open .ant-menu {
  width: calc(100vw - 260px);
}

.notification-area {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.notification-area .notification-nav {
  white-space: nowrap;
  gap: 2.5rem;
  padding-bottom: .25rem;
  font-size: 1rem;
  display: flex;
  overflow-x: auto;
}

.notification-area .notification-nav .notification-tab {
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding-bottom: .25rem;
  transition: color .15s;
  display: flex;
}

.notification-area .notification-nav .notification-tab:hover {
  cursor: pointer;
  color: #1890ff;
}

.notification-area .active-tab {
  color: #1890ff;
  border-bottom: .2rem solid #1890ff;
}

.notification-area .notification-tab-data-count {
  color: #fff;
  background-color: #f5222d;
  border: 1px solid #fff;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  min-width: 1.5rem;
  padding: 2px 5px;
  font-size: .75rem;
  font-weight: bold;
  display: flex;
}

.notification-area .notifications-item {
  background: #fff;
  border-radius: 5px;
  padding: .5rem !important;
}

.notification-area .notifications-item .notifications-item-content {
  padding-right: 10px;
}

.notification-area .notifications-item .notifications-item-content h4 {
  direction: rtl;
}

.notification-area .notifications-item .notifications-item-content p {
  color: #989898;
  direction: rtl;
  margin: 0;
  font-size: 10.5px !important;
}

.notification-area .notifications-item .notifications-item-content p .see-more-text {
  cursor: pointer;
  font-weight: bold;
  color: #008dff !important;
  font-size: 10px !important;
}

.notification-area .notifications-item .ant-list-item-action {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.notification-area .notification-tab-content .loading {
  color: #008dff;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 30px;
  display: flex;
}

.headerMenu {
  float: right;
  margin: 0 20px;
}

.headerMenu .item {
  display: flex;
}

.headerMenu .ant-badge-count, .headerMenu .ant-badge-dot {
  text-align: center;
  border-radius: 12px;
  min-width: 18px;
  height: 16px;
  padding: 1px 3px;
  font-size: 9px;
  top: -5px;
  transform: translateX(-16px);
}

.headerMenu .ant-badge {
  font-size: 22px;
}

.headerMenu .iconWrapper {
  text-align: center;
  width: 30px;
  margin-top: 2px;
}

.headerMenu .iconWrapper:hover {
  cursor: pointer;
}

.headerMenu.selected {
  border-bottom: 2px solid #03c7f1;
  height: 93%;
}

.o-workflow-notifications-list.no-acl .ant-popover-inner {
  width: -webkit-max-content !important;
  width: max-content !important;
  height: -webkit-max-content !important;
  height: max-content !important;
}

.o-workflow-notifications-list.no-acl .ant-popover-inner h3 {
  color: #858585;
  text-align: center;
}

.notfication_icon {
  color: #fff;
  height: 15px;
  padding: 0;
  background-color: inherit !important;
  border: none !important;
}

.notfication_icon svg {
  font-size: 1rem;
}

.pageName {
  position: absolute;
  top: 5px;
  right: 75px;
}

.notfication_icon_responsive {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 20px;
  margin-right: 5px;
  display: flex;
  background-color: inherit !important;
  padding: 0 10px !important;
}

.notfication_icon_responsive svg {
  width: .5px;
}

@media (max-width: 1300px) {
  .headerMenuParent {
    z-index: 1002;
    background-color: #003d5b;
    flex-direction: column;
    width: 150px;
    height: 100vh;
    padding-top: 3rem;
    display: flex;
    position: absolute;
    top: 0;
  }

  .headerMenu {
    justify-content: flex-end;
    margin: 0;
    display: flex;
  }

  .headerMenu .item {
    padding-right: 10px;
  }

  .headerMenu .item .iconWrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .headerMenu a {
    margin-left: 5px;
  }

  .selected {
    background: linear-gradient(90deg, #003d5b 14%, #004a6f 72%, #005f90 100%);
    border: none !important;
    height: 45px !important;
  }

  .hamMenu {
    z-index: 1003;
    border: 1px solid #ccc;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 5px;
    display: flex;
    position: absolute;
    top: 10px;
  }
}

.other-menu-opened {
  background-color: #003d5b;
  flex-direction: row-reverse;
  width: 440px;
  height: 50px;
  display: flex;
  position: absolute;
  top: 0;
  right: 680px;
  box-shadow: -10px 0 10px -6px #c5c5c3;
}

@media (min-width: 1300px) {
  .hamMenu {
    display: none;
  }

  .headerMenuParent {
    display: contents !important;
  }
}

.parent_menu {
  position: absolute;
}

.parent_menu_INDEX {
  z-index: 1001;
  opacity: .3;
  background-color: #003d5b;
  width: 95%;
  height: 100vh;
  top: 0;
}

.testing-popover {
  background-color: #fff;
  width: 330px;
  height: auto;
  padding: 20px 25px;
}

.testing-popover h3 {
  color: #383838;
  margin-bottom: 20px;
  display: block;
}

.testing-popover .ant-form-item-label {
  color: #383838 !important;
  margin-bottom: -10px !important;
}

.testing-popover .ant-select {
  width: 100% !important;
}

.o-workflow-header {
  z-index: 2;
  transition: all .2s;
  position: fixed;
  left: 0;
}

.o-workflow-header.-sidebar-closed, .o-workflow-header.-sidebar-closed .ant-menu {
  width: calc(100vw - 80px);
}

.o-workflow-header.-sidebar-open, .o-workflow-header.-sidebar-open .ant-menu {
  width: calc(100vw - 260px);
}

.o-workflow-header.-order-new-active, .o-workflow-header.-order-new-active .ant-menu {
  width: 100vw;
}

.o-workflow-header .o-header-layout-actions .a-search-input button.ant-input-search-button {
  background-color: #00324a;
  border: 1px #00324a;
  border-radius: 0;
  width: 32px;
  padding: 0;
}

.o-workflow-header .o-header-layout-actions .a-search-input button.ant-input-search-button i.anticon-search {
  margin: 0;
}

.o-workflow-header .o-header-layout-actions .a-search-input input {
  text-align: right;
  color: #fff;
  background: #006b9f;
  border: none;
  border-radius: 0;
}

.o-workflow-notifications-list .ant-popover-inner {
  background-color: #f0f2f5;
  width: 900px;
  height: 400px;
  overflow: hidden;
}

.o-workflow-notifications-list .ant-popover-arrow {
  display: none;
}

body {
  overflow: hidden !important;
}

.o-admin-layout .o-admin-main {
  z-index: 1;
  min-width: 100vw;
  min-height: 100vh;
}

.o-admin-layout .o-admin-content {
  background-color: #fff;
  min-height: 100%;
  padding: 24px;
}

.o-admin-layout .o-sidebar {
  z-index: 2;
  background: #fff;
  height: 100vh;
  position: fixed;
  overflow: hidden;
}

.o-admin-layout .o-sidebar .ant-menu {
  border: none;
  height: 100%;
}

.o-admin-layout .o-sidebar .ant-layout-sider-trigger {
  background-color: #00324a;
}

.o-admin-layout .o-sidebar .o-layout-switch {
  z-index: 2;
  background: #00324a;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.o-admin-layout .o-sidebar .o-layout-switch .a-layout-switch--text {
  color: #fff;
  text-align: center;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
}

.o-admin-layout .o-sidebar .o-layout-switch .m-layout-switch--list {
  z-index: 9999;
  color: #fff;
  background: #003d5b;
  width: 260px;
  position: fixed;
  top: 50px;
}

.o-admin-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul {
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.o-admin-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li {
  height: 40px;
  margin: 10px 0;
  padding: 10px 0;
}

.o-admin-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li a {
  color: #fff;
}

.o-admin-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li:hover {
  background: #004364;
}

.o-admin-layout .o-sidebar .ant-menu-inline-collapsed, .o-admin-layout .o-sidebar .ant-menu-inline {
  width: 100%;
  max-height: calc(100vh - 98px);
  margin-bottom: 115px;
}

.o-admin-layout .o-sidebar .ant-menu-inline-collapsed .ant-menu-item, .o-admin-layout .o-sidebar .ant-menu-inline .ant-menu-item {
  height: initial;
  margin: 0;
}

.o-admin-layout .o-sidebar .ant-menu-inline-collapsed .ant-menu-item:after, .o-admin-layout .o-sidebar .ant-menu-inline .ant-menu-item:after {
  display: none;
}

.a-admin-list-layout .ant-divider.ant-divider-horizontal {
  margin: 15px 0;
}

.a-admin-list-layout .ant-table-expanded-row td[colspan] div[class^="a-admin-"], .a-admin-list-layout .ant-table-expanded-row td[colspan] div[class*=" a-admin-"] {
  position: relative;
}

.a-admin-list-layout .ant-table-expanded-row td[colspan] div[class^="a-admin-"] > div, .a-admin-list-layout .ant-table-expanded-row td[colspan] div[class*=" a-admin-"] > div {
  background: #f6f6f6;
  border-radius: 5px;
  padding: 25px;
}

.a-admin-list-layout .ant-table-expanded-row td[colspan] div[class^="a-admin-"] > div:before, .a-admin-list-layout .ant-table-expanded-row td[colspan] div[class*=" a-admin-"] > div:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 2.4em;
  font-weight: 900;
  position: absolute;
  top: 0;
  right: -30px;
}

.a-admin-list-layout .ant-table-expanded-row td[colspan] div[class^="a-admin-"] > div:after, .a-admin-list-layout .ant-table-expanded-row td[colspan] div[class*=" a-admin-"] > div:after {
  border-right: 1px solid;
  height: 100%;
  position: absolute;
  top: 0;
  right: -50px;
}

.ant-table-wrapper {
  margin-top: 5px;
}

@media (max-width: 1300px) {
  .ant-table-wrapper {
    overflow-x: scroll;
  }

  .ant-table {
    min-width: -webkit-max-content;
    min-width: max-content;
  }

  .ant-table-thead > tr > th .anticon-filter > svg, .ant-table-thead > tr > th .ant-table-filter-icon > svg {
    margin-right: 0 !important;
  }
}

.setting-menu ul {
  height: calc(100vh - 48px);
  overflow: scroll;
}

.o-customer-header {
  z-index: 2;
  transition: all .2s;
  position: fixed;
  left: 0;
}

.o-customer-header.-sidebar-closed, .o-customer-header.-sidebar-closed .ant-menu {
  width: calc(100vw - 80px);
}

.o-customer-header.-sidebar-open, .o-customer-header.-sidebar-open .ant-menu {
  width: calc(100vw - 260px);
}

.o-customer-header.-customer-new-active, .o-customer-header.-customer-new-active .ant-menu {
  width: 100vw;
}

.o-customer-header .o-header-layout-actions .a-search-input button.ant-input-search-button {
  background-color: #00324a;
  border: 1px #00324a;
  border-radius: 0;
  width: 32px;
  padding: 0;
}

.o-customer-header .o-header-layout-actions .a-search-input button.ant-input-search-button i.anticon-search {
  margin: 0;
}

.o-customer-header .o-header-layout-actions .a-search-input input {
  text-align: right;
  color: #fff;
  background: #006b9f;
  border: none;
  border-radius: 0;
}

body {
  overflow: hidden !important;
}

.o-customer-layout .o-customer-main {
  z-index: 1;
  min-width: 100vw;
  min-height: 100vh;
}

.o-customer-layout .o-sidebar {
  z-index: 2;
  background: #fff;
  height: 100vh;
  position: fixed;
  overflow: hidden;
}

.o-customer-layout .o-sidebar .ant-layout-sider-trigger {
  background-color: #00324a;
}

.o-customer-layout .o-sidebar .m-sider-addNew {
  color: #fff;
  z-index: 1;
  background: #009fb7;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 40px !important;
  margin-top: 0 !important;
}

.o-customer-layout .o-sidebar .m-sider-addNew svg {
  margin: 10px 0 0;
}

.o-customer-layout .o-sidebar .m-sider-addNew:hover {
  background: #007384;
}

.o-customer-layout .o-sidebar .o-layout-switch {
  z-index: 2;
  background: #00324a;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.o-customer-layout .o-sidebar .o-layout-switch .a-layout-switch--text {
  color: #fff;
  text-align: center;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
}

.o-customer-layout .o-sidebar .o-layout-switch .m-layout-switch--list {
  z-index: 9999;
  color: #fff;
  background: #003d5b;
  width: 260px;
  position: fixed;
  top: 50px;
}

.o-customer-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul {
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.o-customer-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li {
  height: 40px;
  margin: 10px 0;
  padding: 10px 0;
}

.o-customer-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li a {
  color: #fff;
}

.o-customer-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li:hover {
  background: #004364;
}

.o-customer-layout .o-sidebar .ant-menu-inline-collapsed, .o-customer-layout .o-sidebar .ant-menu-inline {
  border: none;
  width: 100%;
  max-height: calc(100vh - 98px);
  margin-bottom: 115px;
}

.o-customer-layout .o-sidebar .ant-menu-inline-collapsed .ant-menu-item, .o-customer-layout .o-sidebar .ant-menu-inline .ant-menu-item {
  height: initial;
  margin: 0;
  padding: 0 !important;
}

.o-customer-layout .o-sidebar .ant-menu-inline-collapsed .ant-menu-item:after, .o-customer-layout .o-sidebar .ant-menu-inline .ant-menu-item:after {
  display: none;
}

.o-customer-layout .o-sidebar.ant-layout-sider-collapsed .ant-menu-inline-collapsed {
  text-align: center;
}

.o-customer-layout .o-sidebar.ant-layout-sider-collapsed .ant-menu-inline-collapsed .ant-menu-item-selected > a {
  color: #fff;
}

.o-customer-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline {
  text-align: center;
}

.o-customer-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item-selected > a {
  background: #f7f7f7;
  box-shadow: inset -1px 0 0 1px #003d5b;
}

.o-customer-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item-selected .a-sidebar-menu-text {
  color: #003d5b;
}

.o-customer-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item:not(.m-sider-addNew):not(.ant-menu-item-selected) {
  box-shadow: inset 1px 1px #e8e8e8;
}

.o-customer-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item:not(.m-sider-addNew):not(.ant-menu-item-selected) .a-sidebar-menu-position {
  float: right;
  width: 40px;
  display: block;
  box-shadow: inset 1px 0 #e8e8e8;
}

.o-message-form #messages-container {
  height: 100px !important;
}

.o-message-form .ant-mention-editor {
  resize: none;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  min-height: 100px;
  max-height: 100px;
}

.o-message-form .ant-mention-editor .ant-mention-editor-wrapper {
  min-height: 98px;
  max-height: 98px;
}

.o-message-form .ant-form-item-control-wrapper, .o-message-form .ant-row.ant-form-item {
  width: 100%;
}

.o-message-form .m-message-form-actions {
  min-height: 40px;
}

.o-message-form .m-message-form-actions .ant-btn {
  color: #777;
  box-shadow: none;
  border: 0 solid #e8e8e8;
  border-width: 0 1px;
  border-radius: 0;
  height: 40px;
  margin-right: -1px;
  padding: 0 11.5px;
}

.o-message-form .m-message-form-actions .ant-btn:disabled {
  color: #ccc;
}

.o-message-form .m-message-form-actions .a-message--submit {
  float: right;
  margin-right: 1px;
}

.o-message-form .m-message-form-actions .a-message--inputs {
  float: left;
}

.o-message-form .m-message-form-actions .a-message--inputs .message-label-select-filled {
  color: #41a9ff;
}

.o-message-form .ant-mention-dropdown {
  width: 100%;
  right: 0 !important;
}

.o-message-form .ant-mention-dropdown.ant-mention-dropdown-placement-bottom {
  top: -290px !important;
}

.o-message-form.decreased-mention-list-dropdown .ant-mention-dropdown.ant-mention-dropdown-placement-bottom {
  top: -190px !important;
}

.m-message-popover-input .a-message-user-suggestion-filter {
  border-radius: 0;
  max-width: 150px;
}

.m-message-popover-input .ant-popover-inner-content {
  padding: 0;
}

.m-message-popover-input .ant-popover-arrow {
  display: none;
}

.m-message-popover-input .ant-menu-item {
  margin: 0;
}

.o-messages-list {
  padding: 10px;
}

.o-messages-list .message-label {
  background-color: #a9a9a959;
  border-radius: 4px;
  padding: 1px 4px;
  font-size: 9px !important;
}

.o-messages-list .o-message-extras {
  padding-top: 10px;
}

.o-messages-list .o-message-extras .m-message-actions {
  float: right;
  display: flex;
}

.o-messages-list .o-message-extras .m-message-actions svg {
  margin-left: 10px;
}

.o-messages-list .o-message-extras .m-message-info {
  float: left;
  flex-direction: column;
  display: flex;
}

.o-messages-list .o-message-extras .m-message-info .reaction-box {
  justify-content: flex-end;
  display: flex;
}

.o-messages-list .o-message-extras .m-message-info .reaction-box button {
  background-color: #efefef;
  width: 35px;
  height: 23px;
  margin: 2px;
  padding: 2px;
}

.o-messages-list .o-message-extras .m-message-info .reaction-box button img {
  width: 18px;
  height: 18px;
}

.o-messages-list .o-message-extras .m-message-info .reaction-box button span {
  margin-left: 2px;
}

.o-messages-list .o-message-extras .m-message-info svg {
  margin-right: 10px;
}

.o-messages-list .a-message-item {
  border-radius: 4px;
  position: relative;
}

.o-messages-list .a-message-item.bot-message {
  background-color: #00324a0d;
  border-color: #00324a47;
}

.o-messages-list .a-message-item.bot-message .ant-card-meta-title {
  color: #00334a;
}

.o-messages-list .a-message-item.bot-message .ant-card-meta-description {
  font-size: 13px !important;
  font-weight: 900 !important;
}

.o-messages-list .a-message-item small.a-message-date {
  vertical-align: middle;
  font-size: 10px !important;
}

.o-messages-list .a-message-item .ant-card-meta-description {
  text-align: justify;
  white-space: pre-wrap;
  padding: 10px 0;
}

.o-messages-list .a-message-item .ant-card-body {
  padding: 12px;
}

.o-messages-list .a-message-item .ant-card-meta-avatar {
  padding: 0;
  position: absolute;
  top: 10px;
  left: 12px;
}

.o-messages-list .a-message-item .ant-avatar {
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.o-messages-list .a-message-self {
  margin-left: 70px;
}

.o-messages-list .a-message-self .ant-card-meta-title {
  color: #78bc61;
}

.o-messages-list .a-message-other {
  background-color: #fff;
  margin-right: 70px;
  position: relative;
}

.o-messages-list .--active-message {
  border: 1px solid #797979;
  box-shadow: 0 0 17px #aeaeae;
}

.o-messages-list .--has-notification {
  background: #ffd5d5 !important;
}

.o-messages-list .--has-notification:hover {
  cursor: pointer;
}

.readed-by-container {
  width: 200px;
}

.readed-by-container ul {
  padding: 0;
}

.readed-by-container ul li {
  border-bottom: 1px solid #dedbdb;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 8px;
  font-size: 12px;
  list-style: none;
  display: flex;
}

.readed-by-container ul li span#date {
  color: #9f9f9f;
  font-size: 10px;
}

.readed-by-container ul li:last-child {
  border-bottom: 0;
}

.ant-modal-mask {
  background-color: #93969c54;
}

.reaction-icon svg {
  line-height: 12px;
}

.reaction-icon:hover .reaction-svg path {
  stroke: #898989;
}

.reaction-button {
  border: none;
  width: 20px;
  margin: 4px;
  padding: 2px;
}

.reaction-button img {
  width: 20px;
}

.file-preview, .file-preview .ant-popover-inner-content {
  height: 500px;
}

.o-messages-layout {
  width: 400px;
  min-height: 100%;
  position: relative;
}

.o-messages-layout .m-messages-main {
  width: 400px;
  position: fixed;
  top: 90px;
  bottom: 140px;
  left: 0;
}

.o-messages-layout .message-main-staging {
  top: 125px !important;
}

.o-messages-layout .m-messages-layout-header {
  width: 100%;
  display: inherit;
  z-index: 1;
  height: 40px;
  width: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e8e8e8;
  align-items: center;
  padding: 0;
  display: flex;
  position: fixed;
  top: 50px;
  left: 0;
}

.o-messages-layout .m-messages-layout-header .m-messages-layout-header-container:first-child, .o-messages-layout .m-messages-layout-header .m-messages-layout-header-container:last-child {
  width: 30%;
}

.o-messages-layout .m-messages-layout-header .m-messages-layout-header-container#message-label-select-container .ant-select-selection {
  background: none;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.o-messages-layout .m-messages-layout-header .m-messages-layout-header-container#order-number-container {
  text-align: center;
  width: 40%;
}

.o-messages-layout .m-messages-layout-header .a-toggle-starred {
  float: right;
  width: 40px;
  height: 40px;
  box-shadow: none;
  background: none;
  border: 0 solid #e8e8e8;
  border-left-width: 1px;
  padding: 10px;
}

.o-messages-layout .m-messages-layout-header .a-toggle-clear {
  float: left;
  width: 40px;
  height: 40px;
  box-shadow: none;
  background: none;
  border: 0 solid #e8e8e8;
  border-right-width: 1px;
  padding: 10px;
}

.o-messages-layout .m-messages-layout-header .a-order-number {
  text-align: center;
  float: none;
  margin: 0 auto;
  line-height: 40px;
  display: inline-block;
  width: 100% !important;
}

.o-messages-layout .message-layout-staging {
  top: 90px;
}

.o-messages-layout .a-messages-layout-footer {
  z-index: 1;
  height: 140px;
  width: inherit;
  background-color: #f7f7f7;
  padding: 0;
  position: fixed;
  bottom: 0;
}

.o-messages-layout .a-messages-layout-content {
  background-color: #f7f7f7;
  padding: 0;
  position: relative;
}

.o-messages-layout .a-messages-layout-content .a-search-placeholder {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.m-clear-notifications-popover {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
  max-height: 117px;
  padding: 10px;
  overflow: hidden;
}

.m-clear-notifications-popover .ant-popover-arrow {
  display: none;
}

.m-clear-notifications-popover .ant-popover-content {
  padding: 0;
}

.m-clear-notifications-popover .ant-popover-inner {
  box-shadow: none;
  padding: 0;
}

.m-clear-notifications-popover .ant-popover-inner .ant-popover-inner-content {
  padding: 0;
}

.m-clear-notifications-popover .a-confirm-button, .m-clear-notifications-popover .a-confirm-label {
  width: 100%;
}

.m-clear-notifications-popover .a-confirm-button {
  color: #fff;
  background-color: #78bc61;
  border: none;
  width: 100%;
}

.see-more-text {
  font-size: 10px;
}

.see-more-popover-text {
  margin: 0;
}

.o-manufacturer-header {
  z-index: 2;
  transition: all .2s;
  position: fixed;
  left: 0;
}

.o-manufacturer-header.-sidebar-closed, .o-manufacturer-header.-sidebar-closed .ant-menu {
  width: calc(100vw - 80px);
}

.o-manufacturer-header.-sidebar-open, .o-manufacturer-header.-sidebar-open .ant-menu {
  width: calc(100vw - 260px);
}

.o-manufacturer-header.-manufacturer-new-active, .o-manufacturer-header.-manufacturer-new-active .ant-menu {
  width: 100vw;
}

body {
  overflow: hidden !important;
}

.o-manufacturer-layout .o-manufacturer-main {
  z-index: 1;
  min-width: 100vw;
  min-height: 100vh;
  overflow-x: unset !important;
}

.o-manufacturer-layout .o-sidebar {
  z-index: 2;
  background: #fff;
  height: 100vh;
  position: fixed;
  overflow: hidden;
}

.o-manufacturer-layout .o-sidebar .ant-layout-sider-trigger {
  background-color: #00324a;
}

.o-manufacturer-layout .o-sidebar .m-sider-addNew {
  color: #fff;
  z-index: 1;
  background: #009fb7;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 40px !important;
  margin-top: 0 !important;
}

.o-manufacturer-layout .o-sidebar .m-sider-addNew svg {
  margin: 10px 0 0;
}

.o-manufacturer-layout .o-sidebar .m-sider-addNew:hover {
  background: #007384;
}

.o-manufacturer-layout .o-sidebar .o-layout-switch {
  z-index: 2;
  background: #00324a;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.o-manufacturer-layout .o-sidebar .o-layout-switch .a-layout-switch--text {
  color: #fff;
  text-align: center;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
}

.o-manufacturer-layout .o-sidebar .o-layout-switch .m-layout-switch--list {
  z-index: 9999;
  color: #fff;
  background: #003d5b;
  width: 260px;
  position: fixed;
  top: 50px;
}

.o-manufacturer-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul {
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.o-manufacturer-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li {
  height: 40px;
  margin: 10px 0;
  padding: 10px 0;
}

.o-manufacturer-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li a {
  color: #fff;
}

.o-manufacturer-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li:hover {
  background: #004364;
}

.o-manufacturer-layout .o-sidebar .ant-menu-inline-collapsed, .o-manufacturer-layout .o-sidebar .ant-menu-inline {
  border: none;
  width: 100%;
  max-height: calc(100vh - 98px);
  margin-bottom: 115px;
}

.o-manufacturer-layout .o-sidebar .ant-menu-inline-collapsed .ant-menu-item, .o-manufacturer-layout .o-sidebar .ant-menu-inline .ant-menu-item {
  height: initial;
  margin: 0;
  padding: 0 !important;
}

.o-manufacturer-layout .o-sidebar .ant-menu-inline-collapsed .ant-menu-item:after, .o-manufacturer-layout .o-sidebar .ant-menu-inline .ant-menu-item:after {
  display: none;
}

.o-manufacturer-layout .o-sidebar.ant-layout-sider-collapsed .ant-menu-inline-collapsed {
  text-align: center;
}

.o-manufacturer-layout .o-sidebar.ant-layout-sider-collapsed .ant-menu-inline-collapsed .ant-menu-item-selected > a {
  color: #fff;
}

.o-manufacturer-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline {
  text-align: center;
}

.o-manufacturer-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item-selected > a {
  background: #f7f7f7;
  box-shadow: inset -1px 0 0 1px #003d5b;
}

.o-manufacturer-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item-selected .a-sidebar-menu-text {
  color: #003d5b;
}

.o-manufacturer-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item:not(.m-sider-addNew):not(.ant-menu-item-selected) {
  box-shadow: inset 1px 1px #e8e8e8;
}

.o-manufacturer-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item:not(.m-sider-addNew):not(.ant-menu-item-selected) .a-sidebar-menu-position {
  float: right;
  width: 40px;
  display: block;
  box-shadow: inset 1px 0 #e8e8e8;
}

.o-report-header {
  z-index: 2;
  transition: all .2s;
  position: fixed;
  left: 0;
}

.o-report-header.-sidebar-closed, .o-report-header.-sidebar-closed .ant-menu {
  width: calc(100vw - 80px);
}

.o-report-header.-sidebar-open, .o-report-header.-sidebar-open .ant-menu {
  width: calc(100vw - 260px);
}

body {
  overflow: hidden !important;
}

.o-report-layout .o-report-main {
  z-index: 1;
  min-width: 100vw;
  min-height: 100vh;
}

.o-report-layout .o-report-content {
  min-height: calc(100% + 50px);
  padding: 24px;
}

.o-report-layout .o-sidebar {
  z-index: 2;
  background: #fff;
  height: 100vh;
  position: fixed;
  overflow: hidden;
}

.o-report-layout .o-sidebar .ant-menu {
  border: none;
  height: 100%;
}

.o-report-layout .o-sidebar .ant-layout-sider-trigger {
  background-color: #00324a;
}

.o-report-layout .o-sidebar .o-layout-switch {
  z-index: 2;
  background: #00324a;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.o-report-layout .o-sidebar .o-layout-switch .a-layout-switch--text {
  color: #fff;
  text-align: center;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
}

.o-report-layout .o-sidebar .o-layout-switch .m-layout-switch--list {
  z-index: 9999;
  color: #fff;
  background: #003d5b;
  width: 260px;
  position: fixed;
  top: 50px;
}

.o-report-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul {
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.o-report-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li {
  height: 40px;
  margin: 10px 0;
  padding: 10px 0;
}

.o-report-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li a {
  color: #fff;
}

.o-report-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li:hover {
  background: #004364;
}

.o-report-layout .o-sidebar .ant-menu-inline-collapsed, .o-report-layout .o-sidebar .ant-menu-inline {
  border: none;
  width: 100%;
  max-height: calc(100vh - 98px);
  margin-bottom: 115px;
}

.o-report-layout .o-sidebar .ant-menu-inline-collapsed .ant-menu-item, .o-report-layout .o-sidebar .ant-menu-inline .ant-menu-item {
  height: initial;
  margin: 0;
}

.o-report-layout .o-sidebar .ant-menu-inline-collapsed .ant-menu-item:after, .o-report-layout .o-sidebar .ant-menu-inline .ant-menu-item:after {
  display: none;
}

.o-report-chart-card .ant-card-body {
  direction: ltr;
}

.o-report-chart-card .o-report-card-extra {
  display: inline;
}

.o-report-chart-card .o-report-card-extra .m-reports-card-filter-container {
  margin-right: 10px;
  display: inline-block;
}

.ant-table-wrapper {
  margin-top: 5px;
}

.o-warehouse-header {
  z-index: 2;
  transition: all .2s;
  position: fixed;
  left: 0;
}

.o-warehouse-header.sidebar-closed, .o-warehouse-header.sidebar-closed .ant-menu {
  width: calc(100vw - 80px);
}

.o-warehouse-header.sidebar-open, .o-warehouse-header.sidebar-open .ant-menu {
  width: calc(100vw - 260px);
}

body {
  overflow: hidden !important;
}

.o-warehouse-layout .o-warehouse-main {
  z-index: 1;
  min-width: 100vw;
  min-height: 100vh;
}

.o-warehouse-layout .o-warehouse-content {
  min-height: 100%;
  padding: 24px;
}

.o-warehouse-layout .o-sidebar {
  z-index: 2;
  background: #fff;
  height: 100vh;
  position: fixed;
  overflow: hidden;
}

.o-warehouse-layout .o-sidebar .ant-menu {
  border: none;
  height: 100%;
}

.o-warehouse-layout .o-sidebar .ant-layout-sider-trigger {
  background-color: #00324a;
}

.o-warehouse-layout .o-sidebar .o-layout-switch {
  z-index: 2;
  background: #00324a;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.o-warehouse-layout .o-sidebar .o-layout-switch .a-layout-switch--text {
  color: #fff;
  text-align: center;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
}

.o-warehouse-layout .o-sidebar .o-layout-switch .m-layout-switch--list {
  z-index: 9999;
  color: #fff;
  background: #003d5b;
  width: 260px;
  position: fixed;
  top: 50px;
}

.o-warehouse-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul {
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.o-warehouse-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li {
  height: 40px;
  margin: 10px 0;
  padding: 10px 0;
}

.o-warehouse-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li a {
  color: #fff;
}

.o-warehouse-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li:hover {
  background: #004364;
}

.o-warehouse-layout .o-sidebar .ant-menu-inline-collapsed, .o-warehouse-layout .o-sidebar .ant-menu-inline {
  border: none;
  width: 100%;
  max-height: calc(100vh - 98px);
  margin-bottom: 115px;
}

.o-warehouse-layout .o-sidebar .ant-menu-inline-collapsed .ant-menu-item, .o-warehouse-layout .o-sidebar .ant-menu-inline .ant-menu-item {
  height: initial;
  margin: 0;
}

.o-warehouse-layout .o-sidebar .ant-menu-inline-collapsed .ant-menu-item:after, .o-warehouse-layout .o-sidebar .ant-menu-inline .ant-menu-item:after {
  display: none;
}

.o-commodity-chart-card .ant-card-body {
  direction: ltr;
}

.o-commodity-chart-card .o-commodity-card-extra {
  display: inline;
}

.o-commodity-chart-card .o-commodity-card-extra .m-warehouse-card-filter-container {
  margin-right: 10px;
  display: inline-block;
}

.ant-table-wrapper {
  margin-top: 5px;
}

.o-stages-order-count {
  position: absolute;
  top: 2px;
  left: 10px;
}

@font-face {
  font-family: IranSansIsolated;
  src: url(/static/fonts/IRANSansWeb-FaNum.b9f03b09.woff2) format("woff2");
  unicode-range: U+6??, U+FB50-FDFF, U+FE70-FEFF;
  font-weight: normal;
}

@font-face {
  font-family: RobotoIsolated;
  src: url(/static/fonts/roboto-light.1ad50b89.woff2) format("woff2");
  unicode-range: U+20-7E, U+A0-FF, U+100-17F, U+180-24F, U+1E??, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2100-214F, U+2150-218F, U+2190-21FF, U+22??, U+23??, U+2460-24FF, U+2500-257F, U+2580-259F, U+25A0-25FF, U+26??, U+2C60-2C7F, U+A720-A7FF, U+30-39;
  font-weight: normal;
}

.MuiPickersCalendarHeader-root, .product-cost-form-isolated-wrapper {
  direction: ltr;
}

.product-cost-form-isolated-wrapper * {
  font-family: IranSansIsolated, RobotoIsolated, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif !important;
}

.product-cost-form-isolated-wrapper .recharts-responsive-container {
  width: 100% !important;
}

.product-cost-form-isolated-wrapper .MuiDataGrid-main, .product-cost-form-isolated-wrapper .MuiTablePagination-toolbar p, .product-cost-form-isolated-wrapper .MuiInputBase-root, .product-cost-form-isolated-wrapper .MuiDataGrid-selectedRowCount, .product-cost-form-isolated-wrapper .MuiList-root li, .product-cost-form-isolated-wrapper .MuiDataGrid-cell {
  font-family: RobotoIsolated, IranSansIsolated !important;
}

.product-cost-form-isolated-wrapper .MuiDataGrid-cell[data-field="materialDetail"] {
  direction: rtl;
  font-family: IranSansIsolated, RobotoIsolated !important;
}

.product-cost-form-isolated-wrapper .english-font, .product-cost-form-isolated-wrapper .english-font input, .product-cost-form-isolated-wrapper .english-font textarea, .product-cost-form-isolated-wrapper .compact-table-select, .product-cost-form-isolated-wrapper .compact-table-select input {
  font-family: RobotoIsolated, IranSansIsolated !important;
}

.product-cost-form-isolated-wrapper .MuiModal-root, .product-cost-form-isolated-wrapper .MuiDialogContent-root, .product-cost-form-isolated-wrapper .ant-modal, .product-cost-form-isolated-wrapper .ant-modal-content, .product-cost-form-isolated-wrapper .ant-modal-body {
  direction: ltr;
}

.product-cost-form-isolated-wrapper .MuiDialog-root, .product-cost-form-isolated-wrapper .MuiPopover-root {
  z-index: 1300 !important;
}

.similar-products-wrapper .material-detail {
  font-family: IranSansIsolated, RobotoIsolated, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif !important;
}

.MuiPaper-root {
  direction: ltr;
}

.MuiDataGrid-cell[data-field="unit"] .css-7yn9vh-MuiAutocomplete-root .MuiOutlinedInput-root .MuiAutocomplete-endAdornment {
  right: unset !important;
  left: 20px !important;
}

.product-form-modal {
  direction: ltr;
}

.product-form-modal .title {
  width: auto;
  padding: 0;
}

@font-face {
  font-family: IranSansIsolated;
  src: url(/static/fonts/IRANSansWeb-FaNum.b9f03b09.woff2) format("woff2");
  unicode-range: U+6??, U+FB50-FDFF, U+FE70-FEFF;
  font-weight: normal;
}

@font-face {
  font-family: RobotoIsolated;
  src: url(/static/fonts/roboto-light.1ad50b89.woff2) format("woff2");
  unicode-range: U+20-7E, U+A0-FF, U+100-17F, U+180-24F, U+1E??, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2100-214F, U+2150-218F, U+2190-21FF, U+22??, U+23??, U+2460-24FF, U+2500-257F, U+2580-259F, U+25A0-25FF, U+26??, U+2C60-2C7F, U+A720-A7FF, U+30-39;
  font-weight: normal;
}

.product-one-modal {
  direction: ltr;
}

.product-one-modal .MuiDataGrid-main, .product-one-modal .MuiTablePagination-toolbar p, .product-one-modal .MuiInputBase-root, .product-one-modal .MuiDataGrid-selectedRowCount, .product-one-modal .MuiList-root li, .product-one-modal .MuiDataGrid-cell {
  font-family: RobotoIsolated, IranSansIsolated !important;
}

.product-one-modal .MuiDataGrid-cell[data-field="materialDetail"] {
  direction: rtl;
  font-family: IranSansIsolated, RobotoIsolated !important;
}

.product-one-modal .english-font, .product-one-modal .english-font input, .product-one-modal .english-font textarea, .product-one-modal .compact-table-select, .product-one-modal .compact-table-select input {
  font-family: RobotoIsolated, IranSansIsolated !important;
}

.product-one-modal .title {
  width: auto;
  padding: 0;
}

.product-one-modal .MuiModal-root, .product-one-modal .MuiDialogContent-root {
  direction: ltr;
}

.product-one-modal .MuiDialog-root, .product-one-modal .MuiPopover-root {
  z-index: 1300 !important;
}

.technical-document-print-modal-container .modal-header {
  direction: ltr;
}

.technical-document-print-modal-container .modal-header .MuiGrid-container p.title {
  width: -webkit-max-content !important;
  width: max-content !important;
  font-family: IRANSansStandard !important;
}

.technical-document-print-modal-container .modal-body * th, .technical-document-print-modal-container .modal-body * td {
  font-family: Arial, Helvetica, sans-serif !important;
}

.technical-document-print-modal-container .modal-body .technical-document-print-options {
  direction: ltr;
}

.technical-document-print-modal-container .modal-body .technical-document-print-options .print-dimension-radio-label span {
  font-family: IRANSansStandard !important;
}

.technical-document-print-modal-container .modal-body #printable-area {
  display: block !important;
}

.technical-document-print-modal-container .modal-body #printable-area * {
  font-family: unset !important;
}

.technical-document-dimensions-modal-container .modal-header {
  direction: ltr;
}

.technical-document-dimensions-modal-container .modal-header .MuiGrid-container p.title {
  width: -webkit-max-content !important;
  width: max-content !important;
  font-family: IRANSansStandard !important;
}

.technical-document-dimensions-modal-container .modal-body {
  direction: ltr;
}

.technical-document-dimensions-modal-container .modal-body * {
  font-family: IRANSansStandard !important;
}

.cost-one-modal, .cost-form-modal {
  direction: ltr;
}

.cost-one-modal *, .cost-form-modal * {
  font-family: IranSansIsolated, RobotoIsolated, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif !important;
}

.cost-one-modal .MuiDataGrid-main, .cost-one-modal .MuiTablePagination-toolbar p, .cost-one-modal .MuiInputBase-root, .cost-one-modal .MuiDataGrid-selectedRowCount, .cost-one-modal .MuiList-root li, .cost-form-modal .MuiDataGrid-main, .cost-form-modal .MuiTablePagination-toolbar p, .cost-form-modal .MuiInputBase-root, .cost-form-modal .MuiDataGrid-selectedRowCount, .cost-form-modal .MuiList-root li, .cost-one-modal .MuiDataGrid-cell, .cost-form-modal .MuiDataGrid-cell {
  font-family: RobotoIsolated, IranSansIsolated !important;
}

.cost-one-modal .MuiDataGrid-cell[data-field="materialDetail"], .cost-form-modal .MuiDataGrid-cell[data-field="materialDetail"] {
  direction: rtl;
  font-family: IranSansIsolated, RobotoIsolated !important;
}

.cost-one-modal .english-font, .cost-form-modal .english-font, .cost-one-modal .english-font input, .cost-one-modal .english-font textarea, .cost-form-modal .english-font input, .cost-form-modal .english-font textarea, .cost-one-modal .compact-table-select, .cost-form-modal .compact-table-select, .cost-one-modal .compact-table-select input, .cost-form-modal .compact-table-select input {
  font-family: RobotoIsolated, IranSansIsolated !important;
}

.cost-one-modal .MuiModal-root, .cost-one-modal .MuiDialogContent-root, .cost-form-modal .MuiModal-root, .cost-form-modal .MuiDialogContent-root {
  direction: ltr;
}

.cost-one-modal .MuiAutocomplete-root .MuiInputBase-root .MuiAutocomplete-endAdornment, .cost-form-modal .MuiAutocomplete-root .MuiInputBase-root .MuiAutocomplete-endAdornment {
  position: relative !important;
}

.cost-one-modal .MuiDialog-root, .cost-one-modal .MuiPopover-root, .cost-form-modal .MuiDialog-root, .cost-form-modal .MuiPopover-root {
  z-index: 1300 !important;
}

.material-details-edit-modal {
  direction: ltr;
}

body {
  overflow: hidden !important;
}

.o-workflow-layout .o-workflow-main {
  z-index: 1;
  min-width: 100vw;
  min-height: 100vh;
}

.o-workflow-layout .o-sidebar {
  z-index: 2;
  background: #fff;
  height: 100vh;
  position: fixed;
  overflow: hidden;
}

.o-workflow-layout .o-sidebar .ant-layout-sider-trigger {
  background-color: #00324a;
}

.o-workflow-layout .o-sidebar .ant-layout-sider-children {
  height: initial;
}

.o-workflow-layout .o-sidebar .m-sider-addNew {
  color: #fff;
  z-index: 1;
  background: #009fb7;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 40px !important;
  margin-top: 0 !important;
}

.o-workflow-layout .o-sidebar .m-sider-addNew svg {
  margin: 10px 0 0;
}

.o-workflow-layout .o-sidebar .m-sider-addNew:hover {
  background: #007384;
}

.o-workflow-layout .o-sidebar .o-layout-switch {
  z-index: 2;
  background: #00324a;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.o-workflow-layout .o-sidebar .o-layout-switch .a-layout-switch--text {
  color: #fff;
  text-align: center;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
}

.o-workflow-layout .o-sidebar .o-layout-switch .m-layout-switch--list {
  z-index: 9999;
  color: #fff;
  background: #003d5b;
  width: 260px;
  position: fixed;
  top: 50px;
}

.o-workflow-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul {
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.o-workflow-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li {
  height: 40px;
  margin: 10px 0;
  padding: 10px 0;
}

.o-workflow-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li a {
  color: #fff;
}

.o-workflow-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li:hover {
  background: #004364;
}

.o-workflow-layout .o-sidebar .ant-menu-inline-collapsed, .o-workflow-layout .o-sidebar .ant-menu-inline {
  width: 100%;
  margin-bottom: 115px;
}

.o-workflow-layout .o-sidebar .ant-menu-inline-collapsed .ant-menu-item, .o-workflow-layout .o-sidebar .ant-menu-inline .ant-menu-item {
  height: initial;
  margin: 0;
  padding: 0 !important;
}

.o-workflow-layout .o-sidebar .ant-menu-inline-collapsed .ant-menu-item:after, .o-workflow-layout .o-sidebar .ant-menu-inline .ant-menu-item:after {
  display: none;
}

.o-workflow-layout .o-sidebar.ant-layout-sider-collapsed .ant-menu-inline-collapsed {
  text-align: center;
}

.o-workflow-layout .o-sidebar.ant-layout-sider-collapsed .ant-menu-inline-collapsed .ant-menu-item-selected > a {
  color: #fff;
}

.o-workflow-layout .o-sidebar.ant-layout-sider-collapsed .ant-menu-inline-collapsed .ant-menu-item-selected .a-sidebar-menu-position {
  float: right;
  background-color: #00324a;
  width: 50%;
  display: block;
}

.o-workflow-layout .o-sidebar.ant-layout-sider-collapsed .ant-menu-inline-collapsed .ant-menu-item-selected .a-sidebar-stages-count {
  float: left;
  background-color: #003d5b;
  width: 50%;
  display: block;
}

.o-workflow-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline {
  text-align: center;
}

.o-workflow-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item-selected > a, .o-workflow-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item-active > a {
  background: #f7f7f7;
  box-shadow: inset -1px 0 0 1px #003d5b;
}

.o-workflow-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item-selected .a-sidebar-menu-text {
  color: #003d5b;
  text-align: right;
  width: calc(100% - 80px);
  padding-right: 32px;
  display: inline-block !important;
}

.o-workflow-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item-selected .a-sidebar-menu-position {
  float: right;
  color: #fff;
  background-color: #003d5b;
  width: 40px;
  display: block;
}

.o-workflow-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item-selected .a-sidebar-stages-count {
  float: left;
  color: #fff;
  background-color: #003d5b;
  width: 40px;
  display: block;
}

.o-workflow-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item:not(.m-sider-addNew):not(.ant-menu-item-selected) {
  box-shadow: inset 1px 1px #e8e8e8;
}

.o-workflow-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item:not(.m-sider-addNew):not(.ant-menu-item-selected) .a-sidebar-menu-text {
  text-align: right;
  width: calc(100% - 40px);
  padding-right: 32px;
  display: inline-block !important;
}

.o-workflow-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item:not(.m-sider-addNew):not(.ant-menu-item-selected) .a-sidebar-menu-position {
  float: right;
  width: 40px;
  display: block;
  box-shadow: inset 1px 0 #e8e8e8;
}

.o-sider-messages {
  max-height: 100vh;
  margin-top: 90px;
  left: 0;
  overflow: hidden;
  width: 0 !important;
}

.o-sider-messages.ant-drawer-open {
  width: 400px !important;
}

.o-sider-messages .ant-drawer-content-wrapper {
  width: 400px;
}

.o-sider-messages .ant-drawer-wrapper-body {
  height: 100%;
  overflow: hidden !important;
}

.o-sider-messages .ant-drawer-body {
  height: 100%;
  padding: 0;
}

.o-sider-messages .ant-layout-sider-zero-width-trigger {
  border-radius: 0 4px 4px 0;
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
  left: initial !important;
}

.a-messages-close {
  cursor: pointer;
  background-color: #f7f7f7;
  border: 1px solid #eee;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 39.5px;
  display: flex;
  position: absolute;
  top: -40px;
  right: -30px;
}

.a-layouts-title {
  line-height: 33px;
  font-size: 16px !important;
}

.o-message-head-badge-tooltip {
  margin: 0;
  padding: 0;
}

.o-message-head-badge-popover {
  text-align: center;
  white-space: break-spaces;
  margin: 0;
  font-size: 11px;
}

.ant-badge-count {
  min-width: 15px;
  height: 15px;
  padding: 0;
  line-height: 15px;
}

.a-admin-form-layout .ant-form-item.form-item-needs-caution > .ant-form-item-label label {
  color: #e0a911;
}

.period-view-divider {
  border-left: 1px solid #7a7a7a !important;
}

.column-style-gray, .kpi-status td.column-style-gray, .kpi-status.a-odd-row > td.column-style-gray, .ant-table-tbody > tr.no-odd-row-color.a-odd-row > td.column-style-gray {
  background-color: #d7d7d7b3 !important;
}

.o-report-content thead tr th {
  background-color: #00324a !important;
}

.show-deleted-button {
  width: 40px !important;
}

.m-product-collapse {
  background: none;
}

.m-product-collapse .m-product-componentsList, .m-product-collapse .m-product-dimensionsList {
  float: right;
  width: calc(50% - 20px);
  margin-left: 20px;
}

.m-product-collapse .m-product-componentsList h3, .m-product-collapse .m-product-dimensionsList h3 {
  margin: 16px 0;
}

.m-product-collapse .m-product-componentsList svg, .m-product-collapse .m-product-dimensionsList svg {
  font-size: 15px !important;
}

.m-product-collapse .m-product-attachments h5 {
  margin-top: 10px;
}

.m-product-collapse .ant-collapse-item {
  background: #f7f7f7;
  border: 0;
  border-radius: 5px;
  margin-bottom: 25px;
  overflow: hidden;
}

.m-product-collapse .ant-collapse-item .a-layouts-header {
  display: none;
}

.m-product-collapse .a-admin-list-layout > div {
  padding: 0 !important;
}

.m-products-miscellaneous .m-products-report {
  margin-top: 5px;
}

.m-products-miscellaneous .m-products-report .ant-card-body {
  text-align: center;
  padding: 15px;
}

.m-products-miscellaneous .m-products-report p {
  margin: 0;
}

.m-products-miscellaneous .m-products-filtertype-tab {
  direction: ltr;
  margin-top: 10px;
}

.m-products-miscellaneous .m-products-filtertype-tab .ant-tabs-bar {
  margin: 0;
}

.m-products-miscellaneous .m-products-filtertype-tab .ant-tabs-tab-prev {
  right: initial;
  left: 0;
}

.m-products-miscellaneous .m-products-filtertype-tab .ant-tabs-tab-next {
  right: 0;
  left: initial;
}

.customer-request-analysis-prompt-textarea {
  width: 100%;
  min-width: 800px;
  max-width: 100%;
}

.o-outsourcing-service {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

.m-outsourcing-collapse {
  grid-template-columns: 30% 30% 30%;
  width: 100%;
  display: grid;
}

.m-outsourcing-collapse .m-outsourcing-property {
  padding-right: 15px;
}

.m-outsourcing-collapse .m-outsourcing-property p {
  font-size: 12px;
}

.m-outsourcing-collapse .m-outsourcing-property h5 {
  margin-top: 10px;
}

.m-outsourcing-property-parent {
  border-radius: 5px;
  height: 100%;
  margin: 5px;
}

.m-outsourcing-property-parent .m-outsourcing-property {
  background-color: #f7f7f7;
  min-height: calc(100% - 2rem - 10px);
  max-height: 230px;
  padding-bottom: 8px;
}

.m-outsourcing-property-parent .m-outsourcing-property p {
  padding-top: 5px;
  margin-bottom: 0 !important;
}

.m-outsourcing-property-parent h4 {
  background-color: #d4d4cf;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 2rem;
  margin: 0;
  padding: 10px;
}

.m-outsourcing-property-parent h4 span {
  color: #7a7a7a;
  font-size: 9px !important;
}

.m-outsourcing-property-body {
  background-color: #f7f7f7;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  min-height: calc(100% - 2rem - 10px);
  max-height: 210px;
  overflow-y: auto;
}

.company-seal-container {
  gap: 10px;
  width: 100%;
  padding: 3px;
  display: flex;
}

.company-seal-item {
  border: 1px solid #ccc;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  display: flex;
}

.company-seal-item img {
  border-radius: 5px;
}

.users-list-container .show-deleted-button {
  margin-right: 5px;
}

.max-content-width-form-item {
  width: -webkit-max-content;
  width: max-content;
}

.a-details-layout-title-wrapper {
  display: inline;
}

.a-details-layout-title-wrapper .a-details-layout-title, .a-details-layout-title-wrapper .a-details-layout-title-actions {
  display: inline-block;
}

.a-details-layout-title-wrapper .a-details-layout-title-action {
  margin-right: 10px;
}

.a-details-layout-title-wrapper .secondary-text {
  margin-right: 8px;
  font-size: 13px;
}

.a-details-layout-item > div {
  padding-bottom: 3em;
}

.a-admin-form-layout .a-layouts-content, .a-details-layout-wrapper .a-layouts-content {
  padding: 15px;
}

.a-details-layout-wrapper {
  margin: 0;
}

.a-details-layout-wrapper .ant-divider.ant-divider-horizontal {
  margin: 15px 0;
}

.a-admin-list-layout .a-layouts-header, .a-details-layout-wrapper .a-layouts-header, .a-admin-form-layout .a-layouts-header {
  padding: 0 15px 0 0;
}

.a-admin-list-layout .a-layouts-title, .a-details-layout-wrapper .a-layouts-title, .a-admin-form-layout .a-layouts-title {
  font-size: 14px !important;
}

.a-admin-list-layout .ant-divider, .a-details-layout-wrapper .ant-divider, .a-admin-form-layout .ant-divider {
  display: none;
}



.max-content-width-form-item {
  width: -webkit-max-content;
  width: max-content;
}

.extra-fields-style {
  gap: 1rem;
  margin-bottom: 10px;
  display: flex;
}

.extra-fields-style > div {
  color: #f5222d;
  flex-direction: column;
  display: flex;
}

.long-fields {
  width: 500px !important;
}

.long-fields.extra-fields {
  width: 350px !important;
}

.kpi-table-form {
  border: 1px solid #ccc;
  margin: 2rem 0;
}

.kpi-table-form thead {
  color: #fff;
  background-color: #00324a;
  height: 2.6rem;
}

.kpi-table-form thead td {
  text-align: center;
  border: 1px solid #ccc;
  padding: 0 15px;
}

.kpi-table-form tr {
  border: 1px solid #ccc;
}

.kpi-table-form tr td {
  text-align: center;
  border: 1px solid #ccc;
}

.kpi-table-form tr td input {
  touch-action: none !important;
  border: none !important;
  border-radius: 0 !important;
}

.kpi-table-form tr td .ant-input {
  touch-action: none !important;
}

.kpi-table-form button {
  background-color: #0000;
  border: 0;
}

.kpi-table-form button.reset-enabled, .kpi-table-form button.reset-enabled:focus, .kpi-table-form button.reset-enabled:hover {
  color: #f5222d;
}

.kpi-table-form button.lock-enabled, .kpi-table-form button.lock-enabled:focus, .kpi-table-form button.lock-enabled:hover {
  color: #07c5ff;
}

.kpi-table-form button:focus, .kpi-table-form button:hover {
  color: unset;
}

.parent-kpi-to-cross-field :focus {
  width: -webkit-max-content;
  width: max-content;
  min-width: 500px;
}

.kpi-sort-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.item-kpi-drag:active {
  color: #fff;
  background: #1616e2;
}

.intro, footer {
  width: 400px;
  margin: auto;
}

.list {
  width: 430px;
  margin: 10px auto;
  padding: 15px;
}

.item-kpi-drag {
  transform-origin: 30% 50% 0px;
  text-align: right;
  cursor: pointer;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  max-height: 100%;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 13px;
  display: block;
  overflow: hidden;
}

.item-kpi-drag .dragHandle {
  visibility: hidden;
  cursor: move;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.item-kpi-drag:hover .dragHandle, .item-kpi-drag.dragged .dragHandle {
  visibility: visible;
}

.item-kpi-drag h2 {
  margin: 0;
}

.item-kpi-drag .subtitle {
  font-weight: bold;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: #00000080;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 1px #ffffff80;
}

.c-customerLayout-content .c-list-wrapper {
  padding: 24px;
}

.c-customerLayout-content .c-list .m-customer-subdocs {
  padding: 0;
}

.c-customerLayout-content .c-list .ant-tabs-tab {
  margin: 0 0 0 10px;
}

.c-customerLayout-content .c-list .m-customer-actions .ant-btn-group {
  padding-right: 5px;
}

.c-customerLayout-content .c-list .m-customer-actions .ant-btn-group:last-child {
  padding-left: 5px;
}

.c-address-detail {
  padding: 10px;
}

.multiple-inputs .ant-form-item-children {
  gap: 10px;
  display: flex !important;
}

.jalali-date-picker {
  direction: rtl;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  height: 32px;
  line-height: 0;
  display: inline-flex;
}

.jalali-date-picker .clear-button {
  cursor: pointer;
  color: #9a9898fe;
  -webkit-user-select: none;
  user-select: none;
  background: none;
  border: none;
  margin-right: 2px;
  font-size: 18px;
}

.jalali-date-picker .rmdp-container {
  flex: 1;
  height: -webkit-max-content;
  height: max-content;
  line-height: 0;
  display: inline-block;
}

.jalali-date-picker .rmdp-container div {
  line-height: 0;
}

.jalali-date-picker .rmdp-container div div {
  height: 32px;
  line-height: 0;
}

.jalali-date-picker .rmdp-input {
  border: 0 #0000;
  border-image: ;
  border-radius: 2px;
  width: 100%;
  height: 30px;
  line-height: 0;
}

.jalali-date-picker .rmdp-input:focus {
  box-shadow: none;
  border: none;
}

.jalali-date-picker svg.icon {
  color: #b2aeaea6;
}

:global .ant-form-item-control-wrapper:has(.jalali-date-picker) {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

:global .ant-form-item-control:has(.jalali-date-picker) {
  line-height: 0;
}

:global .ant-form-item-children:has(.jalali-date-picker) {
  line-height: 0;
}

.rmdp-wrapper {
  z-index: 9999 !important;
  position: fixed !important;
  top: 0 !important;
  right: -150px !important;
}

.rmdp-week {
  height: 23px;
}

.rmdp-header {
  height: 20px;
  margin: 0;
  padding: 0 !important;
  font-size: 12px !important;
}

.rmdp-week-day, .rmdp-day span {
  font-size: 10px !important;
}

.c-contact-detail {
  padding: 10px;
}



.order-paid {
  background-color: #1a9cc442;
}

.order-in-progress {
  background-color: #fafa2891;
}

.order-cancelled {
  background-color: #fa4a1491;
}

.customerOrderHistoryDetails-table {
  width: 33% !important;
  margin: 0 !important;
}

.customerOrderHistoryDetails-table thead tr th {
  color: gray !important;
  background-color: #eee !important;
}

.table-green {
  border-collapse: collapse;
  font-family: Arial, Helvetica, sans-serif;
}

.table-green td, .table-green th {
  border: 1px solid #ddd;
  padding: 8px;
}

.table-green tr:hover {
  background-color: #ddd;
}

.table-green th {
  color: #fff;
  background-color: #009fb7;
  padding-top: 12px;
  padding-bottom: 12px;
}

.order-paid {
  background-color: #1a9cc442;
}

.order-in-progress {
  background-color: #fafa2891;
}

.order-cancelled {
  background-color: #fa4a1491;
}

.m-customers-details-list-wrapper * {
  font-size: 12px;
}

.m-customers-details-list-wrapper .o-customers-details-list-item {
  margin-bottom: 0;
}

.m-customers-details-list-wrapper .o-customers-details-list-item .ant-list-item-content {
  margin: 0;
  padding-top: 20px;
}

.m-customers-details-list-wrapper .m-customer-subdocs {
  background-color: #f7f7f7;
  padding: 0;
  display: block;
}

.m-customers-details-list-wrapper .ant-tabs-extra-content {
  line-height: 30px;
  float: left !important;
}

.m-customers-details-list-wrapper .ant-tabs-tab {
  margin: 0;
  padding: 6px 7.5px;
  box-shadow: inset 1px 0 #e8e8e8;
}

.m-customers-details-list-wrapper .m-customer-main-tabbar {
  border: 0 solid #e8e8e8;
  border-width: 0 1px;
}

.m-customers-details-list-wrapper .m-customer-main-tabbar .ant-tabs-tab:first-child, .m-customers-details-list-wrapper .m-customer-main-tabbar .ant-tabs-tab:nth-child(2), .m-customers-details-list-wrapper .m-customer-main-tabbar .a-default-tab {
  display: none;
}

.m-customers-details-list-wrapper .ant-tabs-bar {
  margin: 0 !important;
}

.m-customers-details-list-wrapper .ant-tabs-nav-container {
  min-height: 30px;
}

.m-customers-details-list-wrapper .ant-tabs-nav .ant-tabs-tab:not(.ant-tabs-tab-active):hover {
  color: #fff;
  background: #1890ff;
  transition: all .3s ease-out;
}

.m-customers-details-list-wrapper .ant-tabs-nav .ant-tabs-tab-active {
  height: 30px;
  box-shadow: inset 0 0 0 1px #1890ff;
}

.m-customers-details-list-wrapper .ant-tabs-nav .ant-tabs-tab-active:before {
  display: none;
}

.m-customers-details-list-wrapper .ant-tabs-tabpane-active {
  padding: 0;
}

.m-customers-details-list-wrapper .ant-tabs-tabpane-active .ant-tabs-tabpane-active {
  background: none;
}

.m-customers-details-list-wrapper .ant-card-body {
  min-height: 90px;
  padding: 0;
  display: flex;
}

.m-customers-details-list-wrapper .ant-card-body .a-customer-content {
  flex: 1;
  padding: 10px;
}

.m-customers-details-list-wrapper .ant-card-head {
  background-color: #f7f7f7;
  min-height: 30px;
  padding: 0 10px 0 0;
}

.m-customers-details-list-wrapper .ant-card-head-title {
  padding: 6px 0;
  display: block;
}

.m-customers-details-list-wrapper .ant-card-extra {
  margin: 0;
  padding: 0;
}

.m-customers-details-list-wrapper .ant-card-extra .ant-btn-group-lg > .ant-btn, .m-customers-details-list-wrapper .ant-card-extra .ant-btn {
  line-height: inherit;
  border: 0 solid #e8e8e8;
  border-width: 0 1px;
  height: 30px;
  padding: 7px 6.5px;
}

.m-customers-details-list-wrapper .ant-card-extra .ant-btn-group-lg > .ant-btn:not(:hover), .m-customers-details-list-wrapper .ant-card-extra .ant-btn:not(:hover) {
  color: #777;
}

.m-customers-details-list-wrapper .ant-card-extra .ant-btn-group > .ant-btn:last-child:not(:first-child), .m-customers-details-list-wrapper .ant-card-extra .ant-btn-group > .ant-btn:first-child:not(:last-child) {
  border-radius: 0;
}

.m-customers-details-list-wrapper .a-customer-summary .ant-card-head-wrapper h2, .m-customers-details-list-wrapper .a-customer-summary .ant-card-head-wrapper h4 {
  margin: 0;
  display: block;
}

.m-customers-details-list-wrapper .a-customer-summary .a-customer-content span {
  padding-bottom: 5px;
  display: list-item;
}

.m-customers-details-list-wrapper .a-admin-list-layout .a-layouts-header, .m-customers-details-list-wrapper .a-details-layout-wrapper .a-layouts-header, .m-customers-details-list-wrapper .a-admin-form-layout .a-layouts-header {
  padding: 0 15px 0 0;
}

.m-customers-details-list-wrapper .a-admin-list-layout .a-layouts-action .ant-btn, .m-customers-details-list-wrapper .a-details-layout-wrapper .a-layouts-action .ant-btn, .m-customers-details-list-wrapper .a-admin-form-layout .a-layouts-action .ant-btn {
  border: 0 solid #e8e8e8;
  border-width: 0 1px;
  border-radius: 0;
  height: 32px;
  margin-left: -1px;
  padding: 0 7.5px;
  line-height: 32px;
}

.m-customers-details-list-wrapper .a-admin-list-layout .a-layouts-title, .m-customers-details-list-wrapper .a-details-layout-wrapper .a-layouts-title, .m-customers-details-list-wrapper .a-admin-form-layout .a-layouts-title {
  font-size: 14px !important;
}

.m-customers-details-list-wrapper .a-admin-list-layout .ant-divider, .m-customers-details-list-wrapper .a-details-layout-wrapper .ant-divider, .m-customers-details-list-wrapper .a-admin-form-layout .ant-divider {
  display: none;
}

.m-customers-details-list-wrapper .a-admin-list-layout .ant-table-thead > tr:first-child > th:first-child, .m-customers-details-list-wrapper .a-admin-list-layout .ant-table-thead > tr:first-child > th:last-child {
  border-radius: 0;
}

.m-customers-details-list-wrapper .a-admin-list-layout .ant-table-wrapper {
  margin: 0;
}

.m-customers-details-list-wrapper .a-details-layout-wrapper .a-layouts-header, .m-customers-details-list-wrapper .a-admin-list-layout .a-layouts-header, .m-customers-details-list-wrapper .a-admin-form-layout .a-layouts-header {
  background: #fff;
}

.m-customers-details-list-wrapper .a-admin-form-layout .a-layouts-content, .m-customers-details-list-wrapper .a-details-layout-wrapper .a-layouts-content {
  padding: 15px;
}

.m-customers-form-wrapper {
  background: #fff;
  padding: 24px;
}

.m-list-confirm-popover {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
  max-height: 117px;
  padding: 10px;
  overflow: hidden;
}

.m-list-confirm-popover .ant-popover-arrow {
  display: none;
}

.m-list-confirm-popover .ant-popover-content {
  padding: 0;
}

.m-list-confirm-popover .ant-popover-inner {
  box-shadow: none;
  padding: 0;
}

.m-list-confirm-popover .ant-popover-inner .ant-popover-inner-content {
  padding: 0;
}

.m-list-confirm-popover .a-confirm-button, .m-list-confirm-popover .a-confirm-label {
  width: 100%;
}

.m-list-confirm-popover .a-confirm-button {
  color: #fff;
  border: none;
  width: 100%;
  background-color: #78bc61 !important;
}

.survey-question-label {
  text-align: right;
  white-space: pre-wrap;
  width: 385px;
}

.survey-question-item label:after {
  margin: 0;
}

.o-customers-details-list {
  margin: 0 20px 20px;
}

.manufacturer-search-modal-table table {
  width: -webkit-max-content;
  width: max-content;
  min-width: 25rem;
  margin: auto;
}

.manufacturer-search-modal-table table .manufacturer-select-btn {
  color: #4670fc;
  cursor: pointer;
  background-color: #0000;
  border: 0;
  font-weight: bold;
}

.m-manufacturerLayout-content .m-list-wrapper {
  padding: 24px;
}

.m-manufacturerLayout-content .m-list .m-list-subdocs {
  padding: 0;
}

.m-manufacturerLayout-content .m-list .ant-tabs-tab {
  margin: 0 0 0 10px;
}

.m-manufacturerLayout-content .m-list .m-list-actions .ant-btn-group {
  padding-right: 5px;
}

.m-manufacturerLayout-content .m-list .m-list-actions .ant-btn-group:last-child {
  padding-left: 5px;
}

.manufacturer-search {
  justify-content: space-between;
  display: flex;
}

.manufacturer-search input {
  margin-left: 10px;
}

.manufacturer-search .manufacturer-search-btn {
  align-items: center;
  height: 32px;
  margin-right: 10px;
  display: flex;
}

.manufacturer-form-container .form-divider {
  border-bottom: 1px solid #8f8f8f;
  width: 20%;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.manufacturer-form-container .form-divider * {
  color: #8f8f8f !important;
}



#tagInput .site-tag-plus {
  background: #fff;
  border-style: dashed;
}

#tagInput .edit-tag {
  -webkit-user-select: none;
  user-select: none;
  align-content: center;
  height: 32px;
  display: inline-grid;
  margin-left: .5rem !important;
}

#tagInput .ant-tag {
  grid-template-columns: auto auto;
  align-content: center;
  align-items: center;
  height: 32px;
  margin-left: 0;
  margin-right: 8px;
  display: inline-grid;
}

#tagInput .tag-input {
  width: 78px;
}

#tagInput [data-theme="dark"] .site-tag-plus {
  background: none;
  border-style: dashed;
}

.list-toolbar {
  padding: 15px;
}

.list-toolbar button {
  margin-top: 10px;
}

.list-toolbar .fields {
  gap: 40px;
  display: flex;
}

.list-toolbar .toolbar-input {
  width: 240px;
  display: flex;
}

.list-toolbar .buttons {
  gap: 5px;
  display: flex;
}

.manufacturer-purchases-footer {
  justify-content: flex-end;
  display: flex;
}

.red-item {
  background-color: #ff000032;
}

.yellow-item {
  background-color: #ffff0050;
}

.green-item {
  background-color: #4cb14c58;
}

.blue-item {
  background-color: #80d3ef3e;
}

.manufacturer .ant-table-wrapper {
  overflow-x: scroll;
}

.manufacturer .ant-table-wrapper table {
  min-width: 1940px;
}

.m-manufacturers-details-list-wrapper * {
  font-size: 12px;
}

.m-manufacturers-details-list-wrapper .o-manufacturers-details-list-item {
  margin-bottom: 0;
}

.m-manufacturers-details-list-wrapper .o-manufacturers-details-list-item .ant-list-item-content {
  margin: 0;
  padding-top: 20px;
}

.m-manufacturers-details-list-wrapper .m-manufacturer-subdocs {
  background-color: #f7f7f7;
  padding: 0;
  display: block;
}

.m-manufacturers-details-list-wrapper .ant-tabs-extra-content {
  line-height: 30px;
  float: left !important;
}

.m-manufacturers-details-list-wrapper .ant-tabs-tab {
  margin: 0;
  padding: 6px 7.5px;
  box-shadow: inset 1px 0 #e8e8e8;
}

.m-manufacturers-details-list-wrapper .m-manufacturer-main-tabbar {
  border: 0 solid #e8e8e8;
  border-width: 0 1px;
}

.m-manufacturers-details-list-wrapper .m-manufacturer-main-tabbar .ant-tabs-tab:first-child, .m-manufacturers-details-list-wrapper .m-manufacturer-main-tabbar .ant-tabs-tab:nth-child(2), .m-manufacturers-details-list-wrapper .m-manufacturer-main-tabbar .a-default-tab {
  display: none;
}

.m-manufacturers-details-list-wrapper .ant-tabs-bar {
  margin: 0 !important;
}

.m-manufacturers-details-list-wrapper .ant-tabs-nav-container {
  min-height: 30px;
}

.m-manufacturers-details-list-wrapper .ant-tabs-nav .ant-tabs-tab:not(.ant-tabs-tab-active):hover {
  color: #fff;
  background: #1890ff;
  transition: all .3s ease-out;
}

.m-manufacturers-details-list-wrapper .ant-tabs-nav .ant-tabs-tab-active {
  height: 30px;
}

.m-manufacturers-details-list-wrapper .ant-tabs-nav .ant-tabs-tab-active:before {
  display: none;
}

.m-manufacturers-details-list-wrapper .ant-tabs-tabpane-active {
  padding: 0;
}

.m-manufacturers-details-list-wrapper .ant-tabs-tabpane-active .ant-tabs-tabpane-active {
  background: none;
}

.m-manufacturers-details-list-wrapper .ant-card-body {
  min-height: 90px;
  padding: 0;
  display: flex;
}

.m-manufacturers-details-list-wrapper .ant-card-body .a-manufacturer-content {
  flex: 1;
  padding: 10px;
}

.m-manufacturers-details-list-wrapper .ant-card-head {
  background-color: #f7f7f7;
  min-height: 30px;
  padding: 0 10px 0 0;
}

.m-manufacturers-details-list-wrapper .ant-card-head-title {
  padding: 6px 0;
  display: block;
}

.m-manufacturers-details-list-wrapper .ant-card-extra {
  margin: 0;
  padding: 0;
}

.m-manufacturers-details-list-wrapper .ant-card-extra .ant-btn-group-lg > .ant-btn, .m-manufacturers-details-list-wrapper .ant-card-extra .ant-btn {
  line-height: inherit;
  border: 0 solid #e8e8e8;
  border-width: 0 1px;
  height: 30px;
  padding: 7px 6.5px;
}

.m-manufacturers-details-list-wrapper .ant-card-extra .ant-btn-group-lg > .ant-btn:not(:hover), .m-manufacturers-details-list-wrapper .ant-card-extra .ant-btn:not(:hover) {
  color: #777;
}

.m-manufacturers-details-list-wrapper .ant-card-extra .ant-btn-group > .ant-btn:last-child:not(:first-child), .m-manufacturers-details-list-wrapper .ant-card-extra .ant-btn-group > .ant-btn:first-child:not(:last-child) {
  border-radius: 0;
}

.m-manufacturers-details-list-wrapper .a-manufacturer-summary .ant-card-head-wrapper h2, .m-manufacturers-details-list-wrapper .a-manufacturer-summary .ant-card-head-wrapper h4 {
  margin: 0;
  display: block;
}

.m-manufacturers-details-list-wrapper .a-manufacturer-summary .a-manufacturer-content span {
  padding-bottom: 5px;
  display: list-item;
}

.m-manufacturers-details-list-wrapper .a-admin-list-layout .a-layouts-header, .m-manufacturers-details-list-wrapper .a-details-layout-wrapper .a-layouts-header, .m-manufacturers-details-list-wrapper .a-admin-form-layout .a-layouts-header {
  padding: 0 15px 0 0;
}

.m-manufacturers-details-list-wrapper .a-admin-list-layout .a-layouts-action .ant-btn, .m-manufacturers-details-list-wrapper .a-details-layout-wrapper .a-layouts-action .ant-btn, .m-manufacturers-details-list-wrapper .a-admin-form-layout .a-layouts-action .ant-btn {
  border: 0 solid #e8e8e8;
  border-width: 0 1px;
  border-radius: 0;
  height: 32px;
  margin-left: -1px;
  padding: 0 7.5px;
  line-height: 32px;
}

.m-manufacturers-details-list-wrapper .a-admin-list-layout .a-layouts-title, .m-manufacturers-details-list-wrapper .a-details-layout-wrapper .a-layouts-title, .m-manufacturers-details-list-wrapper .a-admin-form-layout .a-layouts-title {
  font-size: 14px !important;
}

.m-manufacturers-details-list-wrapper .a-admin-list-layout .ant-divider, .m-manufacturers-details-list-wrapper .a-details-layout-wrapper .ant-divider, .m-manufacturers-details-list-wrapper .a-admin-form-layout .ant-divider {
  display: none;
}

.m-manufacturers-details-list-wrapper .a-admin-list-layout .ant-table-thead > tr:first-child > th:first-child, .m-manufacturers-details-list-wrapper .a-admin-list-layout .ant-table-thead > tr:first-child > th:last-child {
  border-radius: 0;
}

.m-manufacturers-details-list-wrapper .a-admin-list-layout .ant-table-wrapper {
  margin: 0;
}

.m-manufacturers-details-list-wrapper .a-details-layout-wrapper .a-layouts-header, .m-manufacturers-details-list-wrapper .a-admin-list-layout .a-layouts-header, .m-manufacturers-details-list-wrapper .a-admin-form-layout .a-layouts-header {
  background: #fff;
}

.m-manufacturers-details-list-wrapper .a-admin-form-layout .a-layouts-content, .m-manufacturers-details-list-wrapper .a-details-layout-wrapper .a-layouts-content {
  padding: 15px;
}

.m-manufacturers-form-wrapper {
  background: #fff;
  padding: 24px;
}

.m-list-confirm-popover {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
  max-height: 117px;
  padding: 10px;
  overflow: hidden;
}

.m-list-confirm-popover .ant-popover-arrow {
  display: none;
}

.m-list-confirm-popover .ant-popover-content {
  padding: 0;
}

.m-list-confirm-popover .ant-popover-inner {
  box-shadow: none;
  padding: 0;
}

.m-list-confirm-popover .ant-popover-inner .ant-popover-inner-content {
  padding: 0;
}

.m-list-confirm-popover .a-confirm-button, .m-list-confirm-popover .a-confirm-label {
  width: 100%;
}

.m-list-confirm-popover .a-confirm-button {
  color: #fff;
  border: none;
  width: 100%;
  background-color: #78bc61 !important;
}

.o-manufacturers-details-list {
  margin: 0 20px 20px;
}

.o-manufacturers-details-list .ant-pagination {
  padding-top: 20px;
}

.manufacturers-main-top {
  background-color: #fff;
  padding: 11.5px 20px;
  display: flex;
}

.manufacturers-main-top > div {
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.manufacturers-main-top > div input {
  width: 160px;
}

.manufacturers-main-top > div label {
  color: #000000d9;
  margin-left: 10px;
  font-size: 12px;
}

.o-workflowLayout-content .o-list-wrapper {
  padding: 24px;
}

.o-workflowLayout-content .o-list .o-list-subdocs {
  padding: 0;
}

.o-workflowLayout-content .o-list .ant-tabs-tab {
  margin: 0 0 0 10px;
}

.o-workflowLayout-content .o-list .o-list-actions .ant-btn-group {
  padding-right: 5px;
}

.o-workflowLayout-content .o-list .o-list-actions .ant-btn-group:last-child {
  padding-left: 5px;
}

.customer-container {
  display: flex;
}

.customer-container button {
  margin-right: 20px;
}

.order-delivery-date-field {
  align-items: center;
  gap: 5px;
  display: flex;
}

.order-delivery-date-field .ant-form-item {
  margin-bottom: 0 !important;
}

.deliveryMethod-form-label .ant-form-item-label label {
  padding-left: 74px;
}

.deliveryAddress-form-label .ant-form-item-label label {
  padding-left: 72px;
}

.packingMethod-form-label .ant-form-item-label label {
  padding-left: 50px;
}

.palletRowsCount-form-label .ant-form-item-label label {
  padding-left: 12px;
}

.labelAndLaserInformation-form-label .ant-form-item-label label {
  padding-left: 38px;
}

.deliveryCostPayer-form-label .ant-form-item-label label {
  padding-left: 9px;
}

.carriagePermit-form-label .ant-form-item-label label {
  padding-left: 75px;
}

.deliveryCost-form-label .ant-form-item-label label {
  padding-left: 0;
}

.deliveryCostDocument-form-label .ant-form-item-label label {
  padding-left: 10px;
}

.customAddress-form-label .ant-form-item-label label {
  padding-left: 76px;
}

.receiverName-form-label .ant-form-item-label label {
  padding-left: 24px;
}

.receiverMobileNumber-form-label .ant-form-item-label label {
  padding-left: 0;
}

.consideration-form-label .ant-form-item-label label {
  padding-left: 76px;
}

.salesManagerApproval-form-label .ant-form-item-label label {
  padding-left: 10px;
}

.delivery-one .details-table {
  margin-bottom: 15px;
  background-color: #f7f7f7 !important;
}

.delivery-one .detail {
  width: -webkit-max-content;
  width: max-content;
  padding: 10px;
}

.delivery-one .detail svg {
  color: #026b9f;
  margin-left: 5px;
}



.o-list-financial-details .ant-tag {
  color: #565656;
  border-radius: 0;
  height: 30px;
  margin: 0;
  line-height: 30px;
}

.o-list-financial-details-list .ant-list-item {
  padding: 0;
}

.o-list-financial-details-list .ant-list-item-action {
  margin: 10px 20px 10px 0 !important;
}

.o-list-financial-details-list .o-financial-details-reducer .ant-list-item-action span {
  color: #a31837;
}

.o-list-financial-details-list .o-financial-details-increaser .ant-list-item-action span {
  color: #00924c;
}

.financial-statement-one .details-table {
  margin-bottom: 15px;
  background-color: #f7f7f7 !important;
}

.financial-statement-one .detail {
  width: -webkit-max-content;
  width: max-content;
  padding: 10px;
}

.financial-statement-one .detail svg {
  color: #026b9f;
  margin-left: 5px;
}

.link-document {
  color: #1890ff;
  display: flex;
}

.link-document span {
  cursor: pointer;
}

.link-document svg {
  margin-left: 3px;
}

.guarantee-tables {
  align-items: flex-start;
  display: flex;
}

.guarantee-tables .guarantee-table {
  table-layout: fixed;
  height: -webkit-min-content;
  height: min-content;
}

.guarantee-tables .guarantee-table .guarantee-detail {
  border: 1px solid #e5e5e5;
  height: 2rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

.guarantee-tables .guarantee-table .guarantee-table-head {
  border: 1px solid #e5e5e5;
  height: 1.5rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  padding-right: .5rem;
  background-color: #f5f5f5 !important;
}

.border-left-none {
  border-left: none !important;
}

.border-right-none {
  border-right: none !important;
}

.font-bold {
  font-weight: bold !important;
}

.border-highlight {
  border: 2px solid #00324a;
  margin: 10px;
}

.bg-green {
  background-color: #4afa145e !important;
}

.border-green {
  border: 4px solid #4afa145e !important;
}

.bg-blue {
  background-color: #b3d9ff !important;
}

.border-blue {
  border: 4px solid #b3d9ff !important;
}

.bg-gray {
  background-color: #d1d5dbbf;
}

.timeline {
  width: 100%;
  padding: 30px;
}

.timeline-item h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0 !important;
}

.timeline-item h2.forward {
  color: #303084;
}

.timeline-item h2.backward {
  color: #c71919;
}

.timeline-item h3 {
  color: #111;
  font-size: 20px;
}

.timeline-item p {
  color: #555;
  font-size: 13px;
  margin-bottom: 0 !important;
}

.timeline-item span {
  color: #777;
}

.timeline-item-icon {
  background: none !important;
  font-size: 17px !important;
}

.backward-reason {
  font-weight: bold;
  color: #1c2153 !important;
}

.grade-style {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.grade-style h3 {
  color: #484848;
  margin-bottom: 0;
  margin-left: 5px;
  font-weight: bold;
}

.grade-style span {
  color: #fff;
  background-color: #009fb7;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  font-size: 14px !important;
}

.letter-print-modal {
  direction: ltr;
  width: 40% !important;
}

.letter-print-modal .ant-modal-body {
  overflow-y: scroll;
}

.letter-print-modal .subject span {
  font-family: BNazaninBold, Arial !important;
}

.letter-print-modal .letter-body-content p {
  font-family: BNazanin, Arial !important;
}

.letter-print-modal .print-modal-header-left :nth-child(2) p span {
  font-family: BNazaninBoldPersianNumber !important;
}

.invoice-one .details-table {
  margin-bottom: 15px;
  background-color: #f7f7f7 !important;
}

.invoice-one .detail {
  width: -webkit-max-content;
  width: max-content;
  padding: 10px;
}

.invoice-one .detail .icon {
  color: #026b9f;
  margin-left: 5px;
}

.invoice-one .detail .paperclip-icon {
  margin-left: 5px;
}

.searchButton {
  align-items: center;
  width: -webkit-fit-content;
  width: fit-content;
  height: 32px;
  display: flex;
}

.item-search-form-button-container {
  display: flex;
}

.item-search-form-button-container button {
  margin-left: 14px;
}

.itemTechnicalDescription .ant-form-item-control-wrapper {
  width: 35%;
}

.active-span {
  color: #969696;
  margin-right: .5rem;
  line-height: 2.5rem;
  font-size: 10px !important;
}

.last-selected-product {
  color: #575757;
  font-size: 11px !important;
}

.o-items-details .o-item-detail {
  width: -webkit-max-content;
  width: max-content;
  padding: 10px;
}

.o-items-details .o-item-detail svg {
  color: #026b9f;
  margin-left: 5px;
}

.item-printable-wrapper {
  width: 680px;
  min-height: 870px;
  margin: 0 auto;
  position: relative;
}

.item-table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 10px;
  font-size: .85em;
}

.item-table td {
  word-break: normal;
  border: 1px solid #000;
  padding: 10px;
  overflow: hidden;
}

.item-table th {
  word-break: normal;
  border: 1px solid #000;
  padding: 10px;
  font-weight: bold;
  overflow: hidden;
}

.content-main .ant-form-item-label {
  line-height: 15px !important;
}

.content-main .flex-row {
  height: 35px;
  display: flex;
}

.content-main .flex-row label {
  color: #3d3d3d;
  min-width: 40px;
  margin-left: 5px;
}

.content-main .flex-row .number-input {
  width: 8rem !important;
}

.footer-modal {
  margin-top: 2rem;
}

.footer-modal button {
  margin-left: .5rem;
}

.item-packed {
  background-color: #52c41a42;
}

.item-other {
  background-color: #c4b91a42;
}

.item-pending {
  background-color: #ff000032;
}

.text-center {
  text-align: center;
}

.valid {
  background-color: #dcfce7;
}

.invalid {
  background-color: #ffe4e6;
}

.bg-white {
  background-color: #fff;
}

.header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bg-orange {
  background-color: #ffedd5;
}

.product-switch-container {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.ant-switch-checked {
  background-color: #f0a38c;
}

.validation-icon {
  min-width: 1.75rem;
}

.files-pagination {
  padding: 1.25rem 0;
}

.border-b-2 {
  border-bottom: 2px solid #a1a1aa;
}

.materialCodeSearchButton {
  align-items: center;
  height: 32px;
  margin-right: 10px;
  display: flex;
}

.materialSearchInputWrapper {
  align-items: center;
  display: flex;
}

.materialSearchInputWrapper .ant-form-item-children {
  display: flex;
}

.helper-field {
  color: gray;
  margin-right: 5px;
  font-size: 11px !important;
}

#material-request-dropdown {
  align-items: center;
  display: flex;
}

.material-result-status {
  text-align: center;
  background-color: #1691ff26;
  border: 1px solid #1691ff;
  border-radius: 4px;
  align-items: center;
  width: -webkit-max-content;
  width: max-content;
  height: 27px;
  margin-right: 15px;
  display: flex;
}

.material-result-status p {
  cursor: pointer;
  width: -webkit-max-content;
  width: max-content;
  margin-bottom: 0;
  padding: 0 10px;
  font-size: 11px !important;
}

.dynamic-width-input {
  box-sizing: border-box;
  width: auto;
  min-width: 30ch;
  max-width: 100%;
}

.material-request-form-content {
  align-items: flex-start;
  display: flex;
}

.outsourcing-material-request {
  margin-top: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 0 10px #e2e2e2;
}

.p-1 {
  padding: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.input-material-details {
  width: 50%;
}

.input-material-details > div > h3 {
  color: #5c5c5c;
  margin-bottom: 0;
  font-weight: bold;
}

.output-material-details {
  width: 50%;
}

.output-material-details > div > h3 {
  color: #5c5c5c;
  margin-bottom: 0;
  font-weight: bold;
}

.material-request-form-head {
  background-color: #f3f4f7;
  border-bottom: 1px solid #e2e2e2;
  padding: 1rem;
  display: flex;
}

.outsourcing-material-detail {
  border-left: 1px solid #e2e2e2;
  width: 50%;
}

.outsourcing-alert {
  margin-top: 10px;
  margin-right: 1rem;
}

.material-request-modal-table table {
  width: -webkit-max-content;
  width: max-content;
  min-width: 25rem;
  margin: auto;
}

.material-request-modal-table .ant-table-pagination li {
  font-size: 12px;
  min-width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
}

.material-request-modal-table table td, .material-request-modal-table table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.material-request-modal-table table tr:hover {
  background-color: #ddd;
}

.material-request-modal-table table th {
  color: #fff;
  background-color: #009fb7;
  padding-top: 12px;
  padding-bottom: 12px;
}

.quantity-loading {
  color: #009fb7;
}

.text-center {
  text-align: center;
}

.value-search-box-warning label {
  color: #8f8f8f;
  margin-left: 5px;
  font-size: 10px;
}

.value-search-box-warning span {
  color: #686868;
  font-size: 11px;
}

.value-search-box-info label {
  color: #8f8f8f;
  margin-left: 5px;
  font-size: 12px;
}

.value-search-box-info span {
  color: #686868;
  font-size: 13px;
}

.material-column {
  align-items: center;
  display: flex;
}

.material-column > span {
  width: -webkit-max-content;
  width: max-content;
  min-width: 10px;
  margin-left: 6px;
}

.--over_limited {
  font-size: larger;
  color: #dbc800 !important;
  top: 7.5px !important;
}

.modal-alert {
  margin-bottom: 10px;
}

.field-array-table {
  border-radius: 3px;
  min-width: 30vw;
  max-width: 70%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.field-array-table tr {
  height: 30px;
}

.field-array-table td, .field-array-table th {
  border: 1px solid #ddd;
  padding: 10px;
}

.field-array-table td.row-number-cell, .field-array-table th.row-number-cell {
  text-align: center;
  width: 10px;
}

.field-array-table td.max-content-row, .field-array-table th.max-content-row {
  width: 10px;
}

.field-array-table td.center-align-row, .field-array-table th.center-align-row {
  text-align: center;
}

.field-array-table td.no-record, .field-array-table th.no-record {
  text-align: center;
  padding: 12px;
}

.field-array-table th {
  color: #00324a;
  background-color: #f3f4f7;
}

.field-array-table .table-input textarea {
  font-size: 12px;
}

.field-array-table .ant-input, .field-array-table .ant-select-selection {
  border: none;
  border-radius: 0;
  height: 42px;
}

.field-array-table .ant-form-item {
  width: 100%;
  margin: 0 !important;
}

.field-array-table .ant-form-item-control-wrapper {
  width: 100%;
}

.field-array-table .ant-select-selection-selected-value {
  align-items: center;
  height: 42px;
  display: flex !important;
}

.field-array-table .ant-form-explain {
  z-index: 1;
  pointer-events: none;
  align-items: center;
  width: -webkit-max-content;
  width: max-content;
  display: flex;
  position: absolute;
  bottom: 3px;
  font-size: 10px !important;
}

.field-array-table .ant-form-explain:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  padding-left: 5px;
}

.field-array-table .ant-form-explain:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  padding-right: 5px;
}

.field-array-table .ant-form-explain:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  padding-right: 5px;
}

.table-thead-td {
  display: flex;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  padding: 0 !important;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

.table-dynamic-content {
  width: 100%;
  display: flex;
  border: none !important;
  padding: 0 !important;
}

.table-action {
  width: 6.3rem;
  display: flex;
  border-top: 0 !important;
  border-right: 0 !important;
  padding: 0 !important;
}

.table-action span {
  width: 100% !important;
}

.table-td {
  color: #00324a;
  text-align: center;
  background-color: #f3f4f7;
}

.d-flex-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.border-right-table {
  border-right: 1px solid #d8d8d8;
}

.p-0 {
  padding: 0 !important;
}

.danger-button, .default-button, .default-button > button {
  border: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 43px;
  margin: 0;
  padding: 0;
  display: flex;
}

.old-value {
  background-color: #ffeded;
}

.new-value {
  background-color: #e9feed;
}

.diff-details-table tr th {
  color: #00324a;
  background-color: #f3f4f7;
  font-weight: bold;
}

.diff-details-table tr td {
  font-weight: 500;
  padding: 8px !important;
}

.field-array {
  flex-direction: column;
  display: flex;
}

.field-array.with-bottom-border {
  border-bottom: 1px solid #ccc;
  width: calc(100% + 20px);
  margin-bottom: 10px;
  margin-right: -10px;
  padding-bottom: 10px;
}

.field-array.item {
  margin-right: -10px;
}

.field-item {
  margin-bottom: 10px;
  margin-left: 20px;
}

.field-item.first-item {
  margin-left: 20px;
  margin-right: 5px;
}

.field-item.item {
  margin-right: 5px;
}

.field-label {
  color: #797979;
  margin-left: 10px;
  margin-right: 10px;
}

.text-color {
  color: #797979;
}

.old-value, .new-value {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 300px;
  overflow: hidden;
}

.max-content-width {
  max-width: 300px;
}

.diff-details-table {
  width: -webkit-max-content;
  width: max-content;
  margin: auto;
}

.warehouse-material-request-histories-table {
  max-width: 900px;
}

.warehouse-material-request-histories-table thead {
  text-align-last: center;
  background-color: #f3f4f7;
  font-weight: bold;
}

.warehouse-material-request-histories-table tbody {
  text-align-last: center;
}

.warehouse-material-request-histories-table tbody tr td {
  font-weight: 500;
  position: relative;
  padding: 8px !important;
  font-size: 12px !important;
}

.warehouse-material-request-histories-table tbody tr:nth-child(2n) {
  background-color: #fff;
}

.o-materialRequests-details {
  padding-top: 20px;
}

.o-materialRequests-details .o-materialRequests-detail svg {
  margin-left: 5px;
}

.o-materialRequests {
  margin-top: -15px;
  margin-right: -15px;
}

.warehouse-material-request-histories {
  margin-top: 20px;
}

.modal-table {
  width: -webkit-max-content;
  width: max-content;
}

.modal-table .ant-table-pagination li {
  min-width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
}

.disable-thead thead {
  display: none;
}

.disable-thead td {
  padding: 5px 10px !important;
}

.disable-thead tr:first-child {
  border-top: 1px solid #ccc;
}

.material-invalid, .material-invalid > td {
  background-color: #faad145e !important;
}

.request-green-dark, .request-green-dark > td {
  background-color: #88cd88b7 !important;
}

.request-green, .request-green > td {
  background-color: #4afa145e !important;
}

.request-red, .request-red > td {
  background-color: #fa42145e !important;
}

.material-request-list-component .collapse-container {
  width: 100% !important;
}

.material-request-list-component .collapse-container .ant-collapse-content-box {
  padding: 0 !important;
}

.ــoutsourcing-type .ant-table-row-expand-icon {
  color: #fff;
  background-color: #242424 !important;
}

.__show-with-position {
  border: 3px solid #4e4e4e;
}

.material-title-bolder {
  font-weight: bold;
}

.mirrored-surplus-material .ant-table-row-expand-icon {
  opacity: .4;
  cursor: not-allowed;
}

.mirrored-surplus-material td {
  background-color: #59649c3d;
}

.material-code-container {
  align-items: center;
  gap: 6px;
  display: inline-flex;
  position: relative;
}

.material-code-container.disabled {
  cursor: default;
  color: inherit;
}

.material-code-link {
  color: #1890ff;
  cursor: pointer;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.material-code-link:hover {
  text-decoration: none;
}

.material-code-link.disabled {
  cursor: default;
  color: inherit;
  pointer-events: none;
}

.material-code-copy-icon {
  cursor: pointer;
  color: #1890ff;
  opacity: .8;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  font-size: 12px;
  transition: opacity .2s;
  display: inline-flex;
}

.material-code-copy-icon:hover {
  opacity: 1;
}

.material-code-copy-icon svg {
  width: 12px;
  height: 12px;
}

.inquiryResultDetails-table tr td {
  padding: 0 5px !important;
  font-size: 11px !important;
}

.inquiryResultDetails-table tr th {
  font-size: 12px !important;
}

.inquiryResultDetails-table .ant-form-explain {
  width: -webkit-max-content;
  width: max-content;
  font-size: 9.5px !important;
}

.inquiryResultDetails-table .ant-form-item {
  margin-bottom: 0 !important;
}

.material-grouping-action-model input:focus {
  box-shadow: none !important;
}

.material-grouping-action-model .table-green tr:hover {
  background-color: #fff !important;
}

.number-input-td {
  width: 158px;
  border-left: 1px solid #ddd !important;
  padding: 0 !important;
}

.number-input-td input {
  border-radius: 0;
  font-size: 12px;
  border: none !important;
  padding: 5px !important;
}

.minus-button {
  color: #fb7d7d;
}

.plus-button {
  color: #3cc8dd;
}

.button-td {
  width: 25px;
}

.button-td button {
  padding: 10px;
  border: none !important;
  border-radius: 0 !important;
  font-size: 10px !important;
}

.information-button button {
  border: none;
  border-radius: 50%;
  width: 25px;
  color: #009fb7 !important;
  border-color: #009fb7 !important;
}

.print-table.outsourcing-service-print {
  border: 3px double #000;
  width: 100%;
}

.print-table.outsourcing-service-print table {
  width: 100%;
}

.print-table.outsourcing-service-print table td {
  border: 1px solid #000;
  width: auto;
  min-width: 50px;
}

.print-table.outsourcing-service-print .header-table {
  border: 1px solid #000;
  border-bottom: none;
  display: flex;
}

.print-table.outsourcing-service-print .header-table .logo {
  justify-content: center;
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.print-table.outsourcing-service-print .header-table .logo:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-right: 1px solid #000;
}

.print-table.outsourcing-service-print .header-table .logo:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-left: 1px solid #000;
}

.print-table.outsourcing-service-print .header-table .logo:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-left: 1px solid #000;
}

.print-table.outsourcing-service-print .header-table .logo img {
  width: 3rem;
}

.print-table.outsourcing-service-print .header-table .title {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bolder;
  line-height: 2rem;
  display: flex;
}

.print-table.outsourcing-service-print .header-table .dates {
  flex-direction: column;
  justify-content: flex-start;
  gap: .25rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
}

.print-table.outsourcing-service-print .header-table .dates:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-left: 1px solid #000;
}

.print-table.outsourcing-service-print .header-table .dates:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-right: 1px solid #000;
}

.print-table.outsourcing-service-print .header-table .dates:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-right: 1px solid #000;
}

.print-table.outsourcing-service-print .header-table .dates .date {
  text-align: end;
  width: 100%;
  min-width: -webkit-max-content;
  min-width: max-content;
}

.print-table.outsourcing-service-print .header-table .dates .date:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  padding-left: 6rem;
  padding-right: .25rem;
}

.print-table.outsourcing-service-print .header-table .dates .date:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  padding-left: .25rem;
  padding-right: 6rem;
}

.print-table.outsourcing-service-print .header-table .dates .date:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  padding-left: .25rem;
  padding-right: 6rem;
}

.print-table.outsourcing-service-print .body-table {
  table-layout: fixed;
  width: 100%;
}

.print-table.outsourcing-service-print .body-table .printing-details-table td {
  text-align: center;
}

.print-table.outsourcing-service-print .body-table .printing-details-table td.item-title {
  width: 250px !important;
}

.print-table.outsourcing-service-print .body-table .printing-details-table td.item-quantity {
  width: 110px !important;
}

.print-table.outsourcing-service-print .body-table .printing-details-table td.item-quantity:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-right: 1px solid #000;
}

.print-table.outsourcing-service-print .body-table .printing-details-table td.item-quantity:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-left: 1px solid #000;
}

.print-table.outsourcing-service-print .body-table .printing-details-table td.item-quantity:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-left: 1px solid #000;
}

.print-table.outsourcing-service-print .body-table .printing-details-table td.item-index {
  width: 55px !important;
}

.print-table.outsourcing-service-print .body-table td {
  padding: 5px;
}

.print-table.outsourcing-service-print .body-table td.text-align-center {
  text-align: center;
}

.print-table.outsourcing-service-print .body-table .fake-checkboxes-container {
  gap: 15px;
  display: flex;
}

.print-table.outsourcing-service-print .body-table .fake-checkbox-item {
  align-items: center;
  gap: 5px;
  display: flex;
}

.print-table.outsourcing-service-print .body-table .small-checkbox .ant-checkbox-inner {
  width: 12px;
  height: 12px;
  margin-top: 4px;
}

.print-table.outsourcing-service-print .body-table .services-container {
  flex-wrap: wrap;
  display: flex;
}

.print-table.outsourcing-service-print .body-table .services-container .service-item {
  align-items: center;
  gap: 15px;
  margin-left: 10px;
  display: flex;
}

.print-table.outsourcing-service-print .body-table .p-0 {
  padding: 0;
}

.print-table.outsourcing-service-print .body-table .properties-container {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.print-table.outsourcing-service-print .body-table .properties-container .properties-row {
  width: 100%;
  display: flex;
}

.print-table.outsourcing-service-print .body-table .properties-container .properties-row .properties-item {
  text-align: center;
  border: 1px solid #bcbcbc;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: -webkit-max-content;
  min-width: max-content;
  padding: .5rem;
  display: flex;
}

.print-table.outsourcing-service-print .body-table .properties-container .properties-row .properties-item:nth-child(3):not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-right: none;
}

.print-table.outsourcing-service-print .body-table .properties-container .properties-row .properties-item:nth-child(3):-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-left: none;
}

.print-table.outsourcing-service-print .body-table .properties-container .properties-row .properties-item:nth-child(3):is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-left: none;
}

.print-table.outsourcing-service-print .body-table .properties-container .properties-row .properties-item-value {
  flex-direction: row;
  justify-content: center;
  gap: .25rem;
  width: 100%;
  display: flex;
}

.print-table.outsourcing-service-print .footer {
  padding: .25rem;
}

.print-table.outsourcing-service-print .footer .reminders {
  font-size: 10px;
}

.print-table.outsourcing-service-print .footer .validation {
  border: 2px dashed #770047;
  width: 60%;
  height: 65px;
  padding: 5px 10px;
}

.print-table.outsourcing-service-print .dashed {
  border-top: 1px dashed #000000a6;
  margin-top: 12px;
}

.print-table.outsourcing-service-print .hide {
  border-bottom: 1px solid #fff !important;
}

.print-table.outsourcing-service-print .category {
  text-align: center;
  min-width: unset !important;
  width: 45px !important;
}

.print-table.outsourcing-service-print .category p {
  position: absolute;
  transform: rotate(90deg) !important;
}

.print-table.outsourcing-service-print .applicant-container .description {
  margin-top: 5px;
}

.print-table.outsourcing-service-print .signature-wrapper {
  justify-content: center;
  max-width: 50%;
  display: flex;
}

.print-table.outsourcing-service-print .signature-wrapper:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-left: auto;
}

.print-table.outsourcing-service-print .signature-wrapper:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: auto;
}

.print-table.outsourcing-service-print .signature-wrapper:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: auto;
}

.print-table.outsourcing-service-print .signature-wrapper .signature-container {
  justify-content: center;
  display: flex;
}

.print-table.outsourcing-service-print .signature-image-box {
  margin-top: -8px;
}

.print-table.outsourcing-service-print .signature-img {
  max-width: 90px;
}

.print-table.outsourcing-service-print .white {
  color: #fff;
  height: 33px !important;
}

.print-table.outsourcing-service-print .white td {
  border-color: #fff !important;
}

.print-table.outsourcing-service-print .bold {
  font-weight: bold;
}

.print-table.outsourcing-service-print .approvals-wrapper {
  grid-template-columns: 46px 1fr;
  width: 100%;
  display: grid;
}

.print-table.outsourcing-service-print .approvals-wrapper .approvals-category {
  border: 1px solid #000;
  border-bottom: 2px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.print-table.outsourcing-service-print .approvals-wrapper .approvals-category p {
  text-orientation: sideways;
  writing-mode: vertical-rl;
}

.print-table.outsourcing-service-print .approvals-wrapper .approvals {
  grid-template-rows: repeat(2, 1fr);
  display: grid;
}

.print-table.outsourcing-service-print .approvals-wrapper .approvals .approval-row {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

.print-table.outsourcing-service-print .approvals-wrapper .approvals .approval-row:first-child {
  border-top: 1px solid #000;
}

.print-table.outsourcing-service-print .approvals-wrapper .approvals .approval-row:last-child {
  border-bottom: 1px solid #000;
}

.print-table.outsourcing-service-print .approvals-wrapper .approvals .approval-row .approval {
  border-bottom: 1px solid #000;
  padding: .5rem;
}

.print-table.outsourcing-service-print .approvals-wrapper .approvals .approval-row .approval:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-right: 1px solid #000;
}

.print-table.outsourcing-service-print .approvals-wrapper .approvals .approval-row .approval:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-left: 1px solid #000;
}

.print-table.outsourcing-service-print .approvals-wrapper .approvals .approval-row .approval:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-left: 1px solid #000;
}

.print-table.outsourcing-service-print .image-box {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.print-table.outsourcing-service-print .image-box .image-card {
  background-color: #ebebeb;
  border: 1px solid #565656;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 210px;
  margin: 5px;
  display: flex;
  box-shadow: 4px 4px 5px -2px #8d8d8d;
}

.print-table.outsourcing-service-print .image-box .image-card .img-description {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
  display: flex;
}

.print-table.outsourcing-service-print .image-box .image-card .img-content {
  width: 100%;
  height: 80%;
}

.print-table.outsourcing-service-print .image-box .image-card .img-content .img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.print-table.outsourcing-service-print .textArea-width-input {
  width: 40rem;
}

.print-table.outsourcing-service-print .form-layout .ant-row {
  display: flex !important;
}

.print-table.outsourcing-service-print .date-result {
  margin-right: 5px;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
}

.print-table.outsourcing-service-print .material-title-head > div {
  background-color: #ededed;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 35px;
  display: flex;
}

.print-table.outsourcing-service-print .material-title-content > div {
  border-bottom: 1px solid #000;
  align-items: center;
  height: 35px;
  padding-right: 5px;
  display: flex;
}

.print-table.outsourcing-service-print .material-title-content > div:last-child, .print-table.outsourcing-service-print .material-title-head > div:last-child {
  border: none;
}

.print-table.outsourcing-service-print .separator {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.outsourcing-one {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.mr-250 {
  margin-right: 250px;
}

.workflow-loader {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: 48px;
  left: 0;
}

.workflow-loader .workflow-overlay {
  z-index: 9998;
  background-color: #00000054;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.workflow-loader .workflow-loading {
  color: #12506d;
  font-size: 40px;
}

.trinketed-item {
  color: #0178af;
  margin: 20px 15px;
}

.text-align-end {
  text-align: end;
  width: 230px;
}

.combined-workflow-list {
  flex-wrap: nowrap !important;
  width: -webkit-max-content !important;
  width: max-content !important;
}

.workflow-list {
  flex-flow: column wrap;
  align-items: center;
  width: 80rem;
  display: flex;
}

.workflow-list .workflow {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.workflow-list .workflow .workflow-row {
  align-items: center;
  display: flex;
  position: relative;
}

.workflow-list .workflow .workflow-row .workflow-item {
  margin-top: 20px;
  position: relative;
}

.workflow-list .workflow .workflow-row .arrow {
  background-color: #d2d2d2;
  width: 110px;
  height: 1px;
  margin-left: .5px;
  position: relative;
}

.workflow-list .workflow .workflow-row .arrow .add {
  color: #6ab1d1;
  text-align: center;
  cursor: pointer;
  background-color: #f8fcfe;
  border: 1px dashed #6ab1d1;
  border-radius: 5px;
  justify-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
  transform: translateY(-45%)translateX(0);
}

.workflow-list .workflow .workflow-row .arrow .add:hover {
  color: #fff;
  background-color: #6ab1d1;
}

.workflow-list .workflow .workflow-row .arrow:after {
  content: ">";
  color: #d2d2d2;
  border-width: 5px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-39%)translateX(-1px);
}

.workflow-list .combined-workflow {
  flex-wrap: wrap;
}

.workflow-list .combined-workflow-row {
  margin-right: 207px;
}

.combined-item {
  position: absolute;
}

.line {
  background-color: #d2d2d2;
  width: 1px;
  height: 70px;
  position: absolute;
  top: 55px;
  left: 53px;
}

.half-arrow {
  width: 55px !important;
}

.d-flex-row-center, .workflow-card .workflow-card-header {
  justify-content: center;
  align-items: center;
  display: flex;
}

.d-flex-column-center, .workflow-card .workflow-card-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.action {
  color: var(--border-color, #6ab1d1);
  border: none;
  height: 10px;
  margin: 3px;
  padding: 0;
  display: flex;
  background-color: inherit !important;
}

.action:hover {
  color: #12506d;
  cursor: pointer;
  background-color: inherit;
}

.workflow-card {
  border: 1.5px solid var(--border-color, #6ab1d1);
  border-radius: 3px;
  flex-direction: column;
  width: 150px;
  height: 70px;
  display: flex;
}

.workflow-card .workflow-card-header {
  background-color: var(--header-color, #d0ebf8);
  border-bottom: 1.5px solid var(--border-color, #6ab1d1);
  width: 100%;
  height: 60px;
}

.workflow-card .workflow-card-header:hover {
  border-color: #12506d;
}

.workflow-card .workflow-card-content {
  background-color: var(--main-color, #e7f4fa);
  width: 100%;
  height: 180px;
}

.workflow-card .workflow-card-content .title {
  text-align: center;
  margin: 0 0 5px;
  padding: 0;
}

.workflow-card .workflow-card-content .extra-title {
  text-align: center;
  color: #6d6d6d;
  margin: 0 0 5px;
  padding: 0;
  font-size: 10px !important;
}

.workflow-card .workflow-card-content .card-number {
  position: absolute;
  bottom: 5px;
  left: 8px;
  color: #6f6f6f !important;
  font-size: 9px !important;
}

.workflow-card .combined-arrow {
  background-color: #d2d2d2;
  width: 55px;
  height: 1px;
  position: absolute;
  top: 35px;
  left: 0;
}

.combined-workflow-card {
  margin-left: 55px;
}

.workflow-card-curved {
  width: 170px;
  height: 100px;
  border-radius: 15px !important;
}

.workflow-card-curved .workflow-card-content {
  border-radius: 0 0 15px 15px !important;
}

.workflow-card-curved .workflow-card-header {
  border-radius: 15px 15px 0 0 !important;
}

.workflow-card:hover {
  box-shadow: 0 0 8px var(--header-color, #d0ebf8);
  border-color: #12506d;
}

.workflow-card:hover .workflow-card-header {
  border-color: #12506d;
}

.print-table.surplus-print {
  border: 3px double #000;
  width: 100%;
}

.print-table.surplus-print table {
  width: 100%;
}

.print-table.surplus-print table td {
  border: 1px solid #000;
  width: auto;
  min-width: 50px;
}

.print-table.surplus-print .approvements-by-roles {
  vertical-align: top;
  height: 1.5rem;
}

.print-table.surplus-print .approvements-by-roles td {
  font-weight: bold;
}

.print-table.surplus-print .font-bold {
  font-size: 12px;
}

.print-table.surplus-print .description {
  display: flex;
}

.print-table.surplus-print .description .description-title {
  font-size: 12px !important;
  font-weight: bold !important;
}

.print-table.surplus-print .fake-checkboxes-container {
  width: 100%;
  display: flex;
}

.print-table.surplus-print .fake-checkbox-item {
  align-items: center;
  gap: 5px;
  width: -webkit-max-content;
  width: max-content;
  margin-left: 7px;
  display: flex;
}

.print-table.surplus-print .fake-checkbox-item .dashed {
  width: 45%;
  margin-top: 4px;
  margin-right: 3px;
}

.print-table.surplus-print .fake-checkbox-item span {
  font-size: 10px;
}

.print-table.surplus-print .m-b-3 {
  margin-bottom: 3px;
}

.print-table.surplus-print .fake-checkbox {
  border: 1px solid #000;
  width: 8px;
  height: 8px;
}

.print-table.surplus-print .header-table {
  height: 100px;
}

.print-table.surplus-print .header-table .logo {
  text-align: center;
  width: 15%;
}

.print-table.surplus-print .header-table .logo img {
  width: 60px;
}

.print-table.surplus-print .header-table .title {
  margin-bottom: 0;
}

.print-table.surplus-print .header-table .title h3 {
  text-align: center;
  color: #000000c7;
  font-size: 14px;
  font-weight: bolder;
}

.print-table.surplus-print .header-table .date {
  text-align: left;
  color: #000000c7;
  padding: 3px 7px;
  font-weight: bolder;
}

.print-table.surplus-print .table-body .printing-details-table td {
  text-align: center;
}

.print-table.surplus-print .table-body .printing-details-table td.item-title {
  width: 250px !important;
}

.print-table.surplus-print .table-body .printing-details-table td.item-quantity {
  width: 110px !important;
}

.print-table.surplus-print .table-body .printing-details-table td.item-index {
  width: 55px !important;
}

.print-table.surplus-print .table-body td {
  padding: 5px;
}

.print-table.surplus-print .table-body td.text-align-center {
  text-align: center;
}

.print-table.surplus-print .footer {
  height: 100px;
  position: relative;
}

.print-table.surplus-print .footer .reminders {
  padding: 5px;
  font-size: 10px;
  position: absolute;
  bottom: 85px;
}

.print-table.surplus-print .footer .validation {
  border: 3px dashed #a864d3;
  width: 60%;
  height: 65px;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
}

.print-table.surplus-print .footer .validation h3, .print-table.surplus-print .footer .validation h2 {
  color: #8346a9;
  font-weight: bold;
}

.print-table.surplus-print .footer .validation p:last-child {
  margin-bottom: 0;
}

.print-table.surplus-print .dashed {
  border-top: 1px dashed #000000a6;
  margin-top: 12px;
}

.print-table.surplus-print .printable-wrapper {
  width: 680px;
  min-height: 850px;
  margin: 0 auto;
  position: relative;
  font-size: 10px !important;
}

.print-table.surplus-print .b-none {
  border: none !important;
}

.print-table.surplus-print .m-r-5 {
  margin-right: 5px;
}

.print-table.surplus-print .m-r-l-5 {
  margin: 0 5px;
}

.print-table.surplus-print .text-center {
  text-align: center;
}

.print-table.surplus-print .h-90 {
  height: 90px;
}

.print-table.surplus-print .w-130 {
  width: 130px;
}

.print-table.surplus-print .checked-item {
  background-color: #171717;
}

.print-table.surplus-print .min-width-350 {
  min-width: 350px;
}

@media only print {
  * .print-table {
    width: 680px;
    min-height: 850px;
    margin: 0 auto;
    position: relative;
    font-size: 10px !important;
  }
}

.a-confirm-button {
  color: #fff;
  background-color: #78bc61;
  border: none;
  width: 100%;
  margin-bottom: 5px;
}

.a-confirm-button:hover {
  color: #78bc61;
  border: 1px solid #78bc61;
  border-radius: 5px;
  font-weight: bold;
}

.request-green, .request-green > td {
  background-color: #4afa145e !important;
}

.popover-checkbox {
  flex-direction: column;
  padding-right: 10px;
  display: flex;
}

.popover-checkbox label {
  margin: 0 !important;
}

.surplus-material-list .ant-table-content {
  overflow-x: auto;
}

.item-detail {
  margin-bottom: 8px;
}

.item-detail strong {
  margin-left: 5px;
}

.item-detail-child {
  border-right: 1px solid #d7d7d7;
  width: -webkit-max-content;
  width: max-content;
  margin: 3px 10px 10px;
  padding: 10px 10px 5px;
}

.details-table {
  margin-top: 15px;
  width: -webkit-max-content !important;
  width: max-content !important;
  min-width: 25rem !important;
  max-width: 100% !important;
}

.details-table thead {
  text-align: center;
}

.border-button-none {
  border-bottom: none !important;
}

.w-120 {
  width: 120px;
}

.w-h-100 {
  width: 100%;
  height: 100%;
}

.w-150 {
  width: 150px !important;
}

.h-82 {
  height: 82px !important;
}

.flex-column {
  flex-direction: column;
  display: flex;
}

.p-0 {
  padding: 0 !important;
}

.border-none {
  border: none !important;
}

.m-r-5 {
  margin-right: 5px;
}

.surplusMaterial-signature {
  display: flex;
}

.link-style {
  color: #1890ff;
}

@media (max-width: 1700px) {
  .surplusMaterial-table {
    flex-direction: column;
  }

  .surplusMaterial-signature {
    margin-top: 20px;
    display: flex;
  }

  .surplusMaterial-signature td {
    margin: 0 !important;
  }
}

.surplusMaterial-table {
  margin: unset !important;
  margin-top: 2rem !important;
}

.warehouse-material-request-form-container {
  margin: 0 5rem !important;
}

.warehouse-material-request-form-container .quantity-hint {
  color: #a3a3a3;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.warehouse-material-request-form-container .warehouse-material-quantity-input-container .ant-input-group-wrapper {
  max-width: -webkit-max-content;
  max-width: max-content;
}

.warehouse-material-request-form-container .warehouse-material-quantity-input {
  direction: rtl;
}

.warehouse-material-request-form-container .material-description {
  width: 170px !important;
}

.warehouse-material-request-form-container .return-back-button {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  margin: 3px;
  position: absolute;
  top: 30px;
  left: 10px;
  box-shadow: -8px -8px 22px #fff, 8px 8px 22px #00000029;
  padding: 0 8px 0 10px !important;
}

.warehouse-material-request-form-container .return-back-button:hover {
  color: #113d5b;
  background-color: #f2f2f2 !important;
  border: none !important;
  box-shadow: -5px -5px 8px #fff, 5px 5px 8px #0000004d !important;
}

.warehouse-material-request-form-container .warning-alert, .warehouse-material-request-form-container .info-alert {
  width: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.warehouse-material-request-form-container .max-content-section {
  width: -webkit-max-content;
  width: max-content;
  margin-top: 20px;
  margin-bottom: 20px;
}

.warehouse-material-request-form-container .material-detail-title-input-container {
  width: 500px !important;
  right: 170px !important;
}

.warehouse-material-request-form-wrapper {
  align-items: center;
  width: -webkit-max-content !important;
  width: max-content !important;
}

.warehouse-material-request-form-wrapper .warehouse-material-request-form {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  margin: 30px;
  padding: 10px;
  box-shadow: 0 0 10px #e2e2e2;
}

.warehouse-material-request-form-wrapper .warehouse-material-request-form .a-admin-form-layout {
  justify-self: center !important;
}

.warehouse-material-request-form-wrapper .actions {
  justify-content: space-between;
  margin: 2rem;
  display: flex;
}

.bom-generation-confirm-container .progress-container {
  direction: ltr;
  margin-top: 20px;
}

.bom-generation-confirm-container .progress-message {
  text-align: center;
  color: #666;
  margin-top: 10px;
}

.bom-generation-confirm-container .ant-progress-text {
  margin-left: 8px !important;
}

.m-orders-details-list-wrapper * {
  font-size: 12px;
}

.m-orders-details-list-wrapper .o-orders-details-list-item {
  margin-bottom: 0;
}

.m-orders-details-list-wrapper .o-orders-details-list-item .ant-list-item-content {
  margin: 0;
  padding-top: 20px;
}

.m-orders-details-list-wrapper .m-order-subdocs {
  background-color: #f7f7f7;
  padding: 0;
  display: block;
}

.m-orders-details-list-wrapper .m-order-subdocs .a-subdoc-tabs > .ant-tabs-bar {
  border: 1px solid #e8e8e8;
  border-width: 0 1px 1px 0;
}

.m-orders-details-list-wrapper .ant-tabs-extra-content {
  line-height: 30px;
  float: left !important;
}

.m-orders-details-list-wrapper .ant-tabs-tab {
  margin: 0;
  padding: 6px 7.5px;
  box-shadow: inset 1px 0 #e8e8e8;
}

.m-orders-details-list-wrapper .m-order-main-tabbar {
  border: 0 solid #e8e8e8;
  border-width: 0 1px;
}

.m-orders-details-list-wrapper .m-order-main-tabbar .ant-tabs-tab:first-child, .m-orders-details-list-wrapper .m-order-main-tabbar .ant-tabs-tab:nth-child(2), .m-orders-details-list-wrapper .m-order-main-tabbar .a-default-tab {
  display: none;
}

.m-orders-details-list-wrapper .a-order-labels {
  float: left;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.m-orders-details-list-wrapper .a-order-labels .ant-tag {
  width: 15px;
  height: 15px;
  margin: 7.5px 0 7.5px 7.5px;
}

.m-orders-details-list-wrapper .ant-tabs-bar {
  margin: 0 !important;
}

.m-orders-details-list-wrapper .ant-tabs-nav-container {
  min-height: 30px;
}

.m-orders-details-list-wrapper .ant-tabs-nav .ant-tabs-tab:not(.ant-tabs-tab-active):hover {
  color: #fff;
  background: #1890ff;
  transition: all .3s ease-out;
}

.m-orders-details-list-wrapper .ant-tabs-nav .ant-tabs-tab-active {
  height: 30px;
}

.m-orders-details-list-wrapper .ant-tabs-nav .ant-tabs-tab-active:before {
  display: none;
}

.m-orders-details-list-wrapper .ant-tabs-tabpane-active {
  padding: 0;
}

.m-orders-details-list-wrapper .ant-tabs-tabpane-active .ant-tabs-tabpane-active {
  background: none;
}

.m-orders-details-list-wrapper .ant-card-body {
  min-height: 130px;
  padding: 0;
  display: flex;
}

.m-orders-details-list-wrapper .ant-card-body .m-order-content, .m-orders-details-list-wrapper .ant-card-body .a-customer-content {
  flex: 1;
  padding: 10px;
}

.m-orders-details-list-wrapper .ant-card-head {
  background-color: #f7f7f7;
  min-height: 30px;
  padding: 0 10px 0 0;
}

.m-orders-details-list-wrapper .ant-card-head-title {
  padding: 6px 0;
  display: block;
}

.m-orders-details-list-wrapper .ant-card-extra {
  margin: 0;
  padding: 0;
}

.m-orders-details-list-wrapper .ant-card-extra .ant-btn-group-lg > .ant-btn, .m-orders-details-list-wrapper .ant-card-extra .ant-btn {
  line-height: inherit;
  border: 0 solid #e8e8e8;
  border-width: 0 1px;
  height: 30px;
  padding: 7px 6.5px;
}

.m-orders-details-list-wrapper .ant-card-extra .ant-btn-group-lg > .ant-btn:not(:hover), .m-orders-details-list-wrapper .ant-card-extra .ant-btn:not(:hover) {
  color: #777;
}

.m-orders-details-list-wrapper .ant-card-extra .ant-btn-group > .ant-btn:last-child:not(:first-child), .m-orders-details-list-wrapper .ant-card-extra .ant-btn-group > .ant-btn:first-child:not(:last-child) {
  border-radius: 0;
}

.m-orders-details-list-wrapper .a-customer-summary .expire-badge, .m-orders-details-list-wrapper .m-order-summary .expire-badge {
  color: #fff;
  background: #ea9c9c;
  border-radius: 4px;
  width: -webkit-max-content;
  width: max-content;
  margin-right: 8px;
  padding: 0 3px;
  line-height: 17px;
  font-size: 9px !important;
}

.m-orders-details-list-wrapper .a-customer-summary .ant-card-head-wrapper h2, .m-orders-details-list-wrapper .a-customer-summary .ant-card-head-wrapper h4, .m-orders-details-list-wrapper .m-order-summary .ant-card-head-wrapper h2, .m-orders-details-list-wrapper .m-order-summary .ant-card-head-wrapper h4 {
  margin: 0;
  display: block;
}

.m-orders-details-list-wrapper .a-customer-summary .a-customer-content span, .m-orders-details-list-wrapper .m-order-summary .a-customer-content span {
  padding-bottom: 5px;
  display: list-item;
}

.m-orders-details-list-wrapper .a-admin-list-layout .a-layouts-header, .m-orders-details-list-wrapper .a-details-layout-wrapper .a-layouts-header, .m-orders-details-list-wrapper .a-admin-form-layout .a-layouts-header {
  padding: 0 15px 0 0;
}

.m-orders-details-list-wrapper .a-admin-list-layout .a-layouts-action .ant-btn, .m-orders-details-list-wrapper .a-details-layout-wrapper .a-layouts-action .ant-btn, .m-orders-details-list-wrapper .a-admin-form-layout .a-layouts-action .ant-btn {
  border: 0 solid #e8e8e8;
  border-width: 0 1px;
  border-radius: 0;
  height: 32px;
  margin-left: -1px;
  padding: 0 8px;
  line-height: 32px;
}

.m-orders-details-list-wrapper .a-admin-list-layout .a-layouts-title, .m-orders-details-list-wrapper .a-details-layout-wrapper .a-layouts-title, .m-orders-details-list-wrapper .a-admin-form-layout .a-layouts-title {
  font-size: 14px !important;
}

.m-orders-details-list-wrapper .a-admin-list-layout .ant-divider, .m-orders-details-list-wrapper .a-details-layout-wrapper .ant-divider, .m-orders-details-list-wrapper .a-admin-form-layout .ant-divider {
  display: none;
}

.m-orders-details-list-wrapper .a-admin-list-layout .ant-table-thead > tr:first-child > th:first-child, .m-orders-details-list-wrapper .a-admin-list-layout .ant-table-thead > tr:first-child > th:last-child {
  border-radius: 0;
}

.m-orders-details-list-wrapper .a-admin-list-layout .ant-table-wrapper {
  margin: 0;
}

.m-orders-details-list-wrapper .a-details-layout-wrapper .a-layouts-header, .m-orders-details-list-wrapper .a-admin-list-layout .a-layouts-header, .m-orders-details-list-wrapper .a-admin-form-layout .a-layouts-header {
  background: #fff;
}

.m-orders-details-list-wrapper .a-admin-form-layout .a-layouts-content, .m-orders-details-list-wrapper .a-details-layout-wrapper .a-layouts-content {
  padding: 15px;
}

.m-order-actions .loading, .m-order-actions .arrow-right {
  margin-left: 3px;
}

.m-orders-form-wrapper {
  background: #fff;
  padding: 24px;
}

.o-details-financial-details-list .ant-list-item {
  padding: 0;
}

.a-responsible-person {
  float: right;
}

.order-price-grade-parent {
  margin-right: 25px !important;
}

.order-price-grade-style {
  color: #fff;
  background-color: #009fb7;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-weight: bold;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.a-order-number {
  float: none;
  text-align: center;
  margin: 0 auto;
}

.a-new-tab-btn {
  float: left;
  padding-left: 10px;
}

.m-order-header {
  justify-content: space-between;
  display: flex;
}

.--showing-message {
  border: 2px solid #00324a;
  position: relative;
}

.--showing-message:after {
  content: "";
  border-top: 10px solid #0000;
  border-bottom: 10px solid #0000;
  border-right: 10px solid #00324a;
  width: 0;
  height: 0;
  margin-left: -10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.--showing-message .m-order-subdocs {
  background-color: #f7f7f7;
}

.a-order-action-popover {
  background: #fff;
  border: 1px solid #e8e8e8;
  max-height: 117px;
  padding: 0;
  overflow: hidden;
}

.a-order-action-popover .ant-popover-arrow {
  display: none;
}

.a-order-action-popover .ant-popover-content {
  padding: 0;
}

.a-order-action-popover .ant-popover-inner {
  box-shadow: none;
  padding: 0;
}

.a-order-action-popover .ant-popover-inner .ant-popover-inner-content {
  padding: 0;
}

.a-order-action-popover .ant-menu {
  border: none;
}

.a-order-action-popover .ant-menu .ant-menu-item {
  border-bottom: 1px solid #e8e8e8;
  max-height: 27.5px;
  padding: 0 7.5px;
  line-height: 27.5px;
  margin: 0 !important;
}

.a-order-action-popover .ant-menu .ant-menu-item:hover {
  color: inherit;
  background-color: #f7f7f7;
}

.m-list-confirm-popover {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
  max-height: 157px;
  padding: 10px;
  overflow: hidden;
}

.m-list-confirm-popover .select-reason-message {
  width: 100%;
  margin-bottom: 4px;
}

.m-list-confirm-popover .ant-popover-arrow {
  display: none;
}

.m-list-confirm-popover .ant-popover-content {
  padding: 0;
}

.m-list-confirm-popover .ant-popover-inner {
  box-shadow: none;
  padding: 0;
}

.m-list-confirm-popover .ant-popover-inner .ant-popover-inner-content {
  padding: 0;
}

.m-list-confirm-popover .a-confirm-button, .m-list-confirm-popover .a-confirm-label {
  width: 100%;
}

.m-list-confirm-popover .a-confirm-button {
  color: #fff;
  background-color: #78bc61;
  border: none;
  width: 100%;
}

.m-list-confirm-popover.m-backward-layout {
  height: auto !important;
  max-height: unset !important;
  overflow: visible !important;
}

.color-green {
  color: #52c41a !important;
}

.ant-scroll-number .ant-scroll-number-only .current, .ant-badge-count .ant-scroll-number-only .current {
  padding: 2px 0 0;
  font-size: 9px !important;
}

.expired-order {
  border: 1px solid #ea9c9c;
}

.inspection-form-model {
  flex-flow: column wrap;
  width: 55rem;
  height: 34rem;
  display: flex;
}

.upload-field {
  display: block;
}

.upload-field .ant-btn {
  margin: 0 4px;
}

.inspection-one {
  display: flex;
}

.inspection-one .details-table {
  min-width: -webkit-max-content;
  min-width: max-content;
  width: -webkit-max-content !important;
  width: max-content !important;
  max-width: none !important;
  height: -webkit-fit-content !important;
  height: fit-content !important;
  margin: 0 0 0 7px !important;
}

.tractate {
  font-weight: bold;
  font-size: 14px !important;
}

@media (max-width: 1100px) {
  .inspection-one {
    flex-direction: column;
  }

  .inspection-one .details-table {
    margin-top: 10px !important;
  }
}

.outsourcing-service-files-modal-footer {
  align-items: center;
  gap: 11px;
  display: flex;
}

.outsourcing-service-files-modal-footer .upload-btn-section {
  height: 32px !important;
}

.outsourcing-service-files-modal-footer .upload-btn-section .upload-btn > svg {
  margin-left: 3px;
}

.outsourcing-service-files-modal-footer .files-list span {
  font-size: 12px;
}

.outsourcing-service-files-modal-footer .files-list span.file-tag {
  background-color: #d9d9d982;
  border-radius: 5px;
  margin: 0 5px;
  padding: 2px 5px;
}

.outsourcing-service-files .details-table .actions-cell button, .outsourcing-service-grouping-action .details-table .actions-cell button {
  font-size: 14px !important;
}

.outsourcing-service-grouping-action {
  overflow: scroll;
}

.outsourcing-service-grouping-action .grouping-action-flow-steps {
  margin-bottom: 35px;
}

.outsourcing-service-grouping-action .guid {
  margin-bottom: 40px;
}

.outsourcing-service-grouping-action .step-btns {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.outsourcing-service-grouping-action .step-btns .hidden {
  opacity: 0;
}

.outsourcing-service-grouping-action .grouping-action-form {
  width: -webkit-max-content;
  width: max-content;
  margin: auto;
}

.details-table th {
  color: #00334ad5;
  background-color: #f3f4f7;
}

.details-table.outsourcing-service-table-form {
  margin: unset;
  margin-bottom: 8px;
  margin-right: 45px;
}

.details-table .table-form-input {
  direction: ltr !important;
  padding: 0 !important;
}

.details-table .table-form-input input, .details-table .table-form-input select, .details-table .table-form-input .ant-select-selection {
  box-shadow: none;
  z-index: 1;
  border: 0;
  border-radius: 0;
  background-color: #0000 !important;
}

.details-table .table-form-input .ant-form-item {
  margin-bottom: 0 !important;
}

.details-table .table-form-input .ant-form-item .ant-form-item-control-wrapper {
  width: 100%;
}

.details-table .table-form-input .ant-form-item .ant-form-item-control-wrapper input {
  height: 40px;
  box-shadow: none;
  border: 0;
  outline: none !important;
}

.details-table .table-form-input .ant-form-explain {
  z-index: 0;
  background-color: #ada7a72e;
  border-top-left-radius: 6px;
  padding: 5px;
  position: absolute;
  bottom: 0;
}

.details-table .table-form-input .ant-select-selection--single {
  border: none !important;
}

.outsourcing-service-grouping-action-table {
  width: 100% !important;
}

.outsourcing-service-grouping-action-table.details-table {
  width: unset !important;
  max-width: unset !important;
}

.outsourcing-service-grouping-action-table .table-form-input {
  background-color: #cfddf531;
  width: 70px;
  direction: ltr !important;
}

.outsourcing-service-grouping-action-table .table-form-input input {
  text-align: center;
  box-shadow: none;
  z-index: 1;
  background-color: #0000;
  font-size: 13px;
  outline: none !important;
}

.outsourcing-service-grouping-action-table .table-form-input.error {
  background-color: #dc060626;
  border: 2px solid #d37171e8;
}

.select-dropdown-maxContent {
  position: absolute;
  width: -webkit-max-content !important;
  width: max-content !important;
  right: 22rem !important;
}

.outsourcing-service-one .details-table {
  width: 80% !important;
}

.outsourcing-service-one .details-table td, .outsourcing-service-one .details-table th > p {
  margin-bottom: 0;
}

.outsourcing-service-one .details-table .technical-description-table-cell {
  width: 350px !important;
}

.outsourcing-with-purchases {
  background-color: #4cb14c58 !important;
}

.outsourcing-with-purchases th {
  background-color: #d9e2d958 !important;
}

.hyperlink {
  color: #40a9ff;
  cursor: pointer;
}

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.border-0 {
  border: 0 !important;
}

.grouping-action-table-row {
  border: none;
  height: 29px !important;
}

.grouping-action-table-row td tr {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  width: 100% !important;
  height: 30px !important;
}

.grouping-action-table-row td tr th, .grouping-action-table-row td tr td {
  border: none !important;
  min-width: 80px !important;
  height: 40px !important;
}

.grouping-action-table-row td tr th input, .grouping-action-table-row td tr td input {
  height: 38px !important;
}

.h-40 {
  height: 40px !important;
}

.service-fields-item {
  margin-bottom: 0 !important;
}

.service-fields-item div {
  width: 100%;
}

.service-fields-item .ant-input, .service-fields-item .ant-select-selection {
  box-shadow: none;
  z-index: 1;
  border: 0;
  touch-action: none !important;
  background-color: #0000 !important;
  border-radius: 0 !important;
}

.service-fields-item .ant-input:focus, .service-fields-item .ant-input:active, .service-fields-item .ant-select-selection:active {
  box-shadow: unset !important;
  touch-action: none !important;
  border: none !important;
  border-radius: 0 !important;
}

.service-fields-item .ant-input:focus-visible .ant-select-selection:focus {
  box-shadow: unset !important;
  touch-action: none !important;
  border: none !important;
  border-radius: 0 !important;
}

.service-fields-item .ant-select-selection:focus-visible {
  box-shadow: unset !important;
  touch-action: none !important;
  border: none !important;
  border-radius: 0 !important;
}

.service-fields-item .ant-select-selection--single {
  border: none !important;
}

.outsourcing-service-history-active {
  background-color: #4afa1434 !important;
}

.o-package-search-form {
  background-color: #dfeefa;
  border: 1px solid #008dfe;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
}

@media print {
  .proforma-invoice-print-container {
    font-size: 11px !important;
  }

  .proforma-invoice-print-container .print-page {
    margin-bottom: 0;
  }
}

.printable-wrapper {
  min-height: 850px;
  margin: 0 auto;
  position: relative;
  width: 680px !important;
  font-size: 10px !important;
}

.proforma-invoice-print-container .print-page {
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff;
  width: 21cm;
  height: 29.7cm;
  margin-bottom: 10px;
  padding-left: 45px;
  padding-right: 160px;
  position: relative;
  box-shadow: -5px 4px 30px -3px #00000087;
}

.proforma-invoice-print-container .print-page .header-container {
  justify-content: flex-end;
  margin-top: 35px;
  margin-left: 70px;
  font-size: 12px;
  display: flex;
}

.proforma-invoice-print-container .print-page .rotate-header {
  margin-top: 200px;
  margin-left: unset !important;
  text-align: left !important;
}

.proforma-invoice-print-container .print-page .footer {
  width: calc(100% - 205px);
  display: flex;
  position: absolute;
  bottom: 80px;
}

.proforma-invoice-print-container .print-page .footer > * {
  text-align: center;
  border: 1px solid #000;
  width: 35%;
  padding: 5px 0;
}

.proforma-invoice-print-container .print-page .footer :nth-child(2) {
  width: 30%;
}

.proforma-invoice-print-container .print-page .styled-table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  font-size: .85em;
}

.proforma-invoice-print-container .print-page .styled-table td {
  word-break: normal;
  border: 1px solid #000;
  padding: 5px;
  overflow: hidden;
}

.proforma-invoice-print-container .print-page .styled-table th {
  word-break: normal;
  border: 1px solid #000;
  padding: 2px 5px;
  font-weight: bold;
  overflow: hidden;
}

.proforma-invoice-print-container .print-page .styled-table .total-price-cell {
  padding: 5px 42px !important;
}

.proforma-invoice-print-container .print-page .compact-table {
  margin-bottom: 0 !important;
}

.proforma-invoice-print-container .print-page .information-table {
  table-layout: fixed;
  margin-bottom: 2em;
}

.proforma-invoice-print-container .print-page .information-table thead {
  text-align: center;
}

.proforma-invoice-print-container .print-page .total-prices-table-container {
  text-align-last: center !important;
  margin-bottom: 4rem !important;
}

.proforma-invoice-print-container .print-page .total-prices-table-container .total-prices-table tr {
  width: 100%;
  text-align-last: center !important;
}

.proforma-invoice-print-container .print-page .total-prices-table-container .total-prices-table tr td {
  text-align-last: center !important;
  text-align: center !important;
}

.proforma-invoice-print-container .print-page .items-table {
  text-align: center;
  margin-bottom: 1.5em;
}

.proforma-invoice-print-container .print-page .items-table td.row-cell {
  width: 20px;
}

.proforma-invoice-print-container .print-page .items-table td.description-cell {
  max-width: 150px;
}

.proforma-invoice-print-container .print-page .items-table td.description-cell span {
  padding: 5px;
}

.proforma-invoice-print-container .print-page .items-table td.selling-price-cell {
  width: 82px;
}

.proforma-invoice-print-container .print-page .items-table td.total-price-cell {
  width: 137px;
}

.proforma-invoice-print-container .print-page .rotate {
  direction: ltr;
  margin-bottom: 5rem;
}

.proforma-invoice-print-container .print-page .signatures {
  justify-content: space-around;
  display: flex;
}

.proforma-invoice-print-container .print-page .signatures .signature-container {
  width: 100%;
  height: 100px;
  position: relative;
  top: -15px;
}

.proforma-invoice-print-container .print-page .signatures .signature-container img {
  max-width: 180px;
  position: absolute;
}

.proforma-invoice-print-container .print-page .signatures .signature-container img.seal {
  min-width: auto;
  max-width: 180px;
  min-height: 86px;
  max-height: 120px;
  bottom: -25px;
}

.proforma-invoice-print-container .print-page .signatures .signature-container img.signature {
  top: 0;
}

.proforma-invoice-print-container .print-page .title {
  text-align: center;
  margin-top: 0;
}

.proforma-invoice-print-container .print-page .seller-information, .proforma-invoice-print-container .print-page .buyer-information {
  vertical-align: top;
}

.proforma-invoice-print-container .print-page .seller-information td, .proforma-invoice-print-container .print-page .buyer-information td {
  text-align: left !important;
}

.international-pro-forma-invoice-form {
  direction: ltr;
}

.international-pro-forma-invoice-form .ant-form-item-label {
  text-align: left;
}

.o-proformaInvoices-details .details-table {
  margin-bottom: 15px;
  background-color: #f7f7f7 !important;
  width: 100% !important;
}

.o-proformaInvoices-details .o-proformaInvoice-detail {
  width: -webkit-max-content;
  width: max-content;
  padding: 10px;
}

.o-proformaInvoices-details .o-proformaInvoice-detail svg {
  color: #026b9f;
  margin-left: 5px;
}

.expired-invoice {
  border: 2px solid #ea9c9c;
}

.item-detail {
  margin-bottom: 8px;
}

.item-detail strong {
  margin-left: 5px;
}

.o-shipment__componentsList, .o-shipment__dimensionsList {
  float: right;
  width: calc(50% - 20px);
  margin-left: 20px;
}

.o-shipment__componentsList h3, .o-shipment__dimensionsList h3 {
  margin: 16px 0;
}

.o-shipment__componentsList svg, .o-shipment__dimensionsList svg {
  font-size: 15px !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.multi-choice > span {
  padding-left: 20px;
}

.table-title {
  text-align: center;
  font-size: 12px;
}

.border-highlight {
  border: 2px solid #00324a;
  margin: 10px;
}

.a-ant-table-actions > span {
  justify-content: flex-end;
  display: flex;
}

.bg-blue {
  background-color: #b3d9ff !important;
}

.bg-gray {
  background-color: #d1d5dbbf !important;
}

@media print {
  .bank-letter-print-container .print-page {
    margin-bottom: 0;
  }
}

.bank-letter-print-container .print-page {
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff;
  width: 21cm;
  height: 29.7cm;
  margin-bottom: 10px;
  padding-left: 45px;
  position: relative;
  box-shadow: -5px 4px 30px -3px #00000087;
}

.bank-letter-print-container .print-page .header-container {
  justify-content: flex-end;
  margin-top: 35px;
  margin-left: 70px;
  font-size: 12px;
  display: flex;
}

.bank-letter-print-container .print-page .footer {
  width: calc(100% - 205px);
  display: flex;
  position: absolute;
  bottom: 80px;
}

.bank-letter-print-container .print-page .footer > * {
  text-align: center;
  border: 1px solid #000;
  width: 35%;
  padding: 5px 0;
}

.bank-letter-print-container .print-page .footer :nth-child(2) {
  width: 30%;
}

.bank-letter-print-container .print-page .title {
  text-align: center;
  color: #3d3d3d;
  margin-top: 0;
  font-weight: bold;
}

.bank-letter-print-container .print-page .sub-title {
  color: #3d3d3d;
  font-weight: bold;
}

.bank-letter-print-container .print-page .text {
  color: #4f4f4f;
  margin-bottom: 1rem;
  font-size: 13px;
}

.bank-letter-print-container .print-page .signature-area {
  color: #4f4f4f;
  text-align: end;
  margin-top: 2rem;
  font-size: 13px;
  font-weight: bold;
}

.bank-letter-print-container .print-page .letter-list {
  margin: 0;
  padding: 1rem;
  list-style: none;
}

.bank-letter-print-container .print-page .letter-item {
  margin-bottom: 1rem;
}

.bank-letter-print-container .print-page .letter-item-index {
  width: 10%;
  font-weight: bold;
}

.bank-letter-print-container .print-page .letter-item-label {
  margin-left: 5px;
  font-weight: bold;
  font-size: 13px !important;
}

.bank-letter-print-container .print-page .letter-item-value {
  color: #4f4f4f;
  font-size: 11px;
}

.bank-letter-print-setting {
  margin-bottom: 2rem;
}

.add-delivery-schedule-times-group {
  display: flex;
}

.add-delivery-schedule-times-group button {
  margin-top: 4px;
  margin-right: 10px;
}

.delivery-schedule-times-group {
  border-right: 1px solid #ccc;
  margin-bottom: 2rem;
  margin-right: 20px;
  padding: 0 10px;
  position: relative;
}

.delivery-schedule-times-group .delivery-schedule-times-label {
  color: #888;
  font-weight: bold;
}

.delivery-schedule-times-group .delivery-schedule-times-label strong {
  color: #5e5e5e;
}

.delivery-schedule-times-group .delivery-schedule-times-delete-button {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-top: -3px;
  margin-right: 10px;
  padding: 0;
  display: flex;
}

.short-input {
  width: 60%;
}

.multiple-select-width {
  min-width: 180px;
  max-width: -webkit-max-content;
  max-width: max-content;
}

.shipment-cost-one-container .box {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  display: flex;
}

.shipment-cost-one-container .box div {
  gap: 10px;
  width: 25%;
  padding: 10px 0;
  display: flex;
}

.shipment-cost-one-container .box span {
  color: #343434;
}

.shipment-cost-one-container .box p {
  color: #1d1f27;
  font-weight: bold;
}

.shipment-cost-one-container .title {
  width: 100%;
  padding: 10px;
}

.shipment-cost-one-container .title h3 {
  color: #0a4385;
  text-align: right;
  font-size: 24px;
}

.copy-icon-container {
  cursor: pointer;
  margin-left: 3px;
}

.copy-icon-container .copy-icon {
  color: #1890ff;
  font-size: 10px !important;
}

.bom-table-container .bom-table {
  margin: 0;
}

.cogs-table-container .table-green tr:hover {
  background-color: unset;
}

.cogs-table-container .cogs-table {
  text-align-last: center;
  margin: 0 auto;
  max-width: 1000px !important;
}

.cogs-table-container .cogs-table .cogs-title th {
  background-color: #0065bd7d;
  font-size: 16px !important;
  font-weight: bolder !important;
}

.cogs-table-container .cogs-table .cogs-expand-icon {
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  display: inline-block;
  box-shadow: 0 0 3px 1px #9b9b9b69;
}

.cogs-table-container .cogs-table .cogs-expand-icon svg {
  vertical-align: middle !important;
}

.cogs-table-container .cogs-table .cogs-topic th {
  background-color: #8ac8ff5b;
  max-width: 80px;
  font-size: 13px !important;
  font-weight: bold !important;
}

.cogs-table-container .cogs-table .cogs-topic th .svg-inline--fa {
  margin: 0 5px;
  padding-top: 2px;
}

.cogs-table-container .cogs-table .cogs-topic th .ant-form-item-control {
  width: 200px;
}

.cogs-table-container .cogs-table .cogs-topic th .cogs-description-input {
  direction: rtl;
  background-color: #fff;
  width: 200px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  border: 1px solid #d9d9d9 !important;
}

.cogs-table-container .cogs-table .cogs-topic .editable {
  justify-items: center;
  padding: 0 8px 0 0;
}

.cogs-table-container .cogs-table .empty-cell {
  width: 550px !important;
}

.cogs-table-container .cogs-table .title-style, .cogs-table-container .cogs-table .title-style:hover {
  background-color: #0065bd7d;
}

.cogs-table-container .cogs-table .cogs-sub-topic th {
  background-color: #c9e8ff5f;
  max-width: 80px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 400dppx !important;
  font-size: 11px !important;
}

.cogs-table-container .cogs-table .cogs-sub-topic th .svg-inline--fa {
  margin: 0 5px;
  padding-top: 2px;
}

.cogs-table-container .cogs-table .cogs-sub-topic th .ant-row {
  justify-self: center;
}

.cogs-table-container .cogs-table .cogs-sub-topic th .info-icon {
  color: #2fb6ff;
}

.cogs-table-container .cogs-table .cogs-sub-topic th .secondary-percentage {
  float: left;
  margin-left: 10px;
}

.cogs-table-container .cogs-table .cogs-sub-topic .label {
  padding-right: 3rem;
}

.cogs-table-container .cogs-table .cogs-sub-row th {
  background-color: #ffffff1e;
  max-width: 80px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 10px !important;
}

.cogs-table-container .cogs-table .cogs-sub-row .extra-field-cell {
  padding-top: 0;
  padding-bottom: 0;
}

.cogs-table-container .cogs-table .cogs-sub-row .extra-field-cell div {
  display: inline-block;
}

.cogs-table-container .cogs-table .cogs-sub-row .extra-field-cell div input {
  width: 200px;
}

.cogs-table-container .cogs-table .cogs-sub-row .extra-field-cell .extra-field-number {
  padding-top: 10px;
  padding-right: 9rem;
}

.cogs-table-container .cogs-table .cogs-sub-row .extra-field-cell .open-form-mode {
  padding-top: unset !important;
  padding-right: 14rem !important;
}

.cogs-table-container .cogs-table .cogs-sub-row .editable {
  justify-items: center;
  padding: 0 8px 0 0;
}

.cogs-table-container .cogs-table .cogs-sub-row .editable input {
  width: 200px;
}

.cogs-table-container .cogs-table .cogs-sub-row .label {
  padding-right: 4rem;
}

.cogs-table-container .cogs-table .error-message {
  color: red;
  margin-bottom: 5px;
  font-weight: 400;
  position: absolute;
  top: 21px;
  right: 13px;
  font-size: 9px !important;
}

.cogs-table-container .value-cell {
  text-align: right;
  direction: ltr;
}



.no-data {
  text-align: center;
}

.vehicle-type-select {
  width: 140px;
}

.form-fields-container {
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.form-fields-container .ant-form-item-label {
  width: 90px;
}

.form-fields-container .ant-form-item-control, .form-fields-container .ant-calendar-picker-input {
  width: 170px;
}

.limited-chars-cell {
  width: 250px;
}

.truncated-popover {
  margin-right: 15px;
}

.o-workflowLayout-content .o-list-wrapper {
  padding: 24px;
}

.o-workflowLayout-content .o-list .o-list-subdocs {
  padding: 0;
}

.o-workflowLayout-content .o-list .ant-tabs-tab {
  margin: 0 0 0 10px;
}

.o-workflowLayout-content .o-list .o-list-actions .ant-btn-group {
  padding-right: 5px;
}

.o-workflowLayout-content .o-list .o-list-actions .ant-btn-group:last-child {
  padding-left: 5px;
}

.customer-container {
  display: flex;
}

.customer-container button {
  margin-right: 20px;
}

.mail-order-input {
  width: 250px !important;
}

.ant-calendar-time-picker-inner .ant-calendar-time-picker-combobox .ant-calendar-time-picker-select:last-child {
  display: none;
}

.ant-calendar-time-picker-inner .ant-calendar-time-picker-combobox .ant-calendar-time-picker-select {
  width: 50%;
}

.o-orders-details-list {
  margin: 0 20px 20px;
}

.o-orders-details-list .ant-pagination {
  padding-top: 20px;
}

.o-orders-details-list-filters .ant-card-body, .a-orders-details-filtered .ant-card-body {
  padding: 11.5px 20px;
  font-size: smaller;
}

.a-orders-details-filtered .ant-card-body {
  background-color: #e8e8e8;
}

.m-list-filter-popover {
  padding-top: 6px;
}

.m-list-filter-popover .ant-popover-arrow {
  display: none;
}

.a-orders-list-overlay {
  z-index: 999;
  background: #000c;
  width: 100%;
  height: 100%;
  position: absolute;
}

.top-header-orders .ant-row {
  display: flex;
}

.top-header-orders .checkbox-orderType-active {
  margin-left: 30px;
}

.top-header-orders .checkbox-orderType-active .ant-checkbox-wrapper {
  flex-direction: row-reverse;
  margin-top: 6px;
  display: flex;
}

.top-header-orders .checkbox-orderType-active .ant-checkbox-wrapper .ant-checkbox {
  margin-top: 4px;
}

.loader {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: calc(100vw - 80px);
  height: calc(100vh - 48px);
  display: flex;
  position: fixed;
  top: 48px;
  left: 0;
}

.loader .overlay {
  z-index: 9998;
  background-color: #00000054;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.loader .loading {
  color: #008dff;
  font-size: 30px;
}

.commentsReportDateRangeForm {
  justify-content: space-between;
  width: 500px;
  display: flex;
}

.commentsReport-pagination {
  margin-top: 10px;
}

.message-card .ant-card-head-title {
  padding: 5px 0;
}

.message-card .messages-header {
  width: 100%;
  display: flex;
}

.message-card .messages-header * {
  font-size: 12px;
}

.message-card .messages-header p {
  margin-bottom: 0 !important;
}

.message-card .messages-header #send-details {
  display: flex;
}

.message-card .messages-header #send-details #sent-timeslot {
  color: #999;
}

.message-card .messages-header #send-details :first-child, .message-card .messages-header #send-details :last-child {
  margin: 0 6px;
}

.message-card .messages-header div {
  width: 80px;
  margin-left: 20%;
}

.message-card .message-attachments > a {
  margin-left: 5px;
}

.message-card .ant-card-head {
  border: 1px solid #e8e8e8;
  min-height: 30px;
  padding-right: 10px;
  background-color: #f7f7f7 !important;
}

.message-card .ant-card-body {
  border: 1px solid #e8e8e8;
  border-top: 0;
  padding: 5px 15px;
  font-size: 12px;
}

.message-card.--has-notification {
  background: #ffd5d5 !important;
}

.message-card.--has-notification:hover {
  cursor: pointer;
}

.validation-error {
  color: #d64949;
}

.comments-report-container {
  padding: 16px;
}

.comments-report-container .report-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px #0000000d;
}

.comments-report-container .report-card .header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.comments-report-container .report-card .header .title {
  color: #3e3e3e;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.comments-report-container .report-card .commentsReportDateRangeForm {
  width: 100%;
}

.comments-report-container .report-card .commentsReportDateRangeForm .label {
  color: #404040;
  text-align: right;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: bold;
  display: block;
}

.comments-report-container .report-card .commentsReportDateRangeForm .date-picker-wrapper {
  margin-bottom: 12px;
  position: relative;
}

.comments-report-container .report-card .commentsReportDateRangeForm .error-text {
  color: #ff4d4f;
  margin-top: 4px;
  font-size: 10px;
  display: block;
}

.comments-report-container .report-card .commentsReportDateRangeForm .button-col {
  align-items: flex-end;
  display: flex;
}

.comments-report-container .report-card .commentsReportDateRangeForm .button-col .search-button {
  border-radius: 4px;
  width: 100px;
  margin-bottom: 12px;
}

.comments-report-container .report-card .custom-divider {
  margin: 24px 0;
}

.comments-report-container .report-card .content-wrapper {
  min-height: 300px;
}

.comments-report-container .report-card .content-wrapper .message-item {
  margin-bottom: 16px;
}

.comments-report-container .report-card .content-wrapper .empty-state {
  color: #bfbfbf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.comments-report-container .report-card .pagination-wrapper {
  border-top: 1px solid #f0f0f0;
  justify-content: center;
  margin-top: 32px;
  padding-top: 16px;
  display: flex;
}

* .m-kpis-miscellaneous, .m-kpis-miscellaneous {
  direction: ltr !important;
}

.m-kpis-miscellaneous .m-kpis-report {
  margin-top: 5px;
}

.m-kpis-miscellaneous .m-kpis-report .ant-card-body {
  text-align: center;
  padding: 15px;
}

.m-kpis-miscellaneous .m-kpis-report p {
  margin: 0;
}

.m-kpis-miscellaneous .m-kpi-months-tab {
  direction: rtl;
  margin-top: 10px;
}

.m-kpis-miscellaneous .m-kpi-months-tab .ant-tabs-bar {
  margin: 0;
}

.m-kpis-miscellaneous .m-kpi-months-tab .ant-tabs-tab-prev {
  right: initial;
  left: 0;
}

.m-kpis-miscellaneous .m-kpi-months-tab .ant-tabs-tab-next {
  right: 0;
  left: initial;
}

.row-disable-kpi-details td {
  background-color: #d1b3b3 !important;
}

.text-align-center thead th {
  text-align: center !important;
}

.filtered-by-month .ant-tabs-tab {
  padding: 0 100px !important;
}

.kpi-performance-per-month-chart {
  margin-top: 30px;
}

.kpi-performance-per-month-chart .recharts-legend-item .recharts-symbols {
  display: none;
}

.kpi-performance-per-month-chart .custom-chart-tooltip {
  border: 1px solid #ccc;
  padding: 5px 10px;
}

.kpi-performance-per-month-chart .custom-chart-tooltip p {
  margin: 0;
}

.kpi-performance-per-month-chart .custom-chart-tooltip p:first-child {
  margin-bottom: 5px;
}

.kpi-performance-per-month-chart .custom-chart-tooltip p#realization-point {
  color: #1a7f1a;
}

.period-name {
  font-size: 10px;
}

.m-kpis-miscellaneous {
  padding: 10px 0;
  direction: ltr !important;
}

.m-kpis-miscellaneous .m-kpis-report {
  margin-top: 5px;
}

.m-kpis-miscellaneous .m-kpis-report .ant-card-body {
  text-align: center;
  padding: 15px;
}

.m-kpis-miscellaneous .m-kpis-report p {
  margin: 0;
}

.m-kpis-miscellaneous .m-kpi-department-tab {
  margin-top: 10px;
}

.m-kpis-miscellaneous .m-kpi-department-tab .ant-tabs-bar {
  margin: 0;
}

.kpi-period-performance-chart {
  margin-top: 30px;
}

.kpi-period-performance-chart .recharts-legend-item .recharts-symbols {
  display: none;
}

.kpi-status.a-odd-row > td {
  background-color: unset !important;
}

.ant-table-tbody > tr.kpi-status > td {
  text-align: center;
}

.ant-table-tbody > tr.kpi-status.great > td:last-child {
  background-color: #4cb14c58 !important;
}

.ant-table-tbody > tr.kpi-status.good > td:last-child {
  background-color: #80d3ef3e !important;
}

.ant-table-tbody > tr.kpi-status.not-bad > td:last-child {
  background-color: #ffff0050 !important;
}

.ant-table-tbody > tr.kpi-status.bad > td:last-child {
  background-color: #ffa6005a !important;
}

.ant-table-tbody > tr.kpi-status.poor > td:last-child {
  background-color: #ff000032 !important;
}

.ant-table-tbody > tr.kpi-status.not-set > td:last-child {
  background-color: #d7d7d7b3 !important;
}

.ant-table-tbody > tr.no-odd-row-color.-expandParent:hover, .ant-table-tbody > tr.no-odd-row-color.a-odd-row > td {
  background-color: unset !important;
}

.ant-table-tbody > tr.no-odd-row-color:not(.ant-table-expanded-row):hover > td {
  color: unset !important;
  background: #a0a0a08f !important;
}

.cross-kpi {
  background-color: #176b874d;
}

.--focused {
  border: 2px solid #176b87 !important;
}

.excel-export-btn {
  background: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 30px;
  display: inline-block;
  color: green !important;
  border-color: green !important;
}

.excel-export-btn:hover {
  color: #199e19 !important;
  border-color: #199e19 !important;
}

.kpi-toolbar {
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  width: 100%;
  display: flex;
}

.select-period-time {
  outline: none !important;
}

.cross-kpi-link, .cross-kpi-link:hover {
  color: #0084ff;
}

.kpi-list-footer {
  justify-content: flex-end;
  display: flex;
}

.kpi-list-footer div {
  gap: 15px;
  display: flex;
}

.kpi-list-footer div h4 {
  display: block;
}

.kpi-list-footer div h4:last-child {
  color: #1891ff;
  cursor: pointer;
}

.kpi-ranking-table {
  min-width: -webkit-max-content !important;
  min-width: max-content !important;
}

.kpi-ranking-table .active-kpi-row {
  background-color: #3085c34d;
}

.o-report-chart-card .ant-card-head {
  background-color: #f7f7f7;
  min-height: 30px;
  padding: 0 10px 0 0;
  line-height: 30px;
}

.o-report-chart-card .ant-card-head-title {
  height: 30px;
  padding: 0 10px;
  display: block;
}

.o-report-chart-card .ant-card-extra {
  height: 30px;
  margin: 0;
  padding: 0;
}

.o-report-chart-card .ant-card-extra .m-report-chart-filters {
  display: inline-block;
}

.o-report-chart-card .ant-card-extra .m-report-chart-filters .a-report-chart-filter-item {
  float: left;
  border-right: 1px solid #e8e8e8;
  display: block;
}

.o-report-chart-card .ant-card-extra .m-report-chart-filters .a-report-chart-filter-item span {
  width: 100%;
  padding: 0 10px;
  display: block;
}

.o-report-chart-card .ant-card-extra .m-report-chart-filters .a-report-chart-filter-item:hover {
  cursor: pointer;
}

.a-report-chart-filter-popover .a-chart-filter-select-filtertype .ant-checkbox-group {
  display: inline-block;
}

.a-report-chart-filter-popover .a-chart-filter-select-filtertype .ant-checkbox-group-item {
  width: 100%;
  height: 35px;
  padding: 9px 0;
  display: block;
}

.a-report-chart-filter-popover .a-chart-filter-select-filtertype-stage {
  display: inline-block;
}

.a-report-chart-filter-popover .a-chart-filter-select-filtertype-stage .ant-select {
  width: 100%;
  margin-bottom: 3px;
  font-size: 9px;
  display: block;
}

.a-report-chart-filter-popover .ant-checkbox-group {
  display: inline-block;
}

.a-report-chart-filter-popover .ant-checkbox-group .ant-checkbox-wrapper {
  width: 100%;
  display: block;
}

.a-report-chart-filter-popover .ant-radio-group {
  display: inline-block;
}

.a-report-chart-filter-popover .ant-radio-group .ant-radio-wrapper {
  width: 100%;
  display: block;
}

.m-department-miscellaneous {
  padding: 10px 0;
  direction: rtl !important;
}

.m-department-miscellaneous .m-department-report {
  margin-top: 5px;
}

.m-department-miscellaneous .m-department-report .ant-card-body {
  text-align: center;
  padding: 15px;
}

.m-department-miscellaneous .m-department-report p {
  margin: 0;
}

.m-department-miscellaneous .department-description {
  margin-top: 30px;
  display: flex;
}

.m-department-miscellaneous .department-description label {
  margin-left: 7px;
}

.m-department-miscellaneous .m-department-report-tab {
  margin-top: 10px;
}

.m-department-miscellaneous .m-department-report-tab .ant-tabs-bar {
  margin: 0;
}

.department-report {
  overflow-x: scroll;
}

.department-report .ant-modal-content {
  width: -webkit-max-content !important;
  width: max-content !important;
}

.department-report-form {
  display: flex;
  position: relative;
}

.department-report-form .department-report-item {
  margin-bottom: 10px;
  margin-left: 40px;
  display: flex;
}

.department-report-form .department-report-item label {
  margin-left: 7px;
}

.department-report-form th {
  white-space: nowrap;
  width: -webkit-max-content;
  width: max-content;
}

.department-report-global-search {
  flex-direction: row;
  display: flex;
}

.department-report-global-search label {
  margin-left: 7px;
}

.empty-state {
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  display: flex;
}

.td-style div {
  width: -webkit-max-content;
  width: max-content;
}

.flex-align-center {
  margin: auto;
}

.flex-align-center p {
  margin: 5px;
}

.input-field-parent {
  width: -webkit-max-content;
  width: max-content;
  padding: 5px !important;
}

.input-field-parent div {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.list-row-number-col div {
  width: 28px;
}

.input-field-child {
  background-color: inherit;
  text-align: center;
  border-radius: 0;
  min-height: 50px;
  font-size: 12px;
  box-shadow: none !important;
  width: var(--child-width) !important;
  border: none !important;
  outline: none !important;
  padding: 0 !important;
}

.textarea-field-parent {
  width: 25rem !important;
  padding: 0 !important;
}

.textarea-field-parent div {
  padding-right: 15px !important;
}

.textarea-field-child {
  background-color: inherit;
  border-radius: 0;
  min-height: 50px;
  font-size: 12px;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.modal-table {
  width: -webkit-max-content !important;
  width: max-content !important;
}

.modal-table .ant-table-pagination li {
  height: 20px !important;
  line-height: 20px !important;
}

.modal-table .purchase-group-dark {
  background-color: #faf9f6;
}

.red, .red input, .red textarea {
  background-color: #ffa8a2;
}

.yellow, textarea, .yellow input, textarea input {
  background-color: #ebffa2;
}

.green, .green input, .green textarea {
  background-color: #aaffa2;
}

.department-report-table {
  max-width: 86vw;
  overflow-x: scroll;
}

.department-report-table .ant-table-content {
  width: -webkit-max-content;
  width: max-content;
}

.department-report-table th > div {
  justify-content: center;
  display: flex;
}

.department-report-table .ant-table-tbody > tr > td {
  text-align: center;
  padding: 0 !important;
}

.no-hover-table .ant-table-tbody > tr:hover > td {
  color: #000000a6;
  background-color: inherit !important;
}

.department-report .ant-table-thead > tr > th .ant-table-column-sorter {
  width: 8px;
  min-width: auto;
  margin-top: 0;
  padding-left: 5px;
  position: absolute;
  top: 25%;
  left: 4px;
  right: auto;
}

.department-report .ant-table-filter-icon {
  width: 20px !important;
}

.department-report .ant-select-selection__placeholder, .department-report .ant-select-search__field__placeholder {
  font-size: 12px !important;
}

.lineChart {
  border: none;
}

.recharts-container-report {
  margin: auto;
}

.recharts-container-report .recharts-cartesian-axis-ticks {
  font-size: 9px;
}

.recharts-tooltip-wrapper, .recharts-tooltip-wrapper-right, .recharts-tooltip-wrapper-top {
  z-index: 100 !important;
  pointer-events: auto !important;
}

.combined-data {
  display: flex;
}

.combined-data label {
  margin-left: 5px;
  font-size: 9px;
}

.combined-data p {
  font-size: 11px;
}

.yAxis, .xAxis {
  font-size: 9px;
}

.recharts-wrapper {
  margin: auto;
}

.recharts-responsive-container {
  width: 87vw !important;
}

@media (max-width: 1600px) {
  .recharts-responsive-container {
    width: 85vw !important;
  }
}

.o-purchase-header {
  z-index: 2;
  transition: all .2s;
  position: fixed;
  left: 0;
}

.o-purchase-header.-sidebar-closed, .o-purchase-header.-sidebar-closed .ant-menu {
  width: calc(100vw - 80px);
}

.o-purchase-header.-sidebar-open, .o-purchase-header.-sidebar-open .ant-menu {
  width: calc(100vw - 260px);
}

.o-purchase-header.-purchase-new-active, .o-purchase-header.-purchase-new-active .ant-menu {
  width: 100vw;
}

.o-purchase-header .o-header-layout-actions .a-search-input button.ant-input-search-button {
  background-color: #00324a;
  border: 1px #00324a;
  border-radius: 0;
  width: 32px;
  padding: 0;
}

.o-purchase-header .o-header-layout-actions .a-search-input button.ant-input-search-button i.anticon-search {
  margin: 0;
}

.o-purchase-header .o-header-layout-actions .a-search-input input {
  text-align: right;
  color: #fff;
  background: #006b9f;
  border: none;
  border-radius: 0;
}

body {
  overflow: hidden !important;
}

.o-purchase-layout .o-purchase-main {
  z-index: 1;
  min-width: 100vw;
  min-height: 100vh;
}

.o-purchase-layout .o-purchase-main.hidden-tab-bar .a-purchase-main-top {
  max-height: 117px;
}

.o-purchase-layout .o-purchase-main.hidden-tab-bar .custom-tab-nav > .ant-tabs > .ant-tabs-bar {
  display: none;
}

.o-purchase-layout .o-purchase-main .a-purchase-main-top {
  max-height: 75px;
  transition: max-height .5s;
  overflow: hidden;
}

.o-purchase-layout .o-purchase-main .a-purchase-main-top.is-open {
  max-height: 700px;
}

.o-purchase-layout .o-sidebar {
  z-index: 2;
  background: #fff;
  height: 100vh;
  position: fixed;
  overflow: hidden;
}

.o-purchase-layout .o-sidebar .ant-layout-sider-trigger {
  background-color: #00324a;
}

.o-purchase-layout .o-sidebar .ant-layout-sider-children {
  height: initial;
}

.o-purchase-layout .o-sidebar .m-sider-addNew {
  color: #fff;
  z-index: 1;
  background: #009fb7;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 40px !important;
  margin-top: 0 !important;
}

.o-purchase-layout .o-sidebar .m-sider-addNew svg {
  margin: 10px 0 0;
}

.o-purchase-layout .o-sidebar .m-sider-addNew:hover {
  background: #007384;
}

.o-purchase-layout .o-sidebar .o-layout-switch {
  z-index: 2;
  background: #00324a;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.o-purchase-layout .o-sidebar .o-layout-switch .a-layout-switch--text {
  color: #fff;
  text-align: center;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
}

.o-purchase-layout .o-sidebar .o-layout-switch .m-layout-switch--list {
  z-index: 9999;
  color: #fff;
  background: #003d5b;
  width: 260px;
  position: fixed;
  top: 50px;
}

.o-purchase-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul {
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.o-purchase-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li {
  height: 40px;
  margin: 10px 0;
  padding: 10px 0;
}

.o-purchase-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li a {
  color: #fff;
}

.o-purchase-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li:hover {
  background: #004364;
}

.o-purchase-layout .o-sidebar .ant-menu-inline-collapsed, .o-purchase-layout .o-sidebar .ant-menu-inline {
  border: none;
  width: 100%;
  max-height: calc(100vh - 98px);
  margin-bottom: 115px;
}

.o-purchase-layout .o-sidebar .ant-menu-inline-collapsed .ant-menu-item, .o-purchase-layout .o-sidebar .ant-menu-inline .ant-menu-item {
  height: initial;
  margin: 0;
  padding: 0 !important;
}

.o-purchase-layout .o-sidebar .ant-menu-inline-collapsed .ant-menu-item:after, .o-purchase-layout .o-sidebar .ant-menu-inline .ant-menu-item:after {
  display: none;
}

.o-purchase-layout .o-sidebar.ant-layout-sider-collapsed .ant-menu-inline-collapsed {
  text-align: center;
}

.o-purchase-layout .o-sidebar.ant-layout-sider-collapsed .ant-menu-inline-collapsed .ant-menu-item-selected > a {
  color: #fff;
}

.o-purchase-layout .o-sidebar.ant-layout-sider-collapsed .ant-menu-inline-collapsed .ant-menu-item-selected .a-sidebar-menu-position {
  float: right;
  background-color: #00324a;
  width: 50%;
  display: block;
}

.o-purchase-layout .o-sidebar.ant-layout-sider-collapsed .ant-menu-inline-collapsed .ant-menu-item-selected .a-sidebar-stages-count {
  float: left;
  background-color: #003d5b;
  width: 50%;
  display: block;
}

.o-purchase-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline {
  text-align: center;
}

.o-purchase-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item-selected > a, .o-purchase-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item-active > a {
  background: #f7f7f7;
  box-shadow: inset -1px 0 0 1px #003d5b;
}

.o-purchase-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item-selected .a-sidebar-menu-text {
  color: #003d5b;
  text-align: right;
  width: calc(100% - 80px);
  padding-right: 32px;
  display: inline-block !important;
}

.o-purchase-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item-selected .a-sidebar-menu-position {
  float: right;
  color: #fff;
  background-color: #003d5b;
  width: 40px;
  display: block;
}

.o-purchase-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item-selected .a-sidebar-stages-count {
  float: left;
  color: #fff;
  background-color: #003d5b;
  width: 40px;
  display: block;
}

.o-purchase-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item:not(.m-sider-addNew):not(.ant-menu-item-selected) {
  box-shadow: inset 1px 1px #e8e8e8;
}

.o-purchase-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item:not(.m-sider-addNew):not(.ant-menu-item-selected) .a-sidebar-menu-text {
  text-align: right;
  width: calc(100% - 40px);
  padding-right: 32px;
  display: inline-block !important;
}

.o-purchase-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item:not(.m-sider-addNew):not(.ant-menu-item-selected) .a-sidebar-menu-position {
  float: right;
  width: 40px;
  display: block;
  box-shadow: inset 1px 0 #e8e8e8;
}

.purchase-scroll {
  height: 90vh;
  overflow: scroll;
}

.openedInDetailsContent {
  padding: 30px;
}

.o-purchaseStages-order-count {
  position: absolute;
  top: 2px;
  left: 10px;
}

.a-responsible-person {
  display: flex !important;
}

.a-responsible-person .disapprove-badge {
  color: #fff;
  background: #ea9c9c;
  border-radius: 4px;
  width: -webkit-max-content;
  width: max-content;
  margin-right: 8px;
  padding: 0 3px;
  line-height: 17px;
  font-size: 9px !important;
}

.a-responsible-person .payment-deadline-badge {
  color: #fff;
  background: #c7890594;
  border-radius: 4px;
  width: -webkit-max-content;
  width: max-content;
  margin-right: 8px;
  padding: 0 3px;
  line-height: 17px;
  font-size: 9px !important;
}

.a-responsible-person .payment-deadline-badge-without-color {
  color: #5a5a5a;
  background: #fff;
  border: 1px solid #5a5a5a;
}

.disapproved-popover {
  width: 300px;
}

.disapproved-popover .disapproved-select-option {
  width: 100%;
  margin-bottom: 10px;
}

.w-full > button {
  width: 100%;
  margin-bottom: .3rem;
}

.o-workflowLayout-content .o-list-wrapper {
  padding: 24px;
}

.o-workflowLayout-content .o-list .o-list-subdocs {
  padding: 0;
}

.o-workflowLayout-content .o-list .ant-tabs-tab {
  margin: 0 0 0 10px;
}

.o-workflowLayout-content .o-list .o-list-actions .ant-btn-group {
  padding-right: 5px;
}

.o-workflowLayout-content .o-list .o-list-actions .ant-btn-group:last-child {
  padding-left: 5px;
}

.customer-container {
  display: flex;
}

.customer-container button {
  margin-right: 20px;
}

.d-flex {
  align-items: center;
  display: flex;
}

.outsourcing-warning {
  margin-right: 20px;
}

.select-item-input {
  width: 100% !important;
}

.select-all-checkbox {
  align-items: center;
  gap: 5px;
  display: flex;
  position: absolute;
  top: -4em;
  left: 0;
}

.warehouse-receipt-grouping-action-modal-container .ant-alert {
  white-space: break-spaces;
  margin-bottom: 20px;
}

.warehouse-receipt-grouping-action-modal-container .receipt-category {
  margin-bottom: 20px;
}

.warehouse-receipt-grouping-action-modal-container .receipt-category .text-muted {
  font-size: 12px;
  color: #909090 !important;
}

.warehouse-receipt-grouping-action-modal-container .receipt-category:last-child {
  margin-bottom: 0;
}

.warehouse-receipt-grouping-action-modal-container .receipt-category .receipts-table {
  border-collapse: collapse;
  width: 100%;
}

.warehouse-receipt-grouping-action-modal-container .receipt-category .receipts-table th {
  background-color: #f3f4f7;
  border: 1px solid #e8e8e8;
  padding: 5px;
  font-weight: bold;
}

.warehouse-receipt-grouping-action-modal-container .receipt-category .receipts-table td {
  border: 1px solid #e8e8e8;
  padding: 5px;
}

.warehouse-receipt-grouping-action-modal-container .receipt-category .receipts-table td#material-code {
  width: 150px;
}

.warehouse-receipt-grouping-action-modal-container .receipt-category .receipts-table td#quantity {
  width: 100px;
}

.warehouse-receipt-grouping-action-modal-container .receipt-category .receipts-table td#receipt-date {
  width: 50px;
}

.warehouse-receipt-grouping-action-modal-container .receipt-category .receipts-table td#source {
  width: 120px;
}

.warehouse-receipt-grouping-action-modal-container .receipt-category .receipts-table td#deliverer-name {
  width: 150px;
}

.warehouse-receipt-grouping-action-modal-container .receipt-category .receipts-table tr:nth-child(odd) {
  background-color: #f3f4f7;
}

.temporary-receipt-expend {
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  display: flex;
}

.temporary-receipt-expend div {
  width: 30%;
}

.border-red {
  border: 2px solid #ea9c9c;
}

.outsourcing-details-popover-table .ant-table-thead > tr > th {
  color: #00324a;
  background-color: #f3f4f7;
}

.mt-2 {
  margin-top: 2rem;
}

.d-flex {
  display: flex;
}

.mt-1 {
  margin-top: 1rem;
}

.description {
  width: 90%;
  margin-right: 10px;
}

.mr-1 {
  margin-right: 10px;
}

.mr-3 {
  margin-right: 30px;
}

.text-bold {
  font-size: 1.2rem;
  font-weight: bold;
}

.link {
  color: #1890ff;
  cursor: pointer;
}

.description-input .ant-form-item-control-wrapper {
  width: 100% !important;
}

.approved svg {
  color: green !important;
}

.warehouse-receipt-manual-link-modal-container .search-form {
  width: 400px;
}

.warehouse-receipt-manual-link-modal-container .search-form .ant-input-group-addon:last-child {
  padding: 0;
}

.warehouse-receipt-manual-link-modal-container .search-form .ant-btn {
  border: 0;
  border-radius: 3px 0 0 3px;
  height: 30px;
}

.warehouse-receipt-manual-link-modal-container .ant-alert {
  white-space: break-spaces;
  width: -webkit-max-content;
  width: max-content;
  margin-bottom: 20px;
}

.warehouse-receipt-manual-link-modal-container .receipt-category {
  margin-bottom: 20px;
}

.warehouse-receipt-manual-link-modal-container .receipt-category .text-muted {
  font-size: 12px;
  color: #909090 !important;
}

.warehouse-receipt-manual-link-modal-container .receipt-category:last-child {
  margin-bottom: 0;
}

.warehouse-receipt-manual-link-modal-container .receipt-category .receipts-table {
  border-collapse: collapse;
  width: 100%;
}

.warehouse-receipt-manual-link-modal-container .receipt-category .receipts-table th {
  background-color: #f3f4f7;
  border: 1px solid #e8e8e8;
  padding: 5px;
  font-weight: bold;
}

.warehouse-receipt-manual-link-modal-container .receipt-category .receipts-table th#receipts {
  text-align: center;
}

.warehouse-receipt-manual-link-modal-container .receipt-category .receipts-table td {
  border: 1px solid #e8e8e8;
  padding: 5px;
}

.warehouse-receipt-manual-link-modal-container .receipt-category .receipts-table td#material-code {
  width: 150px;
}

.warehouse-receipt-manual-link-modal-container .receipt-category .receipts-table td#quantity {
  width: 100px;
}

.warehouse-receipt-manual-link-modal-container .receipt-category .receipts-table td#receipt-date {
  width: 50px;
}

.warehouse-receipt-manual-link-modal-container .receipt-category .receipts-table td#source {
  width: 120px;
}

.warehouse-receipt-manual-link-modal-container .receipt-category .receipts-table td#deliverer-name {
  width: 150px;
}

.statistical-differences {
  flex-wrap: nowrap;
  display: flex;
}

.statistical-differences > div {
  margin-left: 30px;
  padding: 10px 0;
  display: flex;
}

.statistical-differences > div > div:last-child {
  padding: 0 10px;
}

.custom-field-array-label {
  align-items: center;
  gap: 10px;
  display: flex;
}

.custom-field-array-label .custom-field-error {
  color: #eb1717;
  font-size: 10px !important;
}

.outsourcing-service-content {
  margin-bottom: 1rem;
  display: flex;
  padding-left: 25px !important;
}

.outsourcing-service-content label {
  color: #000000d8 !important;
  font-size: 12px !important;
}

.outsourcing-service-content .ant-alert-close-icon {
  text-align: center;
  border: 1px solid #ff5959;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-top: 7px;
  left: 5px;
}

.outsourcing-service-content .ant-alert-close-icon i {
  color: #ff5959;
}

.outsourcing-service-content .ant-alert-close-icon:hover {
  background-color: #ff5959;
  border-color: #fff;
}

.outsourcing-service-content .ant-alert-close-icon:hover i {
  color: #fff;
}

.outsourcing-service-detail {
  margin-left: 15px !important;
}

.outsourcing-service-detail .outsourcing-service-property {
  gap: 4px;
  margin-left: 15px;
  display: flex;
}

.outsourcing-service-detail .outsourcing-service-property span {
  height: 2rem;
  line-height: 2rem;
}

.outsourcing-service-detail .outsourcing-service-property .see-more-text {
  font-size: 9px !important;
}

.outsourcing-service-detail .outsourcing-service-property .outsourcing-service-property-label {
  color: #939393;
  font-size: 11px !important;
}

.outsourcing-service-see-more-popover-text {
  width: 400px;
  font-size: 12px !important;
}

.material-type {
  border-right: 1px solid #e2e2e2;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
  padding-right: 10px;
}

.purchase-item-head {
  background-color: #f3f4f7;
  border-bottom: 1px solid #e2e2e2;
  padding: 1rem;
  display: flex;
}

.outsourcing-material-detail {
  border-left: 1px solid #e2e2e2;
  width: 50%;
}

.output-material-details > div > h3 {
  color: #5c5c5c;
  margin-bottom: 0;
  font-weight: bold;
}

.input-material-details {
  width: 50%;
}

.input-material-details > div > h3 {
  color: #5c5c5c;
  margin-bottom: 0;
  font-weight: bold;
}

.purchase-item-content {
  align-items: flex-start;
  display: flex;
}

.outsourcing-purchase-item {
  margin-top: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 0 10px #e2e2e2;
}

.p-1 {
  padding: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.edit-request-wrapper {
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  min-width: 700px;
  display: flex;
}

.edit-request-wrapper .input-output-data {
  border-radius: 5px;
  padding: 10px;
  display: flex;
  box-shadow: 0 0 10px #ccc;
}

.edit-request-wrapper .input-outsourcing, .edit-request-wrapper .output-outsourcing {
  flex-direction: column;
  gap: .5rem;
  width: 100%;
  display: flex;
}

.edit-request-wrapper .label-bold {
  color: #565656;
}

.edit-request-wrapper h3 {
  color: #565656;
  font-size: 15px;
  font-weight: bold;
}

.line-tooltip {
  border: 1px solid #ccc;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  padding: 10px;
  display: flex;
  background: #6b0ead1a !important;
}

.line-tooltip .mn {
  color: #686868;
}

.line-tooltip .price {
  color: #6b0ead;
}

.purchase-history-line {
  border: none;
  padding: 30px;
}

.header-title-top {
  background-color: #fff;
  margin: 0;
  padding: 6px 15px 0 0;
  font-size: 14px !important;
}

.filter-item {
  padding: 10px;
}

.filter-item .filter-item-select {
  padding: 0 10px;
}

.inquiryResultDetails-table {
  margin: 20px 0;
  width: 100% !important;
}

.inquiryResultDetails-table tr > td {
  padding: 15px;
}

.inquiryResultDetails-table .financial-table-total-count, .inquiryResultDetails-table .financial-table-accounting-number, .inquiryResultDetails-table .financial-table-document-number {
  text-align: center;
  font-weight: bold;
}

.inquiryPreFormDetails {
  width: 100% !important;
}

.inquiryPreFormDetails td {
  padding: 13px !important;
}

.table-green {
  border-collapse: collapse;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

.table-green td, .table-green th {
  border: 1px solid #ddd;
  padding: 8px;
}

.table-green tr:hover {
  background-color: #eee;
}

.table-green th {
  color: #fff;
  background-color: #009fb7;
  padding-top: 12px;
  padding-bottom: 12px;
}

.inquiry-pre-invoice-dates {
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  display: flex;
}

.inquiry-pre-invoice-dates div {
  width: 30%;
  display: flex;
}

.inquiry-pre-invoice-dates p {
  padding-left: 5px;
  font-weight: bold;
}

.inquiry-table-container {
  margin-bottom: 24px;
  overflow-x: auto;
}

.inquiry-item-price-table {
  border-collapse: collapse;
  background-color: #fff;
  width: 100%;
  font-size: 13px;
}

.inquiry-item-price-table thead tr th {
  text-align: center;
  color: #333;
  white-space: nowrap;
  background-color: #f0f0f0;
  border: 1px solid #d0d0d0;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 600;
}

.inquiry-item-price-table tbody tr td {
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 4px 6px;
  font-size: 12px;
}

.inquiry-item-price-table tbody tr td.description-cell {
  text-align: right;
  word-wrap: break-word;
  color: #555;
  direction: rtl;
  max-width: 250px;
}

.inquiry-item-price-table tbody tr td.price-input-cell {
  text-align: center;
  white-space: nowrap;
  background-color: #f0f8ff;
  width: 1%;
  padding: 2px 4px;
  position: relative;
}

.inquiry-item-price-table tbody tr td.price-input-cell .ant-form-item {
  margin-bottom: 0;
}

.inquiry-item-price-table tbody tr td.price-input-cell .ant-form-item .ant-form-item-control {
  line-height: 1;
}

.inquiry-item-price-table tbody tr td.price-input-cell .ant-form-item .ant-form-item-control input {
  text-align: center;
  width: 120px;
  height: 24px;
  font-size: 12px;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background-color: #f0f8ff !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  padding: 2px 4px !important;
}

.inquiry-item-price-table tbody tr td.price-input-cell .ant-form-item .ant-form-item-control input:hover {
  background-color: #e0f0ff !important;
}

.inquiry-item-price-table tbody tr td.price-input-cell .ant-form-item .ant-form-item-control input:focus {
  box-shadow: none !important;
  background-color: #d0e8ff !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
}

.inquiry-item-price-table tbody tr td.price-input-cell .ant-form-item .ant-form-item-control input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.inquiry-item-price-table tbody tr td.price-input-cell .ant-form-item .ant-form-item-control input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.inquiry-item-price-table tbody tr td.price-input-cell .ant-form-item .ant-form-item-control input[type="number"] {
  -moz-appearance: textfield;
}

.inquiry-item-price-table tbody tr td.price-input-cell .table-error-message {
  color: #ff4d4f;
  text-align: center;
  margin-top: 2px;
  font-size: 11px;
}

.inquiry-item-price-table tbody tr td.price-cell {
  text-align: right;
  color: #333;
  padding-right: 8px;
  font-weight: 500;
}

.inquiry-item-price-table tbody tr:hover, .inquiry-item-price-table tbody tr:hover td {
  background-color: #f5f5f5;
}

.inquiry-item-price-table tbody .total-amount-row {
  font-weight: 600;
  background-color: #f0f0f0 !important;
}

.inquiry-item-price-table tbody .total-amount-row td {
  border-top: 2px solid #999;
  padding: 6px 8px;
  background-color: #f0f0f0 !important;
}

.inquiry-item-price-table tbody .total-amount-row td.total-label-cell {
  text-align: right;
  padding-right: 12px;
}

.inquiry-item-price-table tbody .total-amount-row td.total-price-cell {
  text-align: right;
  padding-right: 8px;
  position: relative;
}

.inquiry-item-price-table tbody .total-amount-row td.total-price-cell .total-price-value {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.inquiry-item-price-table tbody .total-amount-row td.total-price-cell .table-error-message {
  color: #ff4d4f;
  text-align: right;
  margin-top: 2px;
  font-size: 11px;
  display: block;
}

.inquiry-item-price-table tbody .total-amount-row:hover, .inquiry-item-price-table tbody .total-amount-row:hover td {
  background-color: #f0f0f0 !important;
}

.inquiry-form-fields {
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
  display: flex;
}

.inquiry-form-fields .form-row {
  flex: 0 0 calc(33.333% - 11px);
  min-width: 0;
  margin-bottom: 0;
}

.inquiry-form-fields .form-row .ant-form-item-label {
  padding-bottom: 4px;
}

.inquiry-form-fields .form-row .ant-form-item-label label {
  font-size: 13px;
  font-weight: 500;
}

.inquiry-form-fields .form-row .ant-form-item-control .currency-suffix-inline {
  color: #666;
  margin-right: 6px;
  font-size: 12px;
}

.inquiry-form-fields .form-row .ant-input, .inquiry-form-fields .form-row .ant-input-number, .inquiry-form-fields .form-row .ant-radio-group .ant-radio-button-wrapper {
  font-size: 13px;
}

.inquiry-form-fields .ant-form-item .ant-form-item-explain-error {
  margin-top: 4px;
  font-size: 12px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.multi-choice > span {
  padding-left: 20px;
}

.table-title {
  text-align: center;
  font-size: 12px;
}

.multi-choice-purchas {
  padding: 0 !important;
}

.multi-choice-purchas .item-table, .multi-choice-purchas .inquiryResultDetails-table {
  margin: 0 !important;
}

.multi-choice-purchas .inquiryResultDetails-table thead tr th {
  color: gray !important;
  background-color: #eee !important;
}

.multi-choice-purchas th, .multi-choice-purchas td {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  font-size: 9px !important;
}

.item-table {
  margin-bottom: -.98px !important;
}

.first-item-table {
  table-layout: fixed;
  text-align: center;
  color: gray;
  border: 3px double #999;
  width: 102%;
  margin-right: -7px;
}

.column-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-item-column {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: none !important;
}

.border-table {
  border: 3px ridge #2c2c2c;
  min-height: 50vh;
  padding: 15px;
}

.valid-area {
  text-align: right;
  color: #c568c5;
  border: 1px dashed #c568c5;
  width: 325px;
  height: 65px;
  margin-top: 15px;
  margin-bottom: -15px;
  margin-right: -15px;
  padding: 5px;
}

.inquiryResultDetails-table {
  margin: 20px 0;
  width: 100% !important;
}

.inquiryResultDetails-table tr > td {
  padding: 15px;
}

.inquiryPreFormDetails {
  width: 100% !important;
}

.inquiryPreFormDetails td {
  padding: 13px !important;
}

.table-green {
  border-collapse: collapse;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

.table-green td, .table-green th {
  border: 1px solid #ddd;
  padding: 8px;
}

.table-green tr:hover {
  background-color: #eee;
}

.table-green th {
  color: #fff;
  background-color: #009fb7;
  padding-top: 12px;
  padding-bottom: 12px;
}

.manufacturer-input-item {
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
  display: flex;
}

.manufacturer-input-item .ant-form-item {
  margin: 0 !important;
}

.select-dropdown-maxContent {
  position: absolute;
  width: -webkit-max-content !important;
  width: max-content !important;
  right: 17rem !important;
}

.manufacturer-document-form-wrapper {
  display: "flex";
}

.manufacturer-document-form-wrapper .container {
  width: "100%";
}

.paymentDetails-table {
  margin: 10px 0;
  width: 96% !important;
}

.paymentDetails-table tr > td {
  padding: 7px;
}

.paymentDetails-table thead {
  color: #fff;
  background-color: #00a4b5;
  font-weight: bold;
}

.financial-document-table {
  margin: 0 !important;
}

.financial-document-table tbody tr td {
  padding: 0 5px !important;
}

.financial-document-table tbody tr .delete-action {
  text-align-last: center !important;
  place-items: center !important;
}

.financial-document-table tbody tr .no-record {
  text-align: center;
  color: #999;
  padding: 10px !important;
}

.financial-document-table .item-type, .financial-document-table .item-title {
  min-width: 150px;
  font-weight: 500;
  font-size: 12px !important;
}

.financial-document-table .table-header {
  text-align: center;
}

.financial-document-table .table-header .type {
  width: 100px;
}

.financial-document-table .table-header .price-column {
  width: 200px;
}

.financial-document-table .table-header .tax-column {
  width: 100px;
}

.financial-document-table .ant-form-item-control-wrapper {
  float: left;
  width: 100%;
}

.financial-document-table .ant-form-item-control-wrapper input {
  border: unset !important;
  background-color: unset !important;
}

.financial-document-table .ant-form-item-control-wrapper .ant-form-explain {
  background-color: #f1ecec;
  padding: 4px;
  position: absolute;
  bottom: 0;
}

.financial-document-table .ant-form-item-control-wrapper .ant-input:focus {
  box-shadow: unset !important;
}

.popover-container {
  max-width: 300px;
  max-height: 400px;
  padding: 10px;
  overflow-y: auto;
}

.item-header {
  text-align: center;
}

.item-header svg {
  margin-right: 10px;
}

.list-item {
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  transition: all .2s;
}

.list-item:hover {
  background: #f5f5f5;
}

.list-item:not(:hover) {
  background: #fff;
}

.popover-trigger {
  cursor: pointer;
  margin-right: 10px;
}

.no-record {
  text-align: center;
  color: #999;
}

.table-header {
  text-align: center;
}

.selected-item {
  color: #bfbfbf;
  cursor: not-allowed;
}

.non-selected-item {
  color: #000;
  cursor: pointer;
}

.ant-popover .ant-popover-content .ant-popover-arrow {
  right: -6px !important;
}

.financial-document-table tbody tr td.tax-checkbox-cell {
  text-align: center;
}

.purchase-items-popover {
  max-height: 80vh;
  overflow-y: auto;
}

.financial-document-table {
  margin: 0 !important;
}

.financial-document-table tbody tr td {
  position: relative;
  padding: 0 5px !important;
}

.financial-document-table tbody tr td .ant-row {
  margin-bottom: 0 !important;
}

.financial-document-table tbody tr .no-record {
  text-align: center;
  color: #999;
  padding: 10px !important;
}

.financial-document-table .item-title {
  font-weight: 500;
  font-size: 12px !important;
}

.financial-document-table .table-header {
  text-align: center;
}

.financial-document-table .ant-form-item-control-wrapper {
  float: left;
  width: 100%;
}

.financial-document-table .ant-form-item-control-wrapper input {
  border: unset !important;
  background-color: unset !important;
}

.financial-document-table .ant-form-item-control-wrapper .ant-form-explain {
  background-color: #f1ecec;
  padding: 4px;
  position: absolute;
  bottom: 0;
}

.financial-document-table .ant-form-item-control-wrapper .ant-input:focus {
  box-shadow: unset !important;
}

.popover-container {
  max-width: 300px;
  max-height: 400px;
  padding: 10px;
  overflow-y: auto;
}

.item-header {
  text-align: center;
}

.item-header svg {
  margin-right: 10px;
}

.ant-popover .selected-item {
  color: #bfbfbf;
  cursor: not-allowed;
}

.ant-popover .non-selected-item {
  color: #000;
  cursor: pointer;
}

.list-item {
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  transition: all .2s;
}

.list-item:hover {
  background: #f5f5f5;
}

.list-item:not(:hover) {
  background: #fff;
}

.popover-trigger {
  cursor: pointer;
  margin-right: 10px;
}

.ant-popover .ant-popover-content .ant-popover-arrow {
  right: -6px !important;
}

.short-input {
  width: 60%;
}

.sanad-number-select .ant-select-selection {
  width: 250px;
}

.multiple-input-inline {
  gap: 30px;
  display: flex;
}

.multiple-input-inline .ant-form-item .ant-form-item-label {
  font-weight: 600;
}

.ps {
  color: #959595;
}

.detail-table-value {
  width: 45%;
}

.detail-table-type, .detail-table-price, .detail-table-haveTax {
  width: 15% !important;
}

.detail-table-actions {
  width: 10% !important;
}

.total-count-table {
  border-collapse: collapse;
  background-color: #f3f4f7;
  padding-left: 10px;
  padding-right: 10px;
}

.total-count-table th {
  border: 1px solid #ddd;
  padding: 10px;
}

.total-count-table th.total-count-text div {
  align-items: center;
  gap: 5px;
  display: flex;
}

.total-count-table th.total-count-text div svg {
  color: #417730;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 15px !important;
}

.validation-message {
  color: #f5222d;
}

.financial-voucher-confirmation-modal .ant-modal-content {
  margin-top: 190px !important;
}

.financial-voucher-grouping-action-modal-container .ant-alert {
  white-space: break-spaces;
  margin-bottom: 20px;
}

.financial-voucher-grouping-action-modal-container .voucher-category {
  margin-bottom: 20px;
}

.financial-voucher-grouping-action-modal-container .voucher-category .text-muted {
  font-size: 12px;
  color: #909090 !important;
}

.financial-voucher-grouping-action-modal-container .voucher-category:last-child {
  margin-bottom: 0;
}

.financial-voucher-grouping-action-modal-container .voucher-category .voucher-table {
  border-collapse: collapse;
  width: 100%;
}

.financial-voucher-grouping-action-modal-container .voucher-category .voucher-table th {
  background-color: #f3f4f7;
  border: 1px solid #e8e8e8;
  padding: 5px;
  font-weight: bold;
  text-align-last: center !important;
}

.financial-voucher-grouping-action-modal-container .voucher-category .voucher-table td {
  border: 1px solid #e8e8e8;
  padding: 5px;
  text-align-last: center !important;
}

.financial-voucher-grouping-action-modal-container .voucher-category .voucher-table tr:nth-child(odd) {
  background-color: #f3f4f7;
}

.financial-voucher-grouping-action-modal-container .voucher-category .voucher-table .voucher-description:not(.muted-text) {
  color: #1890ff;
  cursor: pointer;
  font-size: 11px;
}

.financial-voucher-grouping-action-modal-container .voucher-category .voucher-table .voucher-description.muted-text {
  font-size: 10px;
}

.ant-popover .ant-popover-content .ant-popover-arrow {
  display: none !important;
}

.voucher-description-in-popover {
  font-size: 12px !important;
}

.warehouse-receipt-pricing-confirmation-modal .ant-modal-content {
  margin-top: 190px !important;
}

.warehouse-receipt-pricing-modal-container .ant-alert {
  white-space: break-spaces;
  margin-bottom: 20px;
}

.warehouse-receipt-pricing-modal-container .receipt-category {
  margin-bottom: 20px;
}

.warehouse-receipt-pricing-modal-container .receipt-category .text-muted {
  font-size: 12px;
  color: #909090 !important;
}

.warehouse-receipt-pricing-modal-container .receipt-category:last-child {
  margin-bottom: 0;
}

.warehouse-receipt-pricing-modal-container .receipt-category .receipt-table {
  border-collapse: collapse;
  width: 100%;
}

.warehouse-receipt-pricing-modal-container .receipt-category .receipt-table th {
  background-color: #f3f4f7;
  border: 1px solid #e8e8e8;
  padding: 5px;
  font-weight: bold;
  text-align-last: center !important;
}

.warehouse-receipt-pricing-modal-container .receipt-category .receipt-table td {
  border: 1px solid #e8e8e8;
  padding: 5px;
  text-align-last: center !important;
}

.warehouse-receipt-pricing-modal-container .receipt-category .receipt-table tr:nth-child(odd) {
  background-color: #f3f4f7;
}

.financial-table-headers {
  font-size: 15px !important;
}

.inquiryResultDetails-table tr th {
  color: #00324a;
  background-color: #f3f4f7;
  font-weight: bold;
}

.inquiryResultDetails-table tr td {
  font-weight: 500;
  padding: 8px !important;
}

.m-purchases-details-list-wrapper * {
  font-size: 12px;
}

.m-purchases-details-list-wrapper .o-purchases-details-list-item {
  margin-bottom: 0;
}

.m-purchases-details-list-wrapper .o-purchases-details-list-item .ant-list-item-content {
  margin: 0;
  padding-top: 20px;
}

.m-purchases-details-list-wrapper .m-purchase-subdocs {
  background-color: #f7f7f7;
  padding: 0;
  display: block;
}

.m-purchases-details-list-wrapper .m-purchase-subdocs .a-subdoc-tabs > .ant-tabs-bar {
  border: 1px solid #e8e8e8;
  border-width: 0 1px 1px 0;
}

.m-purchases-details-list-wrapper .ant-tabs-extra-content {
  line-height: 30px;
  float: left !important;
}

.m-purchases-details-list-wrapper .ant-tabs-tab {
  margin: 0;
  padding: 6px 7.5px;
  box-shadow: inset 1px 0 #e8e8e8;
}

.m-purchases-details-list-wrapper .m-purchase-main-tabbar {
  border: 0 solid #e8e8e8;
  border-width: 0 1px;
}

.m-purchases-details-list-wrapper .m-purchase-main-tabbar .ant-tabs-tab:first-child, .m-purchases-details-list-wrapper .m-purchase-main-tabbar .ant-tabs-tab:nth-child(2), .m-purchases-details-list-wrapper .m-purchase-main-tabbar .a-default-tab {
  display: none;
}

.m-purchases-details-list-wrapper .a-purchase-labels {
  float: left;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.m-purchases-details-list-wrapper .a-purchase-labels .ant-tag {
  width: 15px;
  height: 15px;
  margin: 7.5px 0 7.5px 7.5px;
}

.m-purchases-details-list-wrapper .ant-tabs-bar {
  margin: 0 !important;
}

.m-purchases-details-list-wrapper .ant-tabs-nav-container {
  min-height: 30px;
}

.m-purchases-details-list-wrapper .ant-tabs-nav .ant-tabs-tab:not(.ant-tabs-tab-active):hover {
  color: #fff;
  background: #1890ff;
  transition: all .3s ease-out;
}

.m-purchases-details-list-wrapper .ant-tabs-nav .ant-tabs-tab-active {
  height: 30px;
}

.m-purchases-details-list-wrapper .ant-tabs-nav .ant-tabs-tab-active:before {
  display: none;
}

.m-purchases-details-list-wrapper .ant-tabs-tabpane-active {
  padding: 0;
}

.m-purchases-details-list-wrapper .ant-tabs-tabpane-active .ant-tabs-tabpane-active {
  background: none;
}

.m-purchases-details-list-wrapper .ant-card-body {
  min-height: 30px;
  padding: 0;
  display: flex;
}

.m-purchases-details-list-wrapper .ant-card-body .m-purchase-content, .m-purchases-details-list-wrapper .ant-card-body .a-customer-content {
  flex: 1;
  padding: 10px;
}

.m-purchases-details-list-wrapper .ant-card-head {
  background-color: #f7f7f7;
  min-height: 30px;
  padding: 0 10px 0 0;
}

.m-purchases-details-list-wrapper .ant-card-head-title {
  padding: 6px 0;
  display: block;
}

.m-purchases-details-list-wrapper .ant-card-extra {
  margin: 0;
  padding: 0;
}

.m-purchases-details-list-wrapper .ant-card-extra .ant-btn-group-lg > .ant-btn, .m-purchases-details-list-wrapper .ant-card-extra .ant-btn {
  line-height: inherit;
  border: 0 solid #e8e8e8;
  border-width: 0 1px;
  height: 30px;
  padding: 7px 6.5px;
}

.m-purchases-details-list-wrapper .ant-card-extra .ant-btn-group-lg > .ant-btn:not(:hover), .m-purchases-details-list-wrapper .ant-card-extra .ant-btn:not(:hover) {
  color: #777;
}

.m-purchases-details-list-wrapper .ant-card-extra .ant-btn-group > .ant-btn:last-child:not(:first-child), .m-purchases-details-list-wrapper .ant-card-extra .ant-btn-group > .ant-btn:first-child:not(:last-child) {
  border-radius: 0;
}

.m-purchases-details-list-wrapper .a-customer-summary .ant-card-head-wrapper h2, .m-purchases-details-list-wrapper .a-customer-summary .ant-card-head-wrapper h4, .m-purchases-details-list-wrapper .m-purchase-summary .ant-card-head-wrapper h2, .m-purchases-details-list-wrapper .m-purchase-summary .ant-card-head-wrapper h4 {
  margin: 0;
  display: block;
}

.m-purchases-details-list-wrapper .a-customer-summary .a-customer-content span, .m-purchases-details-list-wrapper .m-purchase-summary .a-customer-content span {
  padding-bottom: 5px;
  display: list-item;
}

.m-purchases-details-list-wrapper .a-admin-list-layout .a-layouts-header, .m-purchases-details-list-wrapper .a-details-layout-wrapper .a-layouts-header, .m-purchases-details-list-wrapper .a-admin-form-layout .a-layouts-header {
  padding: 0 15px 0 0;
}

.m-purchases-details-list-wrapper .a-admin-list-layout .a-layouts-action .ant-btn, .m-purchases-details-list-wrapper .a-details-layout-wrapper .a-layouts-action .ant-btn, .m-purchases-details-list-wrapper .a-admin-form-layout .a-layouts-action .ant-btn {
  border: 0 solid #e8e8e8;
  border-width: 0 1px;
  border-radius: 0;
  height: 32px;
  margin-left: -1px;
  padding: 0 8px;
  line-height: 32px;
}

.m-purchases-details-list-wrapper .a-admin-list-layout .a-layouts-title, .m-purchases-details-list-wrapper .a-details-layout-wrapper .a-layouts-title, .m-purchases-details-list-wrapper .a-admin-form-layout .a-layouts-title {
  font-size: 14px !important;
}

.m-purchases-details-list-wrapper .a-admin-list-layout .ant-divider, .m-purchases-details-list-wrapper .a-details-layout-wrapper .ant-divider, .m-purchases-details-list-wrapper .a-admin-form-layout .ant-divider {
  display: none;
}

.m-purchases-details-list-wrapper .a-admin-list-layout .ant-table-thead > tr:first-child > th:first-child, .m-purchases-details-list-wrapper .a-admin-list-layout .ant-table-thead > tr:first-child > th:last-child {
  border-radius: 0;
}

.m-purchases-details-list-wrapper .a-admin-list-layout .ant-table-wrapper {
  margin: 0;
}

.m-purchases-details-list-wrapper .a-details-layout-wrapper .a-layouts-header, .m-purchases-details-list-wrapper .a-admin-list-layout .a-layouts-header, .m-purchases-details-list-wrapper .a-admin-form-layout .a-layouts-header {
  background: #fff;
}

.m-purchases-details-list-wrapper .a-admin-form-layout .a-layouts-content, .m-purchases-details-list-wrapper .a-details-layout-wrapper .a-layouts-content {
  padding: 15px;
}

.m-purchase-actions .loading, .m-purchase-actions .arrow-right {
  margin-left: 3px;
}

.m-purchases-form-wrapper {
  background: #fff;
  padding: 24px;
}

.o-details-financial-details-list .ant-list-item {
  padding: 0;
}

.a-responsible-person {
  float: right;
}

.a-purchase-number {
  float: none;
  text-align: center;
  margin: 0 auto;
}

.a-new-tab-btn {
  float: left;
  padding-left: 10px;
}

.m-purchase-header {
  justify-content: space-between;
  display: flex;
}

.--showing-message {
  border: 2px solid #00324a;
  position: relative;
}

.--showing-message:after {
  content: "";
  border-top: 10px solid #0000;
  border-bottom: 10px solid #0000;
  border-right: 10px solid #00324a;
  width: 0;
  height: 0;
  margin-left: -10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.--showing-message .m-purchase-subdocs {
  background-color: #f7f7f7;
}

.a-purchase-action-popover {
  background: #fff;
  border: 1px solid #e8e8e8;
  max-height: 117px;
  padding: 0;
  overflow: hidden;
}

.a-purchase-action-popover .ant-popover-arrow {
  display: none;
}

.a-purchase-action-popover .ant-popover-content {
  padding: 0;
}

.a-purchase-action-popover .ant-popover-inner {
  box-shadow: none;
  padding: 0;
}

.a-purchase-action-popover .ant-popover-inner .ant-popover-inner-content {
  padding: 0;
}

.a-purchase-action-popover .ant-menu {
  border: none;
}

.a-purchase-action-popover .ant-menu .ant-menu-item {
  border-bottom: 1px solid #e8e8e8;
  max-height: 27.5px;
  padding: 0 7.5px;
  line-height: 27.5px;
  margin: 0 !important;
}

.a-purchase-action-popover .ant-menu .ant-menu-item:hover {
  color: inherit;
  background-color: #f7f7f7;
}

.m-list-confirm-popover {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
  max-height: 157px;
  padding: 10px;
  overflow: hidden;
}

.m-list-confirm-popover .select-reason-message {
  width: 100%;
  margin-bottom: 4px;
}

.m-list-confirm-popover .ant-popover-arrow {
  display: none;
}

.m-list-confirm-popover .ant-popover-content {
  padding: 0;
}

.m-list-confirm-popover .ant-popover-inner {
  box-shadow: none;
  padding: 0;
}

.m-list-confirm-popover .ant-popover-inner .ant-popover-inner-content {
  padding: 0;
}

.m-list-confirm-popover .a-confirm-button, .m-list-confirm-popover .a-confirm-label {
  width: 100%;
}

.m-list-confirm-popover .a-confirm-button {
  color: #fff;
  background-color: #78bc61;
  border: none;
  width: 100%;
  margin-bottom: 5px;
}

.m-list-confirm-popover .a-cancel-button {
  width: 100%;
  margin-top: 5px;
}

.m-list-confirm-popover.m-backward-layout {
  height: auto !important;
  max-height: unset !important;
  overflow: visible !important;
}

.color-green {
  color: #52c41a;
}

.level-wrapper {
  display: flex;
}

.level-wrapper .trash {
  color: red;
  margin-right: 10px;
}

.folder-card-tab-counter {
  height: 0;
  margin-right: 3px;
  display: inline;
}

.default-active-tab {
  color: #1990ff;
}

.ant-tabs-tab:hover .ant-tooltip-open.default-active-tab, .ant-tabs-tab:hover .default-active-tab {
  color: #fff !important;
}

.emoji-style {
  color: #daea00;
  height: 25px;
  margin-bottom: -9px;
  width: 25px !important;
}

.summary-loading svg {
  color: #6d6d6d;
  font-size: 9px !important;
}

.o-purchases-details-list {
  margin: 0 20px 20px;
}

.o-purchases-details-list .ant-pagination {
  padding-top: 20px;
}

.o-purchases-details-list-filters .ant-card-body, .a-purchases-details-filtered .ant-card-body {
  padding: 11.5px 20px;
  font-size: smaller;
}

.a-purchases-details-filtered .ant-card-body {
  background-color: #e8e8e8;
}

.m-list-filter-popover {
  padding-top: 6px;
}

.m-list-filter-popover .ant-popover-arrow {
  display: none;
}

.a-purchases-list-overlay {
  z-index: 999;
  background: #000c;
  width: 100%;
  height: 100%;
  position: absolute;
}

.m-purchases-form-wrapper {
  background: #fff;
  padding: 24px;
}

.toolbar .filters {
  flex-wrap: wrap;
  display: flex;
}

.toolbar .filters div {
  margin-left: 10px;
}

.toolbar .sort {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.toolbar .submit-btn {
  text-align: left;
}

.order-details-container {
  border-top: 1px solid #e0e0e0;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 20px;
  display: flex;
}

.o-purchases-details-list {
  margin: 0 20px 20px;
}

.o-purchases-details-list .ant-pagination {
  padding-top: 20px;
}

.o-purchases-details-list-filters .ant-card-body, .a-purchases-details-filtered .ant-card-body {
  padding: 11.5px 20px;
  font-size: smaller;
}

.a-purchases-details-filtered .ant-card-body {
  background-color: #e8e8e8;
}

.a-purchases-list-overlay {
  z-index: 999;
  background: #000c;
  width: 100%;
  height: 100%;
  position: absolute;
}

.m-purchases-form-wrapper {
  background: #fff;
  padding: 24px;
}

.purchase-card-list-selector {
  display: flex;
}

.purchase-card-list-selector.disapproved-document-card {
  border: 1px solid #ea9c9c !important;
}

.purchase-card-list-selector.payment-deadline-card {
  border: 1px solid #ffd16e !important;
}

.purchase-card-list-selector label {
  align-self: center;
  margin-left: 10px;
}

.purchase-card-list-selector > div {
  width: 100%;
}

.o-paymentLists-details-list {
  margin: 0 20px 20px;
}

.o-paymentLists-details-list .ant-pagination {
  padding-top: 20px;
}

.o-paymentLists-details-list-filters .ant-card-body, .a-paymentLists-details-filtered .ant-card-body {
  padding: 11.5px 20px;
  font-size: smaller;
}

.a-paymentLists-details-filtered .ant-card-body {
  background-color: #e8e8e8;
}

.o-purchase-details-list-filters.first-stage .ant-card-body {
  padding-top: 9px;
}

.o-purchase-details-list-filters.first-stage .ant-card-body .purchase-filter-menu-toggler.is-close {
  top: 42px;
}

.o-purchase-details-list-filters .ant-card-body {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.o-purchase-details-list-filters .ant-card-body .purchase-filters {
  width: 60%;
}

.o-purchase-details-list-filters .ant-card-body .purchase-sort {
  width: 30%;
}

.o-purchase-details-list-filters .ant-card-body .purchase-submit-button {
  width: 10%;
}

.o-purchase-details-list-filters .ant-card-body .purchase-filter-menu-toggler {
  width: 150px;
  font-size: 12px;
  position: absolute;
  left: -27px;
}

.o-purchase-details-list-filters .ant-card-body .purchase-filter-menu-toggler.is-close {
  top: 55px;
}

.o-purchase-details-list-filters .ant-card-body .purchase-filter-menu-toggler.is-open {
  bottom: 0;
}

.m-list-filter-popover {
  padding-top: 6px;
}

.m-list-filter-popover .ant-popover-arrow {
  display: none;
}

.a-paymentLists-list-overlay {
  z-index: 999;
  background: #000c;
  width: 100%;
  height: 100%;
  position: absolute;
}

.m-paymentLists-form-wrapper {
  background: #fff;
  padding: 24px;
}

.toolbar {
  width: 100% !important;
}

.toolbar .filters {
  flex-wrap: wrap;
  display: flex;
}

.toolbar .filters div {
  margin-left: 5px !important;
}

.toolbar .sort {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.toolbar .submit-btn {
  text-align: left;
}

.toolbar .submit-btn-right {
  text-align: right;
}

.paymentList-card-list-selector {
  display: flex;
}

.paymentList-card-list-selector label {
  align-self: center;
  margin-left: 10px;
}

.paymentList-card-list-selector > div {
  width: 100%;
}

.folderCardFooter .m-paymentList-body {
  width: 100%;
  padding: 10px;
}

.folderCardFooter .m-paymentList-body .payment-list-sum-of-price {
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.folderCardFooter .m-paymentList-body .pay-all {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.folderCardFooter .m-paymentList-body .pay-all .ant-form-item-control {
  padding: 0 !important;
}

.folderCardFooter .m-paymentList-body .add-new-purchase {
  display: flex;
}

.folderCardFooter .m-paymentList-body .add-new-purchase button {
  margin: 3px 10px;
}

.orderDetailsContainer {
  border-right: 1px solid #878787;
  margin-right: 20px;
  padding-right: 10px;
  display: flex;
}

.orderDetailsContainer > div {
  margin-left: 20px;
}

.searchedOrderNumbers .ant-form-item-children {
  gap: 20px;
  display: flex;
}

.renderScrollbarTopPaymentListWrapper {
  display: flex;
}

.renderScrollbarTopPaymentListWrapper > div {
  padding: 0 6px;
}

.renderScrollbarTopPaymentListWrapper .addPaymentListButton {
  color: #fff;
  cursor: pointer;
  background: #009fb7;
  border-color: #fff;
  padding: 10px 20px 4px;
}

.formerPaymentListDetails {
  background-color: #fff;
  justify-content: space-between;
  width: 200px;
  display: flex;
}

.formerPaymentListDetails div {
  padding: 10px;
}

.formerPaymentListDetails div:first-child {
  color: #000;
}

.formerPaymentListDetails div:last-child {
  color: #147d01;
}

.a-layouts-content .ant-radio-button-wrapper {
  margin-left: 0;
}

.table-form {
  margin: 20px 0;
  width: -webkit-max-content !important;
  width: max-content !important;
}

.table-form tr th {
  color: #00324a;
  background-color: #f3f4f7;
  border: 1px solid #ccc;
  padding: 15px;
  font-weight: normal;
}

.table-form tr td {
  border: 1px solid #ccc;
}

.table-form tr td .table-form-field {
  margin: 0 !important;
}

.table-form tr td .table-form-field input, .table-form tr td .table-form-field .ant-select > .ant-select-selection {
  border: none;
  border-radius: 0;
  height: 45px;
  padding: 0 10px;
}

body {
  overflow: hidden !important;
}

.o-cartable-layout .o-cartable-main {
  z-index: 1;
  min-width: 100vw;
  min-height: 100vh;
}

.o-cartable-layout .o-cartable-main .a-cartable-main-top {
  max-height: 75px;
  transition: max-height .5s;
  overflow: hidden;
}

.o-cartable-layout .o-cartable-main .a-cartable-main-top.--extra-tab {
  max-height: 130px;
}

.o-cartable-layout .o-cartable-main .a-cartable-main-top.is-open {
  max-height: 700px;
}

.o-cartable-layout .o-cartable-main .a-cartable-archive-main-top {
  max-height: 130px;
  transition: max-height .5s;
  overflow: hidden;
}

.o-cartable-layout .o-cartable-main .a-cartable-archive-main-top.is-open {
  max-height: 700px;
}

.o-cartable-layout .o-sidebar {
  z-index: 2;
  background: #fff;
  height: 100vh;
  position: fixed;
  overflow: hidden;
}

.o-cartable-layout .o-sidebar .ant-layout-sider-trigger {
  background-color: #00324a;
}

.o-cartable-layout .o-sidebar .ant-layout-sider-children {
  height: initial;
}

.o-cartable-layout .o-sidebar .m-sider-addNew {
  color: #fff;
  z-index: 1;
  background: #009fb7;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 40px !important;
  margin-top: 0 !important;
}

.o-cartable-layout .o-sidebar .m-sider-addNew svg {
  margin: 10px 0 0;
}

.o-cartable-layout .o-sidebar .m-sider-addNew:hover {
  background: #007384;
}

.o-cartable-layout .o-sidebar .o-layout-switch {
  z-index: 2;
  background: #00324a;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.o-cartable-layout .o-sidebar .o-layout-switch .a-layout-switch--text {
  color: #fff;
  text-align: center;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
}

.o-cartable-layout .o-sidebar .o-layout-switch .m-layout-switch--list {
  z-index: 9999;
  color: #fff;
  background: #003d5b;
  width: 260px;
  position: fixed;
  top: 50px;
}

.o-cartable-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul {
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.o-cartable-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li {
  height: 40px;
  margin: 10px 0;
  padding: 10px 0;
}

.o-cartable-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li a {
  color: #fff;
}

.o-cartable-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li:hover {
  background: #004364;
}

.o-cartable-layout .o-sidebar .ant-menu-inline-collapsed, .o-cartable-layout .o-sidebar .ant-menu-inline {
  border: none;
  width: 100%;
  max-height: calc(100vh - 98px);
  margin-bottom: 115px;
}

.o-cartable-layout .o-sidebar .ant-menu-inline-collapsed .ant-menu-item, .o-cartable-layout .o-sidebar .ant-menu-inline .ant-menu-item {
  height: initial;
  margin: 0;
  padding: 0 !important;
}

.o-cartable-layout .o-sidebar .ant-menu-inline-collapsed .ant-menu-item:after, .o-cartable-layout .o-sidebar .ant-menu-inline .ant-menu-item:after {
  display: none;
}

.o-cartable-layout .o-sidebar.ant-layout-sider-collapsed .ant-menu-inline-collapsed {
  text-align: center;
}

.o-cartable-layout .o-sidebar.ant-layout-sider-collapsed .ant-menu-inline-collapsed .ant-menu-item-selected > a {
  color: #fff;
}

.o-cartable-layout .o-sidebar.ant-layout-sider-collapsed .ant-menu-inline-collapsed .ant-menu-item-selected .a-sidebar-menu-position {
  float: right;
  background-color: #00324a;
  width: 50%;
  display: block;
}

.o-cartable-layout .o-sidebar.ant-layout-sider-collapsed .ant-menu-inline-collapsed .ant-menu-item-selected .a-sidebar-stages-count {
  float: left;
  background-color: #003d5b;
  width: 50%;
  display: block;
}

.o-cartable-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline {
  text-align: center;
}

.o-cartable-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item-selected > a, .o-cartable-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item-active > a {
  background: #f7f7f7;
  box-shadow: inset -1px 0 0 1px #003d5b;
}

.o-cartable-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item-selected .a-sidebar-menu-text {
  color: #003d5b;
  text-align: right;
  width: calc(100% - 80px);
  padding-right: 32px;
  display: inline-block !important;
}

.o-cartable-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item-selected .a-sidebar-menu-position {
  float: right;
  color: #fff;
  background-color: #003d5b;
  width: 40px;
  display: block;
}

.o-cartable-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item-selected .a-sidebar-stages-count {
  float: left;
  color: #fff;
  background-color: #003d5b;
  width: 40px;
  display: block;
}

.o-cartable-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item:not(.m-sider-addNew):not(.ant-menu-item-selected) {
  box-shadow: inset 1px 1px #e8e8e8;
}

.o-cartable-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item:not(.m-sider-addNew):not(.ant-menu-item-selected) .a-sidebar-menu-text {
  text-align: right;
  width: calc(100% - 40px);
  padding-right: 32px;
  display: inline-block !important;
}

.o-cartable-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item:not(.m-sider-addNew):not(.ant-menu-item-selected) .a-sidebar-menu-position {
  float: right;
  width: 40px;
  display: block;
  box-shadow: inset 1px 0 #e8e8e8;
}

.cartable-scroll {
  height: 90vh;
  overflow: scroll;
}

.a-confirmation-modal {
  z-index: 1001;
}

.tags-container .files-title {
  border-top: 1px solid #e3e3e3;
  margin-top: 15px;
  padding: 10px 0;
}

.tags-container .ant-tag {
  margin: 3px;
}

.files-title {
  align-items: center;
  gap: 8px;
  padding-top: 20px;
  padding-bottom: 5px;
  display: flex;
}

.files-title .analysis-icon-button {
  min-width: auto;
  height: auto;
  box-shadow: none;
  color: #1890ff;
  border: none;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 18px;
  transition: all .3s;
}

.files-title .analysis-icon-button:hover {
  color: #40a9ff;
  background-color: #1890ff1a;
  transform: scale(1.15);
}

.files-title .analysis-icon-button:active {
  color: #096dd9;
  transform: scale(1.05);
}

.files-title .analysis-icon-button:focus {
  color: #1890ff;
  outline: none;
}

.customer-request-analysis-modal .retry-form-footer {
  align-items: center;
  gap: 8px;
  width: 100%;
  display: flex;
}

.customer-request-analysis-modal .retry-form-footer .ant-input {
  flex: 1;
}

.customer-request-analysis-modal .analysis-error-alert {
  margin-bottom: 16px;
}

.customer-request-analysis-modal .analysis-progress-container {
  margin-bottom: 24px;
}

.customer-request-analysis-modal .analysis-progress-container .progress-message {
  text-align: center;
  margin-top: 8px;
}

.customer-request-analysis-modal .analysis-result {
  color: #333;
  background-color: #f5f5f5;
  border-radius: 4px;
  min-height: 200px;
  max-height: 500px;
  padding: 16px;
  line-height: 1.6;
  overflow-y: auto;
}

.customer-request-analysis-modal .analysis-result h1, .customer-request-analysis-modal .analysis-result h2, .customer-request-analysis-modal .analysis-result h3, .customer-request-analysis-modal .analysis-result h4, .customer-request-analysis-modal .analysis-result h5, .customer-request-analysis-modal .analysis-result h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.customer-request-analysis-modal .analysis-result h1 {
  border-bottom: 1px solid #eaecef;
  padding-bottom: .3em;
  font-size: 2em;
}

.customer-request-analysis-modal .analysis-result h2 {
  border-bottom: 1px solid #eaecef;
  padding-bottom: .3em;
  font-size: 1.5em;
}

.customer-request-analysis-modal .analysis-result h3 {
  font-size: 1.25em;
}

.customer-request-analysis-modal .analysis-result p {
  margin-bottom: 16px;
}

.customer-request-analysis-modal .analysis-result ul, .customer-request-analysis-modal .analysis-result ol {
  margin-bottom: 16px;
  padding-left: 2em;
}

.customer-request-analysis-modal .analysis-result li {
  margin-bottom: .25em;
}

.customer-request-analysis-modal .analysis-result table {
  border-collapse: collapse;
  width: 100%;
  margin: 16px 0;
  display: block;
  overflow-x: auto;
}

.customer-request-analysis-modal .analysis-result table th, .customer-request-analysis-modal .analysis-result table td {
  border: 1px solid #dfe2e5;
  padding: 6px 13px;
}

.customer-request-analysis-modal .analysis-result table th {
  background-color: #f6f8fa;
  font-weight: 600;
}

.customer-request-analysis-modal .analysis-result table tr:nth-child(2n) {
  background-color: #f6f8fa;
}

.customer-request-analysis-modal .analysis-result code {
  background-color: #1b1f230d;
  border-radius: 3px;
  margin: 0;
  padding: .2em .4em;
  font-size: 85%;
}

.customer-request-analysis-modal .analysis-result pre {
  background-color: #f6f8fa;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 16px;
  font-size: 85%;
  line-height: 1.45;
  overflow: auto;
}

.customer-request-analysis-modal .analysis-result pre code {
  line-height: inherit;
  word-wrap: normal;
  background-color: #0000;
  border: 0;
  margin: 0;
  padding: 0;
  display: inline;
  overflow: visible;
}

.customer-request-analysis-modal .analysis-result blockquote {
  color: #6a737d;
  border-left: 4px solid #dfe2e5;
  margin: 16px 0;
  padding: 0 1em;
}

.customer-request-analysis-modal .analysis-result hr {
  background-color: #e1e4e8;
  border: 0;
  height: .25em;
  margin: 24px 0;
  padding: 0;
}

.customer-request-analysis-modal .analysis-result strong {
  font-weight: 600;
}

.customer-request-analysis-modal .analysis-result em {
  font-style: italic;
}

.customer-request-analysis-modal .empty-state {
  text-align: center;
  color: #999;
  padding: 40px;
}

.a-files-modal .file-title-select {
  width: 300px;
}

.a-files-modal .customer-request-button-container {
  text-align: center;
  margin-top: 16px;
}

.a-files-modal .analysis-error-alert .api-status-code {
  color: #999;
  margin-top: 8px;
  font-size: 12px;
}

.a-files-modal .analysis-error-alert .error-details {
  margin-top: 8px;
  font-size: 12px;
}

.a-files-modal .analysis-error-alert .error-details summary {
  cursor: pointer;
  color: #666;
}

.a-files-modal .analysis-error-alert .error-details pre {
  background: #f5f5f5;
  border-radius: 4px;
  max-height: 200px;
  margin-top: 8px;
  padding: 8px;
  font-size: 11px;
  overflow: auto;
}

.tags-container .files-title {
  border-top: 1px solid #e3e3e3;
  margin-top: 15px;
  padding: 10px 0;
}

.tags-container .ant-tag {
  margin: 3px;
}

.order-entry-item-one-table {
  gap: 10px;
  width: -webkit-fit-content;
  width: fit-content;
  margin-right: 45px;
  display: flex;
}

.order-entry-item-one-table h4 {
  font-size: 15px;
}

.order-entry-item-one-table h3 {
  color: #727272bf;
  font-size: 16px;
}

.empty-item-list {
  justify-content: center;
  align-items: center;
  height: 5rem;
  font-weight: bold;
  display: flex;
  font-size: 1rem !important;
}

.archive-request-actions button {
  width: 100%;
  margin-bottom: 6px;
  display: block !important;
}

.m-mails-details-list-wrapper * {
  font-size: 12px;
}

.m-mails-details-list-wrapper .o-mails-details-list-item {
  margin-bottom: 0;
}

.m-mails-details-list-wrapper .o-mails-details-list-item .ant-list-item-content {
  margin: 0;
  padding-top: 20px;
}

.m-mails-details-list-wrapper .m-mail-subdocs {
  background-color: #f7f7f7;
  padding: 0;
  display: block;
}

.m-mails-details-list-wrapper .m-mail-subdocs .a-subdoc-tabs > .ant-tabs-bar {
  border: 1px solid #e8e8e8;
  border-width: 0 1px 1px 0;
}

.m-mails-details-list-wrapper .ant-tabs-extra-content {
  line-height: 30px;
  float: left !important;
}

.m-mails-details-list-wrapper .ant-tabs-tab {
  margin: 0;
  padding: 6px 7.5px;
  box-shadow: inset 1px 0 #e8e8e8;
}

.m-mails-details-list-wrapper .m-mail-main-tabbar {
  border: 0 solid #e8e8e8;
  border-width: 0 1px;
}

.m-mails-details-list-wrapper .m-mail-main-tabbar .ant-tabs-tab:first-child, .m-mails-details-list-wrapper .m-mail-main-tabbar .ant-tabs-tab:nth-child(2), .m-mails-details-list-wrapper .m-mail-main-tabbar .a-default-tab {
  display: none;
}

.m-mails-details-list-wrapper .a-mail-labels {
  float: left;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.m-mails-details-list-wrapper .a-mail-labels .ant-tag {
  width: 15px;
  height: 15px;
  margin: 7.5px 0 7.5px 7.5px;
}

.m-mails-details-list-wrapper .ant-tabs-bar {
  margin: 0 !important;
}

.m-mails-details-list-wrapper .ant-tabs-nav-container {
  min-height: 30px;
}

.m-mails-details-list-wrapper .ant-tabs-nav .ant-tabs-tab:not(.ant-tabs-tab-active):hover {
  color: #fff;
  background: #1890ff;
  transition: all .3s ease-out;
}

.m-mails-details-list-wrapper .ant-tabs-nav .ant-tabs-tab-active {
  height: 30px;
}

.m-mails-details-list-wrapper .ant-tabs-nav .ant-tabs-tab-active:before {
  display: none;
}

.m-mails-details-list-wrapper .ant-tabs-tabpane-active {
  padding: 0;
}

.m-mails-details-list-wrapper .ant-tabs-tabpane-active .ant-tabs-tabpane-active {
  background: none;
}

.m-mails-details-list-wrapper .ant-card-body {
  min-height: 130px;
  padding: 0;
  display: flex;
}

.m-mails-details-list-wrapper .ant-card-body .m-mail-content, .m-mails-details-list-wrapper .ant-card-body .a-customer-content {
  flex: 1;
  padding: 10px;
}

.m-mails-details-list-wrapper .ant-card-head {
  background-color: #f7f7f7;
  min-height: 30px;
  padding: 0 10px 0 0;
}

.m-mails-details-list-wrapper .ant-card-head-title {
  padding: 6px 0;
  display: block;
}

.m-mails-details-list-wrapper .ant-card-extra {
  margin: 0;
  padding: 0;
}

.m-mails-details-list-wrapper .ant-card-extra .ant-btn-group-lg > .ant-btn, .m-mails-details-list-wrapper .ant-card-extra .ant-btn {
  line-height: inherit;
  border: 0 solid #e8e8e8;
  border-width: 0 1px;
  height: 30px;
  padding: 7px 6.5px;
}

.m-mails-details-list-wrapper .ant-card-extra .ant-btn-group-lg > .ant-btn:not(:hover), .m-mails-details-list-wrapper .ant-card-extra .ant-btn:not(:hover) {
  color: #777;
}

.m-mails-details-list-wrapper .ant-card-extra .ant-btn-group > .ant-btn:last-child:not(:first-child), .m-mails-details-list-wrapper .ant-card-extra .ant-btn-group > .ant-btn:first-child:not(:last-child) {
  border-radius: 0;
}

.m-mails-details-list-wrapper .a-customer-summary .ant-card-head-wrapper h2, .m-mails-details-list-wrapper .a-customer-summary .ant-card-head-wrapper h4, .m-mails-details-list-wrapper .m-mail-summary .ant-card-head-wrapper h2, .m-mails-details-list-wrapper .m-mail-summary .ant-card-head-wrapper h4 {
  margin: 0;
  display: block;
}

.m-mails-details-list-wrapper .a-customer-summary .a-customer-content span, .m-mails-details-list-wrapper .m-mail-summary .a-customer-content span {
  padding-bottom: 5px;
  display: list-item;
}

.m-mails-details-list-wrapper .a-admin-list-layout .a-layouts-header, .m-mails-details-list-wrapper .a-details-layout-wrapper .a-layouts-header, .m-mails-details-list-wrapper .a-admin-form-layout .a-layouts-header {
  padding: 0 15px 0 0;
}

.m-mails-details-list-wrapper .a-admin-list-layout .a-layouts-action .ant-btn, .m-mails-details-list-wrapper .a-details-layout-wrapper .a-layouts-action .ant-btn, .m-mails-details-list-wrapper .a-admin-form-layout .a-layouts-action .ant-btn {
  border: 0 solid #e8e8e8;
  border-width: 0 1px;
  border-radius: 0;
  height: 32px;
  margin-left: -1px;
  padding: 0 8px;
  line-height: 32px;
}

.m-mails-details-list-wrapper .a-admin-list-layout .a-layouts-title, .m-mails-details-list-wrapper .a-details-layout-wrapper .a-layouts-title, .m-mails-details-list-wrapper .a-admin-form-layout .a-layouts-title {
  font-size: 14px !important;
}

.m-mails-details-list-wrapper .a-admin-list-layout .ant-divider, .m-mails-details-list-wrapper .a-details-layout-wrapper .ant-divider, .m-mails-details-list-wrapper .a-admin-form-layout .ant-divider {
  display: none;
}

.m-mails-details-list-wrapper .a-admin-list-layout .ant-table-thead > tr:first-child > th:first-child, .m-mails-details-list-wrapper .a-admin-list-layout .ant-table-thead > tr:first-child > th:last-child {
  border-radius: 0;
}

.m-mails-details-list-wrapper .a-admin-list-layout .ant-table-wrapper {
  margin: 0;
}

.m-mails-details-list-wrapper .a-details-layout-wrapper .a-layouts-header, .m-mails-details-list-wrapper .a-admin-list-layout .a-layouts-header, .m-mails-details-list-wrapper .a-admin-form-layout .a-layouts-header {
  background: #fff;
}

.m-mails-details-list-wrapper .a-admin-form-layout .a-layouts-content, .m-mails-details-list-wrapper .a-details-layout-wrapper .a-layouts-content {
  padding: 15px;
}

.m-mails-form-wrapper {
  background: #fff;
  padding: 24px;
}

.o-details-financial-details-list .ant-list-item {
  padding: 0;
}

.a-responsible-person {
  float: right;
}

.a-mail-number {
  float: none;
  text-align: center;
  margin: 0 auto;
}

.a-new-tab-btn {
  float: left;
  padding-left: 10px;
}

.m-mail-header {
  justify-content: space-between;
  display: flex;
}

.--showing-message {
  border: 2px solid #00324a;
  position: relative;
}

.--showing-message:after {
  content: "";
  border-top: 10px solid #0000;
  border-bottom: 10px solid #0000;
  border-right: 10px solid #00324a;
  width: 0;
  height: 0;
  margin-left: -10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.--showing-message .m-mail-subdocs {
  background-color: #f7f7f7;
}

.a-mail-action-popover {
  background: #fff;
  border: 1px solid #e8e8e8;
  max-height: 117px;
  padding: 0;
  overflow: hidden;
}

.a-mail-action-popover .ant-popover-arrow {
  display: none;
}

.a-mail-action-popover .ant-popover-content {
  padding: 0;
}

.a-mail-action-popover .ant-popover-inner {
  box-shadow: none;
  padding: 0;
}

.a-mail-action-popover .ant-popover-inner .ant-popover-inner-content {
  padding: 0;
}

.a-mail-action-popover .ant-menu {
  border: none;
}

.a-mail-action-popover .ant-menu .ant-menu-item {
  border-bottom: 1px solid #e8e8e8;
  max-height: 27.5px;
  padding: 0 7.5px;
  line-height: 27.5px;
  margin: 0 !important;
}

.a-mail-action-popover .ant-menu .ant-menu-item:hover {
  color: inherit;
  background-color: #f7f7f7;
}

.m-list-confirm-popover {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
  padding: 10px;
  overflow: hidden;
  max-height: -webkit-fit-content !important;
  max-height: fit-content !important;
}

.m-list-confirm-popover .item-radio-group {
  margin-bottom: 1rem;
}

.m-list-confirm-popover .archive-mail-buttons {
  gap: .5rem;
  display: flex;
}

.m-list-confirm-popover .archive-mail-buttons .archive-mail-button {
  width: 100%;
}

.m-list-confirm-popover .item-radio-group-label:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: .75rem;
}

.m-list-confirm-popover .item-radio-group-label:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-left: .75rem;
}

.m-list-confirm-popover .item-radio-group-label:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-left: .75rem;
}

.m-list-confirm-popover .select-reason-message {
  width: 100%;
  margin-bottom: 4px;
}

.m-list-confirm-popover .ant-popover-arrow {
  display: none;
}

.m-list-confirm-popover .ant-popover-content {
  padding: 0;
}

.m-list-confirm-popover .ant-popover-inner {
  box-shadow: none;
  padding: 0;
}

.m-list-confirm-popover .ant-popover-inner .ant-popover-inner-content {
  padding: 0;
}

.m-list-confirm-popover .a-confirm-button, .m-list-confirm-popover .a-confirm-label {
  width: 100%;
}

.m-list-confirm-popover .a-confirm-button {
  color: #fff;
  background-color: #78bc61;
  border: none;
  width: 100%;
}

.color-green {
  color: #52c41a;
}

.text-yellow {
  color: #eab308;
}

.o-mails-details-list {
  margin: 0 20px 20px;
}

.o-mails-details-list .ant-pagination {
  padding-top: 20px;
}

.o-mails-details-list-filters .ant-card-body, .a-mails-details-filtered .ant-card-body {
  padding: 11.5px 20px;
  font-size: smaller;
}

.a-mails-details-filtered .ant-card-body {
  background-color: #e8e8e8;
}

.m-list-filter-popover {
  padding-top: 6px;
}

.m-list-filter-popover .ant-popover-arrow {
  display: none;
}

.a-mails-list-overlay {
  z-index: 999;
  background: #000c;
  width: 100%;
  height: 100%;
  position: absolute;
}

.o-mails-button-add {
  width: 90px;
}

.ant-form-item {
  margin-bottom: 8px;
}

.o-mails-details-list-filters .ant-form-item-children .ant-input {
  width: 160px !important;
}

.o-mails-details-list-filters .ant-card-body {
  flex-wrap: wrap;
  padding-top: 22px;
  display: flex;
  position: relative;
}

.o-mails-details-list-filters .ant-card-body .cartable-filters {
  width: 60%;
}

.o-mails-details-list-filters .ant-card-body .cartable-sort {
  width: 30%;
}

.o-mails-details-list-filters .ant-card-body .cartable-submit-button {
  width: 10%;
}

.o-mails-details-list-filters .ant-card-body .cartable-filter-menu-toggler {
  width: 150px;
  font-size: 12px;
  position: absolute;
  left: -27px;
}

.o-mails-details-list-filters .ant-card-body .cartable-filter-menu-toggler.is-close {
  top: 55px;
}

.o-mails-details-list-filters .ant-card-body .cartable-filter-menu-toggler.is-open {
  bottom: 0;
}

.material-turnover-container th {
  color: #fff;
  background-color: #00324a;
  font-size: 12px;
  font-weight: 500;
  padding: 9px 16px !important;
}

.material-turnover-container th, .material-turnover-container td {
  text-align: center;
  border: 1px solid #ccc;
  padding: 5px;
}

.material-turnover-container th .currency, .material-turnover-container td .currency {
  color: #ccc;
  font-size: 10px;
}

.material-turnover-container th .type-icon, .material-turnover-container td .type-icon {
  margin-left: 5px;
}

.material-turnover-container th .type-icon.receipt, .material-turnover-container td .type-icon.receipt {
  color: green;
}

.material-turnover-container th .type-icon.remittance, .material-turnover-container td .type-icon.remittance {
  color: #c30000;
}

.material-turnover-container th.empty-state, .material-turnover-container td.empty-state {
  color: #a9a9a9;
  font-size: 12px;
}

.commodity-level-four-one-container .order-point-quantity-container {
  border-collapse: collapse;
  width: -webkit-max-content;
  width: max-content;
}

.commodity-level-four-one-container .order-point-quantity-container td, .commodity-level-four-one-container .order-point-quantity-container th {
  text-align: center;
  border: 1px solid #ddd;
  padding: 5px 10px;
}

.tabs {
  overscroll-behavior: contain;
  gap: .5rem;
  margin-bottom: .75rem;
  padding-bottom: .25rem;
  display: flex;
  overflow-x: auto;
}

.tabs .tab {
  white-space: nowrap;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  padding: .5rem 1rem;
  transition: color .15s;
}

.tabs .tab:hover {
  cursor: pointer;
  color: #1890ff;
}

.tabs .active-tab {
  color: #1890ff;
  border-bottom: .2rem solid #1890ff;
}

.inner-tab-wrapper {
  display: flex;
}

.inner-tab-wrapper .level-four-wrapper {
  background-color: #fff;
  width: 100%;
}

.inner-tab-wrapper .level-four-wrapper .loading {
  background: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: absolute;
  left: 0;
}

.inner-tab-wrapper .ant-menu-sub {
  background-color: #f8f8f8;
}

.inner-tab-wrapper .submenu {
  border-bottom: 1px solid #d3d3d3;
}

.inner-tab-wrapper .submenu .ant-menu-submenu-title {
  margin: 0;
}

.inner-tab-wrapper .submenu .ant-menu-sub {
  overflow: hidden;
}

.inner-tab-wrapper .submenu .ant-menu-sub .third-level-wrapper {
  border-bottom: 1px solid #d3d3d3;
  border-right: 3px solid #003d5b;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  padding-left: 0 !important;
}

.inner-tab-wrapper .submenu .ant-menu-sub .third-level-wrapper .third-level {
  padding-right: 0;
}

.inner-tab-wrapper .submenu .ant-menu-sub .third-level-wrapper .third-level-number {
  text-align: center;
  color: #fff;
  background-color: #003d5b;
  width: 42px;
  margin-right: auto;
}

.level-four-list-wrapper {
  margin-right: 10px;
}

th.material-title-bold {
  font-size: 15px;
  font-weight: bold !important;
}

.advance-search-wrapper {
  display: flex;
}

.advance-search-wrapper .advance-search-input {
  width: 300px;
  margin-right: 20px;
}

.advance-search-wrapper .advance-search-icon {
  cursor: pointer;
}

.commodity-purchase-history .ant-table-wrapper {
  overflow-x: scroll;
}

.commodity-purchase-history .ant-table {
  max-width: 0;
}

.commodity-purchase-history .ant-table-content {
  width: -webkit-max-content;
  width: max-content;
}

.menu-level-two {
  z-index: 1;
  position: relative;
}

.warehouse-material-request-list-header {
  padding-left: 10px;
}

.warehouse-material-request-list-header .warehouse-material-list-buttons {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-top: 90px !important;
}

.warehouse-material-request-list-header .warehouse-material-list-buttons .add-warehouse-material-request-button {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  height: 40px;
  margin: 3px;
  box-shadow: -8px -8px 22px #fff, 8px 8px 22px #00000029;
  padding: 0 8px 0 10px !important;
}

.warehouse-material-request-list-header .warehouse-material-list-buttons .add-warehouse-material-request-button:hover {
  color: #113d5b;
  background-color: #f2f2f2 !important;
  box-shadow: -5px -5px 8px #fff, 5px 5px 8px #0000004d !important;
}

.warehouse-material-request-list-header .warehouse-material-list-buttons .view-filters-button {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  height: 40px;
  margin: 3px;
  box-shadow: -8px -8px 22px #fff, 8px 8px 22px #00000029;
  padding: 0 8px 0 10px !important;
}

.warehouse-material-request-list-header .warehouse-material-list-buttons .view-filters-button:hover {
  color: #113d5b;
  background-color: #f2f2f2 !important;
  box-shadow: -5px -5px 8px #fff, 5px 5px 8px #0000004d !important;
}

.warehouse-material-request-list-main {
  margin-top: 10px;
}

.warehouse-material-request-list-main .click-to-reveal {
  color: #113d5b;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}

.warehouse-material-request-list-main .warehouse-request-number-container {
  justify-content: space-between;
  align-items: center;
  width: 70px;
  font-weight: bold;
  display: flex;
}

.warehouse-material-request-list-main .warehouse-request-number-container .surplus-material-label {
  color: #ed9714;
  width: 30px;
}

.warehouse-single-remittance-container .warehouse-remittance-topic {
  margin-top: 20px;
}

.warehouse-single-remittance-container .warehouse-remittance-table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
}

.warehouse-single-remittance-container .warehouse-remittance-table .row-cell {
  text-align: center;
}

.warehouse-single-remittance-container .ant-alert {
  width: -webkit-max-content;
  width: max-content;
  margin-bottom: 20px;
}

.warehouse-single-remittance-container .warehouse-remittance-table th, .warehouse-single-remittance-container .warehouse-remittance-table td {
  border: 1px solid #e8e8e8;
  padding: 8px;
}

.warehouse-single-remittance-container .warehouse-remittance-table th {
  background-color: #f3f4f7;
  font-weight: bold;
}

.warehouse-single-remittance-container .warehouse-remittance-table tr:nth-child(2n) {
  background-color: #f3f4f7;
}

.warehouse-single-remittance-container .step-controller {
  justify-content: space-between;
  display: flex;
}

.warehouse-single-remittance-container .step-container {
  width: 80%;
  margin: auto;
}

.warehouse-single-remittance-container .active-quantity-field-cell {
  background-color: #93ccef34;
  width: 100px;
  padding: 0;
}

.warehouse-single-remittance-container .active-quantity-field-cell input {
  background-color: #0000;
  border: 0;
  font-weight: bold;
}

.warehouse-single-remittance-container .active-quantity-field-cell input:focus {
  box-shadow: none;
  outline: none;
}

.remittance-histories-container {
  margin-top: 20px;
}

.remittance-histories-container .remittance-histories-title {
  font-size: 12px;
  font-weight: bold;
}

.remittance-histories-container .remittance-histories-table {
  max-width: 900px;
}

.remittance-histories-container .remittance-histories-table .header {
  column-span: 5;
}

.remittance-histories-container .remittance-histories-table thead {
  text-align-last: center;
  background-color: #f3f4f7;
  font-weight: bold;
}

.remittance-histories-container .remittance-histories-table tbody {
  text-align-last: center;
}

.remittance-histories-container .remittance-histories-table tbody tr td {
  font-weight: 500;
  position: relative;
  padding: 8px !important;
  font-size: 12px !important;
}

.remittance-histories-container .remittance-histories-table tbody tr:nth-child(2n) {
  background-color: #fff;
}

.remittance-histories-container .remittance-histories-table tfoot {
  text-align-last: center;
  background-color: #f3f4f7;
  font-weight: bold;
}

.remittance-histories-container .remittance-histories-table tfoot td {
  font-weight: 500;
  position: relative;
  padding: 8px !important;
  font-size: 12px !important;
}

.remittance-histories-container .remittance-histories-table tfoot .empty-cell {
  background-color: #fff;
  border-bottom: none;
  border-right: none;
}

.remittance-histories-container .remittance-histories-table tfoot .empty-cell-top {
  background-color: #fff;
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.approve-remittance__container .approve-remittance__details {
  margin-bottom: 1rem;
}

.approve-remittance__container .approve-remittance__details .approve-remittance__row h3, .approve-remittance__container .approve-remittance__details .approve-remittance__row h4 {
  display: inline;
}

.warehouse-group-remittance-container .warehouse-remittance-topic {
  margin-top: 20px;
}

.warehouse-group-remittance-container .warehouse-remittance-table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
}

.warehouse-group-remittance-container .warehouse-remittance-table .row-cell {
  text-align: center;
}

.warehouse-group-remittance-container .ant-alert {
  width: -webkit-max-content;
  width: max-content;
  margin-bottom: 20px;
}

.warehouse-group-remittance-container .warehouse-remittance-table th, .warehouse-group-remittance-container .warehouse-remittance-table td {
  border: 1px solid #e8e8e8;
  padding: 8px;
}

.warehouse-group-remittance-container .warehouse-remittance-table th {
  background-color: #f3f4f7;
  font-weight: bold;
}

.warehouse-group-remittance-container .warehouse-remittance-table tr:nth-child(2n) {
  background-color: #f3f4f7;
}

.warehouse-group-remittance-container .step-controller {
  justify-content: space-between;
  display: flex;
}

.warehouse-group-remittance-container .step-container {
  width: 80%;
  margin: auto;
}

.warehouse-group-remittance-container .active-quantity-field-cell {
  background-color: #93ccef34;
  width: 100px;
  padding: 0;
}

.warehouse-group-remittance-container .active-quantity-field-cell input {
  background-color: #0000;
  border: 0;
  font-weight: bold;
}

.warehouse-group-remittance-container .active-quantity-field-cell input:focus {
  box-shadow: none;
  outline: none;
}

.alert {
  max-width: 500px;
  margin-bottom: 20px;
}

.returned-warehouse-material-modal-container .returned-warehouse-material-modal-item {
  max-width: 300px;
  display: flex;
}

.warehouse-material-request-one {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.warehouse-material-request-one .detail-item {
  gap: 10px;
  margin-bottom: 1rem;
  display: flex;
}

.warehouse-material-request-one .detail-item h4 {
  color: #727272bf;
  font-size: 12px;
}

.warehouse-material-request-one .detail-item h3 {
  font-size: 14px;
}

.warehouse-material-request-one .detail-item .loading {
  color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.returned-warehouse-material-container {
  max-width: 900px;
}

.returned-warehouse-material-container .returned-warehouse-material-title {
  font-size: 12px;
  font-weight: bold;
}

.returned-warehouse-material-container thead th {
  text-align: center;
}

.returned-warehouse-material-container tbody {
  text-align-last: center;
}

.returned-warehouse-material-container tbody tr td {
  font-weight: 500;
  position: relative;
  padding: 8px !important;
  font-size: 12px !important;
}

.returned-warehouse-material-container tbody tr .actions {
  justify-content: space-evenly;
  align-items: center;
  display: flex;
}

.returned-warehouse-material-container tbody tr .actions .edit-action {
  cursor: pointer;
  padding: 3px;
}

.returned-warehouse-material-container tbody tr .actions .edit-action svg {
  color: #1890ff;
}

.returned-warehouse-material-container tbody tr .actions .delete-action {
  cursor: pointer;
}

.returned-warehouse-material-container tbody tr .actions .delete-action svg {
  color: red;
}

.returned-warehouse-material-container tbody tr tr:nth-child(2n) {
  background-color: #f3f4f7;
}

.warehouse-material-request-search-box {
  z-index: 10;
  background-color: #fafafa;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: -webkit-fill-available;
  height: 100px;
  margin-bottom: 10px;
  margin-left: 30px;
  padding: 10px 10px 10px 20px;
  display: flex;
  position: fixed;
  top: 50px;
  box-shadow: 1px 1px 5px #fff, -5px 4px 12px #00000029;
}

.warehouse-material-request-search-box .search-box-container {
  grid-gap: 50px;
  grid-template-columns: repeat(6, 1fr);
  display: grid;
}

.warehouse-material-request-search-box .search-box-container .search-box-number-input {
  direction: rtl;
}

.warehouse-material-request-search-box .search-box-container .label-input {
  font-size: 12px;
  position: absolute;
  bottom: 20px;
}

.warehouse-material-request-search-box .search-box-container .jalaali-date-picker {
  width: 165px;
}

.clear-date-btn {
  cursor: pointer;
}

.clear-date-btn:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-left: .5rem;
}

.clear-date-btn:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: .5rem;
}

.clear-date-btn:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: .5rem;
}

.imperfect-tax-price {
  color: #be8004;
  padding: 2px;
  font-weight: 900;
}

.m-paymentLists-details-list-wrapper {
  border-radius: 8px;
}

.m-paymentLists-details-list-wrapper * {
  font-size: 12px;
}

.m-paymentLists-details-list-wrapper .o-paymentLists-details-list-item {
  border-radius: 8px;
  margin-bottom: 0;
}

.m-paymentLists-details-list-wrapper .o-paymentLists-details-list-item .ant-list-item-content {
  border-radius: 8px;
  margin: 20px 0 0;
  padding-top: 0;
}

.m-paymentLists-details-list-wrapper .o-paymentLists-details-list-item .ant-steps * {
  font-size: 11px !important;
}

.m-paymentLists-details-list-wrapper .m-paymentList-subdocs {
  background-color: #f7f7f7;
  padding: 0;
  display: block;
}

.m-paymentLists-details-list-wrapper .m-paymentList-subdocs .a-subdoc-tabs > .ant-tabs-bar {
  border: 1px solid #e8e8e8;
  border-width: 0 1px 1px 0;
}

.m-paymentLists-details-list-wrapper .ant-tabs-extra-content {
  line-height: 30px;
  float: left !important;
}

.m-paymentLists-details-list-wrapper .ant-tabs-tab {
  margin: 0;
  padding: 6px 7.5px;
  box-shadow: inset 1px 0 #e8e8e8;
}

.m-paymentLists-details-list-wrapper .m-paymentList-main-tabbar {
  border: 0 solid #e8e8e8;
  border-width: 0 1px;
}

.m-paymentLists-details-list-wrapper .m-paymentList-main-tabbar .ant-tabs-tab:first-child, .m-paymentLists-details-list-wrapper .m-paymentList-main-tabbar .ant-tabs-tab:nth-child(2), .m-paymentLists-details-list-wrapper .m-paymentList-main-tabbar .a-default-tab {
  display: none;
}

.m-paymentLists-details-list-wrapper .a-paymentList-labels {
  float: left;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.m-paymentLists-details-list-wrapper .a-paymentList-labels .ant-tag {
  width: 15px;
  height: 15px;
  margin: 7.5px 0 7.5px 7.5px;
}

.m-paymentLists-details-list-wrapper .ant-tabs-bar {
  margin: 0 !important;
}

.m-paymentLists-details-list-wrapper .ant-tabs-nav-container {
  min-height: 30px;
  padding: 1px;
}

.m-paymentLists-details-list-wrapper .ant-tabs-nav .ant-tabs-tab:not(.ant-tabs-tab-active):hover {
  color: #fff;
  background: #5dc7d7;
  transition: all .3s ease-out;
}

.m-paymentLists-details-list-wrapper .ant-tabs-nav .ant-tabs-tab:not(.ant-tabs-tab-active):hover .item-container .item-group .label, .m-paymentLists-details-list-wrapper .ant-tabs-nav .ant-tabs-tab:not(.ant-tabs-tab-active):hover .item-container .item-group .value, .m-paymentLists-details-list-wrapper .ant-tabs-nav .ant-tabs-tab:not(.ant-tabs-tab-active):hover .item-container .item-group .value span {
  color: #fff;
}

.m-paymentLists-details-list-wrapper .ant-tabs-nav .ant-tabs-tab-active {
  height: 30px;
  color: #3b98a6 !important;
}

.m-paymentLists-details-list-wrapper .ant-tabs-nav .ant-tabs-tab-active .item-container .item-group .label, .m-paymentLists-details-list-wrapper .ant-tabs-nav .ant-tabs-tab-active .item-container .item-group .value, .m-paymentLists-details-list-wrapper .ant-tabs-nav .ant-tabs-tab-active .item-container .item-group .value span {
  color: #3b98a6 !important;
}

.m-paymentLists-details-list-wrapper .ant-tabs-nav .ant-tabs-tab-active:before {
  display: none;
}

.m-paymentLists-details-list-wrapper .ant-tabs-tabpane-active {
  padding: 0;
}

.m-paymentLists-details-list-wrapper .ant-tabs-tabpane-active .ant-tabs-tabpane-active {
  background: none;
}

.m-paymentLists-details-list-wrapper .ant-card-body {
  border-top: 1px solid #15542a9b;
  min-height: 30px;
  padding: 0;
  display: flex;
}

.m-paymentLists-details-list-wrapper .ant-card-body .m-paymentList-content, .m-paymentLists-details-list-wrapper .ant-card-body .a-customer-content {
  flex: 1;
  padding: 10px;
}

.m-paymentLists-details-list-wrapper .ant-card-head {
  min-height: 30px;
  padding: 0 10px 0 0;
  border-color: #7e7e7e !important;
}

.m-paymentLists-details-list-wrapper .ant-card-head-title {
  padding: 6px 0;
  display: block;
}

.m-paymentLists-details-list-wrapper .ant-card-extra {
  margin: 0;
  padding: 0;
}

.m-paymentLists-details-list-wrapper .ant-card-extra .ant-btn-group-lg > .ant-btn, .m-paymentLists-details-list-wrapper .ant-card-extra .ant-btn {
  line-height: inherit;
  border-width: 0 1px;
  height: 30px;
  padding: 7px 6.5px;
  border-right: 1px solid #15542a9b !important;
}

.m-paymentLists-details-list-wrapper .ant-card-extra .ant-btn-group-lg > .ant-btn:not(:hover), .m-paymentLists-details-list-wrapper .ant-card-extra .ant-btn:not(:hover) {
  color: #777;
}

.m-paymentLists-details-list-wrapper .ant-card-extra .ant-btn-group > .ant-btn:last-child:not(:first-child), .m-paymentLists-details-list-wrapper .ant-card-extra .ant-btn-group > .ant-btn:first-child:not(:last-child) {
  border-radius: 0;
}

.m-paymentLists-details-list-wrapper .a-customer-summary, .m-paymentLists-details-list-wrapper .m-paymentList-summary {
  border: 1px solid #15542a9b;
  border-radius: 8px;
}

.m-paymentLists-details-list-wrapper .a-customer-summary .ant-card-head-wrapper h2, .m-paymentLists-details-list-wrapper .a-customer-summary .ant-card-head-wrapper h4, .m-paymentLists-details-list-wrapper .m-paymentList-summary .ant-card-head-wrapper h2, .m-paymentLists-details-list-wrapper .m-paymentList-summary .ant-card-head-wrapper h4 {
  margin: 0;
  display: block;
}

.m-paymentLists-details-list-wrapper .a-customer-summary .a-customer-content span, .m-paymentLists-details-list-wrapper .m-paymentList-summary .a-customer-content span {
  padding-bottom: 5px;
  display: list-item;
}

.m-paymentLists-details-list-wrapper .a-customer-summary .tabs-container, .m-paymentLists-details-list-wrapper .m-paymentList-summary .tabs-container {
  width: 100% !important;
}

.m-paymentLists-details-list-wrapper .a-customer-summary .tabs-container .steps, .m-paymentLists-details-list-wrapper .m-paymentList-summary .tabs-container .steps {
  border-top: 1px solid #bababa;
  width: calc(100% - 4px);
  margin-top: 1px;
  margin-right: 4px;
  padding: 10px;
}

.m-paymentLists-details-list-wrapper .a-customer-summary .tabs-container .content, .m-paymentLists-details-list-wrapper .m-paymentList-summary .tabs-container .content {
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 10px;
}

.m-paymentLists-details-list-wrapper .a-customer-summary .tabs-container .ant-tabs-nav, .m-paymentLists-details-list-wrapper .m-paymentList-summary .tabs-container .ant-tabs-nav {
  width: 100%;
  padding: .5px;
}

.m-paymentLists-details-list-wrapper .a-customer-summary .tabs-container .ant-tabs-nav div, .m-paymentLists-details-list-wrapper .m-paymentList-summary .tabs-container .ant-tabs-nav div {
  justify-content: center;
  display: flex;
}

.m-paymentLists-details-list-wrapper .a-customer-summary .tabs-container .ant-tabs-nav .ant-tabs-tab-active, .m-paymentLists-details-list-wrapper .m-paymentList-summary .tabs-container .ant-tabs-nav .ant-tabs-tab-active {
  background-color: #ddedff;
  border: 1px solid #00a0b7;
}

.m-paymentLists-details-list-wrapper .a-customer-summary .tabs-container .ant-tabs-nav .ant-tabs-tab, .m-paymentLists-details-list-wrapper .m-paymentList-summary .tabs-container .ant-tabs-nav .ant-tabs-tab {
  width: 25%;
  height: 55px;
}

.m-paymentLists-details-list-wrapper .a-customer-summary .item-container, .m-paymentLists-details-list-wrapper .m-paymentList-summary .item-container {
  align-items: center;
  gap: 1.5rem;
  display: flex;
}

.m-paymentLists-details-list-wrapper .a-customer-summary .item-container .item-group, .m-paymentLists-details-list-wrapper .m-paymentList-summary .item-container .item-group {
  align-items: center;
  gap: .25rem;
  display: flex;
}

.m-paymentLists-details-list-wrapper .a-customer-summary .item-container .item-group .label, .m-paymentLists-details-list-wrapper .m-paymentList-summary .item-container .item-group .label {
  color: #444;
}

.m-paymentLists-details-list-wrapper .a-customer-summary .item-container .item-group .value, .m-paymentLists-details-list-wrapper .m-paymentList-summary .item-container .item-group .value {
  color: #707070;
}

.m-paymentLists-details-list-wrapper .a-admin-list-layout .a-layouts-header, .m-paymentLists-details-list-wrapper .a-details-layout-wrapper .a-layouts-header, .m-paymentLists-details-list-wrapper .a-admin-form-layout .a-layouts-header {
  padding: 0 15px 0 0;
}

.m-paymentLists-details-list-wrapper .a-admin-list-layout .a-layouts-action .ant-btn, .m-paymentLists-details-list-wrapper .a-details-layout-wrapper .a-layouts-action .ant-btn, .m-paymentLists-details-list-wrapper .a-admin-form-layout .a-layouts-action .ant-btn {
  border: 0 solid #e8e8e8;
  border-width: 0 1px;
  border-radius: 0;
  height: 32px;
  margin-left: -1px;
  padding: 0 8px;
  line-height: 32px;
}

.m-paymentLists-details-list-wrapper .a-admin-list-layout .a-layouts-title, .m-paymentLists-details-list-wrapper .a-details-layout-wrapper .a-layouts-title, .m-paymentLists-details-list-wrapper .a-admin-form-layout .a-layouts-title {
  font-size: 14px !important;
}

.m-paymentLists-details-list-wrapper .a-admin-list-layout .ant-divider, .m-paymentLists-details-list-wrapper .a-details-layout-wrapper .ant-divider, .m-paymentLists-details-list-wrapper .a-admin-form-layout .ant-divider {
  display: none;
}

.m-paymentLists-details-list-wrapper .a-admin-list-layout .ant-table-thead > tr:first-child > th:first-child, .m-paymentLists-details-list-wrapper .a-admin-list-layout .ant-table-thead > tr:first-child > th:last-child {
  border-radius: 0;
}

.m-paymentLists-details-list-wrapper .a-admin-list-layout .ant-table-wrapper {
  margin: 0;
}

.m-paymentLists-details-list-wrapper .a-details-layout-wrapper .a-layouts-header, .m-paymentLists-details-list-wrapper .a-admin-list-layout .a-layouts-header, .m-paymentLists-details-list-wrapper .a-admin-form-layout .a-layouts-header {
  background: #fff;
}

.m-paymentLists-details-list-wrapper .a-admin-form-layout .a-layouts-content, .m-paymentLists-details-list-wrapper .a-details-layout-wrapper .a-layouts-content {
  padding: 15px;
}

.m-paymentLists-details-list-wrapper .paymentlist-payments-table .payment-item-with-no-price {
  background-color: #ff00001a;
}

.m-paymentLists-details-list-wrapper .paymentlist-payments-table .is-in-80-percentage {
  background-color: #a7c4cd4d;
}

.m-paymentLists-details-list-wrapper .paymentlist-payments-table .is-in-80-percentage.a-custom-odd-row > td, .m-paymentLists-details-list-wrapper .paymentlist-payments-table.a-odd-row > td {
  background-color: #0000 !important;
}

.m-paymentLists-form-wrapper {
  background: #fff;
  padding: 24px;
}

.o-details-financial-details-list .ant-list-item {
  padding: 0;
}

.a-responsible-person {
  float: right;
}

.a-paymentList-number {
  float: none;
  text-align: center;
  margin: 0 auto;
}

.a-new-tab-btn {
  float: left;
  padding-left: 10px;
}

.m-paymentList-header {
  justify-content: space-between;
  display: flex;
}

.--showing-message {
  border: 2px solid #15542a9b;
  position: relative;
}

.--showing-message:after {
  content: "";
  border-top: 10px solid #0000;
  border-bottom: 10px solid #0000;
  border-right: 10px solid #15542a9b;
  width: 0;
  height: 0;
  margin-left: -10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.--showing-message .m-paymentList-subdocs {
  background-color: #f7f7f7;
}

.a-paymentList-action-popover {
  background: #fff;
  border: 1px solid #e8e8e8;
  max-height: 117px;
  padding: 0;
  overflow: hidden;
}

.a-paymentList-action-popover .ant-popover-arrow {
  display: none;
}

.a-paymentList-action-popover .ant-popover-content {
  padding: 0;
}

.a-paymentList-action-popover .ant-popover-inner {
  box-shadow: none;
  padding: 0;
}

.a-paymentList-action-popover .ant-popover-inner .ant-popover-inner-content {
  padding: 0;
}

.a-paymentList-action-popover .ant-menu {
  border: none;
}

.a-paymentList-action-popover .ant-menu .ant-menu-item {
  border-bottom: 1px solid #e8e8e8;
  max-height: 27.5px;
  padding: 0 7.5px;
  line-height: 27.5px;
  margin: 0 !important;
}

.a-paymentList-action-popover .ant-menu .ant-menu-item:hover {
  color: inherit;
  background-color: #f7f7f7;
}

.m-list-confirm-popover {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
  max-height: 157px;
  padding: 10px;
  overflow: hidden;
}

.m-list-confirm-popover .select-reason-message {
  width: 100%;
  margin-bottom: 4px;
}

.m-list-confirm-popover .ant-popover-arrow {
  display: none;
}

.m-list-confirm-popover .ant-popover-content {
  padding: 0;
}

.m-list-confirm-popover .ant-popover-inner {
  box-shadow: none;
  padding: 0;
}

.m-list-confirm-popover .ant-popover-inner .ant-popover-inner-content {
  padding: 0;
}

.m-list-confirm-popover .a-confirm-button, .m-list-confirm-popover .a-confirm-label {
  width: 100%;
}

.m-list-confirm-popover .a-confirm-button {
  color: #fff;
  background-color: #81ffac5e;
  border: none;
  width: 100%;
}

.color-green {
  color: #81ffac5e;
}

.level-wrapper {
  display: flex;
}

.level-wrapper .trash {
  color: red;
  margin-right: 10px;
}

.bg-green {
  background-color: #81ffac5e !important;
  border-top: 1px solid #81ffac5e !important;
}

.tracking-number {
  flex-direction: column;
  width: 200px;
  margin-bottom: 20px;
  display: flex;
}

.draft-payment-list, .draft-payment-list .tabs-container .steps, .draft-payment-list .tabs-container .content {
  background-color: #ededed !important;
}

.draft-payment-list .tabs-container .ant-tabs-nav .ant-tabs-tab-active {
  background-color: #e6e6e6 !important;
  border: 1px solid #676767 !important;
}

.draft-payment-list .tabs-container .ant-table {
  background-color: #e6eaeb4d !important;
}

.draft-payment-list .tabs-container .ant-table-thead > tr > th {
  color: #00324a;
  background-color: #bed3d94d !important;
}

.draft-payment-list .tabs-container .ant-table-bordered .ant-table-tbody > tr > td {
  border: 1px solid #696969;
}

.disable .ant-card-head {
  background-color: #81ffac5e !important;
}

.draft {
  background-color: #e2e2e2 !important;
}

.draft .ant-card-head {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #e1e1e1 !important;
}

.paymentList-readyToAddAttachments-wrapper {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.paymentList-readyToAddAttachments-wrapper .paymentList-readyToAddAttachments-wrapper_right {
  justify-content: flex-start;
  width: 25%;
  margin-top: 10px;
}

.paymentList-readyToAddAttachments-wrapper .paymentList-readyToAddAttachments-wrapper_left {
  justify-content: flex-end;
  width: 75%;
  display: flex;
}

.paymentList-readyToAddAttachments-wrapper .paymentList-readyToAddAttachments-wrapper_left div {
  margin: 10px 10px 0 0;
}

.purchasePaymentListbuttom {
  justify-content: flex-start;
  display: flex;
}

.purchasePaymentListbuttom div {
  margin: 0 10px;
}

.collapse-container .ant-collapse-header {
  padding: 4px 40px 7px 0 !important;
}

.paymentList-pay-warnings {
  flex-direction: column;
  display: flex;
}

.purchase-status-table .manufacturer-tabs button {
  color: #909090;
  background-color: #0000;
  border: 1px solid #909090;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 5px 15px;
  font-size: 16px;
}

.purchase-status-table .manufacturer-tabs button.selected {
  color: #232323;
  border-color: #00a0b7;
}

.purchase-status-table .row-number-col {
  width: -webkit-max-content;
  width: max-content;
}

.purchase-status-table .custom-action {
  text-align: center;
  font-size: 8px;
}

.purchase-status-table .tiny-description {
  color: #aaa8a8;
  font-size: 9px;
}

.purchase-status-table .alert-message {
  font-size: 12px;
}

.payment-list-summery {
  height: 50px;
}

.payment-list-summery .summery-item-title {
  margin-left: 5px;
}

.m-paymentList-body .ant-table-thead > tr > th {
  color: #00324a;
  background-color: #4e85964d !important;
}

.payment-card {
  --payment-card-bg: #fff;
  --payment-card-border: #e5e7eb;
  --payment-card-border-style: solid;
  --payment-card-accent: #3b82f6;
  --payment-card-badge-bg: #eff6ff;
  --payment-card-badge-text: #1d4ed8;
  --payment-card-text: #1f2937;
  color: var(--payment-card-text);
}

.payment-card.visual-status-next {
  --payment-card-bg: #edf0f1;
  --payment-card-border: #a0a2a4;
  --payment-card-accent: #8290a4;
  --payment-card-badge-bg: #e2e8f0;
  --payment-card-badge-text: #6e6c4e;
}

.payment-card.visual-status-closed {
  --payment-card-bg: #ecf5ef;
  --payment-card-border: #7d967b;
  --payment-card-border-style: solid;
  --payment-card-accent: #648b6a;
  --payment-card-badge-bg: #e2e8f0;
  --payment-card-badge-text: #334155;
  --payment-card-text: #6b7280;
}

.payment-card.m-paymentList-summary, .payment-card .m-paymentList-summary {
  background: var(--payment-card-bg);
  border: 1px var(--payment-card-border-style) var(--payment-card-border);
  color: var(--payment-card-text);
  box-shadow: none;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.payment-card.m-paymentList-summary:before, .payment-card .m-paymentList-summary:before {
  content: "";
  background: var(--payment-card-accent);
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.payment-card.m-paymentList-summary > .ant-card-head, .payment-card .m-paymentList-summary > .ant-card-head {
  background: var(--payment-card-bg);
  border-bottom: 1px var(--payment-card-border-style) var(--payment-card-border);
  border-color: var(--payment-card-border);
}

.payment-card.m-paymentList-summary > .ant-card-head-title, .payment-card .m-paymentList-summary > .ant-card-head-title {
  color: inherit;
}

.payment-card.m-paymentList-summary > .ant-card-body, .payment-card .m-paymentList-summary > .ant-card-body {
  background: var(--payment-card-bg);
  border-top: 1px var(--payment-card-border-style) var(--payment-card-border);
  min-height: 30px;
  padding: 0;
  display: flex;
}

.payment-card .m-paymentList-content {
  background: var(--payment-card-bg);
  color: inherit;
  flex: 1;
  padding: 10px;
}

.payment-card .ant-card-extra .ant-btn {
  color: var(--payment-card-text);
  border-color: var(--payment-card-border);
}

.payment-card .ant-card-extra .ant-btn:hover {
  color: var(--payment-card-accent);
  border-color: var(--payment-card-accent);
}

.payment-card .payment-list-summery {
  height: 50px;
  color: inherit;
}

.payment-card .payment-list-summery .summery-item-title {
  color: inherit;
  margin-left: 5px;
}

.payment-card .item-container .label, .payment-card .item-container .value, .payment-card .item-container .value span {
  color: inherit;
}

.payment-card .copy-icon {
  color: var(--payment-card-accent) !important;
}

.payment-card.visual-status-closed .ant-btn, .payment-card.visual-status-closed .ant-btn span, .payment-card.visual-status-closed .ant-btn svg {
  color: #6b7280;
  border-color: #cbd5e1;
}

.payment-card.visual-status-closed .ant-steps-item-title, .payment-card.visual-status-closed .ant-steps-item-description {
  color: #6b7280 !important;
}

.payment-list-header {
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: flex;
}

.payment-list-header .a-responsible-person {
  float: none;
  color: inherit;
  margin: 0;
}

.payment-list-header a {
  color: inherit;
}

.payment-list-status-badge {
  background: var(--payment-card-badge-bg);
  color: var(--payment-card-badge-text);
  border: 1px solid #0000;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
}

.payment-list-status-badge svg {
  font-size: 12px;
}

.payment-card.visual-status-closed .paymentlist-type-badge {
  color: #4b5563;
  background: #e5e7eb;
}

.generate-file-bank-modal td {
  padding: 0 10px;
}

.generate-file-bank-modal .pagination {
  margin-top: 10px;
}

.generate-file-bank-modal .delete-row {
  background: none;
  border: none;
}

.generate-file-bank-modal .delete-row:hover {
  color: #f5222d;
}

.generate-file-bank-modal .field-sell {
  text-align: center;
  width: 200px;
  padding: 0;
}

.generate-file-bank-modal .field-sell input {
  border: none;
  font-size: 10px;
  box-shadow: 0 0 #fff;
}

.generate-file-bank-modal .ant-select, .generate-file-bank-modal .ant-select-selection__rendered, .generate-file-bank-modal .ant-select-selection {
  border: none;
  padding: 0;
  box-shadow: 0 0 #fff;
}

.generate-file-bank-modal .validation-required {
  border: 1px solid #cdcdcd;
  padding: 0;
  background-color: #ffe8e9 !important;
}

.generate-file-bank-modal .validation-required .ant-select-selection {
  background-color: #ffe8e9;
}

.generate-file-bank-modal .add-payment {
  border-radius: 3px;
  width: 250px;
  height: 35px;
  border: 1px solid #cdcdcd !important;
}

.generate-file-bank-modal .button {
  margin-top: 20px;
  margin-left: 10px;
}

.generate-file-bank-modal .ant-checkbox-group-item {
  direction: ltr;
  background-color: #e6e6e6;
  border-radius: 3px;
  padding: 5px;
}

.generate-file-bank-modal .below-threshold, .generate-file-bank-modal .below-threshold .ant-input, .generate-file-bank-modal .below-threshold .ant-select, .generate-file-bank-modal .below-threshold .ant-select-selection {
  background-color: #f1fdf4;
}

.generate-file-bank-modal .warning-message {
  margin-top: 20px;
  padding: 5px 15px;
  font-size: 10px;
}

.paymentList-printable-wrapper {
  min-height: 870px;
  margin: 0 auto;
  position: relative;
}

.paymentList-table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 10px;
  font-size: .65em !important;
}

.paymentList-table td {
  word-break: normal;
  text-align: center;
  border: 1px solid #000;
  padding: 7px;
  overflow: hidden;
}

.paymentList-table th {
  word-break: normal;
  text-align: center;
  border: 1px solid #000;
  padding: 7px;
  font-weight: bold;
  overflow: hidden;
}

.signSpace {
  text-align: center;
  padding-top: 80px !important;
}

.signSpace.contains-signature {
  padding-top: 0 !important;
}

.signSpace img {
  max-width: 120px;
}

.hide-on-print {
  margin-bottom: 1rem;
}

.paymentList-content .details-table {
  width: 100% !important;
}

.payment-list-number {
  height: 65px;
  display: flex;
}

.payment-list-number div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.payment-list-number > div:first-child {
  border-left: 1px solid #505050;
}

.field {
  align-items: center;
  display: flex;
}

.field input {
  width: 150px;
  margin-right: 5px;
}

.field .ant-checkbox-wrapper {
  margin-right: 5px;
}

@media print {
  .hide-on-print {
    display: none;
  }
}

.payment-print-modal .print-header {
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-bottom: 1rem;
  display: flex;
}

.payment-print-modal .print-logo {
  margin-left: 1rem;
}

.payment-print-modal .print-logo img {
  width: 160px;
}

.payment-print-modal .details-table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 1rem;
}

.payment-print-modal .details-table th, .payment-print-modal .details-table td {
  text-align: right;
  border: 1px solid #ddd;
  padding: 8px;
}

.payment-print-modal .details-table th {
  background-color: #f5f5f5;
  font-weight: bold;
}

.o-paymentlist-header {
  z-index: 2;
  transition: all .2s;
  position: fixed;
  left: 0;
}

.o-paymentlist-header.-sidebar-closed, .o-paymentlist-header.-sidebar-closed .ant-menu {
  width: calc(100vw - 80px);
}

.o-paymentlist-header.-sidebar-open, .o-paymentlist-header.-sidebar-open .ant-menu {
  width: calc(100vw - 260px);
}

.o-paymentlist-header.-paymentlist-new-active, .o-paymentlist-header.-paymentlist-new-active .ant-menu {
  width: 100vw;
}

.o-paymentlist-header .o-header-layout-actions .a-search-input button.ant-input-search-button {
  background-color: #00324a;
  border: 1px #00324a;
  border-radius: 0;
  width: 32px;
  padding: 0;
}

.o-paymentlist-header .o-header-layout-actions .a-search-input button.ant-input-search-button i.anticon-search {
  margin: 0;
}

.o-paymentlist-header .o-header-layout-actions .a-search-input input {
  text-align: right;
  color: #fff;
  background: #006b9f;
  border: none;
  border-radius: 0;
}

body {
  overflow: hidden !important;
}

.o-paymentlist-layout.ant-layout-has-sider {
  flex-direction: column !important;
}

.o-paymentlist-layout .o-paymentlist-main {
  z-index: 1;
  min-width: 100vw;
  min-height: 100vh;
}

.o-paymentlist-layout .o-paymentlist-main.hidden-tab-bar .a-paymentlist-main-top {
  max-height: 117px;
}

.o-paymentlist-layout .o-paymentlist-main.hidden-tab-bar .custom-tab-nav > .ant-tabs > .ant-tabs-bar {
  display: none;
}

.o-paymentlist-layout .o-paymentlist-main .a-paymentlist-main-top {
  max-height: 60px;
  transition: max-height .5s;
  overflow: hidden;
}

.o-paymentlist-layout .o-paymentlist-main .a-paymentlist-main-top:hover {
  max-height: 700px;
}

.o-paymentlist-layout .o-paymentlist-main .custom-paymentList-add-button {
  color: #fff;
  background: #009fb7;
  border: 0;
  border-radius: 3px;
  width: 60px;
  height: 37px;
  margin: 1px;
}

.o-paymentlist-layout .o-sidebar {
  z-index: 2;
  background: #fff;
  height: 100vh;
  position: fixed;
  overflow: hidden;
}

.o-paymentlist-layout .o-sidebar .ant-layout-sider-trigger {
  background-color: #00324a;
}

.o-paymentlist-layout .o-sidebar .ant-layout-sider-children {
  height: initial;
}

.o-paymentlist-layout .o-sidebar .m-sider-addNew {
  color: #fff;
  z-index: 1;
  background: #009fb7;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 40px !important;
  margin-top: 0 !important;
}

.o-paymentlist-layout .o-sidebar .m-sider-addNew svg {
  margin: 10px 0 0;
}

.o-paymentlist-layout .o-sidebar .m-sider-addNew:hover {
  background: #007384;
}

.o-paymentlist-layout .o-sidebar .o-layout-switch {
  z-index: 2;
  background: #00324a;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.o-paymentlist-layout .o-sidebar .o-layout-switch .a-layout-switch--text {
  color: #fff;
  text-align: center;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
}

.o-paymentlist-layout .o-sidebar .o-layout-switch .m-layout-switch--list {
  z-index: 9999;
  color: #fff;
  background: #003d5b;
  width: 260px;
  position: fixed;
  top: 50px;
}

.o-paymentlist-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul {
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.o-paymentlist-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li {
  height: 40px;
  margin: 10px 0;
  padding: 10px 0;
}

.o-paymentlist-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li a {
  color: #fff;
}

.o-paymentlist-layout .o-sidebar .o-layout-switch .m-layout-switch--list ul li:hover {
  background: #004364;
}

.o-paymentlist-layout .o-sidebar .ant-menu-inline-collapsed, .o-paymentlist-layout .o-sidebar .ant-menu-inline {
  border: none;
  width: 100%;
  max-height: calc(100vh - 98px);
  margin-bottom: 115px;
}

.o-paymentlist-layout .o-sidebar .ant-menu-inline-collapsed .ant-menu-item, .o-paymentlist-layout .o-sidebar .ant-menu-inline .ant-menu-item {
  height: initial;
  margin: 0;
  padding: 0 !important;
}

.o-paymentlist-layout .o-sidebar .ant-menu-inline-collapsed .ant-menu-item:after, .o-paymentlist-layout .o-sidebar .ant-menu-inline .ant-menu-item:after {
  display: none;
}

.o-paymentlist-layout .o-sidebar.ant-layout-sider-collapsed .ant-menu-inline-collapsed {
  text-align: center;
}

.o-paymentlist-layout .o-sidebar.ant-layout-sider-collapsed .ant-menu-inline-collapsed .ant-menu-item-selected > a {
  color: #fff;
}

.o-paymentlist-layout .o-sidebar.ant-layout-sider-collapsed .ant-menu-inline-collapsed .ant-menu-item-selected .a-sidebar-menu-position {
  float: right;
  background-color: #00324a;
  width: 50%;
  display: block;
}

.o-paymentlist-layout .o-sidebar.ant-layout-sider-collapsed .ant-menu-inline-collapsed .ant-menu-item-selected .a-sidebar-stages-count {
  float: left;
  background-color: #003d5b;
  width: 50%;
  display: block;
}

.o-paymentlist-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline {
  text-align: center;
}

.o-paymentlist-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item-selected > a, .o-paymentlist-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item-active > a {
  background: #f7f7f7;
  box-shadow: inset -1px 0 0 1px #003d5b;
}

.o-paymentlist-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item-selected .a-sidebar-menu-text {
  color: #003d5b;
  text-align: right;
  width: calc(100% - 80px);
  padding-right: 32px;
  display: inline-block !important;
}

.o-paymentlist-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item-selected .a-sidebar-menu-position {
  float: right;
  color: #fff;
  background-color: #003d5b;
  width: 40px;
  display: block;
}

.o-paymentlist-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item-selected .a-sidebar-stages-count {
  float: left;
  color: #fff;
  background-color: #003d5b;
  width: 40px;
  display: block;
}

.o-paymentlist-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item:not(.m-sider-addNew):not(.ant-menu-item-selected) {
  box-shadow: inset 1px 1px #e8e8e8;
}

.o-paymentlist-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item:not(.m-sider-addNew):not(.ant-menu-item-selected) .a-sidebar-menu-text {
  text-align: right;
  width: calc(100% - 40px);
  padding-right: 32px;
  display: inline-block !important;
}

.o-paymentlist-layout .o-sidebar:not(.ant-layout-sider-collapsed) .ant-menu-inline .ant-menu-item:not(.m-sider-addNew):not(.ant-menu-item-selected) .a-sidebar-menu-position {
  float: right;
  width: 40px;
  display: block;
  box-shadow: inset 1px 0 #e8e8e8;
}

.paymentlist-scroll {
  height: 90vh;
  overflow: scroll;
}

.paymentTab {
  width: 100% !important;
}

.openedInDetailsContent {
  padding: 30px;
}

.employee-select {
  width: 240px !important;
}

.select-modal-table table {
  width: -webkit-max-content;
  width: max-content;
  min-width: 25rem;
  margin: auto;
}

.select-modal-table .ant-table-pagination li {
  font-size: 12px;
  min-width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
}

.select-modal-table table td, .select-modal-table table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.select-modal-table table tr:hover {
  background-color: #ddd;
}

.select-modal-table table th {
  color: #fff;
  background-color: #009fb7;
  padding-top: 12px;
  padding-bottom: 12px;
}

.quantity-loading {
  color: #009fb7;
}

.text-center {
  text-align: center;
}

.value-search-box-warning label {
  color: #8f8f8f;
  margin-left: 5px;
  font-size: 10px;
}

.value-search-box-warning span {
  color: #686868;
  font-size: 11px;
}

.value-search-box-info label {
  color: #8f8f8f;
  margin-left: 5px;
  font-size: 12px;
}

.value-search-box-info span {
  color: #686868;
  font-size: 13px;
}

.material-column {
  align-items: center;
  display: flex;
}

.material-column > span {
  width: -webkit-max-content;
  width: max-content;
  min-width: 10px;
  margin-left: 6px;
}

.--over_limited {
  font-size: larger;
  color: #dbc800 !important;
  top: 7.5px !important;
}

.modal-alert {
  margin-bottom: 10px;
}

.supplies-person-assignment-one-component {
  padding: 12px;
}

.supplies-person-assignment-one-component .materials-table {
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  width: 100%;
  font-size: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px #0000001a;
}

.supplies-person-assignment-one-component .materials-table thead tr th {
  text-align: center;
  color: #495057;
  text-transform: uppercase;
  letter-spacing: .5px;
  background-color: #e9ecef;
  border-bottom: 1px solid #d1d5db;
  border-right: 1px solid #d1d5db;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 500;
}

.supplies-person-assignment-one-component .materials-table thead tr th:first-child {
  width: 120px;
}

.supplies-person-assignment-one-component .materials-table thead tr th:last-child {
  border-right: none;
}

.supplies-person-assignment-one-component .materials-table tbody tr:hover {
  background-color: #f8f9fa;
}

.supplies-person-assignment-one-component .materials-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #e5e7eb;
}

.supplies-person-assignment-one-component .materials-table tbody tr td {
  text-align: center;
  color: #212529;
  border-right: 1px solid #e5e7eb;
  padding: 8px 12px;
}

.supplies-person-assignment-one-component .materials-table tbody tr td:last-child {
  border-right: none;
}

.supplies-person-assignment-one-component .empty-state {
  text-align: center;
  color: #6c757d;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 20px;
  font-size: 12px;
  font-style: italic;
}

#login-form .login-form {
  max-width: 100%;
}

#login-form .login-form-forgot {
  float: left;
}

#login-form .login-form-button {
  width: 100%;
}

#login-form .ant-form-item-control-wrapper {
  float: none;
}

