/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
[class^=ant-]::-ms-clear,
[class*= ant-]::-ms-clear,
[class^=ant-] input::-ms-clear,
[class*= ant-] input::-ms-clear,
[class^=ant-] input::-ms-reveal,
[class*= ant-] input::-ms-reveal {
  display: none;
}
/* stylelint-disable property-no-vendor-prefix, at-rule-no-vendor-prefix */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  font-feature-settings: 'tnum', "tnum";
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
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: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #C6000B;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #d42225;
}
a:active {
  color: #a1000d;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
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 {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[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 {
  padding: 0.2em;
  background-color: #feffe6;
}
::selection {
  color: #fff;
  background: #C6000B;
}
.clearfix::before {
  display: table;
  content: '';
}
.clearfix::after {
  display: table;
  clear: both;
  content: '';
}
.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon > * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon > .anticon {
  line-height: 0;
  vertical-align: 0;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin,
.anticon-spin::before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.ant-fade-enter,
.ant-fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-fade-enter.ant-fade-enter-active,
.ant-fade-appear.ant-fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}
.ant-fade-leave.ant-fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-fade-enter,
.ant-fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}
.ant-fade-leave {
  animation-timing-function: linear;
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ant-move-up-enter,
.ant-move-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-up-enter.ant-move-up-enter-active,
.ant-move-up-appear.ant-move-up-appear-active {
  animation-name: antMoveUpIn;
  animation-play-state: running;
}
.ant-move-up-leave.ant-move-up-leave-active {
  animation-name: antMoveUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-move-up-enter,
.ant-move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-up-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-down-enter,
.ant-move-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-down-enter.ant-move-down-enter-active,
.ant-move-down-appear.ant-move-down-appear-active {
  animation-name: antMoveDownIn;
  animation-play-state: running;
}
.ant-move-down-leave.ant-move-down-leave-active {
  animation-name: antMoveDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-move-down-enter,
.ant-move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-down-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-left-enter,
.ant-move-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-left-enter.ant-move-left-enter-active,
.ant-move-left-appear.ant-move-left-appear-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running;
}
.ant-move-left-leave.ant-move-left-leave-active {
  animation-name: antMoveLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-move-left-enter,
.ant-move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-left-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-right-enter,
.ant-move-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-right-enter.ant-move-right-enter-active,
.ant-move-right-appear.ant-move-right-appear-active {
  animation-name: antMoveRightIn;
  animation-play-state: running;
}
.ant-move-right-leave.ant-move-right-leave-active {
  animation-name: antMoveRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-move-right-enter,
.ant-move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-right-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes antMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}
[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #C6000B;
  --scroll-bar: 0;
}
[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #C6000B;
  box-shadow: 0 0 0 0 #C6000B;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #C6000B;
    box-shadow: 0 0 0 6px #C6000B;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.ant-slide-up-enter,
.ant-slide-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-up-enter.ant-slide-up-enter-active,
.ant-slide-up-appear.ant-slide-up-appear-active {
  animation-name: antSlideUpIn;
  animation-play-state: running;
}
.ant-slide-up-leave.ant-slide-up-leave-active {
  animation-name: antSlideUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-slide-up-enter,
.ant-slide-up-appear {
  transform: scale(0);
  transform-origin: 0% 0%;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-up-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-down-enter,
.ant-slide-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-down-enter.ant-slide-down-enter-active,
.ant-slide-down-appear.ant-slide-down-appear-active {
  animation-name: antSlideDownIn;
  animation-play-state: running;
}
.ant-slide-down-leave.ant-slide-down-leave-active {
  animation-name: antSlideDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-slide-down-enter,
.ant-slide-down-appear {
  transform: scale(0);
  transform-origin: 0% 0%;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-left-enter,
.ant-slide-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-left-enter.ant-slide-left-enter-active,
.ant-slide-left-appear.ant-slide-left-appear-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running;
}
.ant-slide-left-leave.ant-slide-left-leave-active {
  animation-name: antSlideLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-slide-left-enter,
.ant-slide-left-appear {
  transform: scale(0);
  transform-origin: 0% 0%;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-left-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-right-enter,
.ant-slide-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-right-enter.ant-slide-right-enter-active,
.ant-slide-right-appear.ant-slide-right-appear-active {
  animation-name: antSlideRightIn;
  animation-play-state: running;
}
.ant-slide-right-leave.ant-slide-right-leave-active {
  animation-name: antSlideRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-slide-right-enter,
.ant-slide-right-appear {
  transform: scale(0);
  transform-origin: 0% 0%;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-right-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}
.ant-zoom-enter,
.ant-zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-enter.ant-zoom-enter-active,
.ant-zoom-appear.ant-zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}
.ant-zoom-leave.ant-zoom-leave-active {
  animation-name: antZoomOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-enter,
.ant-zoom-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-enter-prepare,
.ant-zoom-appear-prepare {
  transform: none;
}
.ant-zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-big-enter,
.ant-zoom-big-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-big-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-big-enter.ant-zoom-big-enter-active,
.ant-zoom-big-appear.ant-zoom-big-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.ant-zoom-big-leave.ant-zoom-big-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-big-enter,
.ant-zoom-big-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-big-enter-prepare,
.ant-zoom-big-appear-prepare {
  transform: none;
}
.ant-zoom-big-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-big-fast-enter,
.ant-zoom-big-fast-appear {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-big-fast-leave {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-big-fast-enter,
.ant-zoom-big-fast-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-big-fast-enter-prepare,
.ant-zoom-big-fast-appear-prepare {
  transform: none;
}
.ant-zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-up-enter,
.ant-zoom-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-up-enter.ant-zoom-up-enter-active,
.ant-zoom-up-appear.ant-zoom-up-appear-active {
  animation-name: antZoomUpIn;
  animation-play-state: running;
}
.ant-zoom-up-leave.ant-zoom-up-leave-active {
  animation-name: antZoomUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-up-enter,
.ant-zoom-up-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-up-enter-prepare,
.ant-zoom-up-appear-prepare {
  transform: none;
}
.ant-zoom-up-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-down-enter,
.ant-zoom-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-down-enter.ant-zoom-down-enter-active,
.ant-zoom-down-appear.ant-zoom-down-appear-active {
  animation-name: antZoomDownIn;
  animation-play-state: running;
}
.ant-zoom-down-leave.ant-zoom-down-leave-active {
  animation-name: antZoomDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-down-enter,
.ant-zoom-down-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-down-enter-prepare,
.ant-zoom-down-appear-prepare {
  transform: none;
}
.ant-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-left-enter,
.ant-zoom-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-left-enter.ant-zoom-left-enter-active,
.ant-zoom-left-appear.ant-zoom-left-appear-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running;
}
.ant-zoom-left-leave.ant-zoom-left-leave-active {
  animation-name: antZoomLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-left-enter,
.ant-zoom-left-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-left-enter-prepare,
.ant-zoom-left-appear-prepare {
  transform: none;
}
.ant-zoom-left-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-right-enter,
.ant-zoom-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-right-enter.ant-zoom-right-enter-active,
.ant-zoom-right-appear.ant-zoom-right-appear-active {
  animation-name: antZoomRightIn;
  animation-play-state: running;
}
.ant-zoom-right-leave.ant-zoom-right-leave-active {
  animation-name: antZoomRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-right-enter,
.ant-zoom-right-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-right-enter-prepare,
.ant-zoom-right-appear-prepare {
  transform: none;
}
.ant-zoom-right-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: absolute;
  display: none;
  color: #C6000B;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}
.ant-spin-nested-loading {
  position: relative;
}
.ant-spin-nested-loading > div > .ant-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 5px;
  text-shadow: 0 1px 2px #fff;
}
.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 {
  position: relative;
  transition: opacity 0.3s;
}
.ant-spin-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none \9;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}
.ant-spin-blur {
  clear: both;
  opacity: 0.5;
  user-select: none;
  pointer-events: none;
}
.ant-spin-blur::after {
  opacity: 0.4;
  pointer-events: auto;
}
.ant-spin-tip {
  color: rgba(0, 0, 0, 0.45);
}
.ant-spin-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
}
.ant-spin-dot-item {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #C6000B;
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  animation: antSpinMove 1s infinite linear alternate;
}
.ant-spin-dot-item:nth-child(1) {
  top: 0;
  left: 0;
}
.ant-spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  animation-delay: 0.4s;
}
.ant-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  animation-delay: 1.2s;
}
.ant-spin-dot-spin {
  transform: rotate(0deg);
  animation: antRotate 1.2s infinite linear;
}
.ant-spin-sm .ant-spin-dot {
  font-size: 14px;
}
.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}
.ant-spin-lg .ant-spin-dot {
  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 all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .ant-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antRotate {
  to {
    transform: rotate(360deg);
  }
}
.ant-spin-rtl {
  direction: rtl;
}
.ant-spin-rtl .ant-spin-dot-spin {
  transform: rotate(-45deg);
  animation-name: antRotateRtl;
}
@keyframes antRotateRtl {
  to {
    transform: rotate(-405deg);
  }
}

.loadingWrapper___1hSAR {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.loadingIndicator___-CGmE {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-message {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: fixed;
  top: 8px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}
.ant-message-notice {
  padding: 8px;
  text-align: center;
}
.ant-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: all;
}
.ant-message-success .anticon {
  color: #C6000B;
}
.ant-message-error .anticon {
  color: #ff4d4f;
}
.ant-message-warning .anticon {
  color: #faad14;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #C6000B;
}
.ant-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
}
.ant-message-notice.ant-move-up-leave.ant-move-up-leave-active {
  animation-name: MessageMoveOut;
  animation-duration: 0.3s;
}
@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
.ant-message-rtl {
  direction: rtl;
}
.ant-message-rtl span {
  direction: rtl;
}
.ant-message-rtl .anticon {
  margin-right: 0;
  margin-left: 8px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
  color: #ff4d4f;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
  color: #fff;
  background-color: #ff4d4f;
}
.ant-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-dropdown::before {
  position: absolute;
  top: -4px;
  right: 0;
  bottom: -4px;
  left: -7px;
  z-index: -9999;
  opacity: 0.0001;
  content: ' ';
}
.ant-dropdown-wrap {
  position: relative;
}
.ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 10px;
}
.ant-dropdown-wrap .anticon-down::before {
  transition: transform 0.2s;
}
.ant-dropdown-wrap-open .anticon-down::before {
  transform: rotate(180deg);
}
.ant-dropdown-hidden,
.ant-dropdown-menu-hidden,
.ant-dropdown-menu-submenu-hidden {
  display: none;
}
.ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-top,
.ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
  padding-bottom: 15.3137085px;
}
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottom,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
  padding-top: 15.3137085px;
}
.ant-dropdown-arrow {
  position: absolute;
  z-index: 1;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.ant-dropdown-arrow::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: '';
  clip-path: inset(33% 33%);
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
}
.ant-dropdown-placement-top > .ant-dropdown-arrow,
.ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
  bottom: 10px;
  box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.1);
  transform: rotate(45deg);
}
.ant-dropdown-placement-top > .ant-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.ant-dropdown-placement-topLeft > .ant-dropdown-arrow {
  left: 16px;
}
.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
  right: 16px;
}
.ant-dropdown-placement-bottom > .ant-dropdown-arrow,
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
  top: 9.41421356px;
  box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.1);
  transform: rotate(-135deg) translateY(-0.5px);
}
.ant-dropdown-placement-bottom > .ant-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(-135deg) translateY(-0.5px);
}
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow {
  left: 16px;
}
.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
  right: 16px;
}
.ant-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  box-shadow: none;
  transform-origin: 0 0;
}
.ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-menu-submenu-popup li {
  list-style: none;
}
.ant-dropdown-menu-submenu-popup ul {
  margin-right: 0.3em;
  margin-left: 0.3em;
}
.ant-dropdown-menu-item {
  position: relative;
  display: flex;
  align-items: center;
}
.ant-dropdown-menu-item-icon {
  min-width: 12px;
  margin-right: 8px;
  font-size: 12px;
}
.ant-dropdown-menu-title-content {
  flex: auto;
}
.ant-dropdown-menu-title-content > a {
  color: inherit;
  transition: all 0.3s;
}
.ant-dropdown-menu-title-content > a:hover {
  color: inherit;
}
.ant-dropdown-menu-title-content > a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected {
  color: #C6000B;
  background-color: #ffe8e6;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-item.ant-dropdown-menu-item-active,
.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-active,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-active,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-active {
  background-color: #f5f5f5;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled:hover,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled a,
.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled a,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled a,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled a {
  pointer-events: none;
}
.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #f0f0f0;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
  position: absolute;
  right: 8px;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
  margin-right: 0 !important;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  font-style: normal;
}
.ant-dropdown-menu-item-group-list {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}
.ant-dropdown-menu-submenu-title {
  padding-right: 24px;
}
.ant-dropdown-menu-submenu-vertical {
  position: relative;
}
.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  margin-left: 4px;
  transform-origin: 0 0;
}
.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: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
  color: #C6000B;
}
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottom,
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottom,
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-top,
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-top,
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottom,
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-top,
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-dropdown-trigger > .anticon.anticon-down,
.ant-dropdown-link > .anticon.anticon-down,
.ant-dropdown-button > .anticon.anticon-down {
  font-size: 10px;
  vertical-align: baseline;
}
.ant-dropdown-button {
  white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn-loading,
.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn {
  cursor: default;
  pointer-events: none;
}
.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn::before {
  display: block;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
  padding-right: 8px;
  padding-left: 8px;
}
.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 > .anticon + span > a {
  color: rgba(255, 255, 255, 0.65);
}
.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,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a .ant-dropdown-menu-submenu-arrow::after {
  color: rgba(255, 255, 255, 0.65);
}
.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,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a:hover {
  color: #fff;
  background: transparent;
}
.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: #C6000B;
}
.ant-dropdown-rtl {
  direction: rtl;
}
.ant-dropdown-rtl.ant-dropdown::before {
  right: -7px;
  left: 0;
}
.ant-dropdown-menu.ant-dropdown-menu-rtl {
  direction: rtl;
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item-group-title,
.ant-dropdown-menu-submenu-rtl .ant-dropdown-menu-item-group-title {
  direction: rtl;
  text-align: right;
}
.ant-dropdown-menu-submenu-popup.ant-dropdown-menu-submenu-rtl {
  transform-origin: 100% 0;
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup li {
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-item > span > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > span > .anticon:first-child {
  margin-right: 0;
  margin-left: 8px;
}
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
  right: auto;
  left: 8px;
}
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
  margin-left: 0 !important;
  transform: scaleX(-1);
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  padding-right: 12px;
  padding-left: 24px;
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  right: 100%;
  left: 0;
  margin-right: 4px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-btn {
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 4px 15px;
  font-size: 14px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.85);
  border-color: #d9d9d9;
  background: #fff;
}
.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 {
  outline: 0;
  box-shadow: none;
}
.ant-btn[disabled] {
  cursor: not-allowed;
}
.ant-btn[disabled] > * {
  pointer-events: none;
}
.ant-btn-lg {
  height: 40px;
  padding: 6.4px 15px;
  font-size: 16px;
  border-radius: 4px;
}
.ant-btn-sm {
  height: 24px;
  padding: 0px 7px;
  font-size: 14px;
  border-radius: 4px;
}
.ant-btn > a:only-child {
  color: currentcolor;
}
.ant-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:hover,
.ant-btn:focus {
  color: #d42225;
  border-color: #d42225;
  background: #fff;
}
.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 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:active {
  color: #a1000d;
  border-color: #a1000d;
  background: #fff;
}
.ant-btn:active > a:only-child {
  color: currentcolor;
}
.ant-btn:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn[disabled],
.ant-btn[disabled]:hover,
.ant-btn[disabled]:focus,
.ant-btn[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn[disabled] > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn[disabled] > a:only-child::after,
.ant-btn[disabled]:hover > a:only-child::after,
.ant-btn[disabled]:focus > a:only-child::after,
.ant-btn[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active {
  text-decoration: none;
  background: #fff;
}
.ant-btn > span {
  display: inline-block;
}
.ant-btn-primary {
  color: #fff;
  border-color: #C6000B;
  background: #C6000B;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-primary > a:only-child {
  color: currentcolor;
}
.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  border-color: #d42225;
  background: #d42225;
}
.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 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary:active {
  color: #fff;
  border-color: #a1000d;
  background: #a1000d;
}
.ant-btn-primary:active > a:only-child {
  color: currentcolor;
}
.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary[disabled],
.ant-btn-primary[disabled]:hover,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary[disabled]:focus > 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]:hover > a:only-child::after,
.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #d42225;
  border-left-color: #d42225;
}
.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-right-color: #d42225;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #d42225;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}
.ant-btn-ghost {
  color: rgba(0, 0, 0, 0.85);
  border-color: #d9d9d9;
  background: transparent;
}
.ant-btn-ghost > a:only-child {
  color: currentcolor;
}
.ant-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
  color: #d42225;
  border-color: #d42225;
  background: transparent;
}
.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 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost:active {
  color: #a1000d;
  border-color: #a1000d;
  background: transparent;
}
.ant-btn-ghost:active > a:only-child {
  color: currentcolor;
}
.ant-btn-ghost:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost[disabled],
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost[disabled]:focus > 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]:hover > a:only-child::after,
.ant-btn-ghost[disabled]:focus > a:only-child::after,
.ant-btn-ghost[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed {
  color: rgba(0, 0, 0, 0.85);
  border-color: #d9d9d9;
  background: #fff;
  border-style: dashed;
}
.ant-btn-dashed > a:only-child {
  color: currentcolor;
}
.ant-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
  color: #d42225;
  border-color: #d42225;
  background: #fff;
}
.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 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed:active {
  color: #a1000d;
  border-color: #a1000d;
  background: #fff;
}
.ant-btn-dashed:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dashed:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed[disabled],
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed[disabled]:focus > 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]:hover > a:only-child::after,
.ant-btn-dashed[disabled]:focus > a:only-child::after,
.ant-btn-dashed[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger {
  color: #fff;
  border-color: #ff4d4f;
  background: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-danger > a:only-child {
  color: currentcolor;
}
.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
  color: #fff;
  border-color: #ff7875;
  background: #ff7875;
}
.ant-btn-danger:hover > a:only-child,
.ant-btn-danger:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-danger:hover > a:only-child::after,
.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger:active {
  color: #fff;
  border-color: #d9363e;
  background: #d9363e;
}
.ant-btn-danger:active > a:only-child {
  color: currentcolor;
}
.ant-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger[disabled],
.ant-btn-danger[disabled]:hover,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger[disabled]:focus > 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]:hover > a:only-child::after,
.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link {
  color: #C6000B;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ant-btn-link > a:only-child {
  color: currentcolor;
}
.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:hover,
.ant-btn-link:focus {
  color: #d42225;
  border-color: #d42225;
  background: transparent;
}
.ant-btn-link:hover > a:only-child,
.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-link:hover > a:only-child::after,
.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:active {
  color: #a1000d;
  border-color: #a1000d;
  background: transparent;
}
.ant-btn-link:active > a:only-child {
  color: currentcolor;
}
.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link[disabled],
.ant-btn-link[disabled]:hover,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:hover {
  background: transparent;
}
.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
  border-color: transparent;
}
.ant-btn-link[disabled],
.ant-btn-link[disabled]:hover,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text {
  color: rgba(0, 0, 0, 0.85);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ant-btn-text > a:only-child {
  color: currentcolor;
}
.ant-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text:hover,
.ant-btn-text:focus {
  color: #d42225;
  border-color: #d42225;
  background: transparent;
}
.ant-btn-text:hover > a:only-child,
.ant-btn-text:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-text:hover > a:only-child::after,
.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text:active {
  color: #a1000d;
  border-color: #a1000d;
  background: transparent;
}
.ant-btn-text:active > a:only-child {
  color: currentcolor;
}
.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text[disabled],
.ant-btn-text[disabled]:hover,
.ant-btn-text[disabled]:focus,
.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-text[disabled] > a:only-child,
.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text:hover,
.ant-btn-text:focus {
  color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.018);
  border-color: transparent;
}
.ant-btn-text:active {
  color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.028);
  border-color: transparent;
}
.ant-btn-text[disabled],
.ant-btn-text[disabled]:hover,
.ant-btn-text[disabled]:focus,
.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-text[disabled] > a:only-child,
.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous {
  color: #ff4d4f;
  border-color: #ff4d4f;
  background: #fff;
}
.ant-btn-dangerous > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous:hover,
.ant-btn-dangerous:focus {
  color: #ff7875;
  border-color: #ff7875;
  background: #fff;
}
.ant-btn-dangerous:hover > a:only-child,
.ant-btn-dangerous:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous:hover > a:only-child::after,
.ant-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous:active {
  color: #d9363e;
  border-color: #d9363e;
  background: #fff;
}
.ant-btn-dangerous:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous[disabled],
.ant-btn-dangerous[disabled]:hover,
.ant-btn-dangerous[disabled]:focus,
.ant-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous[disabled] > a:only-child,
.ant-btn-dangerous[disabled]:hover > a:only-child,
.ant-btn-dangerous[disabled]:focus > a:only-child,
.ant-btn-dangerous[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous[disabled] > a:only-child::after,
.ant-btn-dangerous[disabled]:hover > a:only-child::after,
.ant-btn-dangerous[disabled]:focus > a:only-child::after,
.ant-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary {
  color: #fff;
  border-color: #ff4d4f;
  background: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-dangerous.ant-btn-primary > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary:hover,
.ant-btn-dangerous.ant-btn-primary:focus {
  color: #fff;
  border-color: #ff7875;
  background: #ff7875;
}
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary:active {
  color: #fff;
  border-color: #d9363e;
  background: #d9363e;
}
.ant-btn-dangerous.ant-btn-primary:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary[disabled],
.ant-btn-dangerous.ant-btn-primary[disabled]:hover,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus,
.ant-btn-dangerous.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link {
  color: #ff4d4f;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-dangerous.ant-btn-link:focus {
  color: #d42225;
  border-color: #d42225;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:active {
  color: #a1000d;
  border-color: #a1000d;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-dangerous.ant-btn-link:focus {
  color: #ff7875;
  border-color: transparent;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:active {
  color: #d9363e;
  border-color: transparent;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text {
  color: #ff4d4f;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:hover,
.ant-btn-dangerous.ant-btn-text:focus {
  color: #d42225;
  border-color: #d42225;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:active {
  color: #a1000d;
  border-color: #a1000d;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text[disabled],
.ant-btn-dangerous.ant-btn-text[disabled]:hover,
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
.ant-btn-dangerous.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:hover,
.ant-btn-dangerous.ant-btn-text:focus {
  color: #ff7875;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.018);
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:active {
  color: #d9363e;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.028);
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text[disabled],
.ant-btn-dangerous.ant-btn-text[disabled]:hover,
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
.ant-btn-dangerous.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 2.4px 0;
  font-size: 16px;
  border-radius: 4px;
  vertical-align: -3px;
}
.ant-btn-icon-only > * {
  font-size: 16px;
}
.ant-btn-icon-only.ant-btn-lg {
  width: 40px;
  height: 40px;
  padding: 4.9px 0;
  font-size: 18px;
  border-radius: 4px;
}
.ant-btn-icon-only.ant-btn-lg > * {
  font-size: 18px;
}
.ant-btn-icon-only.ant-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0px 0;
  font-size: 14px;
  border-radius: 4px;
}
.ant-btn-icon-only.ant-btn-sm > * {
  font-size: 14px;
}
.ant-btn-icon-only > .anticon {
  display: flex;
  justify-content: center;
}
.ant-btn-icon-only .anticon-loading {
  padding: 0 !important;
}
a.ant-btn-icon-only {
  vertical-align: -1px;
}
a.ant-btn-icon-only > .anticon {
  display: inline;
}
.ant-btn-round {
  height: 32px;
  padding: 4px 16px;
  font-size: 14px;
  border-radius: 32px;
}
.ant-btn-round.ant-btn-lg {
  height: 40px;
  padding: 6.4px 20px;
  font-size: 16px;
  border-radius: 40px;
}
.ant-btn-round.ant-btn-sm {
  height: 24px;
  padding: 0px 12px;
  font-size: 14px;
  border-radius: 24px;
}
.ant-btn-round.ant-btn-icon-only {
  width: auto;
}
.ant-btn-circle {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-lg {
  min-width: 40px;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-sm {
  min-width: 24px;
  border-radius: 50%;
}
.ant-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none;
}
.ant-btn .anticon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn .anticon.anticon-plus > svg,
.ant-btn .anticon.anticon-minus > svg {
  shape-rendering: optimizespeed;
}
.ant-btn.ant-btn-loading {
  position: relative;
  cursor: default;
}
.ant-btn.ant-btn-loading::before {
  display: block;
}
.ant-btn > .ant-btn-loading-icon {
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn > .ant-btn-loading-icon .anticon {
  padding-right: 8px;
  animation: none;
}
.ant-btn > .ant-btn-loading-icon .anticon svg {
  animation: loadingCircle 1s infinite linear;
}
.ant-btn-group {
  position: relative;
  display: inline-flex;
}
.ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
  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 {
  z-index: 2;
}
.ant-btn-group > .ant-btn[disabled],
.ant-btn-group > span > .ant-btn[disabled] {
  z-index: 0;
}
.ant-btn-group .ant-btn-icon-only {
  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-left: -1px;
}
.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
.ant-btn-group .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn:first-child,
.ant-btn-group > span:first-child > .ant-btn {
  margin-left: 0;
}
.ant-btn-group > .ant-btn:only-child {
  border-radius: 4px;
}
.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-left-radius: 4px;
  border-bottom-left-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-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:only-child {
  border-radius: 4px;
}
.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-left-radius: 4px;
  border-bottom-left-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-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-btn-group > .ant-btn-group {
  float: left;
}
.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 {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-rtl.ant-btn-group .ant-btn + .ant-btn,
.ant-btn-rtl.ant-btn + .ant-btn-group,
.ant-btn-rtl.ant-btn-group span + .ant-btn,
.ant-btn-rtl.ant-btn-group .ant-btn + span,
.ant-btn-rtl.ant-btn-group > span + span,
.ant-btn-rtl.ant-btn-group + .ant-btn,
.ant-btn-rtl.ant-btn-group + .ant-btn-group,
.ant-btn-group-rtl.ant-btn-group .ant-btn + .ant-btn,
.ant-btn-group-rtl.ant-btn + .ant-btn-group,
.ant-btn-group-rtl.ant-btn-group span + .ant-btn,
.ant-btn-group-rtl.ant-btn-group .ant-btn + span,
.ant-btn-group-rtl.ant-btn-group > span + span,
.ant-btn-group-rtl.ant-btn-group + .ant-btn,
.ant-btn-group-rtl.ant-btn-group + .ant-btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.ant-btn-group.ant-btn-group-rtl {
  direction: rtl;
}
.ant-btn-group-rtl.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group-rtl.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-radius: 0 4px 4px 0;
}
.ant-btn-group-rtl.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-radius: 4px 0 0 4px;
}
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-rtl.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-radius: 0 4px 4px 0;
}
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-radius: 4px 0 0 4px;
}
.ant-btn:focus > span,
.ant-btn:active > span {
  position: relative;
}
.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 8px;
}
.ant-btn.ant-btn-background-ghost {
  color: #fff;
  border-color: #fff;
}
.ant-btn.ant-btn-background-ghost,
.ant-btn.ant-btn-background-ghost:hover,
.ant-btn.ant-btn-background-ghost:active,
.ant-btn.ant-btn-background-ghost:focus {
  background: transparent;
}
.ant-btn.ant-btn-background-ghost:hover,
.ant-btn.ant-btn-background-ghost:focus {
  color: #d42225;
  border-color: #d42225;
}
.ant-btn.ant-btn-background-ghost:active {
  color: #a1000d;
  border-color: #a1000d;
}
.ant-btn.ant-btn-background-ghost[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: #d9d9d9;
}
.ant-btn-background-ghost.ant-btn-primary {
  color: #C6000B;
  border-color: #C6000B;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #d42225;
  border-color: #d42225;
}
.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 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary:active {
  color: #a1000d;
  border-color: #a1000d;
}
.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 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.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]:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.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]:focus > 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]: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]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger {
  color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
  color: #ff7875;
  border-color: #ff7875;
}
.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 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger:active {
  color: #d9363e;
  border-color: #d9363e;
}
.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 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.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]:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.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]:focus > 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]: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]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous {
  color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous:hover,
.ant-btn-background-ghost.ant-btn-dangerous:focus {
  color: #ff7875;
  border-color: #ff7875;
}
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous:active {
  color: #d9363e;
  border-color: #d9363e;
}
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled],
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link {
  color: #ff4d4f;
  border-color: transparent;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {
  color: #ff7875;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {
  color: #d9363e;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}
.ant-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}
.ant-btn.ant-btn-block {
  width: 100%;
}
.ant-btn:empty {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
a.ant-btn {
  padding-top: 0.01px !important;
  line-height: 30px;
}
a.ant-btn-disabled {
  cursor: not-allowed;
}
a.ant-btn-disabled > * {
  pointer-events: none;
}
a.ant-btn-disabled,
a.ant-btn-disabled:hover,
a.ant-btn-disabled:focus,
a.ant-btn-disabled:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
a.ant-btn-disabled > a:only-child,
a.ant-btn-disabled:hover > a:only-child,
a.ant-btn-disabled:focus > a:only-child,
a.ant-btn-disabled:active > a:only-child {
  color: currentcolor;
}
a.ant-btn-disabled > a:only-child::after,
a.ant-btn-disabled:hover > a:only-child::after,
a.ant-btn-disabled:focus > a:only-child::after,
a.ant-btn-disabled:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
a.ant-btn-lg {
  line-height: 38px;
}
a.ant-btn-sm {
  line-height: 22px;
}
.ant-btn-compact-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl) {
  margin-right: -1px;
}
.ant-btn-compact-item:not(.ant-btn-compact-last-item).ant-btn-compact-item-rtl {
  margin-left: -1px;
}
.ant-btn-compact-item:hover,
.ant-btn-compact-item:focus,
.ant-btn-compact-item:active {
  z-index: 2;
}
.ant-btn-compact-item[disabled] {
  z-index: 0;
}
.ant-btn-compact-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-last-item).ant-btn {
  border-radius: 0;
}
.ant-btn-compact-item.ant-btn.ant-btn-compact-first-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-compact-item.ant-btn.ant-btn-compact-last-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-first-item:not(.ant-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-last-item:not(.ant-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-icon-only.ant-btn-compact-item {
  flex: none;
}
.ant-btn-compact-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-item.ant-btn-primary:not([disabled]) {
  position: relative;
}
.ant-btn-compact-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-item.ant-btn-primary:not([disabled])::after {
  position: absolute;
  top: -1px;
  left: -1px;
  display: inline-block;
  width: 1px;
  height: calc(100% + 1px * 2);
  background-color: #d42225;
  content: ' ';
}
.ant-btn-compact-item-rtl.ant-btn-compact-first-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-compact-item-rtl.ant-btn-compact-last-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-first-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-last-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-compact-item-rtl.ant-btn-primary:not([disabled]) + .ant-btn-compact-item-rtl.ant-btn-primary:not([disabled])::after {
  right: -1px;
}
.ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-last-item) {
  margin-bottom: -1px;
}
.ant-btn-compact-vertical-item:hover,
.ant-btn-compact-vertical-item:focus,
.ant-btn-compact-vertical-item:active {
  z-index: 2;
}
.ant-btn-compact-vertical-item[disabled] {
  z-index: 0;
}
.ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-first-item):not(.ant-btn-compact-vertical-last-item) {
  border-radius: 0;
}
.ant-btn-compact-vertical-item.ant-btn-compact-vertical-first-item:not(.ant-btn-compact-vertical-last-item) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-compact-vertical-item.ant-btn-compact-vertical-last-item:not(.ant-btn-compact-vertical-first-item) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) {
  position: relative;
}
.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled])::after {
  position: absolute;
  top: -1px;
  left: -1px;
  display: inline-block;
  width: calc(100% + 1px * 2);
  height: 1px;
  background-color: #d42225;
  content: ' ';
}
.ant-btn-rtl {
  direction: rtl;
}
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-right-color: #d42225;
  border-left-color: #d9d9d9;
}
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-right-color: #d9d9d9;
  border-left-color: #d42225;
}
.ant-btn-rtl.ant-btn > .ant-btn-loading-icon .anticon {
  padding-right: 0;
  padding-left: 8px;
}
.ant-btn-rtl.ant-btn > .anticon + span,
.ant-btn-rtl.ant-btn > span + .anticon {
  margin-right: 8px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-menu-item-danger.ant-menu-item {
  color: #ff4d4f;
}
.ant-menu-item-danger.ant-menu-item:hover,
.ant-menu-item-danger.ant-menu-item-active {
  color: #ff4d4f;
}
.ant-menu-item-danger.ant-menu-item:active {
  background: #fff1f0;
}
.ant-menu-item-danger.ant-menu-item-selected {
  color: #ff4d4f;
}
.ant-menu-item-danger.ant-menu-item-selected > a,
.ant-menu-item-danger.ant-menu-item-selected > a:hover {
  color: #ff4d4f;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
  background-color: #fff1f0;
}
.ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {
  border-right-color: #ff4d4f;
}
.ant-menu-dark .ant-menu-item-danger.ant-menu-item,
.ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {
  color: #ff4d4f;
}
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
  color: #fff;
  background-color: #ff4d4f;
}
.ant-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum', "tnum";
  margin-bottom: 0;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 0;
  text-align: left;
  list-style: none;
  background: #fff;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
}
.ant-menu::before {
  display: table;
  content: '';
}
.ant-menu::after {
  display: table;
  clear: both;
  content: '';
}
.ant-menu.ant-menu-root:focus-visible {
  box-shadow: 0 0 0 2px #faa7a0;
}
.ant-menu ul,
.ant-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-menu-overflow {
  display: flex;
}
.ant-menu-overflow-item {
  flex: none;
}
.ant-menu-hidden,
.ant-menu-submenu-hidden {
  display: none;
}
.ant-menu-item-group-title {
  height: 1.5715;
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  transition: all 0.3s;
}
.ant-menu-horizontal .ant-menu-submenu {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu,
.ant-menu-submenu-inline {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-selected {
  color: #C6000B;
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #ffe8e6;
}
.ant-menu-submenu .ant-menu-sub {
  cursor: auto;
  cursor: initial;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-title-content {
  transition: color 0.3s;
}
.ant-menu-item a {
  color: rgba(0, 0, 0, 0.85);
}
.ant-menu-item a:hover {
  color: #C6000B;
}
.ant-menu-item a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: '';
}
.ant-menu-item > .ant-badge a {
  color: rgba(0, 0, 0, 0.85);
}
.ant-menu-item > .ant-badge a:hover {
  color: #C6000B;
}
.ant-menu-item-divider {
  overflow: hidden;
  line-height: 0;
  border-color: #f0f0f0;
  border-style: solid;
  border-width: 1px 0 0;
}
.ant-menu-item-divider-dashed {
  border-style: dashed;
}
.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: transparent;
}
.ant-menu-item-selected {
  color: #C6000B;
}
.ant-menu-item-selected a,
.ant-menu-item-selected a:hover {
  color: #C6000B;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #ffe8e6;
}
.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border-right: 1px solid #f0f0f0;
}
.ant-menu-vertical-right {
  border-left: 1px solid #f0f0f0;
}
.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
  min-width: 160px;
  max-height: calc(100vh - 100px);
  padding: 0;
  overflow: hidden;
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub:not([class*='-active']),
.ant-menu-vertical-left.ant-menu-sub:not([class*='-active']),
.ant-menu-vertical-right.ant-menu-sub:not([class*='-active']) {
  overflow-x: hidden;
  overflow-y: auto;
}
.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 {
  left: 0;
  margin-left: 0;
  border-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-right: 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: 0 0;
}
.ant-menu-horizontal.ant-menu-sub {
  min-width: 114px;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu-title {
  transition: border-color 0.3s, background 0.3s;
}
.ant-menu-item,
.ant-menu-submenu-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s, padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .ant-menu-item-icon,
.ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
  min-width: 14px;
  font-size: 14px;
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s;
}
.ant-menu-item .ant-menu-item-icon + span,
.ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu-item .anticon + span,
.ant-menu-submenu-title .anticon + span {
  margin-left: 10px;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
}
.ant-menu-item .ant-menu-item-icon.svg,
.ant-menu-submenu-title .ant-menu-item-icon.svg {
  vertical-align: -0.125em;
}
.ant-menu-item.ant-menu-item-only-child > .anticon,
.ant-menu-submenu-title.ant-menu-item-only-child > .anticon,
.ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon {
  margin-right: 0;
}
.ant-menu-item:not(.ant-menu-item-disabled):focus-visible,
.ant-menu-submenu-title:not(.ant-menu-item-disabled):focus-visible {
  box-shadow: 0 0 0 2px #faa7a0;
}
.ant-menu > .ant-menu-item-divider {
  margin: 1px 0;
  padding: 0;
}
.ant-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  border-radius: 4px;
  box-shadow: none;
  transform-origin: 0 0;
}
.ant-menu-submenu-popup::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.0001;
  content: ' ';
}
.ant-menu-submenu-placement-rightTop::before {
  top: 0;
  left: -7px;
}
.ant-menu-submenu > .ant-menu {
  background-color: #fff;
  border-radius: 4px;
}
.ant-menu-submenu > .ant-menu-submenu-title::after {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-popup > .ant-menu {
  background-color: #fff;
}
.ant-menu-submenu-expand-icon,
.ant-menu-submenu-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  color: rgba(0, 0, 0, 0.85);
  transform: translateY(-50%);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-arrow::before,
.ant-menu-submenu-arrow::after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background-color: currentcolor;
  border-radius: 2px;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateY(-2.5px);
}
.ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateY(2.5px);
}
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon,
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  color: #C6000B;
}
.ant-menu-inline-collapsed .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline .ant-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateX(2.5px);
}
.ant-menu-inline-collapsed .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline .ant-menu-submenu-arrow::after {
  transform: rotate(45deg) translateX(-2.5px);
}
.ant-menu-submenu-horizontal .ant-menu-submenu-arrow {
  display: none;
}
.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(-2.5px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateX(2.5px);
}
.ant-menu-vertical .ant-menu-submenu-selected,
.ant-menu-vertical-left .ant-menu-submenu-selected,
.ant-menu-vertical-right .ant-menu-submenu-selected {
  color: #C6000B;
}
.ant-menu-horizontal {
  line-height: 46px;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: none;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu {
  margin-top: -1px;
  margin-bottom: 0;
  padding: 0 20px;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
  color: #C6000B;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected::after {
  border-bottom: 2px solid #C6000B;
}
.ant-menu-horizontal > .ant-menu-item,
.ant-menu-horizontal > .ant-menu-submenu {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: bottom;
}
.ant-menu-horizontal > .ant-menu-item::after,
.ant-menu-horizontal > .ant-menu-submenu::after {
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.ant-menu-horizontal > .ant-menu-submenu > .ant-menu-submenu-title {
  padding: 0;
}
.ant-menu-horizontal > .ant-menu-item a {
  color: rgba(0, 0, 0, 0.85);
}
.ant-menu-horizontal > .ant-menu-item a:hover {
  color: #C6000B;
}
.ant-menu-horizontal > .ant-menu-item a::before {
  bottom: -2px;
}
.ant-menu-horizontal > .ant-menu-item-selected a {
  color: #C6000B;
}
.ant-menu-horizontal::after {
  display: block;
  clear: both;
  height: 0;
  content: '\20';
}
.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 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 3px solid #C6000B;
  transform: scaleY(0.0001);
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
}
.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 {
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  overflow: hidden;
  line-height: 40px;
  text-overflow: ellipsis;
}
.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: 0.02px;
}
.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-vertical .ant-menu-item-group-list .ant-menu-submenu-title,
.ant-menu-vertical .ant-menu-submenu-title {
  padding-right: 34px;
}
.ant-menu-inline {
  width: 100%;
}
.ant-menu-inline .ant-menu-selected::after,
.ant-menu-inline .ant-menu-item-selected::after {
  transform: scaleY(1);
  opacity: 1;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title {
  width: calc(100% + 1px);
}
.ant-menu-inline .ant-menu-item-group-list .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 34px;
}
.ant-menu-inline.ant-menu-root .ant-menu-item,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title {
  display: flex;
  align-items: center;
  transition: border-color 0.3s, background 0.3s, padding 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-menu-inline.ant-menu-root .ant-menu-item > .ant-menu-title-content,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title > .ant-menu-title-content {
  flex: auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ant-menu-inline.ant-menu-root .ant-menu-item > *,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title > * {
  flex: none;
}
.ant-menu.ant-menu-inline-collapsed {
  width: 80px;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  left: 0;
  padding: 0 calc(50% - 16px / 2);
  text-overflow: clip;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu.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.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
  margin: 0;
  font-size: 16px;
  line-height: 40px;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
  display: inline-block;
  opacity: 0;
}
.ant-menu.ant-menu-inline-collapsed .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed .anticon {
  display: inline-block;
}
.ant-menu.ant-menu-inline-collapsed-tooltip {
  pointer-events: none;
}
.ant-menu.ant-menu-inline-collapsed-tooltip .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed-tooltip .anticon {
  display: none;
}
.ant-menu.ant-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.85);
}
.ant-menu.ant-menu-inline-collapsed .ant-menu-item-group-title {
  padding-right: 4px;
  padding-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.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 16px 0 28px;
}
.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 {
  box-shadow: none;
}
.ant-menu-root.ant-menu-inline-collapsed .ant-menu-item > .ant-menu-inline-collapsed-noicon,
.ant-menu-root.ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title > .ant-menu-inline-collapsed-noicon {
  font-size: 16px;
  text-align: center;
}
.ant-menu-sub.ant-menu-inline {
  padding: 0;
  background: #fafafa;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.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-position: inside;
  list-style-type: disc;
}
.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-left: 32px;
}
.ant-menu-item-disabled,
.ant-menu-submenu-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  background: none;
  cursor: not-allowed;
}
.ant-menu-item-disabled::after,
.ant-menu-submenu-disabled::after {
  border-color: transparent !important;
}
.ant-menu-item-disabled a,
.ant-menu-submenu-disabled a {
  color: rgba(0, 0, 0, 0.25) !important;
  pointer-events: none;
}
.ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
}
.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: rgba(0, 0, 0, 0.25) !important;
}
.ant-layout-header .ant-menu {
  line-height: inherit;
}
.ant-menu-inline-collapsed-tooltip a,
.ant-menu-inline-collapsed-tooltip a:hover {
  color: #fff;
}
.ant-menu-light .ant-menu-item:hover,
.ant-menu-light .ant-menu-item-active,
.ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-light .ant-menu-submenu-active,
.ant-menu-light .ant-menu-submenu-title:hover {
  color: #C6000B;
}
.ant-menu.ant-menu-root:focus-visible {
  box-shadow: 0 0 0 2px #a1000d;
}
.ant-menu-dark .ant-menu-item:focus-visible,
.ant-menu-dark .ant-menu-submenu-title:focus-visible {
  box-shadow: 0 0 0 2px #a1000d;
}
.ant-menu.ant-menu-dark,
.ant-menu-dark .ant-menu-sub,
.ant-menu.ant-menu-dark .ant-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #001529;
}
.ant-menu.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,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0.45;
  transition: all 0.3s;
}
.ant-menu.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.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu.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,
.ant-menu.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: transparent;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #000c17;
}
.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 {
  top: 0;
  margin-top: 0;
  padding: 0 20px;
  border-color: #001529;
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item:hover {
  background-color: #C6000B;
}
.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,
.ant-menu-dark .ant-menu-item > span > a {
  color: rgba(255, 255, 255, 0.65);
}
.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-right: 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 {
  left: 0;
  margin-left: 0;
  border-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-right: 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: transparent;
}
.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,
.ant-menu-dark .ant-menu-item:hover > span > a,
.ant-menu-dark .ant-menu-item-active > span > a,
.ant-menu-dark .ant-menu-submenu-active > span > a,
.ant-menu-dark .ant-menu-submenu-open > span > a,
.ant-menu-dark .ant-menu-submenu-selected > span > a,
.ant-menu-dark .ant-menu-submenu-title:hover > span > 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 {
  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 > .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 {
  background: #fff;
}
.ant-menu-dark .ant-menu-item:hover {
  background-color: transparent;
}
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #C6000B;
}
.ant-menu-dark .ant-menu-item-selected {
  color: #fff;
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected::after {
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected > a,
.ant-menu-dark .ant-menu-item-selected > span > a,
.ant-menu-dark .ant-menu-item-selected > a:hover,
.ant-menu-dark .ant-menu-item-selected > span > a:hover {
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon,
.ant-menu-dark .ant-menu-item-selected .anticon {
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon + span,
.ant-menu-dark .ant-menu-item-selected .anticon + span {
  color: #fff;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: #C6000B;
}
.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,
.ant-menu-dark .ant-menu-item-disabled > span > a,
.ant-menu-dark .ant-menu-submenu-disabled > span > a {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 0.8;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !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: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu.ant-menu-rtl {
  direction: rtl;
  text-align: right;
}
.ant-menu-rtl .ant-menu-item-group-title {
  text-align: right;
}
.ant-menu-rtl.ant-menu-inline,
.ant-menu-rtl.ant-menu-vertical {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}
.ant-menu-rtl.ant-menu-dark.ant-menu-inline,
.ant-menu-rtl.ant-menu-dark.ant-menu-vertical {
  border-left: none;
}
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  transform-origin: top right;
}
.ant-menu-rtl .ant-menu-item .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-item .anticon,
.ant-menu-rtl .ant-menu-submenu-title .anticon {
  margin-right: auto;
  margin-left: 10px;
}
.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .anticon,
.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .anticon {
  margin-left: 0;
}
.ant-menu-submenu-rtl.ant-menu-submenu-popup {
  transform-origin: 100% 0;
}
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  right: auto;
  left: 16px;
}
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateY(-2px);
}
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  transform: rotate(45deg) translateY(2px);
}
.ant-menu-rtl.ant-menu-vertical .ant-menu-item::after,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-rtl.ant-menu-inline .ant-menu-item::after {
  right: auto;
  left: 0;
}
.ant-menu-rtl.ant-menu-vertical .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item,
.ant-menu-rtl.ant-menu-inline .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
  text-align: right;
}
.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 0;
  padding-left: 34px;
}
.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title {
  padding-right: 16px;
  padding-left: 34px;
}
.ant-menu-rtl.ant-menu-inline-collapsed.ant-menu-vertical .ant-menu-submenu-title {
  padding: 0 calc(50% - 16px / 2);
}
.ant-menu-rtl .ant-menu-item-group-list .ant-menu-item,
.ant-menu-rtl .ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 28px 0 16px;
}
.ant-menu-sub.ant-menu-inline {
  border: 0;
}
.ant-menu-rtl.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-right: 32px;
  padding-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: absolute;
  z-index: 1070;
  display: block;
  width: max-content;
  width: intrinsic;
  max-width: 250px;
  visibility: visible;
}
.ant-tooltip-content {
  position: relative;
}
.ant-tooltip-hidden {
  display: none;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 14.3137085px;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
  padding-left: 14.3137085px;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 14.3137085px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
  padding-right: 14.3137085px;
}
.ant-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-tooltip-arrow {
  position: absolute;
  z-index: 2;
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.ant-tooltip-arrow-content {
  --antd-arrow-background-color: linear-gradient(to right bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  margin: auto;
  content: '';
  pointer-events: auto;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.ant-tooltip-arrow-content::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: var(--antd-arrow-background-color);
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: '';
  clip-path: inset(33% 33%);
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: 0;
  transform: translateY(100%);
}
.ant-tooltip-placement-top .ant-tooltip-arrow-content,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-11px) rotate(45deg);
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  transform: translateY(100%) translateX(-50%);
}
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: 0;
  transform: translateX(-100%);
}
.ant-tooltip-placement-right .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(11px) rotate(135deg);
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: 0;
  transform: translateX(100%);
}
.ant-tooltip-placement-left .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-11px) rotate(315deg);
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: 0;
  transform: translateY(-100%);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(11px) rotate(225deg);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-pink .ant-tooltip-inner {
  background-color: #eb2f96;
}
.ant-tooltip-pink .ant-tooltip-arrow-content::before {
  background: #eb2f96;
}
.ant-tooltip-magenta .ant-tooltip-inner {
  background-color: #eb2f96;
}
.ant-tooltip-magenta .ant-tooltip-arrow-content::before {
  background: #eb2f96;
}
.ant-tooltip-red .ant-tooltip-inner {
  background-color: #f5222d;
}
.ant-tooltip-red .ant-tooltip-arrow-content::before {
  background: #f5222d;
}
.ant-tooltip-volcano .ant-tooltip-inner {
  background-color: #fa541c;
}
.ant-tooltip-volcano .ant-tooltip-arrow-content::before {
  background: #fa541c;
}
.ant-tooltip-orange .ant-tooltip-inner {
  background-color: #fa8c16;
}
.ant-tooltip-orange .ant-tooltip-arrow-content::before {
  background: #fa8c16;
}
.ant-tooltip-yellow .ant-tooltip-inner {
  background-color: #fadb14;
}
.ant-tooltip-yellow .ant-tooltip-arrow-content::before {
  background: #fadb14;
}
.ant-tooltip-gold .ant-tooltip-inner {
  background-color: #faad14;
}
.ant-tooltip-gold .ant-tooltip-arrow-content::before {
  background: #faad14;
}
.ant-tooltip-cyan .ant-tooltip-inner {
  background-color: #13c2c2;
}
.ant-tooltip-cyan .ant-tooltip-arrow-content::before {
  background: #13c2c2;
}
.ant-tooltip-lime .ant-tooltip-inner {
  background-color: #a0d911;
}
.ant-tooltip-lime .ant-tooltip-arrow-content::before {
  background: #a0d911;
}
.ant-tooltip-green .ant-tooltip-inner {
  background-color: #52c41a;
}
.ant-tooltip-green .ant-tooltip-arrow-content::before {
  background: #52c41a;
}
.ant-tooltip-blue .ant-tooltip-inner {
  background-color: #1890ff;
}
.ant-tooltip-blue .ant-tooltip-arrow-content::before {
  background: #1890ff;
}
.ant-tooltip-geekblue .ant-tooltip-inner {
  background-color: #2f54eb;
}
.ant-tooltip-geekblue .ant-tooltip-arrow-content::before {
  background: #2f54eb;
}
.ant-tooltip-purple .ant-tooltip-inner {
  background-color: #722ed1;
}
.ant-tooltip-purple .ant-tooltip-arrow-content::before {
  background: #722ed1;
}
.ant-tooltip-rtl {
  direction: rtl;
}
.ant-tooltip-rtl .ant-tooltip-inner {
  text-align: right;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-space {
  display: inline-flex;
}
.ant-space-vertical {
  flex-direction: column;
}
.ant-space-align-center {
  align-items: center;
}
.ant-space-align-start {
  align-items: flex-start;
}
.ant-space-align-end {
  align-items: flex-end;
}
.ant-space-align-baseline {
  align-items: baseline;
}
.ant-space-item:empty {
  display: none;
}
.ant-space-compact {
  display: inline-flex;
}
.ant-space-compact-block {
  display: flex;
  width: 100%;
}
.ant-space-compact-vertical {
  flex-direction: column;
}
.ant-space-rtl {
  direction: rtl;
}
.ant-space-compact-rtl {
  direction: rtl;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-notification {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: fixed;
  z-index: 1010;
  margin-right: 24px;
}
.ant-notification-close-icon {
  font-size: 14px;
  cursor: pointer;
}
.ant-notification-hook-holder {
  position: relative;
}
.ant-notification-notice {
  position: relative;
  width: 384px;
  max-width: calc(100vw - 24px * 2);
  margin-bottom: 16px;
  margin-left: auto;
  padding: 16px 24px;
  overflow: hidden;
  line-height: 1.5715;
  word-wrap: break-word;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-notification-top .ant-notification-notice,
.ant-notification-bottom .ant-notification-notice {
  margin-right: auto;
  margin-left: auto;
}
.ant-notification-topLeft .ant-notification-notice,
.ant-notification-bottomLeft .ant-notification-notice {
  margin-right: auto;
  margin-left: 0;
}
.ant-notification-notice-message {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px;
}
.ant-notification-notice-message-single-line-auto-margin {
  display: block;
  width: calc(384px - 24px * 2 - 24px - 48px - 100%);
  max-width: 4px;
  background-color: transparent;
  pointer-events: none;
}
.ant-notification-notice-message-single-line-auto-margin::before {
  display: block;
  content: '';
}
.ant-notification-notice-description {
  font-size: 14px;
}
.ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 24px;
}
.ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-bottom: 4px;
  margin-left: 48px;
  font-size: 16px;
}
.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px;
  font-size: 14px;
}
.ant-notification-notice-icon {
  position: absolute;
  margin-left: 4px;
  font-size: 24px;
  line-height: 24px;
}
.anticon.ant-notification-notice-icon-success {
  color: #C6000B;
}
.anticon.ant-notification-notice-icon-info {
  color: #C6000B;
}
.anticon.ant-notification-notice-icon-warning {
  color: #faad14;
}
.anticon.ant-notification-notice-icon-error {
  color: #ff4d4f;
}
.ant-notification-notice-close {
  position: absolute;
  top: 16px;
  right: 22px;
  color: rgba(0, 0, 0, 0.45);
  outline: none;
}
.ant-notification-notice-close:hover {
  color: rgba(0, 0, 0, 0.67);
}
.ant-notification-notice-btn {
  float: right;
  margin-top: 16px;
}
.ant-notification .notification-fade-effect {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
}
.ant-notification-fade-enter,
.ant-notification-fade-appear {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
  opacity: 0;
  animation-play-state: paused;
}
.ant-notification-fade-leave {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
  animation-duration: 0.2s;
  animation-play-state: paused;
}
.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% {
    left: 384px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}
.ant-notification-rtl {
  direction: rtl;
}
.ant-notification-rtl .ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 0;
  padding-left: 24px;
}
.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-right: 48px;
  margin-left: 0;
}
.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-right: 48px;
  margin-left: 0;
}
.ant-notification-rtl .ant-notification-notice-icon {
  margin-right: 4px;
  margin-left: 0;
}
.ant-notification-rtl .ant-notification-notice-close {
  right: auto;
  left: 22px;
}
.ant-notification-rtl .ant-notification-notice-btn {
  float: left;
}
.ant-notification-top,
.ant-notification-bottom {
  margin-right: 0;
  margin-left: 0;
}
.ant-notification-top .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-top .ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationTopFadeIn;
}
.ant-notification-bottom .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-bottom .ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationBottomFadeIn;
}
.ant-notification-topLeft,
.ant-notification-bottomLeft {
  margin-right: 0;
  margin-left: 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;
}
@keyframes NotificationTopFadeIn {
  0% {
    margin-top: -100%;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes NotificationBottomFadeIn {
  0% {
    margin-bottom: -100%;
    opacity: 0;
  }
  100% {
    margin-bottom: 0;
    opacity: 1;
  }
}
@keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.flex-1 {
  flex: 1 1 !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-center {
  display: flex;
  align-items: center;
}
.flex-center-between {
  display: flex;
  align-content: space-between;
  align-items: center;
}
.antd-nopadding {
  padding: 0 !important;
}
.sidebar-menu {
  position: relative;
  z-index: 3;
  box-shadow: 2px 0 4px 0 #0000001a;
  background-image: url(./static/menu-bg.ff14ab3f.png);
  background-position-y: bottom;
  background-position-x: left;
  background-repeat: no-repeat;
  background-size: 200px;
  color: rgba(5, 12, 50, 0.7);
  font-weight: 700;
  font-size: 14px;
  padding: 0 5px;
}
.sidebar-menu .sidebar-menu-collapsed {
  position: absolute;
  bottom: 14px;
  right: 14px;
  padding: 6px;
  box-sizing: content-box;
  width: 16px;
  height: 16px;
}
.sidebar-menu .sidebar-menu-collapsed svg {
  transition: all 0.3s 0s ease-in-out;
}
.sidebar-menu .sidebar-menu-collapsed:hover {
  cursor: pointer;
}
.sidebar-menu .ant-menu-inline {
  border-right: none;
}
.sidebar-menu .ant-menu-inline .ant-menu-item::after {
  display: none;
}
.sidebar-menu .ant-menu-inline,
.sidebar-menu .ant-menu-vertical {
  border-right: none;
}
.sidebar-menu .only-first-menu.ant-menu-item-selected {
  border-radius: 4px;
}
.sidebar-menu .only-first-menu.ant-menu-item-selected .ant-menu-item-icon {
  color: #50546f !important;
}
.sidebar-menu .ant-menu-submenu .ant-menu-submenu-title {
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar-menu .ant-menu-sub {
  padding: 0 5px;
}
.sidebar-menu .ant-menu-item-selected,
.sidebar-menu .ant-menu-submenu-selected {
  background-color: var(--ant-primary-1) !important;
  border-radius: 4px;
}
.theme-modal-item-border-before {
  content: '';
  position: absolute;
  margin: 0px;
  padding: 0px;
  left: -1px;
  top: 0px;
  width: 7px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  background-image: url(/static/img/select-left.svg);
}
.theme-modal-item-border-after {
  content: '';
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
  right: 0px;
  width: 5px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  background-image: url(/static/img/select-right.svg);
}
.theme-modal .ant-form-item:not(.ant-form-item-control-no-border) .ant-form-item-control-input-content {
  position: relative;
}
.theme-modal .ant-form-item:not(.ant-form-item-control-no-border) .ant-input,
.theme-modal .ant-form-item:not(.ant-form-item-control-no-border) .ant-picker,
.theme-modal .ant-form-item:not(.ant-form-item-control-no-border) .ant-input-number {
  height: 28px;
}
.theme-modal .ant-form-item:not(.ant-form-item-control-no-border) .ant-select-selector {
  height: 28px !important;
}
.theme-modal .ant-form-item:not(.ant-form-item-control-no-border) .ant-form-item-control-input-content::before {
  content: '';
  position: absolute;
  margin: 0px;
  padding: 0px;
  left: -1px;
  top: 0px;
  width: 7px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  background-image: url(/static/img/select-left.svg);
  height: 28px;
}
.theme-modal .ant-form-item:not(.ant-form-item-control-no-border) .ant-form-item-control-input-content::after {
  content: '';
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
  right: 0px;
  width: 5px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  background-image: url(/static/img/select-right.svg);
  height: 28px;
}
.theme-modal .theme-modal-select {
  position: relative;
}
.theme-modal .theme-modal-select::before {
  content: '';
  position: absolute;
  margin: 0px;
  padding: 0px;
  left: -1px;
  top: 0px;
  width: 7px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  background-image: url(/static/img/select-left.svg);
}
.theme-modal .theme-modal-select::after {
  content: '';
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
  right: 0px;
  width: 5px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  background-image: url(/static/img/select-right.svg);
}
.theme-modal .ant-modal-body-style {
  padding: 0 20px;
}
.theme-modal .theme-label-style {
  font-size: 12px !important;
  color: #333333;
  font-weight: 400;
}
.theme-modal .ant-form-item-label {
  font-size: 12px !important;
  color: #333333;
  font-weight: 400;
}
.theme-modal .ant-form-item-label label {
  font-size: 12px !important;
  color: #333333;
  font-weight: 400;
}
.theme-modal .ant-modal-body {
  padding: 18px 0 8px;
}
.theme-modal .ant-modal-body .theme-modal-header {
  padding: 0 20px;
}
.theme-modal .ant-modal-body .theme-modal-header .theme-modal-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 14px;
  line-height: 14px;
  padding-bottom: 9px;
}
.theme-modal .ant-modal-body .theme-modal-header .theme-modal-header-content__title {
  font-size: 14px;
  color: #343434;
  flex: 1 1;
}
.theme-modal .ant-modal-body .theme-modal-header .theme-modal-header-content__close {
  font-size: 13px;
  width: 13px;
  height: 13px;
  cursor: pointer;
  padding: 0 5px;
}
.theme-modal .ant-modal-body .theme-modal-header__bottom {
  height: 8px;
  width: 100%;
  border: 1px solid #ececec;
  border-top-width: 0;
  border-bottom-width: 0;
  position: relative;
}
.theme-modal .ant-modal-body .theme-modal-header__bottom::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ececec;
}
.theme-modal .ant-modal-body .theme-modal-footer {
  padding: 0 20px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 15px;
  box-shadow: inset 0px 8px 10px -10px var(--shadowColor) !important;
}
.theme-modal .ant-modal-body .theme-modal-content {
  padding: 0 20px;
  max-height: 65vh;
  overflow: auto;
  padding-top: 15px;
  padding-bottom: 10px;
}
.theme-modal .ant-modal-body .theme-modal-content .form-content .ant-form-item {
  margin-bottom: 8px;
}
.theme-modal .ant-modal-body .theme-modal-content .form-content .ant-form-item .ant-form-item-control {
  font-size: 13px;
}
.theme-modal .ant-modal-body .theme-modal-content .ant-select-selection-item-remove {
  line-height: 10px;
}
.theme-modal .ant-modal-body .theme-modal-content .ant-select-selection-item-remove svg {
  width: 10px;
  height: 10px;
}
.theme-modal .ant-modal-body .theme-modal-content .theme-modal-select input,
.theme-modal .ant-modal-body .theme-modal-content .theme-modal-select div {
  font-size: 13px;
  height: 24px;
  line-height: 24px;
}
.theme-modal .ant-modal-body .theme-modal-content .theme-modal-select .ant-select {
  min-width: 110px;
}
.theme-modal .ant-modal-body .theme-modal-content .theme-modal-filter-item div,
.theme-modal .ant-modal-body .theme-modal-content .theme-modal-filter-item label,
.theme-modal .ant-modal-body .theme-modal-content .theme-modal-filter-item span {
  font-size: 13px;
}
.theme-modal .ant-modal-body .theme-modal-content .theme-modal-content-table {
  position: relative;
}
.theme-modal .ant-modal-body .theme-modal-content .theme-modal-content-table__data {
  padding-bottom: calc(32px + 20px);
}
.theme-modal .ant-modal-body .theme-modal-content .theme-modal-content-table__paginate {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 32px;
}
.theme-modal .ant-modal-body .theme-modal-content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.theme-modal .ant-modal-body .theme-modal-content::-webkit-scrollbar-thumb {
  background-color: #a1a1a1;
}
.theme-modal .input-search {
  height: 24px;
}
.theme-modal .input-search .ant-input-affix-wrapper-sm .ant-input-sm {
  height: 22px !important;
  line-height: 22px !important;
}
.theme-modal .input-search .ant-input-group-addon {
  top: 0;
  line-height: 22px;
  height: 22px;
}
.theme-modal .input-search .ant-input-group-addon button {
  height: 24px;
}
.theme-modal .input-search::after {
  right: 1px;
}
.theme-modal .ant-input-disabled,
.theme-modal .ant-picker.ant-picker-disabled {
  color: rgba(0, 0, 0, 0.25);
  background: #ededed !important;
}
.theme-modal .ant-select-single .ant-select-selection-item {
  line-height: 26px !important;
}
.theme-modal .ant-input-number-input-wrap,
.theme-modal .ant-select-selection-placeholder {
  line-height: 26px !important;
}
.ant-tree-select,
.ant-select-multiple {
  width: var(--themeSelectWidth);
}
.ant-select-tree .ant-select-tree-switcher {
  padding-top: 5px;
}
.ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container::before {
  box-shadow: inset 10px 0 8px -8px var(--shadowColor) !important;
}
.ant-table-ping-left .ant-table-cell-fix-left-first::after,
.ant-table-ping-left .ant-table-cell-fix-left-last::after {
  box-shadow: inset 10px 0 8px -8px var(--shadowColor) !important;
}
.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container::after {
  box-shadow: inset -10px 0 8px -8px var(--shadowColor) !important;
}
.ant-table-ping-right .ant-table-cell-fix-right-first::after,
.ant-table-ping-right .ant-table-cell-fix-right-last::after {
  box-shadow: inset -10px 0 8px -8px var(--shadowColor) !important;
}
.detail-page .theme-container > .ant-tabs > .ant-tabs-nav {
  background: transparent;
  margin-bottom: 10px;
  padding-top: 0;
}
.detail-page .theme-container > .ant-tabs > .ant-tabs-nav::before {
  border-color: transparent;
}
.detail-page .theme-container > .ant-tabs > .ant-tabs-nav .ant-tabs-tab {
  padding: 9px 0;
}
.insights_realTime .insights_realTime_top .ant-btn-primary {
  border-color: #dadbe1;
  background: #fff;
  color: rgba(5, 12, 50, 0.45);
  width: 32px;
  text-align: center;
  padding: 0;
}
.insights_realTime .insights_realTime_top .ant-btn-primary:hover {
  border-color: var(--ant-primary-color);
}
.insights_realTime .ant-card-body {
  padding: 12px 14px;
  display: flex;
  width: 0;
  flex: 0 0 100%;
  flex-direction: column;
}
.insights_realTime .ant-input-search .ant-input:hover,
.insights_realTime .ant-input-search .ant-input:focus {
  border-color: #dadbe1;
  box-shadow: none;
}
.report-detail-table .ant-table-thead {
  height: 40px !important;
}
div::-webkit-scrollbar,
main::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
}
div::-webkit-scrollbar-thumb,
main::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #c0c2cc !important;
}
input {
  border-radius: 4px !important;
}
input::placeholder {
  color: #050c3273 !important;
}
.ant-btn.ant-btn-icon-only.ant-btn-sm > span > svg {
  font-size: 16px;
}
.ant-input-affix-wrapper input::placeholder,
.ant-picker input::placeholder,
.ant-input-number input::placeholder {
  color: #050c3273 !important;
}
.ant-tooltip .ant-tooltip-inner {
  max-height: 300px;
  overflow: auto;
  border-radius: 4px;
}
.ant-btn-icon-only.ant-btn-primary[disabled],
.ant-btn.ant-btn-primary[disabled] {
  color: #fff;
  border-color: var(--ant-primary-1);
  background-color: var(--ant-primary-1);
}
.ant-form .ant-form-item-label > label {
  font-weight: 600;
  color: rgba(5, 12, 50, 0.85);
}
.ant-select.ant-select-multiple > div.ant-select-selector .ant-select-selection-placeholder,
.ant-select.ant-select-single > div.ant-select-selector .ant-select-selection-placeholder {
  color: #050c3273;
}
.ant-select.ant-select-multiple .ant-select-arrow,
.ant-select.ant-select-single .ant-select-arrow {
  color: #50546f;
}
.virtual-grid {
  overflow-x: hidden !important;
  overflow-y: auto;
}
.virtual-grid::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #e6e7eb;
}
.virtual-grid::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #c0c2cc;
}
.ant-transfer .ant-transfer-operation {
  margin: 0 12px;
}
.ant-transfer .ant-transfer-operation .ant-btn-primary {
  border: 1px solid var(--ant-primary-color);
  color: var(--ant-primary-color);
  background-color: transparent !important;
}
.ant-transfer .ant-transfer-operation .ant-btn.ant-btn-primary:not(:disabled):hover {
  color: var(--ant-primary-color) !important;
}
.ant-transfer .ant-transfer-operation .ant-btn-icon-only.ant-btn-primary[disabled],
.ant-transfer .ant-transfer-operation .ant-btn.ant-btn-primary[disabled] {
  color: #dadbe1;
  background-color: #f3f3f5;
  border: 1px solid #dadbe1;
}
.ant-transfer .ant-transfer-operation .ant-btn {
  width: 32px;
  height: 32px;
}
.ant-transfer .ant-transfer-operation .ant-btn:first-child {
  margin-bottom: 40px;
}
.ant-transfer .ant-transfer-list-header {
  background: #f2f3f5;
}
.ant-transfer .ant-transfer-list-header .anticon {
  display: none;
}
.ant-transfer .ant-transfer-list-body {
  background: #f2f3f5;
}
.ant-transfer .ant-transfer-list-body .ant-transfer-list-content-item {
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
  min-height: 64px;
}
.ant-transfer .ant-transfer-list-body .ant-transfer-list-content-item > *:not(:last-child) {
  margin-right: 13px;
}
.ant-transfer .ant-checkbox-inner {
  width: 14px;
  height: 14px;
  border: 1.5px solid #50546f;
  border-radius: 0;
}
.ant-transfer .ant-checkbox-checked .ant-checkbox-inner::after {
  transform: rotate(45deg) scale(1) translate(-55%, -45%);
}
.ant-modal-content .ant-typography {
  color: rgba(5, 12, 50, 0.7);
}
.ant-modal-content .ant-typography.ant-typography-secondary {
  color: #8e91a3;
}
.ant-modal-content .ant-modal-confirm-body .ant-modal-confirm-title {
  font-size: 20px;
}
.ant-modal-content .ant-modal-close-x {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ant-modal-content .ant-modal-header {
  padding: 24px 24px 8px 24px;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}
.ant-modal-content .ant-modal-header .ant-modal-title {
  font-weight: 700;
  font-size: 20px;
  color: #050c32d9;
}
.ant-modal-content .ant-modal-body {
  padding: 12px 24px 24px 24px;
  color: #050c32b3;
}
.ant-modal-content .ant-modal-footer {
  border-top: none;
  padding: 8px 16px 12px 16px;
  border-radius: 0 0 4px 4px;
}
.ant-table .ant-table-thead {
  height: 48px;
}
.ant-table .ant-table-thead > tr > th {
  padding: 6px 8px;
  border-bottom: 1px solid var(--tableHeaderBorderBottomColor);
  font-size: 14px;
  color: var(--tableHeaderColor);
  background: var(--tableHeaderBg);
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.ant-table .ant-table-thead .ant-table-cell-scrollbar {
  box-shadow: 0 1px 0 1px transparent !important;
}
.ant-table .ant-table-body {
  overflow-y: auto !important;
  min-height: 50px;
}
.ant-table .ant-table-body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.ant-table .ant-table-body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #dadbe1;
}
.ant-table .ant-table-tbody .ant-table-cell-fix-left.ant-table-cell {
  border-right: 1px solid #e6e6ea;
}
.ant-table .ant-table-tbody > tr > td {
  padding: 6px 8px;
  font-size: 13px;
  color: var(--tableBodyColor);
  background: var(--tableBodyTrBg);
  word-break: break-all;
}
.ant-table .ant-table-tbody > tr > td > .ant-empty-normal {
  margin: 10px 0;
}
.ant-table .ant-table-tbody > tr > td .ant-typography {
  color: rgba(5, 12, 50, 0.7);
}
.ant-table .ant-table-tbody > tr:nth-child(odd) > td {
  background: var(--tableBodyTrNthBg);
}
.ant-table .ant-table-tbody .table-action {
  display: flex;
  align-items: center;
}
.ant-table .ant-table-tbody .table-action a {
  height: 18px;
  line-height: 17px;
}
.ant-table .ant-table-tbody .table-action .ant-btn-link {
  color: var(--ant-primary-color) !important;
  padding-right: 0px;
}
.ant-table .ant-table-cell a {
  color: var(--ant-primary-color);
}
.ant-select-tree .ant-select-tree-indent-unit {
  width: 6px;
}
.ant-select-tree .ant-select-tree-list .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: unset;
  color: var(--ant-primary-color);
  font-weight: 400;
}
.ant-pagination .ant-pagination-options-size-changer {
  min-width: 103px;
}
.ant-pagination .ant-pagination-options-size-changer .ant-select-selection-item {
  text-overflow: unset;
}
.ant-pagination .ant-pagination-item-active {
  background: var(--ant-primary-color) !important;
}
.ant-pagination .ant-pagination-item-active a {
  color: var(--paginationActiveColor) !important;
}
.ant-drawer .ant-drawer-header {
  border-bottom: none;
}
.ant-drawer .ant-drawer-header-title {
  flex-direction: row-reverse;
}
.ant-drawer .ant-drawer-header-title .ant-drawer-title {
  font-weight: 600;
  font-size: 20px;
  color: #050c32d9;
}
.ant-drawer .ant-drawer-header {
  padding: 16px 20px;
}
.ant-drawer .ant-drawer-body {
  padding: 0 20px 20px 20px;
  font-size: 14px;
}
.ant-drawer .ant-drawer-footer {
  padding: 20px;
}
.ant-descriptions.ant-descriptions-bordered .ant-descriptions-view {
  border: none;
}
.ant-descriptions.ant-descriptions-bordered .ant-descriptions-view .ant-descriptions-item-label {
  background-color: #f2f3f5;
  border: 1px solid #dadbe1;
  font-weight: 700;
  color: rgba(5, 12, 50, 0.7);
  padding: 13px 24px;
}
.ant-descriptions.ant-descriptions-bordered .ant-descriptions-view .ant-descriptions-item-label:last-child {
  border-right: 1px solid #dadbe1;
}
.ant-descriptions.ant-descriptions-bordered .ant-descriptions-view .ant-descriptions-item-content {
  border: 1px solid #dadbe1;
  font-weight: 400;
  font-size: 14px;
  color: rgba(5, 12, 50, 0.7);
  padding: 13px 24px;
}
.ant-descriptions.ant-descriptions-bordered .ant-descriptions-view .ant-descriptions-item-content:last-child {
  border-right: 1px solid #dadbe1;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-title {
  display: flex;
}
.ant-tabs .ant-tabs-tab {
  padding: 9px 0;
}
.ant-tabs > div.ant-tabs-nav {
  background: transparent;
  margin-bottom: 10px;
}
.ant-tabs .ant-tabs-nav-list {
  margin-left: 16px;
}
.tableOperMore .ant-dropdown-menu-item {
  color: #505570;
}
.tableOperMore .ant-dropdown-menu-item:hover {
  background: #f3f3f5;
  color: var(--ant-primary-color);
}
.tableOperMore .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
  color: #e60000;
}
.big-size-cascader .ant-cascader-menu {
  height: 280px;
}
#site-layout-container {
  min-width: 1260px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
#site-layout-container .logo {
  height: 50px;
  line-height: 50px;
}
#site-layout-container .sidebar-collapsed-trigger {
  font-size: 18px;
  vertical-align: -5px;
}
#site-layout-container .widget {
  height: 100%;
  display: inline-block;
  color: rgba(5, 12, 50, 0.7);
}
#site-layout-container .sidebar .logo-wrapper {
  height: 48px;
  position: relative;
  z-index: 4;
  box-shadow: 0 2px 8px 0 #22252b1f;
  height: var(--headerHeight);
  background: #fefefe;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#site-layout-container .sidebar .ant-menu {
  color: #50546f;
  overflow: hidden;
}
#site-layout-container .sidebar .menu-scroll {
  height: calc(100vh - 50px);
  overflow: hidden;
  padding-bottom: 50px;
  padding-right: 0px;
}
#site-layout-container .sidebar .menu-scroll .menu-wrap {
  height: 100%;
  padding-right: 5px;
  overflow-y: overlay;
  overflow-x: hidden;
  background-color: #fff;
}
#site-layout-container .sidebar .ant-menu-submenu-selected {
  color: var(--ant-primary-color);
}
#site-layout-container .sidebar .ant-menu-item.ant-menu-item-selected > span:first-child,
#site-layout-container .sidebar .ant-menu-submenu-title.ant-menu-item-selected > span:first-child {
  color: var(--ant-primary-color);
}
#site-layout-container .sidebar .ant-menu-item {
  padding-right: 0;
}
#site-layout-container .sidebar .ant-menu-item a {
  color: rgba(5, 12, 50, 0.7);
}
#site-layout-container .sidebar .ant-menu-item a:hover {
  color: var(--ant-primary-color);
}
#site-layout-container .sidebar .ant-menu-item-selected a,
#site-layout-container .sidebar .ant-menu-item-selected .ant-menu-item-icon {
  color: var(--ant-primary-color) !important;
}
#site-layout-container .sidebar .ant-menu-submenu-title {
  padding: 0 0 0 17px;
}
#site-layout-container .sidebar.ant-layout-sider-collapsed .ant-menu-inline-collapsed > .ant-menu-item.ant-menu-item-selected > span:first-child {
  color: var(--ant-primary-color);
}
#site-layout-container .site-layout {
  height: calc(100vh - 48px);
  overflow: hidden;
}
#site-layout-container .ant-back-top {
  right: 10px;
}
.header-group-select {
  color: #fff;
  margin-left: 25px;
}
.header-group-select .ant-select-selector {
  border-radius: 4px !important;
  background-image: linear-gradient(148deg, #4c5970 0%, #252d3d 99%);
  color: #fff;
}
.header-group-select .ant-select-selector .ant-select-selection-placeholder {
  color: #fff;
}
.header-group-select .ant-select-arrow {
  color: #fff;
}
.header-group-select.ant-select-disabled {
  opacity: 0.25;
}
.header-group-select.ant-select-disabled .ant-select-selector {
  background: transparent !important;
}
.header.main-header {
  box-shadow: 0 2px 8px 0 #22252b1f;
  display: flex;
  position: relative;
  align-content: center;
  justify-content: space-between;
  padding: 0 0 0 32px;
  height: var(--headerHeight);
  line-height: var(--headerHeight);
  align-items: center;
  background: #fff !important;
}
.header.main-header .logo-wrapper {
  position: relative;
  z-index: 4;
  height: var(--headerHeight);
  background: #fefefe;
  top: 0;
  z-index: 10;
  left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.header.main-header .logo-wrapper .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header.main-header .logo-wrapper .logo img {
  height: 24px;
}
.header.main-header .header__left {
  flex: 1 1;
  padding: 0 16px;
}
.header.main-header .header__center {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.header.main-header .header__center .title {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  user-select: none;
}
html,
body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-x: auto;
  font-family: -apple-system, 'Helvetica Neue', Helvetica, 'Microsoft Yahei', Tahoma, Arial, sans-serif;
}
html h1,
body h1 {
  margin-bottom: 0;
}
html .ant-tabs-ink-bar,
body .ant-tabs-ink-bar {
  background-color: var(--ant-primary-color) !important;
}
html .ant-radio-checked .ant-radio-inner,
body .ant-radio-checked .ant-radio-inner {
  border-color: var(--ant-primary-color) !important;
}
html .ant-radio-inner::after,
body .ant-radio-inner::after {
  background-color: var(--ant-primary-color) !important;
}
html .ant-checkbox-checked .ant-checkbox-inner,
body .ant-checkbox-checked .ant-checkbox-inner {
  background-color: var(--ant-primary-color) !important;
  border-color: var(--ant-primary-color) !important;
}
html .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner,
body .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner,
html .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
body .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
html .ant-picker-range .ant-picker-active-bar,
body .ant-picker-range .ant-picker-active-bar {
  background: var(--ant-primary-color) !important;
}
html .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector,
body .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector,
html .ant-picker:hover,
body .ant-picker:hover,
html .ant-picker-focused,
body .ant-picker-focused,
html .ant-input-number:hover,
body .ant-input-number:hover,
html .ant-input-number:focus,
body .ant-input-number:focus,
html .ant-input-number-focused,
body .ant-input-number-focused,
html .ant-input:hover,
body .ant-input:hover,
html .ant-input:focus,
body .ant-input:focus,
html .ant-input-focused,
body .ant-input-focused,
html .ant-input-affix-wrapper-focused,
body .ant-input-affix-wrapper-focused,
html .ant-input-affix-wrapper:focus,
body .ant-input-affix-wrapper:focus {
  border-color: var(--ant-primary-color-hover) !important;
}
html .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector,
body .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector,
html .ant-picker-focused,
body .ant-picker-focused,
html .ant-input-number:focus,
body .ant-input-number:focus,
html .ant-input-number-focused,
body .ant-input-number-focused,
html .ant-input:focus,
body .ant-input:focus,
html .ant-input-focused,
body .ant-input-focused,
html .ant-input-affix-wrapper-focused,
body .ant-input-affix-wrapper-focused,
html .ant-input-affix-wrapper:focus,
body .ant-input-affix-wrapper:focus {
  box-shadow: 0 0 0 2px var(--ant-primary-color-outline) !important;
}
html .ant-tabs-tab-active .ant-tabs-tab-btn,
body .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: var(--ant-primary-color) !important;
}
html .ant-tabs-tab:hover,
body .ant-tabs-tab:hover {
  color: var(--ant-primary-5) !important;
}
html .ant-checkbox-indeterminate .ant-checkbox-inner:after,
body .ant-checkbox-indeterminate .ant-checkbox-inner:after {
  background-color: var(--ant-primary-color) !important;
}
html .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
body .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner {
  background: var(--ant-primary-color) !important;
}
html .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before,
body .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before,
html .ant-picker-cell .ant-picker-cell-inner,
body .ant-picker-cell .ant-picker-cell-inner {
  border-color: var(--ant-primary-color) !important;
}
html .ant-select:not(.ant-select-disabled):hover .ant-select-selector,
body .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: var(--ant-primary-color) !important;
}
html .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover,
body .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-color: var(--ant-primary-color) !important;
}
html .ant-radio-wrapper:hover .ant-radio,
body .ant-radio-wrapper:hover .ant-radio,
html .ant-radio:hover .ant-radio-inner,
body .ant-radio:hover .ant-radio-inner,
html .ant-radio-input:focus + .ant-radio-inner,
body .ant-radio-input:focus + .ant-radio-inner,
html .ant-checkbox-wrapper:hover .ant-checkbox-inner,
body .ant-checkbox-wrapper:hover .ant-checkbox-inner,
html .ant-checkbox:hover .ant-checkbox-inner,
body .ant-checkbox:hover .ant-checkbox-inner,
html .ant-checkbox-input:focus + .ant-checkbox-inner,
body .ant-checkbox-input:focus + .ant-checkbox-inner,
html .ant-checkbox-checked::after,
body .ant-checkbox-checked::after,
html .ant-pagination-item-active,
body .ant-pagination-item-active,
html .ant-pagination-options-quick-jumper input:hover,
body .ant-pagination-options-quick-jumper input:hover {
  border-color: var(--ant-primary-color) !important;
}
html .ant-pagination-item:not(.ant-pagination-item-active):hover a,
body .ant-pagination-item:not(.ant-pagination-item-active):hover a,
html .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
body .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
html .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon,
body .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  color: var(--ant-primary-color) !important;
}
html .ant-select-item-option-selected:not(.ant-select-item-option-disabled),
body .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: var(--ant-primary-1) !important;
}
html .ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon,
body .ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  color: var(--ant-primary-5) !important;
}
html .ant-progress-status-success .ant-progress-bg,
body .ant-progress-status-success .ant-progress-bg {
  background-color: var(--ant-success-color) !important;
}
html .ant-progress-bg,
body .ant-progress-bg {
  background-color: var(--ant-primary-color) !important;
}
.gm-style-pbc + div {
  cursor: default;
}
.gm-style iframe + div {
  display: none;
}
.gm-style .gm-style-iw-a {
  display: none;
}
.leaflet-map-container .leaflet-control-scale {
  margin-left: 70px !important;
  margin-bottom: 5px !important;
}
.leaflet-map-container .leaflet-control-scale .leaflet-control-scale-line {
  text-shadow: unset !important;
  background: rgba(255, 255, 255, 0.5) !important;
  border-width: 1px !important;
}
.leaflet-map-container .geoman-none-event {
  pointer-events: none !important;
  opacity: 0;
}
.leaflet-map-container .leaflet-buttons-control-button.pm-disabled {
  cursor: not-allowed !important;
}
.leaflet-map-container .leaflet-pm-icon-polygon {
  background-color: #505570;
  background-image: unset !important;
  -webkit-mask: url(./static/icon-polygon.47b3342d.svg) no-repeat 50% 50% !important;
          mask: url(./static/icon-polygon.47b3342d.svg) no-repeat 50% 50% !important;
  -webkit-mask-size: 16px 16px !important;
          mask-size: 16px 16px !important;
}
.leaflet-map-container .leaflet-pm-icon-edit {
  background-color: #505570;
  background-image: unset !important;
  -webkit-mask: url(./static/icon-edit.7f692d64.svg) no-repeat 50% 50% !important;
          mask: url(./static/icon-edit.7f692d64.svg) no-repeat 50% 50% !important;
  -webkit-mask-size: 16px 16px !important;
          mask-size: 16px 16px !important;
}
.leaflet-map-container .leaflet-pm-icon-delete {
  background-color: #505570;
  background-image: unset !important;
  -webkit-mask: url(./static/icon-delete.109f47de.svg) no-repeat 50% 50% !important;
          mask: url(./static/icon-delete.109f47de.svg) no-repeat 50% 50% !important;
  -webkit-mask-size: 16px 16px !important;
          mask-size: 16px 16px !important;
}
.leaflet-map-container .leaflet-pm-icon-cancel {
  background-color: #505570;
  background-image: unset !important;
  -webkit-mask: url(./static/icon-close.0139e97a.svg) no-repeat 50% 50% !important;
          mask: url(./static/icon-close.0139e97a.svg) no-repeat 50% 50% !important;
  -webkit-mask-size: 16px 16px !important;
          mask-size: 16px 16px !important;
}
.leaflet-map-container .leaflet-pm-icon-complete {
  background-color: #505570;
  background-image: unset !important;
  -webkit-mask: url(./static/icon-confirm.82fc9b44.svg) no-repeat 50% 50% !important;
          mask: url(./static/icon-confirm.82fc9b44.svg) no-repeat 50% 50% !important;
  -webkit-mask-size: 16px 16px !important;
          mask-size: 16px 16px !important;
}
#window-info {
  position: absolute;
  z-index: 999;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  top: -1000px;
  left: -1000px;
  transform: translate(-50%, -100%);
  background-color: white;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
}
#window-info::after {
  background: linear-gradient(45deg, #ffffff 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, 0.4);
  content: '';
  height: 15px;
  left: 50%;
  position: absolute;
  bottom: -15px;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
}
.all-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.all-page {
  width: 100vw;
  height: 100vh;
}
.base-bg {
  background: #e3e4e6 url(./static/ml-bg.ea5e02d3.svg) no-repeat center center;
  background-size: cover;
}
.mask-bg {
  background: url(./static/login-mask.6dfab8ee.png) no-repeat center center;
  background-size: cover;
}
.theme-main-bread {
  padding: 16px 0 8px 16px;
}
.base-bread-font {
  font-family: Helvetica;
  font-weight: Bold;
  font-size: 20px;
  line-height: 20px;
  color: rgba(5, 12, 50, 0.85);
  letter-spacing: 0;
}
.base-bread-font-detail {
  font-size: 14px;
  line-height: 14px;
  color: rgba(5, 12, 50, 0.7);
  display: flex;
  align-items: center;
  background: #ffffff;
}
.height-full {
  height: 100%;
}
.main-content {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  background: #e3e4e6 url(./static/ml-bg.ea5e02d3.svg) no-repeat center center;
  background-size: cover;
  background: #f2f3f5;
}
.main-content .filter-container {
  display: flex;
  position: relative;
}
.main-content .filter-container .filter-container-left {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1;
}
.main-content .filter-container .filter-container__item-style {
  margin: 0 20px 10px 0;
  height: 32px;
  line-height: 32px;
}
.main-content .filter-container__item__flex {
  margin: 0 20px 10px 0;
  height: 32px;
  line-height: 32px;
  display: flex;
}
.main-content .filter-container__item {
  margin: 0 20px 10px 0;
  height: 32px;
  line-height: 32px;
}
.main-content .filter-container .filter-container-right {
  display: flex;
  justify-content: flex-end;
  align-self: flex-start;
}
.main-content .filter-container:not(.filter-container-withoutdivide) {
  margin-bottom: 16px;
}
.main-content .filter-container:not(.filter-container-withoutdivide)::after {
  content: '';
  position: absolute;
  height: 16px;
  left: -16px;
  right: -16px;
  bottom: -16px;
  background: #f1f1f1;
}
.main-content .theme-decoration-content .theme-content {
  position: relative;
  width: calc(100% - 16px);
  min-height: calc(100vh - 2.08vw - 35px - var(--headerHeight));
}
.main-content .theme-decoration-content .theme-child-title {
  position: relative;
  width: calc(100% - 16px);
  height: 40px;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-content .theme-decoration-content .theme-child-content {
  position: relative;
  width: calc(100% - 16px);
  min-height: calc(100vh - 40px - 20px - 50px - var(--headerHeight));
}
.main-content .theme-decoration-content .content-container {
  padding-top: 16px;
  padding-bottom: calc(32px + 20px);
}
.main-content .theme-decoration-content .paginate {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 32px;
}
.main-content .common-container {
  position: relative;
  width: 100%;
}
.main-content .common-light-theme-unpadding {
  padding: 0 !important;
}
.main-content .common-light-theme {
  padding: 0 0 16px 16px;
}
.main-content .common-light-theme .theme-iframe {
  background: #ffffff;
  min-height: calc(100vh - 100px);
  padding: 10px 16px 0;
}
.main-content .common-light-theme .theme-child-content,
.main-content .common-light-theme .theme-child-title {
  background: #ffffff;
  padding: 10px 16px 16px;
}
.main-content .common-light-theme .theme-child-title {
  padding-bottom: 10px;
}
.main-content .common-light-theme .theme-child-content {
  padding-top: 25px;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.common-hovertip {
  width: var(--hoverTipWidth);
  font-size: var(--hoverTipFontSize);
  color: var(--hoverTipColor);
}
.invalid-text-tip {
  color: var(--ant-primary-color);
  font-size: 14px;
  font-weight: bold;
}
.table-col-operation {
  text-align: right;
  margin-right: 24px;
}
.table-col-operation-item {
  margin: -12px -16px;
}
.table-col-operation-item a {
  min-width: 66px;
  text-align: center;
  display: block;
  margin-top: 4px;
  padding: 8px 12px;
  color: #666;
}
.table-col-operation-item a:hover {
  background-color: #ffeae7;
  color: var(--ant-primary-color);
}
.action__item_divide {
  margin: 0 2px;
}
.table-col-operation-more {
  font-size: 18px;
  cursor: pointer;
}
.table-col-operation-more_black {
  font-size: 14px;
  cursor: pointer;
}
.table-action__item.ant-switch {
  top: -3px;
}
@media only screen and (max-width: 1350px) {
  .common-zoom {
    zoom: 0.78;
  }
}
@media only screen and (min-width: 1200px) {
  .common-zoom {
    zoom: 0.78;
  }
}
@media only screen and (max-width: 1420px) {
  .common-zoom {
    zoom: 0.85;
  }
}
@media only screen and (min-width: 1351px) {
  .common-zoom {
    zoom: 0.85;
  }
}
@media only screen and (min-width: 1421px) {
  .common-zoom {
    zoom: 1;
  }
}
.body-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.table-row-highlight > td {
  background: #d9f3e6 !important;
}
.outfence-map-wrap .gmnoprint {
  top: 30px !important;
}
.map-control-container {
  margin: 16px;
  pointer-events: auto !important;
}
.map-control-container .custom-map-control {
  position: relative;
  width: 32px;
  height: 32px;
  background: #fefefe no-repeat center;
  background-size: 16px 16px;
  border: 1px solid #e2e2e2;
  box-shadow: 0 5px 12px 0 #22252b26;
  border-radius: 4px;
  margin-right: 0;
  cursor: pointer;
  color: #50546f;
  margin-bottom: 8px;
}
.map-control-container .custom-map-control:active {
  transform: scale(1.05);
}
.map-control-container .custom-map-control:hover {
  background-color: #f2f3f5;
  border-color: var(--ant-primary-color);
}
.map-control-container .map-fullscreen-control {
  background-image: url(./static/icon-map-fullscreen2.54cf1f41.svg);
}
.map-control-container .map-fullscreen-control-exit {
  background-image: url(./static/icon-map-fullscreen2-exit.7ab4643d.svg);
}
.map-control-container .map-control-content-wrap {
  position: absolute;
  top: 0;
  right: 40px;
  width: 64px;
  height: 32px;
}
.map-control-container .map-control-content-item {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.map-control-container .map-type-control-satellite {
  background-image: url(./static/icon-map-type-satellite.4275074f.svg);
}
.map-control-container .map-type-control-roadmap {
  background-image: url(./static/icon-map-type-roadmap.5ea5a4c9.svg);
}
.map-control-container .map-source-control-amap {
  background-image: url(data:image/png;base64,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);
  background-size: 24px;
}
.map-control-container .map-source-control-gmap {
  background-image: url(data:image/png;base64,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);
  background-size: 24px;
}
.map-control-container .map-location-control {
  background-image: url(./static/icon-map-location.544f2b18.svg);
}
.map-control-container .map-zoom-in-control {
  margin-bottom: 0;
  background-image: url(./static/icon-map-zoomIn.1a28f042.svg);
  background-size: 16px 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.map-control-container .map-zoom-out-control {
  background-image: url(./static/icon-map-zoomOut.ff557585.svg);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.map-dark-mode .map-control-container {
  margin: 16px;
}
.map-dark-mode .map-control-container .custom-map-control {
  background-color: #000000d9;
  color: #fff;
  border-color: #ffffff26;
  box-shadow: 0 5px 12px 0 #22252b26;
}
.map-dark-mode .map-control-container .map-fullscreen-control {
  background-image: url(./static/icon-map-fullscreen2-white.69c7d868.svg);
}
.map-dark-mode .map-control-container .map-fullscreen-control-exit {
  background-image: url(./static/icon-map-fullscreen2-exit-white.f2950bd2.svg);
}
.map-dark-mode .map-control-container .map-type-control-satellite {
  background-image: url(./static/icon-map-type-satellite-white.097a43eb.svg);
}
.map-dark-mode .map-control-container .map-type-control-roadmap {
  background-image: url(./static/icon-map-type-roadmap-white.832f534a.svg);
}
.map-dark-mode .map-control-container .map-zoom-in-control {
  margin-bottom: 0;
  background-image: url(./static/icon-map-zoomIn-white.2977c263.svg);
  background-size: 16px 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.map-dark-mode .map-control-container .map-zoom-out-control {
  background-image: url(./static/icon-map-zoomOut-white.77a61fa1.svg);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
svg {
  fill: currentColor !important;
}
.model-cascader .ant-cascader-menus .ant-cascader-menu {
  max-height: 320px;
  height: auto;
}
.model-cascader .ant-cascader-menus .ant-cascader-menu .ant-cascader-menu-item {
  min-width: 200px;
}
.spin-drawer {
  flex: 1 1;
  overflow: hidden;
}
.spin-drawer .ant-spin-container {
  display: flex;
  height: 100%;
  width: 100%;
}
.trends_table {
  margin-bottom: 16px;
  border-radius: 4px;
  border: 1px solid #dadbe1;
}
.trends_table:last-child {
  margin-bottom: 0;
}
.trends_table .table_header {
  background-color: #f2f3f5;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-bottom: 1px solid #dadbe1;
}
.trends_table .table_header .color_icon {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  cursor: pointer;
}
.trends_table .table_header .table_header_left {
  flex: 1 1;
  margin-right: 16px;
  cursor: pointer;
}
.trends_table .table_header .table_header_text {
  font-size: 14px;
  font-weight: 600;
  color: #1e2446;
}
.trends_table .table_header .table_header_tip {
  color: #8e91a3;
  margin-top: 4px;
}
.trends_table .table-cell {
  overflow: hidden;
  height: 216px;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.trends_table .table-cell[data-collapse='true'] {
  height: 0;
}
.trends_table .trend_table_event {
  height: 123px;
}
.trends_table .cell {
  display: flex;
  border-bottom: 1px solid #dadbe1;
}
.trends_table .cell:last-child {
  border-bottom: none;
}
.trends_table .cell .cell_left {
  flex: 1 1;
  background-color: #f2f3f5;
  padding: 4px 0 4px 16px;
  font-weight: 600;
  color: #2b3151;
}
.trends_table .cell .cell_right {
  flex: 1 1;
  color: #50546f;
  padding: 4px 0 4px 16px;
  background-color: #fefefe;
}
.trends_table_hide .table_header .table_header_text {
  color: #8e91a3;
}
.trends_table_hide .cell .cell_left {
  color: #8e91a3;
}
.trends_table_hide .cell .cell_right {
  color: #8e91a3;
}
.color_picker .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
  padding: 0;
}
.color_picker .sketch-picker {
  width: 256px;
}
.color_picker .sketch-picker .flexbox-fix:last-child {
  display: none !important;
}
.role-model-cascader .ant-cascader-menus .ant-cascader-menu {
  max-height: 320px;
  height: auto;
}
.role-model-cascader .ant-cascader-menus .ant-cascader-menu .ant-cascader-menu-item {
  min-width: 120px;
}
.theme-bg {
  background-color: #fefefe;
}
.theme-container {
  width: calc(100% - 16px);
}
.theme-container .ant-btn {
  border-radius: 4px;
}
.theme-container .ant-tabs .ant-tabs-nav {
  margin: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.theme-container .ant-tabs .ant-tabs-nav::before {
  border-bottom: none;
}
.theme-container .theme-container-filter {
  margin: 0;
  background-color: #fefefe;
  border-radius: 4px;
  min-height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
}
.theme-container .theme-container-filter .theme-container-filter-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  grid-row-gap: 16px;
  row-gap: 16px;
}
.theme-container .theme-container-filter .theme-container-filter-right {
  min-width: 170px;
  text-align: right;
}
.theme-container .theme-container-filter-hastab {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.common-container > .theme-decoration-content > .theme-container > .theme-container-content {
  margin: 0;
}
.theme-container-content {
  margin: 16px 0 0 0;
  background-color: #fefefe;
  border-radius: 4px;
  padding: 16px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
}
.theme-container-content .theme-container-content-table .ant-table-header {
  border: 1px solid #dadbe1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.theme-container-content .theme-container-content-table .ant-table-thead .ant-table-cell {
  border-bottom: 1px solid #e6e6ea;
  font-weight: Bold;
  font-size: 14px;
  color: rgba(5, 12, 50, 0.85);
  text-overflow: unset;
  word-break: break-word;
  white-space: break-spaces;
}
.theme-container-content .theme-container-content-table .ant-table-thead .ant-table-cell-fix-left.ant-table-cell {
  padding-left: 16px;
}
.theme-container-content .theme-container-content-table .ant-table-thead .ant-table-cell:first-child {
  padding-left: 16px;
}
.theme-container-content .theme-container-content-table .ant-table-thead .ant-table-cell::before {
  display: none;
}
.theme-container-content .theme-container-content-table .ant-table-body {
  border: 1px solid #dadbe1;
  border-top: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.theme-container-content .theme-container-content-table .ant-table-body .ant-table-tbody .ant-table-cell {
  background-color: #fefefe;
  line-height: 17px;
  font-size: 14px;
  color: rgba(5, 12, 50, 0.7);
  padding: 11px 8px 12px 8px;
}
.theme-container-content .theme-container-content-table .ant-table-body .ant-table-tbody .ant-table-cell-fix-left.ant-table-cell {
  padding-left: 16px;
}
.theme-container-content .theme-container-content-table .ant-table-body .ant-table-tbody .ant-table-cell:first-child {
  padding-left: 16px;
}
.theme-container-content .theme-container-content-table .ant-table-body .ant-table-tbody .ant-table-row .ant-table-cell {
  border-bottom-color: #e6e6ea;
}
.theme-container-content .theme-container-content-table .ant-table-body .ant-table-tbody .ant-table-row:last-child .ant-table-cell {
  border-bottom: 0;
}
.theme-container-content .theme-container-content-table .theme-container-content-table-oper {
  display: flex;
  align-items: center;
}
.theme-container-content .theme-container-content-table .theme-container-content-table-oper img {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  cursor: pointer;
}
.theme-container-content .selection-table .ant-table-thead .ant-table-cell:first-child {
  padding-left: 10px;
}
.theme-container-content .selection-table .ant-table-tbody .ant-table-cell-fix-left.ant-table-cell {
  padding-left: 10px !important;
}
.theme-container-content .selection-table .ant-table-tbody .ant-table-cell:first-child {
  padding-left: 10px !important;
}
.theme-container-content .theme-container-content-table-small .ant-table-thead {
  height: 48px;
}
.theme-container-content .theme-container-content-table-small .ant-table-body {
  border: 1px solid #dadbe1;
  border-top: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.theme-container-content .theme-container-content-table-small .ant-table-body .ant-table-tbody .ant-table-cell {
  background-color: #fefefe;
  line-height: 17px;
  font-size: 14px;
  color: rgba(5, 12, 50, 0.7);
  padding: 2px 8px 2px 8px;
}
.theme-container-content .theme-container-content-table-small .ant-table-body .ant-table-tbody .ant-table-cell:first-child {
  padding-left: 16px;
}
.theme-container-content .theme-container-content-table-small .ant-table-body .ant-table-tbody .ant-table-row .ant-table-cell {
  border-bottom-color: #e6e6ea;
}
.theme-container-content .theme-container-content-table-small .ant-table-body .ant-table-tbody .ant-table-row:last-child .ant-table-cell {
  border-bottom: 0;
}
.theme-container-content .theme-container-content-page {
  text-align: right;
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}
.theme-container-content .theme-container-content-page .ant-select.ant-select-in-form-item {
  width: unset;
}
.common-flex-center-all {
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-flex-align-center {
  display: flex;
  align-items: center;
}
.theme-filter {
  border-radius: 4px;
}
.theme-filter .ant-radio-button-wrapper:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.theme-filter .ant-radio-button-wrapper:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-input-search .ant-input,
.theme-filter .ant-input {
  border-radius: 4px 0 0 4px;
}
.ant-input-search .ant-input-search-button,
.theme-filter .ant-input-search-button {
  border-radius: 0 4px 4px 0 !important;
}
.ant-input-search .ant-input-affix-wrapper,
.theme-filter .ant-input-affix-wrapper {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.theme-btn {
  border-radius: 4px;
}
.theme-item-container {
  background-color: #fefefe;
  border-radius: 4px;
  padding: 16px;
}
.antd-tree-fix .ant-tree .ant-tree-switcher {
  align-self: center;
}
.antd-tree-fix .ant-select-tree .ant-select-tree-switcher {
  align-self: center;
}
.theme-modal-container .ant-modal-body {
  padding: 0;
}
.theme-modal-container .theme-modal-container-title {
  position: relative;
  font-weight: Bold;
  font-size: 20px;
  color: rgba(5, 12, 50, 0.85);
  line-height: 24px;
  padding: 24px;
}
.theme-modal-container .theme-modal-container-title .theme-modal-container-close {
  cursor: pointer;
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme-modal-container .theme-modal-container-body {
  max-height: calc(100vh - 300px);
  min-height: 150px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0 16px 0 24px;
}
.theme-modal-container .theme-modal-container-footer {
  display: flex;
  justify-content: flex-end;
  grid-gap: 20px;
  gap: 20px;
  padding: 24px;
}
.theme-modal-container .theme-modal-container-footer button {
  border-radius: 4px;
}
.gm-bundled-control .gmnoprint div:first-child {
  border-radius: 4px;
  overflow: auto;
  width: 32px !important;
  height: 62px !important;
}
.gm-bundled-control .gmnoprint div:first-child button {
  width: 32px !important;
  height: 30px !important;
  line-height: 30px !important;
}
.gm-bundled-control .gmnoprint div:first-child div {
  margin: 0 !important;
  width: 32px !important;
}
.use-btn-menu .ant-dropdown-menu-submenu-expand-icon {
  top: 36%;
}
.theme-icon {
  cursor: pointer;
  font-size: 16px;
}
.common-detail-container {
  background: #fefefe;
  border-radius: 4px;
  width: calc(100% - 16px);
  padding: 24px;
}
.common-detail-container .common-detail-container-form .ant-form-item .ant-form-item-label {
  font-weight: Bold;
  font-size: 14px;
  color: rgba(5, 12, 50, 0.85);
}
.common-detail-container .common-detail-container-divide {
  height: 1px;
  background-color: #e6e6ea;
  width: calc(100% + 48px);
  margin: 0 -24px;
}
.common-detail-container .common-detail-container-title {
  padding: 24px 24px 14px 0;
  font-weight: Bold;
  font-size: 16px;
  color: rgba(5, 12, 50, 0.85);
  letter-spacing: 0;
  position: relative;
}
.theme-iframe {
  background: #ffffff;
  min-height: calc(100vh - 100px);
  padding: 10px 16px 0;
}
.common-divide {
  height: 1px;
  background-color: #e6e6ea;
  width: 100%;
}
.common-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
img[src$='#custom_marker'] {
  border: 3px solid #7890f2 !important;
  border-radius: 50%;
}

