/* 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-no-unknown */
@font-face {
  font-family: 'Chinese Quote';
  src: local('PingFang SC'), local('SimSun');
  unicode-range: U+2018, U+2019, U+201c, U+201d;
}
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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);
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
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: #1890ff;
  background-color: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:focus {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}
a:hover {
  color: #40a9ff;
}
a:active {
  color: #096dd9;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
pre,
code,
kbd,
samp {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: 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'] {
  -webkit-box-sizing: border-box;
          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;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5em;
  font-size: 1.5em;
  line-height: inherit;
  color: 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;
}
::-moz-selection {
  background: #1890ff;
  color: #fff;
}
::selection {
  background: #1890ff;
  color: #fff;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.anticon {
  display: inline-block;
  font-style: normal;
  vertical-align: -0.125em;
  text-align: center;
  text-transform: none;
  line-height: 0;
  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-spin:before {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.anticon-spin {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.fade-enter,
.fade-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  -webkit-animation-name: antFadeIn;
          animation-name: antFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-leave.fade-leave-active {
  -webkit-animation-name: antFadeOut;
          animation-name: antFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.fade-leave {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter,
.move-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  -webkit-animation-name: antMoveUpIn;
          animation-name: antMoveUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  -webkit-animation-name: antMoveUpOut;
          animation-name: antMoveUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  -webkit-animation-name: antMoveDownIn;
          animation-name: antMoveDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  -webkit-animation-name: antMoveDownOut;
          animation-name: antMoveDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  -webkit-animation-name: antMoveLeftIn;
          animation-name: antMoveLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  -webkit-animation-name: antMoveLeftOut;
          animation-name: antMoveLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  -webkit-animation-name: antMoveRightIn;
          animation-name: antMoveRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  -webkit-animation-name: antMoveRightOut;
          animation-name: antMoveRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@-webkit-keyframes antMoveDownIn {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes antMoveDownIn {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes antMoveDownOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes antMoveDownOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
}
@-webkit-keyframes antMoveLeftIn {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes antMoveLeftIn {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes antMoveLeftOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes antMoveLeftOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes antMoveRightIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes antMoveRightIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes antMoveRightOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes antMoveRightOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes antMoveUpIn {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes antMoveUpIn {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes antMoveUpOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes antMoveUpOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
[ant-click-animating],
[ant-click-animating-without-extra-node] {
  position: relative;
}
[ant-click-animating-without-extra-node]:after,
.ant-click-animating-node {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: inherit;
  border: 0 solid #1890ff;
  opacity: 0.2;
  -webkit-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: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  display: block;
  pointer-events: none;
}
@-webkit-keyframes waveEffect {
  100% {
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    border-width: 6px;
  }
}
@keyframes waveEffect {
  100% {
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    border-width: 6px;
  }
}
@-webkit-keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.slide-up-enter,
.slide-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  -webkit-animation-name: antSlideLeftIn;
          animation-name: antSlideLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  -webkit-animation-name: antSlideLeftOut;
          animation-name: antSlideLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  -webkit-animation-name: antSlideRightIn;
          animation-name: antSlideRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  -webkit-animation-name: antSlideRightOut;
          animation-name: antSlideRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes antSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes antSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes antSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
}
@keyframes antSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
}
@-webkit-keyframes antSlideDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes antSlideDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes antSlideDownOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
}
@keyframes antSlideDownOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
}
@-webkit-keyframes antSlideLeftIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes antSlideLeftIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes antSlideLeftOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
}
@keyframes antSlideLeftOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
}
@-webkit-keyframes antSlideRightIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes antSlideRightIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes antSlideRightOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
}
@keyframes antSlideRightOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
}
.swing-enter,
.swing-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
  -webkit-animation-name: antSwingIn;
          animation-name: antSwingIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes antSwingIn {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@keyframes antSwingIn {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.zoom-enter,
.zoom-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  -webkit-animation-name: antZoomIn;
          animation-name: antZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  -webkit-animation-name: antZoomOut;
          animation-name: antZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  -webkit-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  -webkit-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-leave {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  -webkit-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  -webkit-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  -webkit-animation-name: antZoomUpIn;
          animation-name: antZoomUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  -webkit-animation-name: antZoomUpOut;
          animation-name: antZoomUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  -webkit-animation-name: antZoomDownIn;
          animation-name: antZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  -webkit-animation-name: antZoomDownOut;
          animation-name: antZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  -webkit-animation-name: antZoomLeftIn;
          animation-name: antZoomLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  -webkit-animation-name: antZoomLeftOut;
          animation-name: antZoomLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  -webkit-animation-name: antZoomRightIn;
          animation-name: antZoomRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  -webkit-animation-name: antZoomRightOut;
          animation-name: antZoomRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@-webkit-keyframes antZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes antZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes antZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
}
@keyframes antZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
}
@-webkit-keyframes antZoomBigIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes antZoomBigIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes antZoomBigOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes antZoomBigOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes antZoomUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes antZoomUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes antZoomUpOut {
  0% {
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes antZoomUpOut {
  0% {
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes antZoomLeftIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes antZoomLeftIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes antZoomLeftOut {
  0% {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes antZoomLeftOut {
  0% {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes antZoomRightIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes antZoomRightIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes antZoomRightOut {
  0% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes antZoomRightOut {
  0% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes antZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes antZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes antZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes antZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.ant-motion-collapse {
  overflow: hidden;
}
.ant-motion-collapse-active {
  -webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  -o-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s 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-notification {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  z-index: 1010;
  width: 384px;
  max-width: calc(100vw - 32px);
  margin-right: 24px;
}
.ant-notification-topLeft,
.ant-notification-bottomLeft {
  margin-left: 24px;
  margin-right: 0;
}
.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 {
  -webkit-animation-name: NotificationLeftFadeIn;
          animation-name: NotificationLeftFadeIn;
}
.ant-notification-close-icon {
  font-size: 14px;
  cursor: pointer;
}
.ant-notification-notice {
  padding: 16px 24px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background: #fff;
  line-height: 1.5;
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.ant-notification-notice-message {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 8px;
  line-height: 24px;
  display: inline-block;
}
.ant-notification-notice-message-single-line-auto-margin {
  width: calc(384px - 24px * 2 - 24px - 48px - 100%);
  background-color: transparent;
  pointer-events: none;
  display: block;
  max-width: 4px;
}
.ant-notification-notice-message-single-line-auto-margin:before {
  content: '';
  display: block;
}
.ant-notification-notice-description {
  font-size: 14px;
}
.ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 24px;
}
.ant-notification-notice-with-icon .ant-notification-notice-message {
  font-size: 16px;
  margin-left: 48px;
  margin-bottom: 4px;
}
.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px;
  font-size: 14px;
}
.ant-notification-notice-icon {
  position: absolute;
  font-size: 24px;
  line-height: 24px;
  margin-left: 4px;
}
.ant-notification-notice-icon-success {
  color: #52c41a;
}
.ant-notification-notice-icon-info {
  color: #1890ff;
}
.ant-notification-notice-icon-warning {
  color: #faad14;
}
.ant-notification-notice-icon-error {
  color: #f5222d;
}
.ant-notification-notice-close {
  position: absolute;
  right: 22px;
  top: 16px;
  color: rgba(0, 0, 0, 0.45);
  outline: none;
}
a.ant-notification-notice-close:focus {
  text-decoration: 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 {
  -webkit-animation-duration: 0.24s;
          animation-duration: 0.24s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-notification-fade-enter,
.ant-notification-fade-appear {
  opacity: 0;
  -webkit-animation-duration: 0.24s;
          animation-duration: 0.24s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-notification-fade-leave {
  -webkit-animation-duration: 0.24s;
          animation-duration: 0.24s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-fade-appear.ant-notification-fade-appear-active {
  -webkit-animation-name: NotificationFadeIn;
          animation-name: NotificationFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ant-notification-fade-leave.ant-notification-fade-leave-active {
  -webkit-animation-name: NotificationFadeOut;
          animation-name: NotificationFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes NotificationFadeIn {
  0% {
    opacity: 0;
    left: 384px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes NotificationFadeIn {
  0% {
    opacity: 0;
    left: 384px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes NotificationLeftFadeIn {
  0% {
    opacity: 0;
    right: 384px;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes NotificationLeftFadeIn {
  0% {
    opacity: 0;
    right: 384px;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@-webkit-keyframes NotificationFadeOut {
  0% {
    opacity: 1;
    margin-bottom: 16px;
    padding-top: 16px 24px;
    padding-bottom: 16px 24px;
    max-height: 150px;
  }
  100% {
    opacity: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
  }
}
@keyframes NotificationFadeOut {
  0% {
    opacity: 1;
    margin-bottom: 16px;
    padding-top: 16px 24px;
    padding-bottom: 16px 24px;
    max-height: 150px;
  }
  100% {
    opacity: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
  }
}
/* Copyright (c) 2022, TD SYNNEX Corporation. All rights reserved */
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
::-webkit-input-placeholder {
  font-style: italic !important;
  color: rgba(0, 0, 0, 0.2);
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-style: italic !important;
  color: rgba(0, 0, 0, 0.2);
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-style: italic !important;
  color: rgba(0, 0, 0, 0.2);
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: italic !important;
  color: rgba(0, 0, 0, 0.2);
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: Segoe UI, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 1280px;
}
a {
  color: rgba(0, 0, 0, 0.3);
}
a:hover {
  color: #03ADBC;
}
a.link {
  color: #336699 !important;
}
a.link:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #336699 !important;
          text-decoration-color: #336699 !important;
}
.ant-affix {
  z-index: 25 !important;
}
.errorpage {
  background-color: #bbe4e6;
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
}
.errorpage .error-page {
  height: calc(100% - 200px);
  min-width: 1600px;
  min-height: 700px;
  background-repeat: no-repeat;
  overflow: hidden;
}
.errorpage .error-mes {
  position: relative;
  font-size: 34px;
  font-color: #000000;
  top: calc(50% + 100px);
  left: 200px;
}
.eu-page-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.5;
  color: rgba(0, 0, 0, 0.72);
  padding: 24px 2px;
}
.hasfooter {
  min-height: 100vh;
  position: relative;
  padding-bottom: 334px;
}
.defaultTheme {
  background-color: #F1F2F3;
  width: 100%;
}
.defaultTheme .loayoutCol {
  background-color: #F1F2F3;
}
.defaultTheme .tile-item-5 {
  color: #56498e;
}
.defaultTheme .tile-item-5 .inner:before {
  display: none !important;
}
.defaultTheme .tile-item-5 .inner .other-theme-inner {
  border: 4px solid #56498e;
  border-radius: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.defaultTheme .tile-item-5 .inner .snx-collapse-pannel-switch span:hover {
  background: #56498e;
  color: #ffffff;
}
.defaultTheme .tile-item-5 .inner .snx-collapse-pannel-switch span:hover:before {
  background: #56498e;
}
.defaultTheme .tile-item-4 {
  color: #c02b45;
}
.defaultTheme .tile-item-4 .inner:before {
  display: none !important;
}
.defaultTheme .tile-item-4 .inner .other-theme-inner {
  border: 4px solid #c02b45;
  border-radius: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.defaultTheme .tile-item-4 .inner .snx-collapse-pannel-switch span:hover {
  background: #c02b45;
  color: #ffffff;
}
.defaultTheme .tile-item-4 .inner .snx-collapse-pannel-switch span:hover:before {
  background: #c02b45;
}
.defaultTheme .tile-item-3 {
  color: #EAA700;
}
.defaultTheme .tile-item-3 .inner:before {
  display: none !important;
}
.defaultTheme .tile-item-3 .inner .other-theme-inner {
  border: 4px solid #EAA700;
  border-radius: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.defaultTheme .tile-item-3 .inner .snx-collapse-pannel-switch span:hover {
  background: #EAA700;
  color: #ffffff;
}
.defaultTheme .tile-item-3 .inner .snx-collapse-pannel-switch span:hover:before {
  background: #EAA700;
}
.defaultTheme .tile-item-2 {
  color: #5894DD;
}
.defaultTheme .tile-item-2 .inner:before {
  display: none !important;
}
.defaultTheme .tile-item-2 .inner .other-theme-inner {
  border: 4px solid #5894DD;
  border-radius: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.defaultTheme .tile-item-2 .inner .snx-collapse-pannel-switch span:hover {
  background: #5894DD;
  color: #ffffff;
}
.defaultTheme .tile-item-2 .inner .snx-collapse-pannel-switch span:hover:before {
  background: #5894DD;
}
.defaultTheme .tile-item-1 {
  color: #7EA53A;
}
.defaultTheme .tile-item-1 .inner:before {
  display: none !important;
}
.defaultTheme .tile-item-1 .inner .other-theme-inner {
  border: 4px solid #7EA53A;
  border-radius: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.defaultTheme .tile-item-1 .inner .snx-collapse-pannel-switch span:hover {
  background: #7EA53A;
  color: #ffffff;
}
.defaultTheme .tile-item-1 .inner .snx-collapse-pannel-switch span:hover:before {
  background: #7EA53A;
}
.defaultTheme .detail-wrapper .inner:hover {
  background: #fff;
}
.defaultTheme .customTheme .customer-tile-box .customer-tile-list .inner .other-theme-inner {
  -webkit-box-shadow: 0 0 0 1px #ffffff;
          box-shadow: 0 0 0 1px #ffffff;
}
.customTheme {
  width: 100%;
}
.customTheme .detail-wrapper .inner .info-wrapper p {
  line-height: 21px;
}
.customTheme .detail-wrapper .inner strong {
  font-weight: 600;
}
.customTheme .detail-wrapper .inner:hover i {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.customTheme .detail-wrapper .inner:hover span {
  opacity: 0.48;
}
#root {
  background-color: #000;
}
.text-center {
  text-align: center;
}
.hide {
  display: none !important;
}
.base-checkbox .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.base-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.base-checkbox .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #00afbe;
}
.base-checkbox .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #00afbe;
  border-color: #00afbe;
}
.base-checkbox .ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #ffffff;
  border-color: #00afbe;
}
.base-checkbox .ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #eaebec;
}
.base-checkbox .ant-checkbox-indeterminate .ant-checkbox-inner:after {
  background-color: #00afbe;
}
.ant-modal-body .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-modal-body .ant-checkbox:hover .ant-checkbox-inner,
.ant-modal-body .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #00afbe;
}
.ant-modal-body .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #00afbe;
  border-color: #00afbe;
}
.ant-modal-body .ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #ffffff;
  border-color: #00afbe;
}
.ant-modal-body .ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #eaebec;
}
.ant-modal-body .ant-checkbox-indeterminate .ant-checkbox-inner:after {
  background-color: #00afbe;
}
.cloudSolvTheme .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.cloudSolvTheme .ant-checkbox:hover .ant-checkbox-inner,
.cloudSolvTheme .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #00afbe;
}
.cloudSolvTheme .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #00afbe;
  border-color: #00afbe;
}
.cloudSolvTheme .ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #ffffff;
  border-color: #00afbe;
}
.cloudSolvTheme .ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #eaebec;
}
.cloudSolvTheme .ant-checkbox-indeterminate .ant-checkbox-inner:after {
  background-color: #00afbe;
}
.popupContent {
  font-size: 16px;
  color: #000000;
}
.rs-select .ant-select-selection__rendered {
  line-height: 34px;
}
.rs-select .ant-select-selection--single {
  height: 36px;
}
input.rs-input {
  height: 36px;
}
body .ant-dropdown-menu {
  top: -4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 0;
}
body .ant-popover.header-popover {
  padding-top: 0;
}
body .ant-popover.header-popover .ant-popover-content {
  top: -3px;
  position: relative;
}
body .ant-popover.header-popover .ant-popover-inner-content {
  width: 600px;
  padding: 0;
}
body .ant-popover.header-popover .ant-popover-arrow {
  display: none;
}
body .ant-dropdown-menu-item,
body .ant-dropdown-menu-submenu-title {
  min-height: 72px;
  font-size: 17px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 32px;
  padding-right: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F1F2F3;
}
body .ant-dropdown-menu-item i.anticon,
body .ant-dropdown-menu-submenu-title i.anticon {
  display: none;
  font-size: 24px;
  padding-left: 36px;
  width: 24px;
}
body .ant-dropdown-menu-item.ant-dropdown-menu-item-selected i.anticon,
body .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-selected i.anticon {
  display: inline-block;
}
body .ant-dropdown-menu-item:hover,
body .ant-dropdown-menu-submenu-title:hover {
  background: white;
  color: #03ADBC;
}
@media screen and (max-width: 1600px) {
  body .ant-dropdown-menu-item,
  body .ant-dropdown-menu-submenu-title {
    min-height: 64px;
  }
}
body .ant-dropdown-menu-item-selected,
body .ant-dropdown-menu-submenu-title-selected,
body .ant-dropdown-menu-item-selected > a,
body .ant-dropdown-menu-submenu-title-selected > a {
  font-weight: 600;
}
body .ant-dropdown-menu-item-selected:hover,
body .ant-dropdown-menu-submenu-title-selected:hover,
body .ant-dropdown-menu-item-selected > a:hover,
body .ant-dropdown-menu-submenu-title-selected > a:hover {
  background: #F1F2F3;
  color: #000000;
}
body .ant-spin-nested-loading > div > .ant-spin {
  max-height: 100%;
}
body .ant-table-column-sorter:hover {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin-top: 0;
  -webkit-transform: scale(2.5);
      -ms-transform: scale(2.5);
          transform: scale(2.5);
  margin-top: 0px !important;
  top: 7px !important;
  position: relative;
}
 {
  /*Popover*/
  /* Popconfirm */
}
.ant-popover-inner {
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.ant-popover-content {
  border: 1px solid #7c878e;
  border-radius: 1px;
}
.ant-popover-arrow {
  border: 1px solid;
  border-color: #7c878e !important;
  background-color: #fff !important;
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  bottom: 6px !important;
  border-top-color: #fff;
  border-left-color: #fff;
  border-top: none;
  border-left: none;
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-bottom: none;
  border-right: none;
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  border-left-color: #fff;
  border-bottom-color: #fff;
  border-bottom: none;
  border-left: none;
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  border-top-color: #fff;
  border-right-color: #fff;
  border-top: none;
  border-right: none;
}
.ant-popover-buttons .ant-btn-primary {
  background-color: #00afbe;
  border-color: #00afbe;
}
.ant-popover-buttons .ant-btn-primary:hover,
.ant-popover-buttons .ant-btn-primary:focus {
  background-color: #00afbe;
  border-color: #00afbe;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #00afbe !important;
  border-color: #00afbe !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 */
/* 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 {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #1890ff;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -o-transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  display: none;
}
.ant-spin-spinning {
  opacity: 1;
  position: static;
  display: inline-block;
}
.ant-spin-nested-loading {
  position: relative;
}
.ant-spin-nested-loading > div > .ant-spin {
  display: block;
  position: absolute;
  height: 100%;
  max-height: 400px;
  width: 100%;
  z-index: 4;
}
.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;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ant-spin-container:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.ant-spin-blur {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  opacity: 0.5;
}
.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: 20px;
  height: 20px;
}
.ant-spin-dot i {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #1890ff;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  display: block;
  position: absolute;
  opacity: 0.3;
  -webkit-animation: antSpinMove 1s infinite linear alternate;
          animation: antSpinMove 1s infinite linear alternate;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.ant-spin-dot i:nth-child(1) {
  left: 0;
  top: 0;
}
.ant-spin-dot i:nth-child(2) {
  right: 0;
  top: 0;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.ant-spin-dot i:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.ant-spin-dot i:nth-child(4) {
  left: 0;
  bottom: 0;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.ant-spin-dot-spin {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: antRotate 1.2s infinite linear;
          animation: antRotate 1.2s infinite linear;
}
.ant-spin-sm .ant-spin-dot {
  font-size: 14px;
  width: 14px;
  height: 14px;
}
.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}
.ant-spin-lg .ant-spin-dot {
  font-size: 32px;
  width: 32px;
  height: 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;
  }
}
@-webkit-keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes antRotate {
  to {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}
@keyframes antRotate {
  to {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}
/* 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-affix {
  position: fixed;
  z-index: 10;
}
/* 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-badge {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  line-height: 1;
  color: unset;
}
.ant-badge-count {
  top: -10px;
  height: 20px;
  border-radius: 10px;
  min-width: 20px;
  background: #f5222d;
  color: #fff;
  line-height: 20px;
  text-align: center;
  padding: 0 6px;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
  z-index: 10;
}
.ant-badge-count a,
.ant-badge-count a:hover {
  color: #fff;
}
.ant-badge-multiple-words {
  padding: 0 8px;
}
.ant-badge-dot {
  top: -3px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background: #f5222d;
  z-index: 10;
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
}
.ant-badge-count,
.ant-badge-dot,
.ant-badge .ant-scroll-number-custom-component {
  position: absolute;
  right: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transform-origin: 100%;
      -ms-transform-origin: 100%;
          transform-origin: 100%;
}
.ant-badge .ant-scroll-number-custom-component {
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.ant-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}
.ant-badge-status-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.ant-badge-status-success {
  background-color: #52c41a;
}
.ant-badge-status-processing {
  background-color: #1890ff;
  position: relative;
}
.ant-badge-status-processing:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #1890ff;
  content: '';
  -webkit-animation: antStatusProcessing 1.2s infinite ease-in-out;
          animation: antStatusProcessing 1.2s infinite ease-in-out;
}
.ant-badge-status-default {
  background-color: #d9d9d9;
}
.ant-badge-status-error {
  background-color: #f5222d;
}
.ant-badge-status-warning {
  background-color: #faad14;
}
.ant-badge-status-text {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  margin-left: 8px;
}
.ant-badge-zoom-appear,
.ant-badge-zoom-enter {
  -webkit-animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
          animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-badge-zoom-leave {
  -webkit-animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
          animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-badge-not-a-wrapper {
  vertical-align: middle;
}
.ant-badge-not-a-wrapper .ant-scroll-number {
  top: auto;
  display: block;
  position: relative;
}
.ant-badge-not-a-wrapper .ant-badge-count {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@-webkit-keyframes antStatusProcessing {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.4);
            transform: scale(2.4);
    opacity: 0;
  }
}
@keyframes antStatusProcessing {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.4);
            transform: scale(2.4);
    opacity: 0;
  }
}
.ant-scroll-number {
  overflow: hidden;
}
.ant-scroll-number-only {
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 20px;
}
.ant-scroll-number-only > p {
  height: 20px;
  margin: 0;
}
@-webkit-keyframes antZoomBadgeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(50%);
            transform: scale(0) translateX(50%);
  }
  100% {
    -webkit-transform: scale(1) translateX(50%);
            transform: scale(1) translateX(50%);
  }
}
@keyframes antZoomBadgeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(50%);
            transform: scale(0) translateX(50%);
  }
  100% {
    -webkit-transform: scale(1) translateX(50%);
            transform: scale(1) translateX(50%);
  }
}
@-webkit-keyframes antZoomBadgeOut {
  0% {
    -webkit-transform: scale(1) translateX(50%);
            transform: scale(1) translateX(50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(50%);
            transform: scale(0) translateX(50%);
  }
}
@keyframes antZoomBadgeOut {
  0% {
    -webkit-transform: scale(1) translateX(50%);
            transform: scale(1) translateX(50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(50%);
            transform: scale(0) translateX(50%);
  }
}
/* 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 {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 1050;
  display: block;
}
.ant-dropdown:before {
  position: absolute;
  top: -7px;
  left: -7px;
  right: 0;
  bottom: -7px;
  content: ' ';
  opacity: 0.0001;
}
.ant-dropdown-wrap {
  position: relative;
}
.ant-dropdown-wrap .ant-btn > .anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 12px;
}
.ant-dropdown-wrap .anticon-down:before {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.ant-dropdown-wrap-open .anticon-down:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ant-dropdown-hidden,
.ant-dropdown-menu-hidden {
  display: none;
}
.ant-dropdown-menu {
  outline: none;
  position: relative;
  list-style-type: none;
  padding: 4px 0;
  margin: 0;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  -webkit-transform: translate3d(0, 0, 0);
}
.ant-dropdown-menu-item-group-title {
  color: rgba(0, 0, 0, 0.45);
  padding: 5px 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
}
.ant-dropdown-menu-submenu-popup > .ant-dropdown-menu {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  padding: 5px 12px;
  margin: 0;
  clear: both;
  font-size: 14px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 22px;
}
.ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-menu-submenu-title > .anticon:first-child {
  min-width: 12px;
  margin-right: 8px;
}
.ant-dropdown-menu-item > a,
.ant-dropdown-menu-submenu-title > a {
  color: rgba(0, 0, 0, 0.65);
  display: block;
  padding: 5px 12px;
  margin: -5px -12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-dropdown-menu-item > a:focus,
.ant-dropdown-menu-submenu-title > a:focus {
  text-decoration: none;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected,
.ant-dropdown-menu-item-selected > a,
.ant-dropdown-menu-submenu-title-selected > a {
  color: #1890ff;
  background-color: #e6f7ff;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #e6f7ff;
}
.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  overflow: hidden;
  background-color: #e8e8e8;
  line-height: 0;
  margin: 4px 0;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
  position: absolute;
  right: 8px;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  font-style: normal;
  color: rgba(0, 0, 0, 0.45);
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
:root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  font-size: 12px;
}
.ant-dropdown-menu-submenu-title {
  padding-right: 26px;
}
.ant-dropdown-menu-submenu-vertical {
  position: relative;
}
.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  top: 0;
  left: 100%;
  position: absolute;
  min-width: 100%;
  margin-left: 4px;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          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);
}
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-dropdown-trigger > .anticon.anticon-down,
.ant-dropdown-link > .anticon.anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-trigger > .anticon.anticon-down,
:root .ant-dropdown-link > .anticon.anticon-down {
  font-size: 12px;
}
.ant-dropdown-button {
  white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child) {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-dropdown-button .anticon.anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-button .anticon.anticon-down {
  font-size: 12px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #001529;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a {
  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 {
  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 {
  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 {
  background: #1890ff;
  color: #fff;
}
/* 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.499;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  height: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.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;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn.disabled,
.ant-btn[disabled] {
  cursor: not-allowed;
}
.ant-btn.disabled > *,
.ant-btn[disabled] > * {
  pointer-events: none;
}
.ant-btn-lg {
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px;
  height: 40px;
}
.ant-btn-sm {
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px;
  height: 24px;
}
.ant-btn > a:only-child {
  color: currentColor;
}
.ant-btn > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn:hover,
.ant-btn:focus {
  color: #40a9ff;
  background-color: #fff;
  border-color: #40a9ff;
}
.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
  color: currentColor;
}
.ant-btn:hover > a:only-child:after,
.ant-btn:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn:active,
.ant-btn.active {
  color: #096dd9;
  background-color: #fff;
  border-color: #096dd9;
}
.ant-btn:active > a:only-child,
.ant-btn.active > a:only-child {
  color: currentColor;
}
.ant-btn:active > a:only-child:after,
.ant-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn.disabled,
.ant-btn[disabled],
.ant-btn.disabled:hover,
.ant-btn[disabled]:hover,
.ant-btn.disabled:focus,
.ant-btn[disabled]:focus,
.ant-btn.disabled:active,
.ant-btn[disabled]:active,
.ant-btn.disabled.active,
.ant-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn.disabled > a:only-child,
.ant-btn[disabled] > a:only-child,
.ant-btn.disabled:hover > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn.disabled:focus > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn.disabled:active > a:only-child,
.ant-btn[disabled]:active > a:only-child,
.ant-btn.disabled.active > a:only-child,
.ant-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn.disabled > a:only-child:after,
.ant-btn[disabled] > a:only-child:after,
.ant-btn.disabled:hover > a:only-child:after,
.ant-btn[disabled]:hover > a:only-child:after,
.ant-btn.disabled:focus > a:only-child:after,
.ant-btn[disabled]:focus > a:only-child:after,
.ant-btn.disabled:active > a:only-child:after,
.ant-btn[disabled]:active > a:only-child:after,
.ant-btn.disabled.active > a:only-child:after,
.ant-btn[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active,
.ant-btn.active {
  background: #fff;
  text-decoration: none;
}
.ant-btn > i,
.ant-btn > span {
  pointer-events: none;
  display: inline-block;
}
.ant-btn-primary {
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
          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 {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background-color: #40a9ff;
  border-color: #40a9ff;
}
.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-primary:hover > a:only-child:after,
.ant-btn-primary:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary:active,
.ant-btn-primary.active {
  color: #fff;
  background-color: #096dd9;
  border-color: #096dd9;
}
.ant-btn-primary:active > a:only-child,
.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-primary:active > a:only-child:after,
.ant-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary.disabled,
.ant-btn-primary[disabled],
.ant-btn-primary.disabled:hover,
.ant-btn-primary[disabled]:hover,
.ant-btn-primary.disabled:focus,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary.disabled:active,
.ant-btn-primary[disabled]:active,
.ant-btn-primary.disabled.active,
.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-primary.disabled > a:only-child,
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-primary.disabled > a:only-child:after,
.ant-btn-primary[disabled] > a:only-child:after,
.ant-btn-primary.disabled:hover > a:only-child:after,
.ant-btn-primary[disabled]:hover > a:only-child:after,
.ant-btn-primary.disabled:focus > a:only-child:after,
.ant-btn-primary[disabled]:focus > a:only-child:after,
.ant-btn-primary.disabled:active > a:only-child:after,
.ant-btn-primary[disabled]:active > a:only-child:after,
.ant-btn-primary.disabled.active > a:only-child:after,
.ant-btn-primary[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #40a9ff;
  border-left-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #40a9ff;
}
.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: #40a9ff;
}
.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.65);
  background-color: transparent;
  border-color: #d9d9d9;
}
.ant-btn-ghost > a:only-child {
  color: currentColor;
}
.ant-btn-ghost > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: #40a9ff;
}
.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:hover > a:only-child:after,
.ant-btn-ghost:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-ghost:active,
.ant-btn-ghost.active {
  color: #096dd9;
  background-color: transparent;
  border-color: #096dd9;
}
.ant-btn-ghost:active > a:only-child,
.ant-btn-ghost.active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:active > a:only-child:after,
.ant-btn-ghost.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-ghost.disabled,
.ant-btn-ghost[disabled],
.ant-btn-ghost.disabled:hover,
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost.disabled:focus,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost.disabled:active,
.ant-btn-ghost[disabled]:active,
.ant-btn-ghost.disabled.active,
.ant-btn-ghost[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-ghost.disabled > a:only-child,
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost.disabled:hover > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost.disabled:focus > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost.disabled:active > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child,
.ant-btn-ghost.disabled.active > a:only-child,
.ant-btn-ghost[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost.disabled > a:only-child:after,
.ant-btn-ghost[disabled] > a:only-child:after,
.ant-btn-ghost.disabled:hover > a:only-child:after,
.ant-btn-ghost[disabled]:hover > a:only-child:after,
.ant-btn-ghost.disabled:focus > a:only-child:after,
.ant-btn-ghost[disabled]:focus > a:only-child:after,
.ant-btn-ghost.disabled:active > a:only-child:after,
.ant-btn-ghost[disabled]:active > a:only-child:after,
.ant-btn-ghost.disabled.active > a:only-child:after,
.ant-btn-ghost[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: dashed;
}
.ant-btn-dashed > a:only-child {
  color: currentColor;
}
.ant-btn-dashed > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
  color: #40a9ff;
  background-color: #fff;
  border-color: #40a9ff;
}
.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:hover > a:only-child:after,
.ant-btn-dashed:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed:active,
.ant-btn-dashed.active {
  color: #096dd9;
  background-color: #fff;
  border-color: #096dd9;
}
.ant-btn-dashed:active > a:only-child,
.ant-btn-dashed.active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:active > a:only-child:after,
.ant-btn-dashed.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed.disabled,
.ant-btn-dashed[disabled],
.ant-btn-dashed.disabled:hover,
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed.disabled:focus,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed.disabled:active,
.ant-btn-dashed[disabled]:active,
.ant-btn-dashed.disabled.active,
.ant-btn-dashed[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-dashed.disabled > a:only-child,
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed.disabled:hover > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed.disabled:focus > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed.disabled:active > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child,
.ant-btn-dashed.disabled.active > a:only-child,
.ant-btn-dashed[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed.disabled > a:only-child:after,
.ant-btn-dashed[disabled] > a:only-child:after,
.ant-btn-dashed.disabled:hover > a:only-child:after,
.ant-btn-dashed[disabled]:hover > a:only-child:after,
.ant-btn-dashed.disabled:focus > a:only-child:after,
.ant-btn-dashed[disabled]:focus > a:only-child:after,
.ant-btn-dashed.disabled:active > a:only-child:after,
.ant-btn-dashed[disabled]:active > a:only-child:after,
.ant-btn-dashed.disabled.active > a:only-child:after,
.ant-btn-dashed[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger {
  color: #f5222d;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-danger > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger:hover {
  color: #fff;
  background-color: #ff4d4f;
  border-color: #ff4d4f;
}
.ant-btn-danger:hover > a:only-child {
  color: currentColor;
}
.ant-btn-danger:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger:focus {
  color: #ff4d4f;
  background-color: #fff;
  border-color: #ff4d4f;
}
.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-danger:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger:active,
.ant-btn-danger.active {
  color: #fff;
  background-color: #cf1322;
  border-color: #cf1322;
}
.ant-btn-danger:active > a:only-child,
.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-danger:active > a:only-child:after,
.ant-btn-danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger.disabled,
.ant-btn-danger[disabled],
.ant-btn-danger.disabled:hover,
.ant-btn-danger[disabled]:hover,
.ant-btn-danger.disabled:focus,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger.disabled:active,
.ant-btn-danger[disabled]:active,
.ant-btn-danger.disabled.active,
.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-danger.disabled > a:only-child,
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-danger.disabled > a:only-child:after,
.ant-btn-danger[disabled] > a:only-child:after,
.ant-btn-danger.disabled:hover > a:only-child:after,
.ant-btn-danger[disabled]:hover > a:only-child:after,
.ant-btn-danger.disabled:focus > a:only-child:after,
.ant-btn-danger[disabled]:focus > a:only-child:after,
.ant-btn-danger.disabled:active > a:only-child:after,
.ant-btn-danger[disabled]:active > a:only-child:after,
.ant-btn-danger.disabled.active > a:only-child:after,
.ant-btn-danger[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-circle,
.ant-btn-circle-outline {
  width: 32px;
  padding: 0;
  font-size: 16px;
  border-radius: 50%;
  height: 32px;
}
.ant-btn-circle.ant-btn-lg,
.ant-btn-circle-outline.ant-btn-lg {
  width: 40px;
  padding: 0;
  font-size: 18px;
  border-radius: 50%;
  height: 40px;
}
.ant-btn-circle.ant-btn-sm,
.ant-btn-circle-outline.ant-btn-sm {
  width: 24px;
  padding: 0;
  font-size: 14px;
  border-radius: 50%;
  height: 24px;
}
.ant-btn:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background: #fff;
  opacity: 0.35;
  content: '';
  border-radius: inherit;
  z-index: 1;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
  display: none;
}
.ant-btn .anticon {
  -webkit-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn.ant-btn-loading:before {
  display: block;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 29px;
  pointer-events: none;
  position: relative;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child) {
  margin-left: -14px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 24px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-left: -17px;
}
.ant-btn-group {
  position: relative;
  display: inline-block;
}
.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,
.ant-btn-group > .ant-btn.active,
.ant-btn-group > span > .ant-btn.active {
  z-index: 2;
}
.ant-btn-group > .ant-btn:disabled,
.ant-btn-group > span > .ant-btn:disabled {
  z-index: 0;
}
.ant-btn-group-lg > .ant-btn,
.ant-btn-group-lg > span > .ant-btn {
  padding: 0 15px;
  font-size: 16px;
  border-radius: 0;
  height: 40px;
  line-height: 38px;
}
.ant-btn-group-sm > .ant-btn,
.ant-btn-group-sm > span > .ant-btn {
  padding: 0 7px;
  font-size: 14px;
  border-radius: 0;
  height: 24px;
  line-height: 22px;
}
.ant-btn-group-sm > .ant-btn > .anticon,
.ant-btn-group-sm > span > .ant-btn > .anticon {
  font-size: 14px;
}
.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group span + .ant-btn,
.ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
  margin-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-bottom-left-radius: 4px;
  border-top-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-bottom-right-radius: 4px;
  border-top-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-bottom-left-radius: 4px;
  border-top-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-bottom-right-radius: 4px;
  border-top-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 {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-right: 8px;
}
.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding-left: 8px;
}
.ant-btn:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-btn:focus > span,
.ant-btn:active > span {
  position: relative;
}
.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 8px;
}
.ant-btn-background-ghost {
  background: transparent !important;
  border-color: #fff;
  color: #fff;
}
.ant-btn-background-ghost.ant-btn-primary {
  color: #1890ff;
  background-color: transparent;
  border-color: #1890ff;
  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 {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: #40a9ff;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary:active,
.ant-btn-background-ghost.ant-btn-primary.active {
  color: #096dd9;
  background-color: transparent;
  border-color: #096dd9;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary.disabled,
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary.disabled:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary.disabled:active,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active,
.ant-btn-background-ghost.ant-btn-primary.disabled.active,
.ant-btn-background-ghost.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger {
  color: #f5222d;
  background-color: transparent;
  border-color: #f5222d;
  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 {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
  color: #ff4d4f;
  background-color: transparent;
  border-color: #ff4d4f;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger:active,
.ant-btn-background-ghost.ant-btn-danger.active {
  color: #cf1322;
  background-color: transparent;
  border-color: #cf1322;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger.disabled,
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger.disabled:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger.disabled:active,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active,
.ant-btn-background-ghost.ant-btn-danger.disabled.active,
.ant-btn-background-ghost.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-two-chinese-chars:first-letter {
  letter-spacing: 0.34em;
}
.ant-btn-two-chinese-chars > *:not(.anticon) {
  letter-spacing: 0.34em;
  margin-right: -0.34em;
}
.ant-btn-block {
  width: 100%;
}
.ant-btn:empty {
  vertical-align: top;
}
a.ant-btn {
  line-height: 30px;
}
a.ant-btn-lg {
  line-height: 38px;
}
a.ant-btn-sm {
  line-height: 22px;
}
/* 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 {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  line-height: 0;
  -webkit-transition: background 0.3s, width 0.2s;
  -o-transition: background 0.3s, width 0.2s;
  transition: background 0.3s, width 0.2s;
  zoom: 1;
}
.ant-menu:before,
.ant-menu:after {
  content: '';
  display: table;
}
.ant-menu:after {
  clear: both;
}
.ant-menu ul,
.ant-menu ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ant-menu-hidden {
  display: none;
}
.ant-menu-item-group-title {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-menu-submenu,
.ant-menu-submenu-inline {
  -webkit-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);
  -o-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);
  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-item:active,
.ant-menu-submenu-title:active {
  background: #e6f7ff;
}
.ant-menu-submenu .ant-menu-sub {
  cursor: initial;
  -webkit-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);
  -o-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);
  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-item > a {
  display: block;
  color: rgba(0, 0, 0, 0.65);
}
.ant-menu-item > a:hover {
  color: #1890ff;
}
.ant-menu-item > a:focus {
  text-decoration: none;
}
.ant-menu-item > a:before {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
}
.ant-menu-item-divider {
  height: 1px;
  overflow: hidden;
  background-color: #e8e8e8;
  line-height: 0;
}
.ant-menu-item:hover,
.ant-menu-item-active,
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-submenu-active,
.ant-menu-submenu-title:hover {
  color: #1890ff;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
  margin-top: -1px;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
  background-color: transparent;
}
.ant-menu-item-selected {
  color: #1890ff;
}
.ant-menu-item-selected > a,
.ant-menu-item-selected > a:hover {
  color: #1890ff;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #e6f7ff;
}
.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border-right: 1px solid #e8e8e8;
}
.ant-menu-vertical-right {
  border-left: 1px solid #e8e8e8;
}
.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
  border-right: 0;
  padding: 0;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
  border-right: 0;
  margin-left: 0;
  left: 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 {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-menu-horizontal.ant-menu-sub,
.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
  min-width: 160px;
}
.ant-menu-item,
.ant-menu-submenu-title {
  cursor: pointer;
  margin: 0;
  padding: 0 20px;
  position: relative;
  display: block;
  white-space: nowrap;
  -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), 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);
  -o-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), 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);
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), 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-item .anticon,
.ant-menu-submenu-title .anticon {
  min-width: 14px;
  margin-right: 10px;
  font-size: 14px;
  -webkit-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);
  -o-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);
  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);
}
.ant-menu-item .anticon + span,
.ant-menu-submenu-title .anticon + span {
  -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
}
.ant-menu > .ant-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  padding: 0;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-menu-submenu-popup {
  position: absolute;
  border-radius: 4px;
  z-index: 1050;
  background: #fff;
}
.ant-menu-submenu-popup .submenu-title-wrapper {
  padding-right: 20px;
}
.ant-menu-submenu-popup:before {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  bottom: 0;
  content: ' ';
  opacity: 0.0001;
}
.ant-menu-submenu > .ant-menu {
  background-color: #fff;
  border-radius: 4px;
}
.ant-menu-submenu > .ant-menu-submenu-title:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:after {
  content: '';
  position: absolute;
  vertical-align: baseline;
  background: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  width: 6px;
  height: 1.5px;
  border-radius: 2px;
  -webkit-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-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);
  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);
  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), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:before {
  -webkit-transform: rotate(45deg) translateY(-2px);
      -ms-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:after {
  -webkit-transform: rotate(-45deg) translateY(2px);
      -ms-transform: rotate(-45deg) translateY(2px);
          transform: rotate(-45deg) translateY(2px);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before {
  background: -webkit-gradient(linear, left top, right top, from(#1890ff), to(#1890ff));
  background: -webkit-linear-gradient(left, #1890ff, #1890ff);
  background: -o-linear-gradient(left, #1890ff, #1890ff);
  background: linear-gradient(to right, #1890ff, #1890ff);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:before {
  -webkit-transform: rotate(-45deg) translateX(2px);
      -ms-transform: rotate(-45deg) translateX(2px);
          transform: rotate(-45deg) translateX(2px);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:after {
  -webkit-transform: rotate(45deg) translateX(-2px);
      -ms-transform: rotate(45deg) translateX(-2px);
          transform: rotate(45deg) translateX(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:after {
  -webkit-transform: rotate(-45deg) translateX(-2px);
      -ms-transform: rotate(-45deg) translateX(-2px);
          transform: rotate(-45deg) translateX(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:before {
  -webkit-transform: rotate(45deg) translateX(2px);
      -ms-transform: rotate(45deg) translateX(2px);
          transform: rotate(45deg) translateX(2px);
}
.ant-menu-vertical .ant-menu-submenu-selected,
.ant-menu-vertical-left .ant-menu-submenu-selected,
.ant-menu-vertical-right .ant-menu-submenu-selected {
  color: #1890ff;
}
.ant-menu-vertical .ant-menu-submenu-selected > a,
.ant-menu-vertical-left .ant-menu-submenu-selected > a,
.ant-menu-vertical-right .ant-menu-submenu-selected > a {
  color: #1890ff;
}
.ant-menu-horizontal {
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 46px;
  white-space: nowrap;
}
.ant-menu-horizontal > .ant-menu-item,
.ant-menu-horizontal > .ant-menu-submenu {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: bottom;
  border-bottom: 2px solid transparent;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-submenu:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu-active,
.ant-menu-horizontal > .ant-menu-item-open,
.ant-menu-horizontal > .ant-menu-submenu-open,
.ant-menu-horizontal > .ant-menu-item-selected,
.ant-menu-horizontal > .ant-menu-submenu-selected {
  border-bottom: 2px solid #1890ff;
  color: #1890ff;
}
.ant-menu-horizontal > .ant-menu-item > a {
  display: block;
  color: rgba(0, 0, 0, 0.65);
}
.ant-menu-horizontal > .ant-menu-item > a:hover {
  color: #1890ff;
}
.ant-menu-horizontal > .ant-menu-item > a:before {
  bottom: -2px;
}
.ant-menu-horizontal > .ant-menu-item-selected > a {
  color: #1890ff;
}
.ant-menu-horizontal:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item {
  position: relative;
}
.ant-menu-vertical .ant-menu-item:after,
.ant-menu-vertical-left .ant-menu-item:after,
.ant-menu-vertical-right .ant-menu-item:after,
.ant-menu-inline .ant-menu-item:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 3px solid #1890ff;
  -webkit-transform: scaleY(0.0001);
      -ms-transform: scaleY(0.0001);
          transform: scaleY(0.0001);
  opacity: 0;
  -webkit-transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-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);
  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);
  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), -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.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 {
  padding: 0 16px;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     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.01px;
}
.ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.ant-menu-vertical > .ant-menu-item,
.ant-menu-vertical-left > .ant-menu-item,
.ant-menu-vertical-right > .ant-menu-item,
.ant-menu-inline > .ant-menu-item,
.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  line-height: 40px;
  height: 40px;
}
.ant-menu-inline {
  width: 100%;
}
.ant-menu-inline .ant-menu-selected:after,
.ant-menu-inline .ant-menu-item-selected:after {
  -webkit-transition: opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-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);
  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);
  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), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title {
  width: calc(100% + 1px);
}
.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 34px;
}
.ant-menu-inline-collapsed {
  width: 80px;
}
.ant-menu-inline-collapsed > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  left: 0;
  -o-text-overflow: clip;
     text-overflow: clip;
  padding: 0 32px !important;
}
.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  display: none;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
  font-size: 16px;
  line-height: 40px;
  margin: 0;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
  max-width: 0;
  display: inline-block;
  opacity: 0;
}
.ant-menu-inline-collapsed-tooltip {
  pointer-events: none;
}
.ant-menu-inline-collapsed-tooltip .anticon {
  display: none;
}
.ant-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.85);
}
.ant-menu-inline-collapsed .ant-menu-item-group-title {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding-left: 4px;
  padding-right: 4px;
}
.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 {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-menu-sub.ant-menu-inline {
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.ant-menu-sub.ant-menu-inline > .ant-menu-item,
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  line-height: 40px;
  height: 40px;
  list-style-type: disc;
  list-style-position: inside;
}
.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;
  cursor: not-allowed;
  background: none;
  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-menu-dark,
.ant-menu-dark .ant-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #001529;
}
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0.45;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:before {
  background: #fff;
}
.ant-menu-dark.ant-menu-submenu-popup {
  background: transparent;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #000c17;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) inset;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) inset;
}
.ant-menu-dark.ant-menu-horizontal {
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
  border-color: #001529;
  border-bottom: 0;
  top: 0;
  margin-top: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a:before {
  bottom: 0;
}
.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item > a {
  color: 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 {
  border-right: 0;
  margin-left: 0;
  left: 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 {
  background-color: transparent;
  color: #fff;
}
.ant-menu-dark .ant-menu-item:hover > a,
.ant-menu-dark .ant-menu-item-active > a,
.ant-menu-dark .ant-menu-submenu-active > a,
.ant-menu-dark .ant-menu-submenu-open > a,
.ant-menu-dark .ant-menu-submenu-selected > a,
.ant-menu-dark .ant-menu-submenu-title:hover > a {
  color: #fff;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow {
  opacity: 1;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:before {
  background: #fff;
}
.ant-menu-dark .ant-menu-item-selected {
  border-right: 0;
  color: #fff;
}
.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 > a:hover {
  color: #fff;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: #1890ff;
}
.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-item-disabled > a,
.ant-menu-dark .ant-menu-submenu-disabled > a {
  opacity: 0.8;
  color: rgba(255, 255, 255, 0.35) !important;
}
.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;
}
/* 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 {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 1060;
  display: block;
  visibility: visible;
  max-width: 250px;
}
.ant-tooltip-hidden {
  display: none;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 8px;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
  padding-left: 8px;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 8px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
  padding-right: 8px;
}
.ant-tooltip-inner {
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  min-height: 32px;
  word-wrap: break-word;
}
.ant-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: 3px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.75);
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 16px;
}
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 16px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: 3px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(0, 0, 0, 0.75);
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  margin-top: -5px;
}
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 8px;
}
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 8px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: 3px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0, 0, 0, 0.75);
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  margin-top: -5px;
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 8px;
}
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 8px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: 3px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.75);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 16px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 16px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.country-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  text-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.64);
}
.icon-Japan {
  background-position: 0px 0px;
}
.icon-Australia {
  background-position: 0px -16px;
}
.icon-China {
  background-position: 0px -32px;
}
.icon-England {
  background-position: 0px -48px;
}
.icon-Hong-Kong {
  background-position: 0px -64px;
}
.icon-India {
  background-position: 0px -80px;
}
.icon-Canada {
  background-position: 0px -96px;
}
.icon-Mexico {
  background-position: 0px -112px;
}
.icon-Russia {
  background-position: 0px -128px;
}
.icon-Taiwan {
  background-position: 0px -144px;
}
.icon-United-Kindom {
  background-position: 0px -160px;
}
.icon-United-Nations {
  background-position: 0px -176px;
}
.icon-United-States {
  background-position: 0px -192px;
}
.icon-Brazil {
  background-position: 0px -208px;
}
.icon-Francais {
  background-position: 0px -96px;
}
.cloudsolv-header {
  height: 88px;
  background: #F7F8F9;
  width: 100%;
}
.cloudsolv-header .more-info-box {
  position: relative;
}
.cloudsolv-header .more-info-box .red-dot {
  position: absolute;
  right: 26px;
  top: 26px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #EA402A;
}
.cloudsolv-header.EUA {
  color: white;
  background: #F7F8F9;
  border-bottom: none;
}
.cloudsolv-header.EUA .logo img {
  margin: 8px;
}
.cloudsolv-header.EUA .header-right .email-info,
.cloudsolv-header.EUA .header-right .msg-box i,
.cloudsolv-header.EUA .header-right .more-info-box i,
.cloudsolv-header.EUA .header-right .language-switch i,
.cloudsolv-header.EUA .header-right .search-btn i {
  color: #000000;
}
.cloudsolv-header.EUA .ant-badge {
  color: #000000;
}
.cloudsolv-header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  height: 87px;
}
.cloudsolv-header .logo:hover {
  cursor: pointer;
}
.cloudsolv-header .logo .view-logs {
  padding: 0 16px;
  color: #03ADBC;
  cursor: pointer;
}
.cloudsolv-header.RS {
  background: white;
}
.cloudsolv-header.RS .logo {
  margin-left: 16px;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.72);
}
.cloudsolv-header.RS .logo i {
  font-size: 32px;
  margin-right: 8px;
  color: #8a8d8f;
}
.cloudsolv-header.RS .logo:hover {
  cursor: default;
}
.cloudsolv-header .header-right {
  float: right;
  min-width: 480px;
  height: 87px;
}
.cloudsolv-header .header-right .account-action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: rgba(0, 0, 0, 0.72);
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
}
.cloudsolv-header .header-right .account-action .email-info {
  cursor: pointer;
  padding: 0 16px;
  color: rgba(0, 0, 0, 0.72);
  font-size: 15px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.cloudsolv-header .header-right .account-action .email-info:hover {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.cloudsolv-header .header-right .account-action > i {
  display: block;
}
.cloudsolv-header .header-right .account-action > .euSwitchAccount {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 32px;
  color: #000000;
}
.cloudsolv-header .header-right .account-action > .euSwitchAccount:hover {
  color: #03ADBC;
  background: #fff;
  cursor: pointer;
}
.cloudsolv-header .header-right .account-action > .euLoginout {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  height: 100%;
  color: #000000;
}
.cloudsolv-header .header-right .account-action > .euLoginout:hover {
  color: #E7322B;
  background: #fff;
  cursor: pointer;
}
.cloudsolv-header .header-right .more-info-box,
.cloudsolv-header .header-right .msg-box,
.cloudsolv-header .header-right .search-btn,
.cloudsolv-header .header-right .email-info,
.cloudsolv-header .header-right .language-switch,
.cloudsolv-header .header-right .login-out-menu {
  height: 100%;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.cloudsolv-header .header-right .more-info-box .ant-dropdown-link,
.cloudsolv-header .header-right .msg-box .ant-dropdown-link,
.cloudsolv-header .header-right .search-btn .ant-dropdown-link,
.cloudsolv-header .header-right .email-info .ant-dropdown-link,
.cloudsolv-header .header-right .language-switch .ant-dropdown-link,
.cloudsolv-header .header-right .login-out-menu .ant-dropdown-link {
  color: rgba(0, 0, 0, 0.72) !important;
  line-height: 81px;
}
@media screen and (max-width: 1440px) {
  .cloudsolv-header .header-right .more-info-box .ant-dropdown-link,
  .cloudsolv-header .header-right .msg-box .ant-dropdown-link,
  .cloudsolv-header .header-right .search-btn .ant-dropdown-link,
  .cloudsolv-header .header-right .email-info .ant-dropdown-link,
  .cloudsolv-header .header-right .language-switch .ant-dropdown-link,
  .cloudsolv-header .header-right .login-out-menu .ant-dropdown-link {
    line-height: 57px;
  }
}
.cloudsolv-header .header-right .more-info-box .ant-dropdown-link:hover,
.cloudsolv-header .header-right .msg-box .ant-dropdown-link:hover,
.cloudsolv-header .header-right .search-btn .ant-dropdown-link:hover,
.cloudsolv-header .header-right .email-info .ant-dropdown-link:hover,
.cloudsolv-header .header-right .language-switch .ant-dropdown-link:hover,
.cloudsolv-header .header-right .login-out-menu .ant-dropdown-link:hover {
  color: #03ADBC !important;
}
.cloudsolv-header .header-right .more-info-box i.icon-ESMiconset_user,
.cloudsolv-header .header-right .msg-box i.icon-ESMiconset_user,
.cloudsolv-header .header-right .search-btn i.icon-ESMiconset_user,
.cloudsolv-header .header-right .email-info i.icon-ESMiconset_user,
.cloudsolv-header .header-right .language-switch i.icon-ESMiconset_user,
.cloudsolv-header .header-right .login-out-menu i.icon-ESMiconset_user {
  font-size: 22px;
  margin: 0 0 0 5px;
  position: relative;
  top: 1px;
  padding-right: 4px;
}
.cloudsolv-header .header-right .more-info-box:hover,
.cloudsolv-header .header-right .msg-box:hover,
.cloudsolv-header .header-right .search-btn:hover,
.cloudsolv-header .header-right .email-info:hover,
.cloudsolv-header .header-right .language-switch:hover,
.cloudsolv-header .header-right .login-out-menu:hover {
  background: #fff;
  color: #03ADBC;
}
.cloudsolv-header .header-right .more-info-box:hover .ant-badge,
.cloudsolv-header .header-right .msg-box:hover .ant-badge,
.cloudsolv-header .header-right .search-btn:hover .ant-badge,
.cloudsolv-header .header-right .email-info:hover .ant-badge,
.cloudsolv-header .header-right .language-switch:hover .ant-badge,
.cloudsolv-header .header-right .login-out-menu:hover .ant-badge {
  color: #03ADBC;
}
.cloudsolv-header .header-right .more-info-box.focus,
.cloudsolv-header .header-right .msg-box.focus,
.cloudsolv-header .header-right .search-btn.focus,
.cloudsolv-header .header-right .email-info.focus,
.cloudsolv-header .header-right .language-switch.focus,
.cloudsolv-header .header-right .login-out-menu.focus {
  background: #fff;
  color: #03ADBC;
}
.cloudsolv-header .header-right .more-info-box.focus .ant-badge,
.cloudsolv-header .header-right .msg-box.focus .ant-badge,
.cloudsolv-header .header-right .search-btn.focus .ant-badge,
.cloudsolv-header .header-right .email-info.focus .ant-badge,
.cloudsolv-header .header-right .language-switch.focus .ant-badge,
.cloudsolv-header .header-right .login-out-menu.focus .ant-badge {
  color: #03ADBC;
}
.cloudsolv-header .header-right .language-switch svg {
  width: 100%;
  height: 100%;
}
.cloudsolv-header .header-right .login-out-menu {
  margin: 0 8px;
}
.cloudsolv-header .header-right .login-out-menu:hover {
  background: inherit;
}
.cloudsolv-header .header-right .msg-box,
.cloudsolv-header .header-right .search-btn {
  border-right: 1px solid transparent;
}
.cloudsolv-header .header-right .msg-box:hover,
.cloudsolv-header .header-right .search-btn:hover,
.cloudsolv-header .header-right .msg-box:focus,
.cloudsolv-header .header-right .search-btn:focus,
.cloudsolv-header .header-right .msg-box.click,
.cloudsolv-header .header-right .search-btn.click {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.cloudsolv-header .header-right .msg-box.disabled i,
.cloudsolv-header .header-right .search-btn.disabled i {
  color: #eaebec;
}
.cloudsolv-header .header-right .more-info-box,
.cloudsolv-header .header-right .language-switch,
.cloudsolv-header .header-right .msg-box,
.cloudsolv-header .header-right .search-btn {
  border-left: 1px solid transparent;
  width: 87px;
}
.cloudsolv-header .header-right .more-info-box i,
.cloudsolv-header .header-right .language-switch i,
.cloudsolv-header .header-right .msg-box i,
.cloudsolv-header .header-right .search-btn i {
  font-size: 32px;
  color: #000000;
}
.cloudsolv-header .header-right .more-info-box:hover,
.cloudsolv-header .header-right .language-switch:hover,
.cloudsolv-header .header-right .msg-box:hover,
.cloudsolv-header .header-right .search-btn:hover,
.cloudsolv-header .header-right .more-info-box:focus,
.cloudsolv-header .header-right .language-switch:focus,
.cloudsolv-header .header-right .msg-box:focus,
.cloudsolv-header .header-right .search-btn:focus,
.cloudsolv-header .header-right .more-info-box.click,
.cloudsolv-header .header-right .language-switch.click,
.cloudsolv-header .header-right .msg-box.click,
.cloudsolv-header .header-right .search-btn.click {
  background: white;
  cursor: pointer;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.cloudsolv-header .header-right .more-info-box:hover i,
.cloudsolv-header .header-right .language-switch:hover i,
.cloudsolv-header .header-right .msg-box:hover i,
.cloudsolv-header .header-right .search-btn:hover i,
.cloudsolv-header .header-right .more-info-box:focus i,
.cloudsolv-header .header-right .language-switch:focus i,
.cloudsolv-header .header-right .msg-box:focus i,
.cloudsolv-header .header-right .search-btn:focus i,
.cloudsolv-header .header-right .more-info-box.click i,
.cloudsolv-header .header-right .language-switch.click i,
.cloudsolv-header .header-right .msg-box.click i,
.cloudsolv-header .header-right .search-btn.click i {
  color: #03ADBC;
}
.cloudsolv-header .header-right .more-info-box:hover.disabled,
.cloudsolv-header .header-right .language-switch:hover.disabled,
.cloudsolv-header .header-right .msg-box:hover.disabled,
.cloudsolv-header .header-right .search-btn:hover.disabled,
.cloudsolv-header .header-right .more-info-box:focus.disabled,
.cloudsolv-header .header-right .language-switch:focus.disabled,
.cloudsolv-header .header-right .msg-box:focus.disabled,
.cloudsolv-header .header-right .search-btn:focus.disabled,
.cloudsolv-header .header-right .more-info-box.click.disabled,
.cloudsolv-header .header-right .language-switch.click.disabled,
.cloudsolv-header .header-right .msg-box.click.disabled,
.cloudsolv-header .header-right .search-btn.click.disabled {
  background: transparent;
}
.cloudsolv-header .header-right .more-info-box:hover.disabled i,
.cloudsolv-header .header-right .language-switch:hover.disabled i,
.cloudsolv-header .header-right .msg-box:hover.disabled i,
.cloudsolv-header .header-right .search-btn:hover.disabled i,
.cloudsolv-header .header-right .more-info-box:focus.disabled i,
.cloudsolv-header .header-right .language-switch:focus.disabled i,
.cloudsolv-header .header-right .msg-box:focus.disabled i,
.cloudsolv-header .header-right .search-btn:focus.disabled i,
.cloudsolv-header .header-right .more-info-box.click.disabled i,
.cloudsolv-header .header-right .language-switch.click.disabled i,
.cloudsolv-header .header-right .msg-box.click.disabled i,
.cloudsolv-header .header-right .search-btn.click.disabled i {
  color: #eaebec;
}
@media screen and (max-width: 1600px) {
  .cloudsolv-header {
    height: 64px;
  }
  .cloudsolv-header .header-right {
    height: 63px !important;
  }
  .cloudsolv-header .search-btn,
  .cloudsolv-header .more-info-box,
  .cloudsolv-header .language-switch,
  .cloudsolv-header .msg-box {
    width: 63px !important;
    height: 63px !important;
  }
  .cloudsolv-header .logo {
    height: 64px !important;
  }
  .cloudsolv-header .logo img {
    height: 48px !important;
  }
}
.ant-dropdown-menu-headerMenu {
  background: #f7f8f9 !important;
  -webkit-box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.06) !important;
          box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.06) !important;
}
.ant-dropdown-menu-headerMenu .ant-dropdown-menu-item {
  background: #f7f8f9;
}
.LoginAsList {
  min-width: 500px;
  padding: 16px 10px;
  font-size: 14px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.16);
}
.LoginAsList .ant-menu-submenu-title {
  line-height: 26px !important;
  height: 26px !important;
}
.LoginAsList .ant-menu-sub {
  margin: 5px 0 !important;
}
.LoginAsList .ant-menu-item {
  line-height: 20px !important;
  height: 20px !important;
}
.LoginAsList .selecColor {
  color: #03ADBC;
}
.LoginAsList .ant-input-suffix {
  color: #03ADBC !important;
  font-weight: bold;
}
.LoginAsList .ant-btn {
  width: 100%;
}
.LoginAsList .ant-menu {
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 10px 0;
}
.LoginAsList .ant-menu-inline,
.LoginAsList .ant-menu-vertical,
.LoginAsList .ant-menu-vertical-left {
  border: none;
}
.LoginAsList .ant-menu-inline .ant-menu-submenu-arrow,
.LoginAsList .ant-menu-vertical .ant-menu-submenu-arrow,
.LoginAsList .ant-menu-vertical-left .ant-menu-submenu-arrow {
  display: none;
}
.LoginAsList .ant-menu-item-group-title,
.LoginAsList .ant-menu-submenu-title {
  color: #000000;
  font-weight: 600;
}
.LoginAsList .ant-menu-item-group-list .ant-menu-item {
  color: rgba(0, 0, 0, 0.72);
}
.LoginAsList .ant-menu-item-group-list .ant-menu-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  color: #03ADBC;
}
.eu-user-click-menu {
  background: #f7f8f9;
  position: relative;
  top: -4px;
  -webkit-box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.06) !important;
          box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.06) !important;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  min-width: 480px;
  padding: 32px;
}
.eu-user-click-menu dl {
  margin-bottom: 30px;
}
.eu-user-click-menu dl:last-of-type {
  margin-bottom: 0;
}
.eu-user-click-menu dl:last-of-type dd:last-of-type {
  margin-bottom: 0;
}
.eu-user-click-menu dl dt {
  color: #000000;
  font-size: 15px;
  margin-bottom: 14px;
}
.eu-user-click-menu dl dd {
  color: #000000;
  font-size: 13px;
  padding: 0 0 0 32px;
}
.eu-user-click-menu dl dd.new-msg {
  position: relative;
}
.eu-user-click-menu dl dd.new-msg:after {
  display: block;
  content: ' ';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #e73229;
  position: absolute;
  top: 5px;
  left: 16px;
}
.eu-user-click-menu dl dd .float-left {
  float: left;
}
.eu-user-click-menu dl dd .float-right {
  float: right;
}
.eu-user-click-menu .euHeaderLogout {
  color: #e73229;
}
.eu-user-click-menu .euHeaderLogout span {
  float: right;
  cursor: pointer;
}
.eu-user-click-menu .euHeaderLogout span:hover {
  color: red;
}
.eu-user-click-menu .euHeaderLogout .login-list {
  float: right;
}
.eu-user-click-menu .termAndConditionInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.eu-user-click-menu .termAndConditionInfo .agreementMsgInfo {
  margin-right: 20px;
}
.eu-user-click-menu .termAndConditionInfo .viewAgreement {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.eu-common-header-menu-item {
  position: relative;
}
.eu-common-header-menu-item .red-dot {
  position: absolute;
  right: 8px;
  top: 31px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #EA402A;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
 {
  /*Round Button add Class Name kmRound*/
}
.ant-btn {
  position: relative;
  z-index: 2;
}
.ant-btn.reverse {
  border-width: 2px;
  border-style: solid;
}
.ant-btn.common-components-round:before {
  border-radius: 36px;
}
.ant-btn.common-components-round.ant-btn-lg:after {
  border-radius: 44px;
}
.ant-btn.common-components-round.ant-btn-sm:after {
  border-radius: 32px;
}
.ant-btn:before {
  display: none;
  content: ' ';
  position: absolute;
  z-index: 2;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: rgba(255, 255, 255, 0.3);
}
.ant-btn:hover:before {
  display: block;
}
.ant-btn:active:before {
  display: block;
  background: rgba(0, 0, 0, 0.2);
}
button.common-components-round.ant-btn {
  height: 42px !important;
  border-radius: 42px;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 0 23px !important;
}
@media screen and (max-width: 1600px) {
  button.common-components-round.ant-btn {
    height: 36px !important;
  }
}
button.common-components-round.ant-btn.reverse {
  background-color: #FFF !important;
}
button.common-components-round.ant-btn.ant-btn-lg {
  height: 50px !important;
  border-radius: 42px;
  font-size: 17px !important;
  font-weight: 600 !important;
  padding: 0 29px !important;
}
@media screen and (max-width: 1600px) {
  button.common-components-round.ant-btn.ant-btn-lg {
    height: 44px !important;
  }
}
button.common-components-round.ant-btn.ant-btn-sm {
  height: 36px !important;
  border-radius: 36px;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 0 17px !important;
}
@media screen and (max-width: 1600px) {
  button.common-components-round.ant-btn.ant-btn-sm {
    height: 32px !important;
  }
}
.common-components.ant-btn {
  height: 42px !important;
  font-size: 15px !important;
  background: #00afbe !important;
  border-color: #00afbe !important;
  color: #fff;
}
.common-components.ant-btn.dashboard-btn {
  background-color: #e7e8e9 !important;
  color: black !important;
  border: 1px solid #d9d9d9 !important;
  font-weight: 600;
  height: 36px !important;
  padding: 0px 36px !important;
}
.common-components.ant-btn.dashboard-btn.focus {
  background-color: white !important;
  color: #03ADBC !important;
}
.common-components.ant-btn.ant-btn-negative {
  background: #e7e8e9 !important;
  border-color: #e0e3e5 !important;
  color: #343536;
}
.common-components.ant-btn.ant-btn-negative.reverse {
  color: #343536;
  background-color: #FFF !important;
  border-color: #343536;
}
.common-components.ant-btn.ant-btn-form {
  background: #8AA91F !important;
  border-color: #8AA91F !important;
  color: #ffffff;
}
.common-components.ant-btn.ant-btn-form.reverse {
  color: #343536;
  background-color: #FFF !important;
  border-color: #343536;
}
.common-components.ant-btn.ant-btn-positive {
  background: #3ab54a !important;
  border-color: #3ab54a !important;
  color: #fff;
}
.common-components.ant-btn.ant-btn-positive.reverse {
  color: #8AA91F;
  background-color: #FFF !important;
  border-color: #8AA91F;
}
.common-components.ant-btn.ant-btn-delete {
  background: #ff5500 !important;
  border-color: #e64d00 !important;
  color: #fff;
}
.common-components.ant-btn.ant-btn-delete.reverse {
  color: #8AA91F;
  background-color: #FFF !important;
  border-color: #8AA91F;
}
.common-components.ant-btn.ant-btn-modal-submit {
  background: #E6322B !important;
  border-color: #E6322B !important;
  color: #fff;
}
.common-components.ant-btn.ant-btn-modal-submit.reverse {
  color: #8AA91F;
  background-color: #FFF !important;
  border-color: #8AA91F;
}
.common-components.ant-btn.reverse {
  color: #00afbe;
  background-color: #FFF !important;
}
.common-components.ant-btn[disabled] {
  background: #e7e8e9 !important;
  border-color: #e0e3e5 !important;
}
.common-components.ant-btn {
  height: 42px !important;
  font-size: 15px !important;
}
@media screen and (max-width: 1600px) {
  .common-components.ant-btn {
    height: 36px !important;
  }
}
.common-components.ant-btn-lg.ant-btn {
  height: 50px !important;
  font-size: 17px !important;
}
@media screen and (max-width: 1600px) {
  .common-components.ant-btn-lg.ant-btn {
    height: 44px !important;
  }
}
.common-components.ant-btn-sm.ant-btn {
  height: 36px !important;
  font-size: 13px !important;
}
@media screen and (max-width: 1600px) {
  .common-components.ant-btn-sm.ant-btn {
    height: 32px !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-modal {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  width: auto;
  margin: 0 auto;
  top: 100px;
  padding-bottom: 24px;
}
.ant-modal-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.ant-modal-title {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.ant-modal-content {
  position: relative;
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ant-modal-close {
  cursor: pointer;
  border: 0;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: rgba(0, 0, 0, 0.45);
  outline: 0;
  padding: 0;
}
.ant-modal-close-x {
  display: block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
}
.ant-modal-close:focus,
.ant-modal-close:hover {
  color: #444;
  text-decoration: none;
}
.ant-modal-header {
  padding: 16px 24px;
  border-radius: 4px 4px 0 0;
  background: #fff;
  color: rgba(0, 0, 0, 0.65);
  border-bottom: 1px solid #e8e8e8;
}
.ant-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
.ant-modal-footer {
  border-top: 1px solid #e8e8e8;
  padding: 10px 16px;
  text-align: right;
  border-radius: 0 0 4px 4px;
}
.ant-modal-footer button + button {
  margin-left: 8px;
  margin-bottom: 0;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
  z-index: 1000;
  filter: alpha(opacity=50);
}
.ant-modal-mask-hidden {
  display: none;
}
.ant-modal-open {
  overflow: hidden;
}
.ant-modal-centered {
  text-align: center;
}
.ant-modal-centered:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.ant-modal-centered .ant-modal {
  display: inline-block;
  vertical-align: middle;
  top: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .ant-modal {
    width: auto !important;
    margin: 10px;
  }
  .ant-modal-centered .ant-modal {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.ant-modal-confirm .ant-modal-header {
  display: none;
}
.ant-modal-confirm .ant-modal-close {
  display: none;
}
.ant-modal-confirm .ant-modal-body {
  padding: 32px 32px 24px;
}
.ant-modal-confirm-body-wrapper {
  zoom: 1;
}
.ant-modal-confirm-body-wrapper:before,
.ant-modal-confirm-body-wrapper:after {
  content: '';
  display: table;
}
.ant-modal-confirm-body-wrapper:after {
  clear: both;
}
.ant-modal-confirm-body .ant-modal-confirm-title {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  overflow: hidden;
}
.ant-modal-confirm-body .ant-modal-confirm-content {
  margin-left: 38px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 8px;
}
.ant-modal-confirm-body > .anticon {
  font-size: 22px;
  margin-right: 16px;
  float: left;
}
.ant-modal-confirm .ant-modal-confirm-btns {
  margin-top: 24px;
  float: right;
}
.ant-modal-confirm .ant-modal-confirm-btns button + button {
  margin-left: 8px;
  margin-bottom: 0;
}
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
  color: #f5222d;
}
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
  color: #faad14;
}
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  color: #1890ff;
}
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
  color: #52c41a;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.ant-modal-header .ant-modal-title .be-larger-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding-right: 30px;
}
.ant-modal-header .ant-modal-title .be-larger-title .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 85%;
  cursor: pointer;
}
.ant-modal-header .ant-modal-title .be-larger-title .switch {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: relative;
  top: 22px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}
.ant-modal-header .ant-modal-title .be-larger-title .switch:hover {
  color: rgba(255, 255, 255, 0.8);
}
.eu-modal .ant-modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  padding: 12px 36px 40px;
}
.eu-modal .ant-modal-content .ant-modal-header {
  border-bottom: none;
  padding: 0;
}
.eu-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  line-height: 48px;
  padding-right: 8px;
  font-weight: normal;
}
.eu-modal .ant-modal-content .ant-modal-header .ant-modal-title .be-larger-title .switch {
  width: 30px;
  height: 30px;
  top: 12px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 18px;
}
.eu-modal .ant-modal-content .ant-modal-header .ant-modal-title .be-larger-title .switch:hover {
  color: #444;
}
.eu-modal .ant-modal-content .ant-modal-body {
  padding: 0;
}
.eu-modal .ant-modal-content .ant-modal-footer {
  border-top: none;
  padding: 0;
}
.eu-modal .ant-modal-content .ant-modal-close {
  right: 43px;
  top: 25px;
}
.eu-modal .ant-modal-content .ant-modal-close .ant-modal-close-x {
  font-size: 24px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.common-modal.alert-type .ant-modal-content,
.vertical-scroll-modal.alert-type .ant-modal-content {
  border-color: #E6322B;
}
.common-modal.alert-type .ant-modal-content .ant-modal-header,
.vertical-scroll-modal.alert-type .ant-modal-content .ant-modal-header {
  background: #E6322B;
}
.common-modal.warning-type .ant-modal-content,
.vertical-scroll-modal.warning-type .ant-modal-content {
  border-color: #f27c06;
}
.common-modal.warning-type .ant-modal-content .ant-modal-header,
.vertical-scroll-modal.warning-type .ant-modal-content .ant-modal-header {
  background: #f27c06;
}
.common-modal .ant-modal-content,
.vertical-scroll-modal .ant-modal-content {
  border-radius: 8px;
  border: 2px solid #03ADBC;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.common-modal .ant-modal-content .ant-modal-header,
.vertical-scroll-modal .ant-modal-content .ant-modal-header {
  padding: 0 32px;
  border-bottom-color: transparent;
  background: #03ADBC;
}
.common-modal .ant-modal-content .ant-modal-header .ant-modal-title,
.vertical-scroll-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  font-size: 22px;
  line-height: 68px;
  color: #ffffff;
  border-bottom: none;
}
.common-modal .ant-modal-content .ant-modal-body,
.vertical-scroll-modal .ant-modal-content .ant-modal-body {
  padding: 0;
}
.common-modal .ant-modal-content .ant-modal-footer,
.vertical-scroll-modal .ant-modal-content .ant-modal-footer {
  padding: 24px 32px;
  text-align: right;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.common-modal .ant-modal-content .ant-modal-footer button + button,
.vertical-scroll-modal .ant-modal-content .ant-modal-footer button + button {
  margin-left: 24px;
}
.common-modal .ant-modal-content .ant-modal-close,
.vertical-scroll-modal .ant-modal-content .ant-modal-close {
  top: 23px;
  right: 22px;
}
.common-modal .ant-modal-content .ant-modal-close .ant-modal-close-x,
.vertical-scroll-modal .ant-modal-content .ant-modal-close .ant-modal-close-x {
  font-size: 24px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.common-modal .ant-modal-content .ant-modal-close .ant-modal-close-x:hover,
.vertical-scroll-modal .ant-modal-content .ant-modal-close .ant-modal-close-x:hover {
  color: rgba(255, 255, 255, 0.8);
}
.ant-modal-wrap {
  height: 100vm;
}
.eu-modal,
.common-modal {
  max-height: 720px;
}
.eu-modal .ant-modal-content,
.common-modal .ant-modal-content {
  max-height: 720px;
}
.eu-modal .modal-content-wrap,
.common-modal .modal-content-wrap {
  overflow-y: auto;
}
.common-modal .modal-content-wrap {
  max-height: 560px;
  padding: 16px 32px;
}
.eu-modal.content-no-padding .modal-content-wrap,
.common-modal.content-no-padding .modal-content-wrap {
  padding: 16px 0;
}
.eu-modal.content-no-padding .modal-content-wrap .eutable,
.common-modal.content-no-padding .modal-content-wrap .eutable {
  width: calc(100% - 2px);
  margin: 0 auto;
}
/* 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-input {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant: tabular-nums;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  padding: 4px 11px;
  width: 100%;
  height: 32px;
  font-size: 14px;
  line-height: 1.5;
  color: #313233;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e0e2e4;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input:hover {
  border-color: #5695c4;
  border-right-width: 1px !important;
}
.ant-input:focus {
  border-color: #40a9ff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-input-disabled {
  background-color: #eaebec;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-disabled:hover {
  border-color: #e1e9f0;
  border-right-width: 1px !important;
}
textarea.ant-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  -o-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
  min-height: 32px;
}
.ant-input-lg {
  padding: 6px 11px;
  height: 40px;
  font-size: 16px;
}
.ant-input-sm {
  padding: 1px 7px;
  height: 24px;
}
.ant-input-group {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.ant-input-group[class*='col-'] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.ant-input-group > [class*='col-'] {
  padding-right: 8px;
}
.ant-input-group > [class*='col-']:last-child {
  padding-right: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group > .ant-input {
  display: table-cell;
}
.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ant-input-group-wrap > * {
  display: block !important;
}
.ant-input-group .ant-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.ant-input-group .ant-input:focus {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-group .ant-input:hover {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-group-addon {
  padding: 0 11px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #313233;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #e0e2e4;
  border-radius: 4px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-input-group-addon .ant-select {
  margin: -5px -11px;
}
.ant-input-group-addon .ant-select .ant-select-selection {
  background-color: inherit;
  margin: -1px;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-input-group-addon .ant-select-open .ant-select-selection,
.ant-input-group-addon .ant-select-focused .ant-select-selection {
  color: #1890ff;
}
.ant-input-group-addon > i:only-child:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ant-input-group > .ant-input:first-child,
.ant-input-group-addon:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ant-input-group > .ant-input:first-child .ant-select .ant-select-selection,
.ant-input-group-addon:first-child .ant-select .ant-select-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ant-input-group-addon:first-child {
  border-right: 0;
}
.ant-input-group-addon:last-child {
  border-left: 0;
}
.ant-input-group > .ant-input:last-child,
.ant-input-group-addon:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ant-input-group > .ant-input:last-child .ant-select .ant-select-selection,
.ant-input-group-addon:last-child .ant-select .ant-select-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
  padding: 6px 11px;
  height: 40px;
  font-size: 16px;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  padding: 1px 7px;
  height: 24px;
}
.ant-input-group-lg .ant-select-selection--single {
  height: 40px;
}
.ant-input-group-sm .ant-select-selection--single {
  height: 24px;
}
.ant-input-group .ant-input-affix-wrapper {
  display: table-cell;
  width: 100%;
  float: left;
}
.ant-input-group.ant-input-group-compact {
  display: block;
  zoom: 1;
}
.ant-input-group.ant-input-group-compact:before,
.ant-input-group.ant-input-group-compact:after {
  content: '';
  display: table;
}
.ant-input-group.ant-input-group-compact:after {
  clear: both;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > * {
  border-radius: 0;
  vertical-align: top;
  float: none;
  display: inline-block;
}
.ant-input-group.ant-input-group-compact > *:not(:last-child) {
  border-right-width: 1px;
  margin-right: -1px;
}
.ant-input-group.ant-input-group-compact .ant-input {
  float: none;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input {
  border-radius: 0;
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:hover,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:hover,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:focus,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:focus,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
  vertical-align: top;
}
.ant-input-group-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.ant-input-affix-wrapper {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  width: 100%;
}
.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #5695c4;
  border-right-width: 1px !important;
}
.ant-input-affix-wrapper .ant-input {
  position: relative;
}
.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
  color: #313233;
}
.ant-input-affix-wrapper .ant-input-prefix :not(.anticon),
.ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
  line-height: 1.5;
}
.ant-input-affix-wrapper .ant-input-prefix {
  left: 12px;
}
.ant-input-affix-wrapper .ant-input-suffix {
  right: 12px;
}
.ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 30px;
}
.ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-right: 30px;
}
.ant-input-affix-wrapper .ant-input {
  min-height: 100%;
}
.ant-input-search-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-input-search-icon:hover {
  color: #333;
}
.ant-input-search:not(.ant-input-search-small) > .ant-input-suffix {
  right: 12px;
}
.ant-input-search > .ant-input-suffix > .ant-input-search-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-search > .ant-input-suffix > .ant-input-search-button > .anticon-search {
  font-size: 16px;
}
.ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-right: 46px;
}
.ant-input-search.ant-input-search-enter-button > .ant-input-suffix {
  right: 0;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.common-components-round {
  height: 40px;
  border-width: 2px !important;
  border-radius: 42px;
  font-size: 15px;
  padding-left: 21px;
  padding-right: 21px;
  border-color: rgba(0, 0, 0, 0.08);
}
.common-components-round:hover {
  border-width: 2px !important;
}
.common-components-round:focus {
  border-width: 2px !important;
}
@media screen and (max-width: 1600px) {
  .common-components-round {
    height: 34px;
  }
}
.common-components-round.common-components-textarea {
  height: auto !important;
}
.common-components-round.common-components-search {
  padding-left: 0;
  padding-right: 0;
}
.common-components-round.common-components-search .anticon.anticon-close-circle {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.45);
  padding-right: 6px;
}
.common-components-round.common-components-search .anticon.anticon-close-circle:hover {
  color: #E7322B;
}
.common-components-round.common-components-search.ant-input,
.common-components-round.common-components-search .ant-input {
  border-radius: 42px;
  height: 42px;
  font-size: 15px;
  padding-left: 21px;
  padding-right: 21px;
  text-indent: 0;
}
@media screen and (max-width: 1600px) {
  .common-components-round.common-components-search.ant-input,
  .common-components-round.common-components-search .ant-input {
    height: 36px;
  }
}
.common-components-round.common-components-search.ant-input.ant-input-lg,
.common-components-round.common-components-search .ant-input.ant-input-lg {
  border-radius: 50px;
  height: 50px;
  font-size: 18px;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 1600px) {
  .common-components-round.common-components-search.ant-input.ant-input-lg,
  .common-components-round.common-components-search .ant-input.ant-input-lg {
    height: 44px;
  }
}
.common-components-round.common-components-search.ant-input.ant-input-sm,
.common-components-round.common-components-search .ant-input.ant-input-sm {
  border-radius: 42px;
  height: 36px;
  font-size: 13px;
  padding-left: 18px;
  padding-right: 18px;
}
@media screen and (max-width: 1600px) {
  .common-components-round.common-components-search.ant-input.ant-input-sm,
  .common-components-round.common-components-search .ant-input.ant-input-sm {
    height: 32px;
  }
}
.common-components-round.ant-input.ant-input-lg,
.common-components-round .ant-input.ant-input-lg {
  border-radius: 50px;
  height: 50px;
  font-size: 18px;
}
@media screen and (max-width: 1600px) {
  .common-components-round.ant-input.ant-input-lg,
  .common-components-round .ant-input.ant-input-lg {
    height: 44px;
  }
}
.common-components-round.ant-input.ant-input-sm,
.common-components-round .ant-input.ant-input-sm {
  border-radius: 42px;
  height: 36px;
  font-size: 13px;
}
@media screen and (max-width: 1600px) {
  .common-components-round.ant-input.ant-input-sm,
  .common-components-round .ant-input.ant-input-sm {
    height: 32px;
  }
}
.common-components-search {
  padding-left: 0;
  padding-right: 0;
}
.common-components-search.ant-input-search-large {
  height: 50px;
}
@media screen and (max-width: 1600px) {
  .common-components-search.ant-input-search-large {
    height: 44px;
  }
}
.common-components-search.ant-input-search-large .ant-input {
  padding-right: 45px !important;
}
.common-components-search.ant-input-search-large .ant-input-suffix {
  right: 17.5px !important;
}
.common-components-search.ant-input-search-small .ant-input {
  padding-right: 31px !important;
}
.common-components-search.ant-input-search-small .ant-input-suffix {
  right: 10.5px !important;
}
.common-components-search .ant-input {
  padding-right: 37px !important;
}
.common-components-search .ant-input-suffix {
  right: 13.5px !important;
}
.common-components.common-components-textarea {
  height: auto !important;
  font-size: 15px !important;
}
.common-components.ant-input .common-components .ant-input,
.common-components .ant-input-number-input,
.common-components.ant-input-number {
  background-color: #FFF;
  min-width: 42px;
  border-color: rgba(0, 0, 0, 0.08) !important;
  padding-left: 10.5px;
  padding-right: 10.5px;
}
.common-components.ant-input:focus,
.common-components .ant-input:focus,
.common-components .ant-input-number-input:focus,
.common-components.ant-input-number.ant-input-number-focused,
.common-components.ant-input:hover,
.common-components .ant-input:hover,
.common-components:hover .ant-input-number-input,
.common-components.ant-input-number:hover {
  background-color: #f8f8f8;
  border-color: #03ADBC !important;
  -webkit-box-shadow: 0 0 0 2px rgba(3, 173, 188, 0.2);
          box-shadow: 0 0 0 2px rgba(3, 173, 188, 0.2);
}
.common-components.ant-input,
.common-components .ant-input,
.common-components .ant-input-number,
.common-components.ant-input-number {
  height: 42px;
  font-size: 15px;
}
@media screen and (max-width: 1600px) {
  .common-components.ant-input,
  .common-components .ant-input,
  .common-components .ant-input-number,
  .common-components.ant-input-number {
    height: 36px;
  }
}
.common-components input.ant-input {
  text-indent: 14px;
}
.common-components .ant-input-number input,
.common-components.ant-input-number input {
  height: 42px;
}
@media screen and (max-width: 1600px) {
  .common-components .ant-input-number input,
  .common-components.ant-input-number input {
    height: 36px;
  }
}
.common-components.ant-input.ant-input-lg,
.common-components .ant-input.ant-input-lg,
.common-components .ant-input-number-lg,
.common-components.ant-input-number-lg {
  height: 50px;
  font-size: 18px;
}
@media screen and (max-width: 1600px) {
  .common-components.ant-input.ant-input-lg,
  .common-components .ant-input.ant-input-lg,
  .common-components .ant-input-number-lg,
  .common-components.ant-input-number-lg {
    height: 44px;
  }
}
.common-components input.ant-input.ant-input-lg {
  text-indent: 18px;
}
.common-components .ant-input-number-lg input,
.common-components.ant-input-number-lg input {
  height: 50px;
}
@media screen and (max-width: 1600px) {
  .common-components .ant-input-number-lg input,
  .common-components.ant-input-number-lg input {
    height: 44px;
  }
}
.common-components.ant-input.ant-input-sm,
.common-components .ant-input.ant-input-sm,
.common-components .ant-input-number-sm,
.common-components.ant-input-number-sm {
  height: 36px;
  font-size: 13px;
}
@media screen and (max-width: 1600px) {
  .common-components.ant-input.ant-input-sm,
  .common-components .ant-input.ant-input-sm,
  .common-components .ant-input-number-sm,
  .common-components.ant-input-number-sm {
    height: 32px;
  }
}
.common-components input.ant-input.ant-input-sm {
  text-indent: 10px;
}
.common-components .ant-input-number-sm input,
.common-components.ant-input-number-sm input {
  height: 36px;
}
@media screen and (max-width: 1600px) {
  .common-components .ant-input-number-sm input,
  .common-components.ant-input-number-sm input {
    height: 32px;
  }
}
.common-components .ant-input-prefix .anticon-search {
  font-size: 18px;
  color: #03ADBC;
  font-weight: bold;
}
.has-error .ant-input:focus,
.has-error .ant-input:hover,
.has-error .ant-input:active {
  border-color: #E7322B !important;
}
.purple .ant-input:hover,
.purple .ant-input:focus,
.purple .ant-input:active {
  border-color: #5E4899 !important;
  -webkit-box-shadow: 0 0 0 2px rgba(94, 72, 153, 0.2);
          box-shadow: 0 0 0 2px rgba(94, 72, 153, 0.2);
}
/* 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-table-wrapper {
  zoom: 1;
}
.ant-table-wrapper:before,
.ant-table-wrapper:after {
  content: '';
  display: table;
}
.ant-table-wrapper:after {
  clear: both;
}
.ant-table {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  clear: both;
}
.ant-table-body {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ant-table-empty .ant-table-body {
  overflow: auto !important;
}
.ant-table table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-radius: 4px 4px 0 0;
}
.ant-table-thead > tr > th {
  background: #fafafa;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  text-align: left;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-thead > tr > th[colspan] {
  text-align: center;
}
.ant-table-thead > tr > th .anticon-filter,
.ant-table-thead > tr > th .ant-table-filter-icon {
  font-size: 12px;
  cursor: pointer;
  color: #bfbfbf;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 28px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  text-align: center;
}
.ant-table-thead > tr > th .anticon-filter > svg,
.ant-table-thead > tr > th .ant-table-filter-icon > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -6px;
}
.ant-table-thead > tr > th .ant-table-filter-selected.anticon-filter {
  color: #1890ff;
}
.ant-table-thead > tr > th .ant-table-column-sorter {
  position: absolute;
  right: 6px;
  top: 50%;
  width: 14px;
  height: 17px;
  margin-top: -8.5px;
  text-align: center;
  color: #bfbfbf;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-table-thead > tr > th .ant-table-column-sorter-up,
.ant-table-thead > tr > th .ant-table-column-sorter-down {
  display: inline-block;
  font-size: 12px;
  font-size: 11px \9;
  -webkit-transform: scale(0.91666667) rotate(0deg);
      -ms-transform: scale(0.91666667) rotate(0deg);
          transform: scale(0.91666667) rotate(0deg);
  line-height: 4px;
  height: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
:root .ant-table-thead > tr > th .ant-table-column-sorter-up,
:root .ant-table-thead > tr > th .ant-table-column-sorter-down {
  font-size: 12px;
}
.ant-table-thead > tr > th .ant-table-column-sorter-up.on,
.ant-table-thead > tr > th .ant-table-column-sorter-down.on {
  color: #1890ff;
}
.ant-table-thead > tr > th .ant-table-column-sorter-down {
  margin-top: 4px;
}
.ant-table-thead > tr > th.ant-table-column-has-actions {
  position: relative;
  background-clip: padding-box;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .anticon-filter.ant-table-filter-open,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .ant-table-filter-icon.ant-table-filter-open {
  color: rgba(0, 0, 0, 0.45);
  background: #e5e5e5;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:hover,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:hover {
  color: rgba(0, 0, 0, 0.45);
  background: #e5e5e5;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:active,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:active {
  color: rgba(0, 0, 0, 0.65);
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters {
  cursor: pointer;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover {
  background: #f2f2f2;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .anticon-filter,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .ant-table-filter-icon {
  background: #f2f2f2;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-up:not(.on),
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-down:not(.on) {
  color: rgba(0, 0, 0, 0.45);
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters {
  padding-right: 30px !important;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters.ant-table-column-has-filters {
  padding-right: 54px !important;
}
.ant-table-thead > tr > th .ant-table-column-sorters:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-table-thead > tr > th .ant-table-column-sorters:hover:before {
  background: rgba(0, 0, 0, 0.04);
}
.ant-table-thead > tr > th.ant-table-column-has-filters .ant-table-column-sorter {
  right: 34px;
}
.ant-table-thead > tr > th.ant-table-column-has-sorters {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-table-thead > tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}
.ant-table-thead > tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}
.ant-table-thead > tr:not(:last-child) > th[colspan] {
  border-bottom: 0;
}
.ant-table-tbody > tr > td {
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: all 0.3s, border 0s;
  -o-transition: all 0.3s, border 0s;
  transition: all 0.3s, border 0s;
}
.ant-table-thead > tr,
.ant-table-tbody > tr {
  -webkit-transition: all 0.3s, height 0s;
  -o-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
}
.ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
.ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
.ant-table-thead > tr:hover:not(.ant-table-expanded-row) > td,
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
  background: #faf5c3;
}
.ant-table-thead > tr:hover {
  background: none;
}
.ant-table-footer {
  padding: 16px 16px;
  background: #fafafa;
  border-radius: 0 0 4px 4px;
  position: relative;
  border-top: 1px solid #e8e8e8;
}
.ant-table-footer:before {
  content: '';
  height: 1px;
  background: #fafafa;
  position: absolute;
  top: -1px;
  width: 100%;
  left: 0;
}
.ant-table.ant-table-bordered .ant-table-footer {
  border: 1px solid #e8e8e8;
}
.ant-table-title {
  padding: 16px 0;
  position: relative;
  top: 1px;
  border-radius: 4px 4px 0 0;
}
.ant-table.ant-table-bordered .ant-table-title {
  border: 1px solid #e8e8e8;
  padding-left: 16px;
  padding-right: 16px;
}
.ant-table-title + .ant-table-content {
  position: relative;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.ant-table-bordered .ant-table-title + .ant-table-content,
.ant-table-bordered .ant-table-title + .ant-table-content table,
.ant-table-bordered .ant-table-title + .ant-table-content .ant-table-thead > tr:first-child > th {
  border-radius: 0;
}
.ant-table-without-column-header .ant-table-title + .ant-table-content,
.ant-table-without-column-header table {
  border-radius: 0;
}
.ant-table-tbody > tr.ant-table-row-selected td {
  background: #fafafa;
}
.ant-table-thead > tr > th.ant-table-column-sort {
  background: #f5f5f5;
}
.ant-table-tbody > tr > td.ant-table-column-sort {
  background: rgba(0, 0, 0, 0.01);
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
  padding: 16px 16px;
}
.ant-table-thead > tr > th.ant-table-selection-column-custom .ant-table-selection {
  margin-right: -15px;
}
.ant-table-thead > tr > th.ant-table-selection-column,
.ant-table-tbody > tr > td.ant-table-selection-column {
  text-align: center;
  min-width: 62px;
  width: 62px;
}
.ant-table-thead > tr > th.ant-table-selection-column .ant-radio-wrapper,
.ant-table-tbody > tr > td.ant-table-selection-column .ant-radio-wrapper {
  margin-right: 0;
}
.ant-table-expand-icon-th,
.ant-table-row-expand-icon-cell {
  text-align: center;
  min-width: 50px;
  width: 50px;
}
.ant-table-header {
  background: #fafafa;
  overflow: hidden;
}
.ant-table-header table {
  border-radius: 4px 4px 0 0;
}
.ant-table-loading {
  position: relative;
}
.ant-table-loading .ant-table-body {
  background: #fff;
  opacity: 0.5;
}
.ant-table-loading .ant-table-spin-holder {
  height: 20px;
  line-height: 20px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  position: absolute;
}
.ant-table-loading .ant-table-with-pagination {
  margin-top: -20px;
}
.ant-table-loading .ant-table-without-pagination {
  margin-top: 10px;
}
.ant-table-bordered .ant-table-header > table,
.ant-table-bordered .ant-table-body > table,
.ant-table-bordered .ant-table-fixed-left table,
.ant-table-bordered .ant-table-fixed-right table {
  border: 1px solid #e8e8e8;
  border-right: 0;
  border-bottom: 0;
}
.ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-header > table {
  border-bottom: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-body > table {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-body-inner > table {
  border-top: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-placeholder {
  border: 0;
}
.ant-table-bordered .ant-table-thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-bordered .ant-table-thead > tr > th,
.ant-table-bordered .ant-table-tbody > tr > td {
  border-right: 1px solid #e8e8e8;
}
.ant-table-placeholder {
  position: relative;
  padding: 16px 16px;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.ant-table-placeholder .anticon {
  margin-right: 4px;
}
.ant-table-pagination.ant-pagination {
  margin: 16px 0;
  float: right;
}
.ant-table-filter-dropdown {
  min-width: 96px;
  margin-left: -8px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  position: relative;
}
.ant-table-filter-dropdown .ant-dropdown-menu {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px 4px 0 0;
}
.ant-table-filter-dropdown .ant-dropdown-menu-without-submenu {
  max-height: 400px;
  overflow-x: hidden;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item > label + span {
  padding-right: 0;
}
.ant-table-filter-dropdown .ant-dropdown-menu-sub {
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title:after {
  color: #1890ff;
  font-weight: bold;
  text-shadow: 0 0 2px #bae7ff;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item {
  overflow: hidden;
}
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-item:last-child,
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title {
  border-radius: 0;
}
.ant-table-filter-dropdown-btns {
  overflow: hidden;
  padding: 7px 8px;
  border-top: 1px solid #e8e8e8;
}
.ant-table-filter-dropdown-link {
  color: #1890ff;
}
.ant-table-filter-dropdown-link:hover {
  color: #40a9ff;
}
.ant-table-filter-dropdown-link:active {
  color: #096dd9;
}
.ant-table-filter-dropdown-link.confirm {
  float: left;
}
.ant-table-filter-dropdown-link.clear {
  float: right;
}
.ant-table-selection-select-all-custom {
  margin-right: 4px !important;
}
.ant-table-selection .anticon-down {
  color: #bfbfbf;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-table-selection-menu {
  min-width: 96px;
  margin-top: 5px;
  margin-left: -30px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-selection-menu .ant-action-down {
  color: #bfbfbf;
}
.ant-table-selection-down {
  cursor: pointer;
  padding: 0;
  display: inline-block;
  line-height: 1;
}
.ant-table-selection-down:hover .anticon-down {
  color: #666;
}
.ant-table-row-expand-icon {
  cursor: pointer;
  display: inline-block;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 14px;
  border: 1px solid #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #fff;
}
.ant-table-row-expanded:after {
  content: '-';
}
.ant-table-row-collapsed:after {
  content: '+';
}
.ant-table-row-spaced {
  visibility: hidden;
}
.ant-table-row-spaced:after {
  content: '.';
}
.ant-table-row[class*='ant-table-row-level-0'] .ant-table-selection-column > span {
  display: inline-block;
}
tr.ant-table-expanded-row,
tr.ant-table-expanded-row:hover {
  background: #fbfbfb;
}
tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -16px -16px -17px;
}
.ant-table .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-right: 8px;
}
.ant-table-scroll {
  overflow: auto;
  overflow-x: hidden;
}
.ant-table-scroll table {
  width: auto;
  min-width: 100%;
}
.ant-table-body-inner {
  height: 100%;
}
.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  position: relative;
  background: #fff;
}
.ant-table-fixed-header .ant-table-body-inner {
  overflow: scroll;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header {
  overflow: scroll;
  padding-bottom: 20px;
  margin-bottom: -20px;
  opacity: 0.9999;
}
.ant-table-fixed-left,
.ant-table-fixed-right {
  position: absolute;
  top: 0;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  border-radius: 0;
}
.ant-table-fixed-left table,
.ant-table-fixed-right table {
  width: auto;
  background: #fff;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-outer .ant-table-fixed,
.ant-table-fixed-header .ant-table-fixed-right .ant-table-body-outer .ant-table-fixed {
  border-radius: 0;
}
.ant-table-fixed-left {
  left: 0;
  -webkit-box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.15);
          box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.ant-table-fixed-left .ant-table-header {
  overflow-y: hidden;
}
.ant-table-fixed-left .ant-table-body-inner {
  margin-right: -20px;
  padding-right: 20px;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner {
  padding-right: 0;
}
.ant-table-fixed-left,
.ant-table-fixed-left table {
  border-radius: 4px 0 0 0;
}
.ant-table-fixed-left .ant-table-thead > tr > th:last-child {
  border-top-right-radius: 0;
}
.ant-table-fixed-right {
  right: 0;
  -webkit-box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
          box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.ant-table-fixed-right,
.ant-table-fixed-right table {
  border-radius: 0 4px 0 0;
}
.ant-table-fixed-right .ant-table-expanded-row {
  color: transparent;
  pointer-events: none;
}
.ant-table-fixed-right .ant-table-thead > tr > th:first-child {
  border-top-left-radius: 0;
}
.ant-table.ant-table-scroll-position-left .ant-table-fixed-left {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-table.ant-table-scroll-position-right .ant-table-fixed-right {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-table-middle > .ant-table-title,
.ant-table-middle > .ant-table-footer {
  padding: 12px 8px;
}
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 12px 8px;
}
.ant-table-middle tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -12px -16px -13px;
}
.ant-table-small {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.ant-table-small > .ant-table-title,
.ant-table-small > .ant-table-footer {
  padding: 8px 8px;
}
.ant-table-small > .ant-table-title {
  border-bottom: 1px solid #e8e8e8;
  top: 0;
}
.ant-table-small > .ant-table-content > .ant-table-body {
  margin: 0 8px;
}
.ant-table-small > .ant-table-content > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  border: 0;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 8px 8px;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort {
  background-color: rgba(0, 0, 0, 0.01);
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  padding: 0;
}
.ant-table-small > .ant-table-content .ant-table-header {
  background-color: #fff;
}
.ant-table-small > .ant-table-content .ant-table-placeholder,
.ant-table-small > .ant-table-content .ant-table-row:last-child td {
  border-bottom: 0;
}
.ant-table-small.ant-table-bordered {
  border-right: 0;
}
.ant-table-small.ant-table-bordered .ant-table-title {
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-content {
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-footer {
  border: 0;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-footer:before {
  display: none;
}
.ant-table-small.ant-table-bordered .ant-table-placeholder {
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
}
.ant-table-small.ant-table-bordered .ant-table-thead > tr > th:last-child,
.ant-table-small.ant-table-bordered .ant-table-tbody > tr > td:last-child {
  border-right: none;
}
.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead > tr > th:last-child,
.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody > tr > td:last-child {
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-fixed-right {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.ant-table-small tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -8px -16px -9px;
}
/* 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-radio-group {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  line-height: unset;
}
.ant-radio-wrapper {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin-right: 8px;
  cursor: pointer;
}
.ant-radio {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  outline: none;
  display: inline-block;
  position: relative;
  line-height: 1;
  vertical-align: sub;
  cursor: pointer;
}
.ant-radio-wrapper:hover .ant-radio .ant-radio-inner,
.ant-radio:hover .ant-radio-inner,
.ant-radio-focused .ant-radio-inner {
  border-color: #1890ff;
}
.ant-radio-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #1890ff;
  content: '';
  -webkit-animation: antRadioEffect 0.36s ease-in-out;
          animation: antRadioEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  visibility: hidden;
}
.ant-radio:hover:after,
.ant-radio-wrapper:hover .ant-radio:after {
  visibility: visible;
}
.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-width: 1px;
  border-style: solid;
  border-radius: 100px;
  border-color: #d9d9d9;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-radio-inner:after {
  position: absolute;
  width: 8px;
  height: 8px;
  left: 3px;
  top: 3px;
  border-radius: 8px;
  display: table;
  border-top: 0;
  border-left: 0;
  content: ' ';
  background-color: #1890ff;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.ant-radio-checked .ant-radio-inner {
  border-color: #1890ff;
}
.ant-radio-checked .ant-radio-inner:after {
  -webkit-transform: scale(0.875);
      -ms-transform: scale(0.875);
          transform: scale(0.875);
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-disabled .ant-radio-inner {
  border-color: #d9d9d9 !important;
  background-color: #eaebec;
  cursor: not-allowed;
}
.ant-radio-disabled .ant-radio-inner:after {
  background-color: #ccc;
}
.ant-radio-disabled .ant-radio-input {
  cursor: not-allowed;
}
.ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
span.ant-radio + * {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-radio-button-wrapper {
  margin: 0;
  height: 32px;
  line-height: 30px;
  color: #cccecf;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border-left: 0;
  border-top-width: 1.02px;
  background: #fff;
  padding: 0 15px;
  position: relative;
}
.ant-radio-button-wrapper a {
  color: #cccecf;
}
.ant-radio-button-wrapper > .ant-radio-button {
  margin-left: 0;
  display: block;
  width: 0;
  height: 0;
}
.ant-radio-group-large .ant-radio-button-wrapper {
  height: 40px;
  line-height: 38px;
  font-size: 16px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
  height: 24px;
  line-height: 22px;
  padding: 0 7px;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  content: '';
  display: block;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #d9d9d9;
}
.ant-radio-button-wrapper:first-child {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid #d9d9d9;
}
.ant-radio-button-wrapper:last-child {
  border-radius: 0 4px 4px 0;
}
.ant-radio-button-wrapper:first-child:last-child {
  border-radius: 4px;
}
.ant-radio-button-wrapper:hover,
.ant-radio-button-wrapper-focused {
  color: #1890ff;
  position: relative;
}
.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type='checkbox'],
.ant-radio-button-wrapper input[type='radio'] {
  opacity: 0;
  width: 0;
  height: 0;
}
.ant-radio-button-wrapper-checked {
  background: #fff;
  border-color: #1890ff;
  color: #1890ff;
  -webkit-box-shadow: -1px 0 0 0 #1890ff;
          box-shadow: -1px 0 0 0 #1890ff;
  z-index: 1;
}
.ant-radio-button-wrapper-checked::before {
  background-color: #1890ff !important;
  opacity: 0.1;
}
.ant-radio-button-wrapper-checked:first-child {
  border-color: #1890ff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ant-radio-button-wrapper-checked:hover {
  border-color: #40a9ff;
  -webkit-box-shadow: -1px 0 0 0 #40a9ff;
          box-shadow: -1px 0 0 0 #40a9ff;
  color: #40a9ff;
}
.ant-radio-button-wrapper-checked:active {
  border-color: #096dd9;
  -webkit-box-shadow: -1px 0 0 0 #096dd9;
          box-shadow: -1px 0 0 0 #096dd9;
  color: #096dd9;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  background: #1890ff;
  border-color: #1890ff;
  color: #fff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  border-color: #40a9ff;
  background: #40a9ff;
  color: #fff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  border-color: #096dd9;
  background: #096dd9;
  color: #fff;
}
.ant-radio-button-wrapper-disabled {
  border-color: #d9d9d9;
  background-color: #eaebec;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  border-color: #d9d9d9;
  background-color: #eaebec;
  color: rgba(0, 0, 0, 0.25);
}
.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@-webkit-keyframes antRadioEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes antRadioEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@supports (-moz-appearance: meterbar) and (background-blend-mode: difference, normal) {
  .ant-radio {
    vertical-align: text-bottom;
  }
}
/* 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 */
@-webkit-keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
.ant-checkbox {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  top: -0.09em;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #1890ff;
}
.ant-checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #1890ff;
  content: '';
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
          animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  visibility: hidden;
}
.ant-checkbox:hover:after,
.ant-checkbox-wrapper:hover .ant-checkbox:after {
  visibility: visible;
}
.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-collapse: separate;
}
.ant-checkbox-inner:after {
  -webkit-transform: rotate(45deg) scale(0);
      -ms-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
  position: absolute;
  left: 4.57142857px;
  top: 1.14285714px;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  opacity: 0;
}
.ant-checkbox-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ant-checkbox-checked .ant-checkbox-inner:after {
  -webkit-transform: rotate(45deg) scale(1);
      -ms-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  opacity: 1;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
  -webkit-animation-name: none;
          animation-name: none;
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
}
.ant-checkbox-disabled .ant-checkbox-inner {
  border-color: #d9d9d9 !important;
  background-color: #eaebec;
}
.ant-checkbox-disabled .ant-checkbox-inner:after {
  -webkit-animation-name: none;
          animation-name: none;
  border-color: #eaebec;
  border-collapse: separate;
}
.ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-checkbox-wrapper {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: unset;
  cursor: pointer;
  display: inline-block;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}
.ant-checkbox-wrapper + span,
.ant-checkbox + span {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-checkbox-group {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.ant-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 0;
}
.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-checkbox-indeterminate .ant-checkbox-inner:after {
  content: ' ';
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  border: 0;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  opacity: 1;
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after {
  border-color: rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.25);
}
/* 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-pagination {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-pagination ul,
.ant-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-pagination:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.ant-pagination-total-text {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  line-height: 30px;
  margin-right: 8px;
}
.ant-pagination-item {
  cursor: pointer;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  margin-right: 8px;
  font-family: Arial;
  outline: 0;
}
.ant-pagination-item a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  margin: 0 6px;
}
.ant-pagination-item:focus,
.ant-pagination-item:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-color: #1890ff;
}
.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: #1890ff;
}
.ant-pagination-item-active {
  border-color: #1890ff;
  font-weight: 500;
}
.ant-pagination-item-active a {
  color: #1890ff;
}
.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
  border-color: #40a9ff;
}
.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #40a9ff;
}
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  outline: 0;
}
.ant-pagination-jump-prev .ant-pagination-item-container,
.ant-pagination-jump-next .ant-pagination-item-container {
  position: relative;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  display: inline-block;
  font-size: 12px;
  font-size: 12px \9;
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  color: #1890ff;
  letter-spacing: -1px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
:root .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
:root .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  font-size: 12px;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
  position: absolute;
  display: block;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
.ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 1;
}
.ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:focus .ant-pagination-item-ellipsis,
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 0;
}
.ant-pagination-prev,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  margin-right: 8px;
}
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  font-family: Arial;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  list-style: none;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: middle;
}
.ant-pagination-prev,
.ant-pagination-next {
  outline: 0;
}
.ant-pagination-prev a,
.ant-pagination-next a {
  color: rgba(0, 0, 0, 0.65);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-pagination-prev:hover a,
.ant-pagination-next:hover a {
  border-color: #40a9ff;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 12px;
  height: 100%;
  text-align: center;
}
.ant-pagination-prev:focus .ant-pagination-item-link,
.ant-pagination-next:focus .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  border-color: #1890ff;
  color: #1890ff;
}
.ant-pagination-disabled,
.ant-pagination-disabled:hover,
.ant-pagination-disabled:focus {
  cursor: not-allowed;
}
.ant-pagination-disabled a,
.ant-pagination-disabled:hover a,
.ant-pagination-disabled:focus a,
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-pagination-disabled:focus .ant-pagination-item-link {
  border-color: #d9d9d9;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-pagination-slash {
  margin: 0 10px 0 5px;
}
.ant-pagination-options {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.ant-pagination-options-size-changer.ant-select {
  display: inline-block;
  width: auto;
  margin-right: 8px;
}
.ant-pagination-options-quick-jumper {
  display: inline-block;
  vertical-align: top;
  height: 32px;
  line-height: 32px;
}
.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  padding: 4px 11px;
  width: 100%;
  height: 32px;
  font-size: 14px;
  line-height: 1.5;
  color: #313233;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e0e2e4;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 8px;
  width: 50px;
}
.ant-pagination-options-quick-jumper input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input:hover {
  border-color: #5695c4;
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input:focus {
  border-color: #40a9ff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input-disabled {
  background-color: #eaebec;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #e1e9f0;
  border-right-width: 1px !important;
}
textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  -o-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
  min-height: 32px;
}
.ant-pagination-options-quick-jumper input-lg {
  padding: 6px 11px;
  height: 40px;
  font-size: 16px;
}
.ant-pagination-options-quick-jumper input-sm {
  padding: 1px 7px;
  height: 24px;
}
.ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  border: 0;
  height: 24px;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link:after,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link:after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination-simple .ant-pagination-simple-pager {
  display: inline-block;
  margin-right: 8px;
  height: 24px;
}
.ant-pagination-simple .ant-pagination-simple-pager input {
  margin-right: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  outline: none;
  padding: 0 6px;
  height: 100%;
  text-align: center;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #1890ff;
}
.ant-pagination.mini .ant-pagination-total-text,
.ant-pagination.mini .ant-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-item {
  margin: 0;
  min-width: 24px;
  height: 24px;
  line-height: 22px;
}
.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.mini .ant-pagination-prev,
.ant-pagination.mini .ant-pagination-next {
  margin: 0;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
  border-color: transparent;
  background: transparent;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link:after,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link:after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-jump-prev,
.ant-pagination.mini .ant-pagination-jump-next {
  height: 24px;
  line-height: 24px;
  margin-right: 0;
}
.ant-pagination.mini .ant-pagination-options {
  margin-left: 2px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  padding: 1px 7px;
  height: 24px;
  width: 44px;
}
@media only screen and (max-width: 1280px) {
  .ant-pagination-item-after-jump-prev,
  .ant-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .ant-pagination-options {
    display: none;
  }
}
/* 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-select {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  position: relative;
  outline: 0;
}
.ant-select ul,
.ant-select ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-select > ul > li > a {
  padding: 0;
  background-color: #fff;
}
.ant-select-arrow {
  display: inline-block;
  font-style: normal;
  vertical-align: -0.125em;
  text-align: center;
  text-transform: none;
  line-height: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  line-height: 1;
  margin-top: -6px;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
}
.ant-select-arrow > * {
  line-height: 1;
}
.ant-select-arrow svg {
  display: inline-block;
}
.ant-select-arrow:before {
  display: none;
}
.ant-select-arrow .ant-select-arrow-icon {
  display: block;
}
.ant-select-arrow .ant-select-arrow-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ant-select-selection {
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select-selection:hover {
  border-color: #5695c4;
  border-right-width: 1px !important;
}
.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  border-color: #40a9ff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-select-selection__clear {
  display: inline-block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  opacity: 0;
  position: absolute;
  right: 11px;
  z-index: 1;
  background: #fff;
  top: 50%;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  width: 12px;
  height: 12px;
  margin-top: -6px;
  line-height: 12px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, opacity 0.15s ease;
  -o-transition: color 0.3s ease, opacity 0.15s ease;
  transition: color 0.3s ease, opacity 0.15s ease;
}
.ant-select-selection__clear:before {
  display: block;
}
.ant-select-selection__clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-select-selection:hover .ant-select-selection__clear {
  opacity: 1;
}
.ant-select-selection-selected-value {
  float: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  padding-right: 20px;
}
.ant-select-no-arrow .ant-select-selection-selected-value {
  padding-right: 0;
}
.ant-select-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-disabled .ant-select-selection {
  background: #eaebec;
  cursor: not-allowed;
}
.ant-select-disabled .ant-select-selection:hover,
.ant-select-disabled .ant-select-selection:focus,
.ant-select-disabled .ant-select-selection:active {
  border-color: #d9d9d9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-select-disabled .ant-select-selection__clear {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
  background: #f5f5f5;
  color: #aaa;
  padding-right: 10px;
}
.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove {
  display: none;
}
.ant-select-selection--single {
  height: 32px;
  position: relative;
  cursor: pointer;
}
.ant-select-selection__rendered {
  display: block;
  margin-left: 11px;
  margin-right: 11px;
  position: relative;
  line-height: 30px;
}
.ant-select-selection__rendered:after {
  content: '.';
  visibility: hidden;
  pointer-events: none;
  display: inline-block;
  width: 0;
}
.ant-select-lg {
  font-size: 16px;
}
.ant-select-lg .ant-select-selection--single {
  height: 40px;
}
.ant-select-lg .ant-select-selection__rendered {
  line-height: 38px;
}
.ant-select-lg .ant-select-selection--multiple {
  min-height: 40px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 32px;
  line-height: 32px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear {
  top: 20px;
}
.ant-select-sm .ant-select-selection--single {
  height: 24px;
}
.ant-select-sm .ant-select-selection__rendered {
  line-height: 22px;
  margin: 0 7px;
}
.ant-select-sm .ant-select-selection--multiple {
  min-height: 24px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 16px;
  line-height: 14px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear {
  top: 12px;
}
.ant-select-sm .ant-select-selection__clear,
.ant-select-sm .ant-select-arrow {
  right: 8px;
}
.ant-select-disabled .ant-select-selection__choice__remove {
  color: rgba(0, 0, 0, 0.25);
  cursor: default;
}
.ant-select-disabled .ant-select-selection__choice__remove:hover {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-search__field__wrap {
  display: inline-block;
  position: relative;
}
.ant-select-selection__placeholder,
.ant-select-search__field__placeholder {
  position: absolute;
  top: 50%;
  left: 0;
  right: 9px;
  color: #bfbfbf;
  line-height: 20px;
  height: 20px;
  max-width: 100%;
  margin-top: -10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.ant-select-search__field__placeholder {
  left: 12px;
}
.ant-select-search__field__mirror {
  position: absolute;
  top: 0;
  left: 0;
  white-space: pre;
  pointer-events: none;
  opacity: 0;
}
.ant-select-search--inline {
  position: absolute;
  height: 100%;
  width: 100%;
}
.ant-select-search--inline .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.ant-select-search--inline .ant-select-search__field {
  border-width: 0;
  font-size: 100%;
  height: 100%;
  width: 100%;
  background: transparent;
  outline: 0;
  border-radius: 4px;
  line-height: 1;
}
.ant-select-search--inline > i {
  float: right;
}
.ant-select-selection--multiple {
  min-height: 32px;
  cursor: text;
  padding-bottom: 3px;
  zoom: 1;
}
.ant-select-selection--multiple:before,
.ant-select-selection--multiple:after {
  content: '';
  display: table;
}
.ant-select-selection--multiple:after {
  clear: both;
}
.ant-select-selection--multiple .ant-select-search--inline {
  float: left;
  position: static;
  width: auto;
  padding: 0;
  max-width: 100%;
}
.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field {
  max-width: 100%;
  width: 0.75em;
}
.ant-select-selection--multiple .ant-select-selection__rendered {
  margin-left: 5px;
  margin-bottom: -3px;
  height: auto;
}
.ant-select-selection--multiple .ant-select-selection__placeholder {
  margin-left: 6px;
}
.ant-select-selection--multiple > ul > li,
.ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  margin-top: 3px;
  height: 24px;
  line-height: 22px;
}
.ant-select-selection--multiple .ant-select-selection__choice {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  cursor: default;
  float: left;
  margin-right: 4px;
  max-width: 99%;
  position: relative;
  overflow: hidden;
  -webkit-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0 20px 0 10px;
}
.ant-select-selection--multiple .ant-select-selection__choice__disabled {
  padding: 0 10px;
}
.ant-select-selection--multiple .ant-select-selection__choice__content {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 100%;
  -webkit-transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select-selection--multiple .ant-select-selection__choice__remove {
  font-style: normal;
  vertical-align: -0.125em;
  text-align: center;
  text-transform: none;
  line-height: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.45);
  line-height: inherit;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  position: absolute;
  right: 4px;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove > * {
  line-height: 1;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove svg {
  display: inline-block;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove:before {
  display: none;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove .ant-select-selection--multiple .ant-select-selection__choice__remove-icon {
  display: block;
}
:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
  font-size: 12px;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove:hover {
  color: #404040;
}
.ant-select-selection--multiple .ant-select-selection__clear {
  top: 16px;
}
.ant-select-allow-clear .ant-select-selection--single .ant-select-selection-selected-value {
  padding-right: 16px;
}
.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-right: 20px;
}
.ant-select-open .ant-select-arrow-icon svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ant-select-open .ant-select-selection {
  border-color: #40a9ff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-select-combobox .ant-select-arrow {
  display: none;
}
.ant-select-combobox .ant-select-search--inline {
  height: 100%;
  width: 100%;
  float: none;
}
.ant-select-combobox .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.ant-select-combobox .ant-select-search__field {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s;
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 20px;
}
.ant-select-dropdown {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  margin: 0;
  padding: 0;
  list-style: none;
  font-variant: initial;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1050;
  left: -9999px;
  top: -9999px;
  position: absolute;
  outline: none;
  font-size: 14px;
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-select-dropdown-hidden {
  display: none;
}
.ant-select-dropdown-menu {
  outline: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  max-height: 250px;
  overflow: auto;
}
.ant-select-dropdown-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-select-dropdown-menu-item-group-list > .ant-select-dropdown-menu-item {
  padding-left: 20px;
}
.ant-select-dropdown-menu-item-group-title {
  color: rgba(0, 0, 0, 0.45);
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}
.ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),
.ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child {
  border-radius: 0;
}
.ant-select-dropdown-menu-item {
  position: relative;
  display: block;
  padding: 5px 12px;
  line-height: 22px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-select-dropdown-menu-item:hover {
  background-color: #e6f7ff;
}
.ant-select-dropdown-menu-item:first-child {
  border-radius: 4px 4px 0 0;
}
.ant-select-dropdown-menu-item:last-child {
  border-radius: 0 0 4px 4px;
}
.ant-select-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-select-dropdown-menu-item-selected,
.ant-select-dropdown-menu-item-selected:hover {
  background-color: #fafafa;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
}
.ant-select-dropdown-menu-item-active {
  background-color: #e6f7ff;
}
.ant-select-dropdown-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  background-color: #e8e8e8;
  line-height: 0;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
  padding-right: 32px;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon {
  color: transparent;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  font-weight: bold;
  text-shadow: 0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0;
}
:root .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon {
  font-size: 12px;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon {
  color: #ddd;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon {
  display: none;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon {
  color: #1890ff;
  display: inline-block;
}
.ant-select-dropdown-container-open .ant-select-dropdown,
.ant-select-dropdown-open .ant-select-dropdown {
  display: block;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.eutable {
  background-color: white;
  border-radius: 6px;
}
.eutable td {
  white-space: pre-wrap;
  line-height: 1.3;
  word-break: normal !important;
}
.eutable .ellipsis-table table {
  table-layout: fixed;
}
.eutable .ellipsis-table table td {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.eutable .toolbar {
  text-align: right;
  background-color: white;
  padding: 16px 16px;
  color: rgba(0, 0, 0, 0.72);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
@media screen and (min-width: 1600px) {
  .eutable .toolbar {
    padding: 24px 16px !important;
  }
}
.eutable .base-table-selection-column {
  min-width: 50px;
  width: 50px;
}
.eutable .ant-table {
  font-size: 16px;
  line-height: 16px;
}
.eutable .ant-table .ant-table-footer {
  padding: 0px 16px;
}
.eutable .ant-table table {
  color: #000000;
}
.eutable .ant-table table .ant-table-thead {
  font-size: 14px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.3);
}
.eutable .ant-table table .ant-table-thead > tr > th {
  padding: 4px 8px !important;
  height: 36px;
  color: rgba(0, 0, 0, 0.72);
  background-color: #eaebec;
  border-top: 1px solid #dddedf;
  border-bottom: 1px solid #dddedf;
  word-break: normal;
  word-wrap: break-word;
}
@media screen and (min-width: 1600px) {
  .eutable .ant-table table .ant-table-thead > tr > th {
    height: 44px;
  }
}
.eutable .ant-table table .ant-table-thead > tr > th.ant-table-selection-column {
  min-width: 50px;
  width: 50px;
}
.eutable .ant-table table .cloudBoder {
  border-top: 1px dotted #03ADBC;
  border-bottom: 1px dotted #03ADBC;
}
.eutable .ant-table table .cloudBoder > td {
  background-color: #fff;
}
.eutable .ant-table table .cloudBoder:first-child {
  border-left: 1px dotted #03ADBC;
}
.eutable .ant-table table .cloudBoder:last-child {
  border-right: 1px dotted #03ADBC;
}
.eutable .ant-table table .ant-table-tbody > tr:nth-child(2n) {
  background-color: #fafbfc;
}
.eutable .ant-table table .ant-table-tbody > tr > td {
  padding: 0px 8px !important;
  height: 54px;
  border-top: 1px dotted transparent;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.08);
  word-wrap: break-word;
  word-break: keep-all;
}
@media screen and (min-width: 1600px) {
  .eutable .ant-table table .ant-table-tbody > tr > td {
    padding: 11px 8px !important;
    height: 64px;
  }
}
.eutable .ant-table table .ant-table-tbody > tr > td:first-child {
  border-left: 1px dotted transparent;
}
.eutable .ant-table table .ant-table-tbody > tr > td:last-child {
  border-right: 1px dotted transparent;
}
.eutable .ant-table table .ant-table-tbody > tr > td.ant-table-selection-column {
  min-width: 50px;
  width: 50px;
}
.eutable .ant-table table .ant-table-tbody > tr > td .ant-table-body {
  padding: 16px 0px;
}
.eutable .ant-table table .ant-table-tbody > tr > td .ant-table-body .ant-table-thead > tr > th {
  background-color: #F1F2F3;
  border-top: 1px solid #dddedf;
  border-bottom: 1px solid #dddedf;
}
.eutable .ant-table table .ant-table-tbody > tr:not(.ant-table-expanded-row):hover > td {
  border-top: 1px dotted #03ADBC;
  border-bottom: 1px dotted #03ADBC;
}
.eutable .ant-table table .ant-table-tbody > tr:not(.ant-table-expanded-row):hover > td > td {
  background-color: #fff;
}
.eutable .ant-table table .ant-table-tbody > tr:not(.ant-table-expanded-row):hover > td:first-child {
  border-left: 1px dotted #03ADBC;
}
.eutable .ant-table table .ant-table-tbody > tr:not(.ant-table-expanded-row):hover > td:last-child {
  border-right: 1px dotted #03ADBC;
}
.eutable .ant-table table .ant-table-tbody .ant-table-row-selected > td {
  background-color: #C5F5FA !important;
  border-top: 1px solid #A1DBDB !important;
  border-bottom: 1px solid #A1DBDB !important;
}
.eutable .ant-table table tr.ant-table-expanded-row,
.eutable .ant-table table tr.ant-table-expanded-row:hover > td {
  border-top: 1px dotted #03ADBC;
  border-bottom: 1px dotted #03ADBC;
}
.eutable .ant-table table tr.ant-table-expanded-row > td,
.eutable .ant-table table tr.ant-table-expanded-row:hover > td > td {
  background-color: #fff;
}
.eutable .ant-table table tr.ant-table-expanded-row:first-child,
.eutable .ant-table table tr.ant-table-expanded-row:hover > td:first-child {
  border-left: 1px dotted #03ADBC;
}
.eutable .ant-table table tr.ant-table-expanded-row:last-child,
.eutable .ant-table table tr.ant-table-expanded-row:hover > td:last-child {
  border-right: 1px dotted #03ADBC;
}
.eutable .rstable .ant-table table .ant-table-thead > tr > th {
  padding: 4px 8px !important;
  height: 32px;
  font-weight: normal !important;
}
@media screen and (min-width: 1600px) {
  .eutable .rstable .ant-table table .ant-table-thead > tr > th {
    height: 40px;
  }
}
.eutable .rstable .ant-table table .ant-table-tbody > tr > td {
  padding: 4px 8px !important;
  height: 42px ;
}
@media screen and (min-width: 1600px) {
  .eutable .rstable .ant-table table .ant-table-tbody > tr > td {
    height: 52px ;
  }
}
.eutable .ant-table-pagination.ant-pagination {
  float: left;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.72);
  padding-left: 20px;
}
.eutable .ant-table-pagination.ant-pagination .ant-pagination-prev,
.eutable .ant-table-pagination.ant-pagination .ant-pagination-next,
.eutable .ant-table-pagination.ant-pagination .ant-pagination-jump-prev,
.eutable .ant-table-pagination.ant-pagination .ant-pagination-jump-next {
  min-width: 24px;
  height: 24px;
  line-height: 24px;
}
.eutable .ant-table-pagination.ant-pagination .ant-pagination-item {
  min-width: 24px;
  height: 24px;
  line-height: 24px;
}
.eutable .ant-table-pagination.ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper {
  line-height: 36px;
  height: 36px;
}
.eutable .ant-table-pagination.ant-pagination .ant-pagination-prev .ant-pagination-item-link::after,
.eutable .ant-table-pagination.ant-pagination .ant-pagination-next .ant-pagination-item-link::after {
  font-size: 16px;
}
.eutable .ant-table-pagination.ant-pagination .ant-pagination-total-text {
  font-size: 16px;
}
.eutable .ant-table-pagination.ant-pagination .ant-pagination-item-link {
  border: none;
}
.eutable .ant-table-pagination.ant-pagination .ant-pagination-item {
  border: none !important;
}
.eutable .ant-table-pagination.ant-pagination .ant-pagination-item a {
  color: #336699 !important;
}
.eutable .ant-table-pagination.ant-pagination .ant-pagination-item-active {
  background-color: #00afbe;
  border-color: #00afbe;
}
.eutable .ant-table-pagination.ant-pagination .ant-pagination-item-active a {
  color: white !important;
}
.eutable .ant-table-pagination.ant-pagination .ant-pagination-options .ant-select-selection--single {
  height: 36px;
  color: rgba(0, 0, 0, 0.72);
  font-size: 16px;
}
.eutable .ant-table-pagination.ant-pagination .ant-pagination-options .ant-select-selection__rendered {
  line-height: 32px;
}
.eutable .ant-table-pagination.ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input {
  height: 36px;
  color: rgba(0, 0, 0, 0.72);
  font-size: 16px;
}
.eutable .ant-table-row-indent.indent-level-0 {
  visibility: hidden;
}
.eutable .ant-table-row-indent:not(.indent-level-0) + .ant-table-row-spaced {
  position: relative;
  visibility: visible;
  border: none;
  background: transparent;
  margin-right: 15px;
}
.eutable .ant-table-row-indent:not(.indent-level-0) + .ant-table-row-spaced::before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0px;
  left: 1px;
  width: 18px;
  height: 18px;
  border-left: 1px dashed #7c878e;
  border-bottom: 1px dashed #7c878e;
}
.eutable .ant-table-row-indent:not(.indent-level-0) + .ant-table-row-spaced::after {
  content: '';
  border: none;
}
.pop-confirm-modal .detail {
  margin-top: 30px;
}
.pop-confirm-modal .buttons-box {
  text-align: center;
  margin-top: 40px;
}
.pop-confirm-modal .buttons-box button + button {
  margin-left: 16px;
}
/* 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-popover {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  cursor: auto;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  white-space: normal;
  font-weight: normal;
  text-align: left;
}
.ant-popover:after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
}
.ant-popover-hidden {
  display: none;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 10px;
}
.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 10px;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 10px;
}
.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 10px;
}
.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-popover-title {
  min-width: 177px;
  margin: 0;
  padding: 5px 16px 4px;
  min-height: 32px;
  border-bottom: 1px solid #e8e8e8;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
.ant-popover-inner-content {
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.65);
}
.ant-popover-message {
  padding: 4px 0 12px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  position: relative;
}
.ant-popover-message > .anticon {
  position: absolute;
  top: 8px;
  color: #faad14;
  font-size: 14px;
}
.ant-popover-message-title {
  padding-left: 22px;
}
.ant-popover-buttons {
  text-align: right;
  margin-bottom: 4px;
}
.ant-popover-buttons button {
  margin-left: 8px;
}
.ant-popover-arrow {
  background: #fff;
  background-color: inherit;
  width: 8.48528137px;
  height: 8.48528137px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  bottom: 5.5px;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  left: 6px;
  -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
          box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  top: 6px;
  -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
          box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  right: 6px;
  -webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
          box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
/* 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-form {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-form legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: inherit;
  color: rgba(0, 0, 0, 0.45);
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
.ant-form label {
  font-size: 14px;
}
.ant-form input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ant-form input[type='radio'],
.ant-form input[type='checkbox'] {
  line-height: normal;
}
.ant-form input[type='file'] {
  display: block;
}
.ant-form input[type='range'] {
  display: block;
  width: 100%;
}
.ant-form select[multiple],
.ant-form select[size] {
  height: auto;
}
.ant-form input[type='file']:focus,
.ant-form input[type='radio']:focus,
.ant-form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ant-form output {
  display: block;
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #313233;
}
.ant-form-item-required:before {
  display: inline-block;
  margin-right: 4px;
  content: '*';
  font-family: SimSun;
  line-height: 1;
  font-size: 14px;
  color: #f5222d;
}
.ant-form-hide-required-mark .ant-form-item-required:before {
  display: none;
}
input[type='radio'][disabled],
input[type='checkbox'][disabled],
input[type='radio'].disabled,
input[type='checkbox'].disabled {
  cursor: not-allowed;
}
.ant-radio-inline.disabled,
.ant-radio-vertical.disabled,
.ant-checkbox-inline.disabled,
.ant-checkbox-vertical.disabled {
  cursor: not-allowed;
}
.ant-radio.disabled label,
.ant-checkbox.disabled label {
  cursor: not-allowed;
}
.ant-form-item {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 24px;
  vertical-align: top;
}
.ant-form-item label {
  position: relative;
}
.ant-form-item label > .anticon {
  vertical-align: top;
  font-size: 14px;
}
.ant-form-item-control {
  line-height: 39.9999px;
  position: relative;
  zoom: 1;
}
.ant-form-item-control:before,
.ant-form-item-control:after {
  content: '';
  display: table;
}
.ant-form-item-control:after {
  clear: both;
}
.ant-form-item-children {
  position: relative;
}
.ant-form-item-with-help {
  margin-bottom: 5px;
}
.ant-form-item-label {
  text-align: right;
  vertical-align: middle;
  line-height: 39.9999px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.ant-form-item-label label {
  color: rgba(0, 0, 0, 0.85);
}
.ant-form-item-label label:after {
  content: ':';
  margin: 0 8px 0 2px;
  position: relative;
  top: -0.5px;
}
.ant-form-item .ant-switch {
  margin: 2px 0 4px;
}
.ant-form-item-no-colon .ant-form-item-label label:after {
  content: ' ';
}
.ant-form-explain,
.ant-form-extra {
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.524;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-top: -2px;
  clear: both;
}
.ant-form-extra {
  padding-top: 4px;
}
.ant-form-text {
  display: inline-block;
  padding-right: 8px;
}
.ant-form-split {
  display: block;
  text-align: center;
}
form .has-feedback .ant-input {
  padding-right: 24px;
}
form .has-feedback > .ant-select .ant-select-arrow,
form .has-feedback > .ant-select .ant-select-selection__clear,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear {
  right: 28px;
}
form .has-feedback > .ant-select .ant-select-selection-selected-value,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 42px;
}
form .has-feedback .ant-cascader-picker-arrow {
  margin-right: 17px;
}
form .has-feedback .ant-cascader-picker-clear {
  right: 28px;
}
form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: 28px;
}
form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-time-picker-icon,
form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-time-picker-clear {
  right: 28px;
}
form textarea.ant-input {
  height: auto;
  margin-bottom: 4px;
}
form .ant-upload {
  background: transparent;
}
form input[type='radio'],
form input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
form .ant-radio-inline,
form .ant-checkbox-inline {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
  margin-left: 8px;
}
form .ant-radio-inline:first-child,
form .ant-checkbox-inline:first-child {
  margin-left: 0;
}
form .ant-checkbox-vertical,
form .ant-radio-vertical {
  display: block;
}
form .ant-checkbox-vertical + .ant-checkbox-vertical,
form .ant-radio-vertical + .ant-radio-vertical {
  margin-left: 0;
}
form .ant-input-number + .ant-form-text {
  margin-left: 8px;
}
form .ant-input-number-handler-wrap {
  z-index: 2;
}
form .ant-select,
form .ant-cascader-picker {
  width: 100%;
}
form .ant-input-group .ant-select,
form .ant-input-group .ant-cascader-picker {
  width: auto;
}
form :not(.ant-input-group-wrapper) > .ant-input-group,
form .ant-input-group-wrapper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.ant-input-group-wrap .ant-select-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ant-input-group-wrap .ant-select-selection:hover {
  border-color: #d9d9d9;
}
.ant-input-group-wrap .ant-select-selection--single {
  margin-left: -1px;
  height: 40px;
  background-color: #eee;
}
.ant-input-group-wrap .ant-select-selection--single .ant-select-selection__rendered {
  padding-left: 8px;
  padding-right: 25px;
  line-height: 30px;
}
.ant-input-group-wrap .ant-select-open .ant-select-selection {
  border-color: #d9d9d9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  padding: 0 0 8px;
  margin: 0;
  display: block;
  text-align: left;
  line-height: 1.5;
}
.ant-form-vertical .ant-form-item-label label:after,
.ant-col-24.ant-form-item-label label:after,
.ant-col-xl-24.ant-form-item-label label:after {
  display: none;
}
.ant-form-vertical .ant-form-item {
  padding-bottom: 8px;
}
.ant-form-vertical .ant-form-item-control {
  line-height: 1.5;
}
.ant-form-vertical .ant-form-explain,
.ant-form-vertical .ant-form-extra {
  margin-top: 2px;
  margin-bottom: -4px;
}
@media (max-width: 575px) {
  .ant-form-item-label,
  .ant-form-item-control-wrapper {
    display: block;
    width: 100%;
  }
  .ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .ant-form-item-label label:after {
    display: none;
  }
  .ant-col-xs-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .ant-col-xs-24.ant-form-item-label label:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .ant-col-sm-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .ant-col-sm-24.ant-form-item-label label:after {
    display: none;
  }
}
@media (max-width: 1279px) {
  .ant-col-md-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .ant-col-md-24.ant-form-item-label label:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ant-col-lg-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .ant-col-lg-24.ant-form-item-label label:after {
    display: none;
  }
}
@media (max-width: 1599px) {
  .ant-col-xl-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .ant-col-xl-24.ant-form-item-label label:after {
    display: none;
  }
}
.ant-form-inline .ant-form-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
}
.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px;
}
.ant-form-inline .ant-form-item > .ant-form-item-control-wrapper,
.ant-form-inline .ant-form-item > .ant-form-item-label {
  display: inline-block;
  vertical-align: top;
}
.ant-form-inline .ant-form-text {
  display: inline-block;
}
.ant-form-inline .has-feedback {
  display: inline-block;
}
.has-success.has-feedback .ant-form-item-children-icon,
.has-warning.has-feedback .ant-form-item-children-icon,
.has-error.has-feedback .ant-form-item-children-icon,
.is-validating.has-feedback .ant-form-item-children-icon {
  position: absolute;
  top: 50%;
  right: 0;
  visibility: visible;
  pointer-events: none;
  width: 32px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  text-align: center;
  font-size: 14px;
  -webkit-animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
          animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  z-index: 1;
}
.has-success.has-feedback .ant-form-item-children-icon svg,
.has-warning.has-feedback .ant-form-item-children-icon svg,
.has-error.has-feedback .ant-form-item-children-icon svg,
.is-validating.has-feedback .ant-form-item-children-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.has-success.has-feedback .ant-form-item-children-icon {
  -webkit-animation-name: diffZoomIn1 !important;
          animation-name: diffZoomIn1 !important;
  color: #52c41a;
}
.has-warning .ant-form-explain,
.has-warning .ant-form-split {
  color: #faad14;
}
.has-warning .ant-input,
.has-warning .ant-input:hover {
  border-color: #faad14;
}
.has-warning .ant-input:focus {
  border-color: #ffc53d;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px !important;
}
.has-warning .ant-input:not([disabled]):hover {
  border-color: #faad14;
}
.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ffc53d;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px !important;
}
.has-warning .ant-input-affix-wrapper .ant-input,
.has-warning .ant-input-affix-wrapper .ant-input:hover {
  border-color: #faad14;
}
.has-warning .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ffc53d;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px !important;
}
.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #faad14;
}
.has-warning .ant-input-prefix {
  color: #faad14;
}
.has-warning .ant-input-group-addon {
  color: #faad14;
  border-color: #faad14;
  background-color: #fff;
}
.has-warning .has-feedback {
  color: #faad14;
}
.has-warning.has-feedback .ant-form-item-children-icon {
  color: #faad14;
  -webkit-animation-name: diffZoomIn3 !important;
          animation-name: diffZoomIn3 !important;
}
.has-warning .ant-select-selection {
  border-color: #faad14;
}
.has-warning .ant-select-selection:hover {
  border-color: #faad14;
}
.has-warning .ant-select-open .ant-select-selection,
.has-warning .ant-select-focused .ant-select-selection {
  border-color: #ffc53d;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px !important;
}
.has-warning .ant-calendar-picker-icon:after,
.has-warning .ant-time-picker-icon:after,
.has-warning .ant-picker-icon:after,
.has-warning .ant-select-arrow,
.has-warning .ant-cascader-picker-arrow {
  color: #faad14;
}
.has-warning .ant-input-number,
.has-warning .ant-time-picker-input {
  border-color: #faad14;
}
.has-warning .ant-input-number-focused,
.has-warning .ant-time-picker-input-focused,
.has-warning .ant-input-number:focus,
.has-warning .ant-time-picker-input:focus {
  border-color: #ffc53d;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px !important;
}
.has-warning .ant-input-number:not([disabled]):hover,
.has-warning .ant-time-picker-input:not([disabled]):hover {
  border-color: #faad14;
}
.has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ffc53d;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px !important;
}
.has-error .ant-form-explain,
.has-error .ant-form-split {
  color: #f5222d;
}
.has-error .ant-input,
.has-error .ant-input:hover {
  border-color: #f5222d;
}
.has-error .ant-input:focus {
  border-color: #ff4d4f;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  border-right-width: 1px !important;
}
.has-error .ant-input:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ff4d4f;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  border-right-width: 1px !important;
}
.has-error .ant-input-affix-wrapper .ant-input,
.has-error .ant-input-affix-wrapper .ant-input:hover {
  border-color: #f5222d;
}
.has-error .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ff4d4f;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  border-right-width: 1px !important;
}
.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #f5222d;
}
.has-error .ant-input-prefix {
  color: #f5222d;
}
.has-error .ant-input-group-addon {
  color: #f5222d;
  border-color: #f5222d;
  background-color: #fff;
}
.has-error .has-feedback {
  color: #f5222d;
}
.has-error.has-feedback .ant-form-item-children-icon {
  color: #f5222d;
  -webkit-animation-name: diffZoomIn2 !important;
          animation-name: diffZoomIn2 !important;
}
.has-error .ant-select-selection {
  border-color: #f5222d;
}
.has-error .ant-select-selection:hover {
  border-color: #f5222d;
}
.has-error .ant-select-open .ant-select-selection,
.has-error .ant-select-focused .ant-select-selection {
  border-color: #ff4d4f;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  border-right-width: 1px !important;
}
.has-error .ant-select.ant-select-auto-complete .ant-input:focus {
  border-color: #f5222d;
}
.has-error .ant-input-group-addon .ant-select-selection {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.has-error .ant-calendar-picker-icon:after,
.has-error .ant-time-picker-icon:after,
.has-error .ant-picker-icon:after,
.has-error .ant-select-arrow,
.has-error .ant-cascader-picker-arrow {
  color: #f5222d;
}
.has-error .ant-input-number,
.has-error .ant-time-picker-input {
  border-color: #f5222d;
}
.has-error .ant-input-number-focused,
.has-error .ant-time-picker-input-focused,
.has-error .ant-input-number:focus,
.has-error .ant-time-picker-input:focus {
  border-color: #ff4d4f;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  border-right-width: 1px !important;
}
.has-error .ant-input-number:not([disabled]):hover,
.has-error .ant-time-picker-input:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-mention-wrapper .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
  border-color: #ff4d4f;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  border-right-width: 1px !important;
}
.has-error .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ff4d4f;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  border-right-width: 1px !important;
}
.has-error .ant-transfer-list {
  border-color: #f5222d;
}
.has-error .ant-transfer-list-search:not([disabled]) {
  border-color: #e0e2e4;
}
.has-error .ant-transfer-list-search:not([disabled]):hover {
  border-color: #5695c4;
  border-right-width: 1px !important;
}
.has-error .ant-transfer-list-search:not([disabled]):focus {
  border-color: #40a9ff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
}
.is-validating.has-feedback .ant-form-item-children-icon {
  display: inline-block;
  color: #1890ff;
}
.ant-advanced-search-form .ant-form-item {
  margin-bottom: 24px;
}
.ant-advanced-search-form .ant-form-item-with-help {
  margin-bottom: 5px;
}
.show-help-enter,
.show-help-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.show-help-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
  -webkit-animation-name: antShowHelpIn;
          animation-name: antShowHelpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.show-help-leave.show-help-leave-active {
  -webkit-animation-name: antShowHelpOut;
          animation-name: antShowHelpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.show-help-enter,
.show-help-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-help-leave {
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@-webkit-keyframes antShowHelpIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes antShowHelpIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes antShowHelpOut {
  to {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes antShowHelpOut {
  to {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes diffZoomIn1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes diffZoomIn1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes diffZoomIn2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes diffZoomIn2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes diffZoomIn3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes diffZoomIn3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* 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-row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  zoom: 1;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ant-row:before,
.ant-row:after {
  content: '';
  display: table;
}
.ant-row:after {
  clear: both;
}
.ant-row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.ant-row-flex:before,
.ant-row-flex:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ant-row-flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ant-row-flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ant-row-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ant-row-flex-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ant-row-flex-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.ant-row-flex-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ant-row-flex-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ant-row-flex-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ant-col {
  position: relative;
  display: block;
}
.ant-col-1, .ant-col-xs-1, .ant-col-sm-1, .ant-col-md-1, .ant-col-lg-1, .ant-col-2, .ant-col-xs-2, .ant-col-sm-2, .ant-col-md-2, .ant-col-lg-2, .ant-col-3, .ant-col-xs-3, .ant-col-sm-3, .ant-col-md-3, .ant-col-lg-3, .ant-col-4, .ant-col-xs-4, .ant-col-sm-4, .ant-col-md-4, .ant-col-lg-4, .ant-col-5, .ant-col-xs-5, .ant-col-sm-5, .ant-col-md-5, .ant-col-lg-5, .ant-col-6, .ant-col-xs-6, .ant-col-sm-6, .ant-col-md-6, .ant-col-lg-6, .ant-col-7, .ant-col-xs-7, .ant-col-sm-7, .ant-col-md-7, .ant-col-lg-7, .ant-col-8, .ant-col-xs-8, .ant-col-sm-8, .ant-col-md-8, .ant-col-lg-8, .ant-col-9, .ant-col-xs-9, .ant-col-sm-9, .ant-col-md-9, .ant-col-lg-9, .ant-col-10, .ant-col-xs-10, .ant-col-sm-10, .ant-col-md-10, .ant-col-lg-10, .ant-col-11, .ant-col-xs-11, .ant-col-sm-11, .ant-col-md-11, .ant-col-lg-11, .ant-col-12, .ant-col-xs-12, .ant-col-sm-12, .ant-col-md-12, .ant-col-lg-12, .ant-col-13, .ant-col-xs-13, .ant-col-sm-13, .ant-col-md-13, .ant-col-lg-13, .ant-col-14, .ant-col-xs-14, .ant-col-sm-14, .ant-col-md-14, .ant-col-lg-14, .ant-col-15, .ant-col-xs-15, .ant-col-sm-15, .ant-col-md-15, .ant-col-lg-15, .ant-col-16, .ant-col-xs-16, .ant-col-sm-16, .ant-col-md-16, .ant-col-lg-16, .ant-col-17, .ant-col-xs-17, .ant-col-sm-17, .ant-col-md-17, .ant-col-lg-17, .ant-col-18, .ant-col-xs-18, .ant-col-sm-18, .ant-col-md-18, .ant-col-lg-18, .ant-col-19, .ant-col-xs-19, .ant-col-sm-19, .ant-col-md-19, .ant-col-lg-19, .ant-col-20, .ant-col-xs-20, .ant-col-sm-20, .ant-col-md-20, .ant-col-lg-20, .ant-col-21, .ant-col-xs-21, .ant-col-sm-21, .ant-col-md-21, .ant-col-lg-21, .ant-col-22, .ant-col-xs-22, .ant-col-sm-22, .ant-col-md-22, .ant-col-lg-22, .ant-col-23, .ant-col-xs-23, .ant-col-sm-23, .ant-col-md-23, .ant-col-lg-23, .ant-col-24, .ant-col-xs-24, .ant-col-sm-24, .ant-col-md-24, .ant-col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.ant-col-1, .ant-col-2, .ant-col-3, .ant-col-4, .ant-col-5, .ant-col-6, .ant-col-7, .ant-col-8, .ant-col-9, .ant-col-10, .ant-col-11, .ant-col-12, .ant-col-13, .ant-col-14, .ant-col-15, .ant-col-16, .ant-col-17, .ant-col-18, .ant-col-19, .ant-col-20, .ant-col-21, .ant-col-22, .ant-col-23, .ant-col-24 {
  float: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ant-col-24 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.ant-col-push-24 {
  left: 100%;
}
.ant-col-pull-24 {
  right: 100%;
}
.ant-col-offset-24 {
  margin-left: 100%;
}
.ant-col-order-24 {
  -webkit-box-ordinal-group: 25;
      -ms-flex-order: 24;
          order: 24;
}
.ant-col-23 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 95.83333333%;
}
.ant-col-push-23 {
  left: 95.83333333%;
}
.ant-col-pull-23 {
  right: 95.83333333%;
}
.ant-col-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-order-23 {
  -webkit-box-ordinal-group: 24;
      -ms-flex-order: 23;
          order: 23;
}
.ant-col-22 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 91.66666667%;
}
.ant-col-push-22 {
  left: 91.66666667%;
}
.ant-col-pull-22 {
  right: 91.66666667%;
}
.ant-col-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-order-22 {
  -webkit-box-ordinal-group: 23;
      -ms-flex-order: 22;
          order: 22;
}
.ant-col-21 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 87.5%;
}
.ant-col-push-21 {
  left: 87.5%;
}
.ant-col-pull-21 {
  right: 87.5%;
}
.ant-col-offset-21 {
  margin-left: 87.5%;
}
.ant-col-order-21 {
  -webkit-box-ordinal-group: 22;
      -ms-flex-order: 21;
          order: 21;
}
.ant-col-20 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 83.33333333%;
}
.ant-col-push-20 {
  left: 83.33333333%;
}
.ant-col-pull-20 {
  right: 83.33333333%;
}
.ant-col-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-order-20 {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}
.ant-col-19 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 79.16666667%;
}
.ant-col-push-19 {
  left: 79.16666667%;
}
.ant-col-pull-19 {
  right: 79.16666667%;
}
.ant-col-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-order-19 {
  -webkit-box-ordinal-group: 20;
      -ms-flex-order: 19;
          order: 19;
}
.ant-col-18 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 75%;
}
.ant-col-push-18 {
  left: 75%;
}
.ant-col-pull-18 {
  right: 75%;
}
.ant-col-offset-18 {
  margin-left: 75%;
}
.ant-col-order-18 {
  -webkit-box-ordinal-group: 19;
      -ms-flex-order: 18;
          order: 18;
}
.ant-col-17 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70.83333333%;
}
.ant-col-push-17 {
  left: 70.83333333%;
}
.ant-col-pull-17 {
  right: 70.83333333%;
}
.ant-col-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-order-17 {
  -webkit-box-ordinal-group: 18;
      -ms-flex-order: 17;
          order: 17;
}
.ant-col-16 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 66.66666667%;
}
.ant-col-push-16 {
  left: 66.66666667%;
}
.ant-col-pull-16 {
  right: 66.66666667%;
}
.ant-col-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-order-16 {
  -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16;
}
.ant-col-15 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 62.5%;
}
.ant-col-push-15 {
  left: 62.5%;
}
.ant-col-pull-15 {
  right: 62.5%;
}
.ant-col-offset-15 {
  margin-left: 62.5%;
}
.ant-col-order-15 {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}
.ant-col-14 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 58.33333333%;
}
.ant-col-push-14 {
  left: 58.33333333%;
}
.ant-col-pull-14 {
  right: 58.33333333%;
}
.ant-col-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-order-14 {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}
.ant-col-13 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 54.16666667%;
}
.ant-col-push-13 {
  left: 54.16666667%;
}
.ant-col-pull-13 {
  right: 54.16666667%;
}
.ant-col-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-order-13 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.ant-col-12 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
.ant-col-push-12 {
  left: 50%;
}
.ant-col-pull-12 {
  right: 50%;
}
.ant-col-offset-12 {
  margin-left: 50%;
}
.ant-col-order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.ant-col-11 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 45.83333333%;
}
.ant-col-push-11 {
  left: 45.83333333%;
}
.ant-col-pull-11 {
  right: 45.83333333%;
}
.ant-col-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.ant-col-10 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 41.66666667%;
}
.ant-col-push-10 {
  left: 41.66666667%;
}
.ant-col-pull-10 {
  right: 41.66666667%;
}
.ant-col-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.ant-col-9 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 37.5%;
}
.ant-col-push-9 {
  left: 37.5%;
}
.ant-col-pull-9 {
  right: 37.5%;
}
.ant-col-offset-9 {
  margin-left: 37.5%;
}
.ant-col-order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.ant-col-8 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33333333%;
}
.ant-col-push-8 {
  left: 33.33333333%;
}
.ant-col-pull-8 {
  right: 33.33333333%;
}
.ant-col-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.ant-col-7 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 29.16666667%;
}
.ant-col-push-7 {
  left: 29.16666667%;
}
.ant-col-pull-7 {
  right: 29.16666667%;
}
.ant-col-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.ant-col-6 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
}
.ant-col-push-6 {
  left: 25%;
}
.ant-col-pull-6 {
  right: 25%;
}
.ant-col-offset-6 {
  margin-left: 25%;
}
.ant-col-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.ant-col-5 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20.83333333%;
}
.ant-col-push-5 {
  left: 20.83333333%;
}
.ant-col-pull-5 {
  right: 20.83333333%;
}
.ant-col-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.ant-col-4 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16.66666667%;
}
.ant-col-push-4 {
  left: 16.66666667%;
}
.ant-col-pull-4 {
  right: 16.66666667%;
}
.ant-col-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.ant-col-3 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12.5%;
}
.ant-col-push-3 {
  left: 12.5%;
}
.ant-col-pull-3 {
  right: 12.5%;
}
.ant-col-offset-3 {
  margin-left: 12.5%;
}
.ant-col-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.ant-col-2 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8.33333333%;
}
.ant-col-push-2 {
  left: 8.33333333%;
}
.ant-col-pull-2 {
  right: 8.33333333%;
}
.ant-col-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.ant-col-1 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4.16666667%;
}
.ant-col-push-1 {
  left: 4.16666667%;
}
.ant-col-pull-1 {
  right: 4.16666667%;
}
.ant-col-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ant-col-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-offset-0 {
  margin-left: 0;
}
.ant-col-order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.ant-col-xs-1, .ant-col-xs-2, .ant-col-xs-3, .ant-col-xs-4, .ant-col-xs-5, .ant-col-xs-6, .ant-col-xs-7, .ant-col-xs-8, .ant-col-xs-9, .ant-col-xs-10, .ant-col-xs-11, .ant-col-xs-12, .ant-col-xs-13, .ant-col-xs-14, .ant-col-xs-15, .ant-col-xs-16, .ant-col-xs-17, .ant-col-xs-18, .ant-col-xs-19, .ant-col-xs-20, .ant-col-xs-21, .ant-col-xs-22, .ant-col-xs-23, .ant-col-xs-24 {
  float: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ant-col-xs-24 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.ant-col-xs-push-24 {
  left: 100%;
}
.ant-col-xs-pull-24 {
  right: 100%;
}
.ant-col-xs-offset-24 {
  margin-left: 100%;
}
.ant-col-xs-order-24 {
  -webkit-box-ordinal-group: 25;
      -ms-flex-order: 24;
          order: 24;
}
.ant-col-xs-23 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 95.83333333%;
}
.ant-col-xs-push-23 {
  left: 95.83333333%;
}
.ant-col-xs-pull-23 {
  right: 95.83333333%;
}
.ant-col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-xs-order-23 {
  -webkit-box-ordinal-group: 24;
      -ms-flex-order: 23;
          order: 23;
}
.ant-col-xs-22 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 91.66666667%;
}
.ant-col-xs-push-22 {
  left: 91.66666667%;
}
.ant-col-xs-pull-22 {
  right: 91.66666667%;
}
.ant-col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-xs-order-22 {
  -webkit-box-ordinal-group: 23;
      -ms-flex-order: 22;
          order: 22;
}
.ant-col-xs-21 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 87.5%;
}
.ant-col-xs-push-21 {
  left: 87.5%;
}
.ant-col-xs-pull-21 {
  right: 87.5%;
}
.ant-col-xs-offset-21 {
  margin-left: 87.5%;
}
.ant-col-xs-order-21 {
  -webkit-box-ordinal-group: 22;
      -ms-flex-order: 21;
          order: 21;
}
.ant-col-xs-20 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 83.33333333%;
}
.ant-col-xs-push-20 {
  left: 83.33333333%;
}
.ant-col-xs-pull-20 {
  right: 83.33333333%;
}
.ant-col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-xs-order-20 {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}
.ant-col-xs-19 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 79.16666667%;
}
.ant-col-xs-push-19 {
  left: 79.16666667%;
}
.ant-col-xs-pull-19 {
  right: 79.16666667%;
}
.ant-col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-xs-order-19 {
  -webkit-box-ordinal-group: 20;
      -ms-flex-order: 19;
          order: 19;
}
.ant-col-xs-18 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 75%;
}
.ant-col-xs-push-18 {
  left: 75%;
}
.ant-col-xs-pull-18 {
  right: 75%;
}
.ant-col-xs-offset-18 {
  margin-left: 75%;
}
.ant-col-xs-order-18 {
  -webkit-box-ordinal-group: 19;
      -ms-flex-order: 18;
          order: 18;
}
.ant-col-xs-17 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70.83333333%;
}
.ant-col-xs-push-17 {
  left: 70.83333333%;
}
.ant-col-xs-pull-17 {
  right: 70.83333333%;
}
.ant-col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-xs-order-17 {
  -webkit-box-ordinal-group: 18;
      -ms-flex-order: 17;
          order: 17;
}
.ant-col-xs-16 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 66.66666667%;
}
.ant-col-xs-push-16 {
  left: 66.66666667%;
}
.ant-col-xs-pull-16 {
  right: 66.66666667%;
}
.ant-col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-xs-order-16 {
  -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16;
}
.ant-col-xs-15 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 62.5%;
}
.ant-col-xs-push-15 {
  left: 62.5%;
}
.ant-col-xs-pull-15 {
  right: 62.5%;
}
.ant-col-xs-offset-15 {
  margin-left: 62.5%;
}
.ant-col-xs-order-15 {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}
.ant-col-xs-14 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 58.33333333%;
}
.ant-col-xs-push-14 {
  left: 58.33333333%;
}
.ant-col-xs-pull-14 {
  right: 58.33333333%;
}
.ant-col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-xs-order-14 {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}
.ant-col-xs-13 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 54.16666667%;
}
.ant-col-xs-push-13 {
  left: 54.16666667%;
}
.ant-col-xs-pull-13 {
  right: 54.16666667%;
}
.ant-col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-xs-order-13 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.ant-col-xs-12 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
.ant-col-xs-push-12 {
  left: 50%;
}
.ant-col-xs-pull-12 {
  right: 50%;
}
.ant-col-xs-offset-12 {
  margin-left: 50%;
}
.ant-col-xs-order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.ant-col-xs-11 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 45.83333333%;
}
.ant-col-xs-push-11 {
  left: 45.83333333%;
}
.ant-col-xs-pull-11 {
  right: 45.83333333%;
}
.ant-col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-xs-order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.ant-col-xs-10 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 41.66666667%;
}
.ant-col-xs-push-10 {
  left: 41.66666667%;
}
.ant-col-xs-pull-10 {
  right: 41.66666667%;
}
.ant-col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-xs-order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.ant-col-xs-9 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 37.5%;
}
.ant-col-xs-push-9 {
  left: 37.5%;
}
.ant-col-xs-pull-9 {
  right: 37.5%;
}
.ant-col-xs-offset-9 {
  margin-left: 37.5%;
}
.ant-col-xs-order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.ant-col-xs-8 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33333333%;
}
.ant-col-xs-push-8 {
  left: 33.33333333%;
}
.ant-col-xs-pull-8 {
  right: 33.33333333%;
}
.ant-col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-xs-order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.ant-col-xs-7 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 29.16666667%;
}
.ant-col-xs-push-7 {
  left: 29.16666667%;
}
.ant-col-xs-pull-7 {
  right: 29.16666667%;
}
.ant-col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-xs-order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.ant-col-xs-6 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
}
.ant-col-xs-push-6 {
  left: 25%;
}
.ant-col-xs-pull-6 {
  right: 25%;
}
.ant-col-xs-offset-6 {
  margin-left: 25%;
}
.ant-col-xs-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.ant-col-xs-5 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20.83333333%;
}
.ant-col-xs-push-5 {
  left: 20.83333333%;
}
.ant-col-xs-pull-5 {
  right: 20.83333333%;
}
.ant-col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-xs-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.ant-col-xs-4 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16.66666667%;
}
.ant-col-xs-push-4 {
  left: 16.66666667%;
}
.ant-col-xs-pull-4 {
  right: 16.66666667%;
}
.ant-col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-xs-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.ant-col-xs-3 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12.5%;
}
.ant-col-xs-push-3 {
  left: 12.5%;
}
.ant-col-xs-pull-3 {
  right: 12.5%;
}
.ant-col-xs-offset-3 {
  margin-left: 12.5%;
}
.ant-col-xs-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.ant-col-xs-2 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8.33333333%;
}
.ant-col-xs-push-2 {
  left: 8.33333333%;
}
.ant-col-xs-pull-2 {
  right: 8.33333333%;
}
.ant-col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-xs-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.ant-col-xs-1 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4.16666667%;
}
.ant-col-xs-push-1 {
  left: 4.16666667%;
}
.ant-col-xs-pull-1 {
  right: 4.16666667%;
}
.ant-col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-xs-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ant-col-xs-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-xs-push-0 {
  left: auto;
}
.ant-col-xs-pull-0 {
  right: auto;
}
.ant-col-xs-offset-0 {
  margin-left: 0;
}
.ant-col-xs-order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (min-width: 576px) {
  .ant-col-sm-1, .ant-col-sm-2, .ant-col-sm-3, .ant-col-sm-4, .ant-col-sm-5, .ant-col-sm-6, .ant-col-sm-7, .ant-col-sm-8, .ant-col-sm-9, .ant-col-sm-10, .ant-col-sm-11, .ant-col-sm-12, .ant-col-sm-13, .ant-col-sm-14, .ant-col-sm-15, .ant-col-sm-16, .ant-col-sm-17, .ant-col-sm-18, .ant-col-sm-19, .ant-col-sm-20, .ant-col-sm-21, .ant-col-sm-22, .ant-col-sm-23, .ant-col-sm-24 {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .ant-col-sm-24 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .ant-col-sm-push-24 {
    left: 100%;
  }
  .ant-col-sm-pull-24 {
    right: 100%;
  }
  .ant-col-sm-offset-24 {
    margin-left: 100%;
  }
  .ant-col-sm-order-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .ant-col-sm-23 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-sm-push-23 {
    left: 95.83333333%;
  }
  .ant-col-sm-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-sm-order-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .ant-col-sm-22 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-sm-push-22 {
    left: 91.66666667%;
  }
  .ant-col-sm-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-sm-order-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .ant-col-sm-21 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-sm-push-21 {
    left: 87.5%;
  }
  .ant-col-sm-pull-21 {
    right: 87.5%;
  }
  .ant-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-sm-order-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .ant-col-sm-20 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-sm-push-20 {
    left: 83.33333333%;
  }
  .ant-col-sm-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-sm-order-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ant-col-sm-19 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-sm-push-19 {
    left: 79.16666667%;
  }
  .ant-col-sm-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-sm-order-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .ant-col-sm-18 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }
  .ant-col-sm-push-18 {
    left: 75%;
  }
  .ant-col-sm-pull-18 {
    right: 75%;
  }
  .ant-col-sm-offset-18 {
    margin-left: 75%;
  }
  .ant-col-sm-order-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .ant-col-sm-17 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-sm-push-17 {
    left: 70.83333333%;
  }
  .ant-col-sm-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-sm-order-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .ant-col-sm-16 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-sm-push-16 {
    left: 66.66666667%;
  }
  .ant-col-sm-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-sm-order-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .ant-col-sm-15 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-sm-push-15 {
    left: 62.5%;
  }
  .ant-col-sm-pull-15 {
    right: 62.5%;
  }
  .ant-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-sm-order-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .ant-col-sm-14 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-sm-push-14 {
    left: 58.33333333%;
  }
  .ant-col-sm-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-sm-order-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .ant-col-sm-13 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-sm-push-13 {
    left: 54.16666667%;
  }
  .ant-col-sm-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-sm-order-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .ant-col-sm-12 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
  .ant-col-sm-push-12 {
    left: 50%;
  }
  .ant-col-sm-pull-12 {
    right: 50%;
  }
  .ant-col-sm-offset-12 {
    margin-left: 50%;
  }
  .ant-col-sm-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .ant-col-sm-11 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-sm-push-11 {
    left: 45.83333333%;
  }
  .ant-col-sm-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-sm-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .ant-col-sm-10 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-sm-push-10 {
    left: 41.66666667%;
  }
  .ant-col-sm-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-sm-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ant-col-sm-9 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-sm-push-9 {
    left: 37.5%;
  }
  .ant-col-sm-pull-9 {
    right: 37.5%;
  }
  .ant-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-sm-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ant-col-sm-8 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-sm-push-8 {
    left: 33.33333333%;
  }
  .ant-col-sm-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-sm-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ant-col-sm-7 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-sm-push-7 {
    left: 29.16666667%;
  }
  .ant-col-sm-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-sm-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ant-col-sm-6 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }
  .ant-col-sm-push-6 {
    left: 25%;
  }
  .ant-col-sm-pull-6 {
    right: 25%;
  }
  .ant-col-sm-offset-6 {
    margin-left: 25%;
  }
  .ant-col-sm-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ant-col-sm-5 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-sm-push-5 {
    left: 20.83333333%;
  }
  .ant-col-sm-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-sm-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ant-col-sm-4 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-sm-push-4 {
    left: 16.66666667%;
  }
  .ant-col-sm-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-sm-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ant-col-sm-3 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-sm-push-3 {
    left: 12.5%;
  }
  .ant-col-sm-pull-3 {
    right: 12.5%;
  }
  .ant-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-sm-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ant-col-sm-2 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-sm-push-2 {
    left: 8.33333333%;
  }
  .ant-col-sm-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-sm-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ant-col-sm-1 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-sm-push-1 {
    left: 4.16666667%;
  }
  .ant-col-sm-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-sm-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ant-col-sm-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-sm-push-0 {
    left: auto;
  }
  .ant-col-sm-pull-0 {
    right: auto;
  }
  .ant-col-sm-offset-0 {
    margin-left: 0;
  }
  .ant-col-sm-order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 768px) {
  .ant-col-md-1, .ant-col-md-2, .ant-col-md-3, .ant-col-md-4, .ant-col-md-5, .ant-col-md-6, .ant-col-md-7, .ant-col-md-8, .ant-col-md-9, .ant-col-md-10, .ant-col-md-11, .ant-col-md-12, .ant-col-md-13, .ant-col-md-14, .ant-col-md-15, .ant-col-md-16, .ant-col-md-17, .ant-col-md-18, .ant-col-md-19, .ant-col-md-20, .ant-col-md-21, .ant-col-md-22, .ant-col-md-23, .ant-col-md-24 {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .ant-col-md-24 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .ant-col-md-push-24 {
    left: 100%;
  }
  .ant-col-md-pull-24 {
    right: 100%;
  }
  .ant-col-md-offset-24 {
    margin-left: 100%;
  }
  .ant-col-md-order-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .ant-col-md-23 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-md-push-23 {
    left: 95.83333333%;
  }
  .ant-col-md-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-md-order-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .ant-col-md-22 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-md-push-22 {
    left: 91.66666667%;
  }
  .ant-col-md-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-md-order-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .ant-col-md-21 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-md-push-21 {
    left: 87.5%;
  }
  .ant-col-md-pull-21 {
    right: 87.5%;
  }
  .ant-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-md-order-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .ant-col-md-20 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-md-push-20 {
    left: 83.33333333%;
  }
  .ant-col-md-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-md-order-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ant-col-md-19 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-md-push-19 {
    left: 79.16666667%;
  }
  .ant-col-md-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-md-order-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .ant-col-md-18 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }
  .ant-col-md-push-18 {
    left: 75%;
  }
  .ant-col-md-pull-18 {
    right: 75%;
  }
  .ant-col-md-offset-18 {
    margin-left: 75%;
  }
  .ant-col-md-order-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .ant-col-md-17 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-md-push-17 {
    left: 70.83333333%;
  }
  .ant-col-md-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-md-order-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .ant-col-md-16 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-md-push-16 {
    left: 66.66666667%;
  }
  .ant-col-md-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-md-order-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .ant-col-md-15 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-md-push-15 {
    left: 62.5%;
  }
  .ant-col-md-pull-15 {
    right: 62.5%;
  }
  .ant-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-md-order-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .ant-col-md-14 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-md-push-14 {
    left: 58.33333333%;
  }
  .ant-col-md-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-md-order-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .ant-col-md-13 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-md-push-13 {
    left: 54.16666667%;
  }
  .ant-col-md-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-md-order-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .ant-col-md-12 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
  .ant-col-md-push-12 {
    left: 50%;
  }
  .ant-col-md-pull-12 {
    right: 50%;
  }
  .ant-col-md-offset-12 {
    margin-left: 50%;
  }
  .ant-col-md-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .ant-col-md-11 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-md-push-11 {
    left: 45.83333333%;
  }
  .ant-col-md-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-md-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .ant-col-md-10 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-md-push-10 {
    left: 41.66666667%;
  }
  .ant-col-md-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-md-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ant-col-md-9 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-md-push-9 {
    left: 37.5%;
  }
  .ant-col-md-pull-9 {
    right: 37.5%;
  }
  .ant-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-md-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ant-col-md-8 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-md-push-8 {
    left: 33.33333333%;
  }
  .ant-col-md-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-md-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ant-col-md-7 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-md-push-7 {
    left: 29.16666667%;
  }
  .ant-col-md-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-md-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ant-col-md-6 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }
  .ant-col-md-push-6 {
    left: 25%;
  }
  .ant-col-md-pull-6 {
    right: 25%;
  }
  .ant-col-md-offset-6 {
    margin-left: 25%;
  }
  .ant-col-md-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ant-col-md-5 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-md-push-5 {
    left: 20.83333333%;
  }
  .ant-col-md-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-md-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ant-col-md-4 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-md-push-4 {
    left: 16.66666667%;
  }
  .ant-col-md-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-md-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ant-col-md-3 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-md-push-3 {
    left: 12.5%;
  }
  .ant-col-md-pull-3 {
    right: 12.5%;
  }
  .ant-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-md-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ant-col-md-2 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-md-push-2 {
    left: 8.33333333%;
  }
  .ant-col-md-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-md-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ant-col-md-1 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-md-push-1 {
    left: 4.16666667%;
  }
  .ant-col-md-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-md-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ant-col-md-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-md-push-0 {
    left: auto;
  }
  .ant-col-md-pull-0 {
    right: auto;
  }
  .ant-col-md-offset-0 {
    margin-left: 0;
  }
  .ant-col-md-order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 1280px) {
  .ant-col-lg-1, .ant-col-lg-2, .ant-col-lg-3, .ant-col-lg-4, .ant-col-lg-5, .ant-col-lg-6, .ant-col-lg-7, .ant-col-lg-8, .ant-col-lg-9, .ant-col-lg-10, .ant-col-lg-11, .ant-col-lg-12, .ant-col-lg-13, .ant-col-lg-14, .ant-col-lg-15, .ant-col-lg-16, .ant-col-lg-17, .ant-col-lg-18, .ant-col-lg-19, .ant-col-lg-20, .ant-col-lg-21, .ant-col-lg-22, .ant-col-lg-23, .ant-col-lg-24 {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .ant-col-lg-24 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .ant-col-lg-push-24 {
    left: 100%;
  }
  .ant-col-lg-pull-24 {
    right: 100%;
  }
  .ant-col-lg-offset-24 {
    margin-left: 100%;
  }
  .ant-col-lg-order-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .ant-col-lg-23 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-lg-push-23 {
    left: 95.83333333%;
  }
  .ant-col-lg-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-lg-order-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .ant-col-lg-22 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-lg-push-22 {
    left: 91.66666667%;
  }
  .ant-col-lg-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-lg-order-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .ant-col-lg-21 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-lg-push-21 {
    left: 87.5%;
  }
  .ant-col-lg-pull-21 {
    right: 87.5%;
  }
  .ant-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-lg-order-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .ant-col-lg-20 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-lg-push-20 {
    left: 83.33333333%;
  }
  .ant-col-lg-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-lg-order-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ant-col-lg-19 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-lg-push-19 {
    left: 79.16666667%;
  }
  .ant-col-lg-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-lg-order-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .ant-col-lg-18 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }
  .ant-col-lg-push-18 {
    left: 75%;
  }
  .ant-col-lg-pull-18 {
    right: 75%;
  }
  .ant-col-lg-offset-18 {
    margin-left: 75%;
  }
  .ant-col-lg-order-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .ant-col-lg-17 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-lg-push-17 {
    left: 70.83333333%;
  }
  .ant-col-lg-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-lg-order-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .ant-col-lg-16 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-lg-push-16 {
    left: 66.66666667%;
  }
  .ant-col-lg-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-lg-order-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .ant-col-lg-15 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-lg-push-15 {
    left: 62.5%;
  }
  .ant-col-lg-pull-15 {
    right: 62.5%;
  }
  .ant-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-lg-order-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .ant-col-lg-14 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-lg-push-14 {
    left: 58.33333333%;
  }
  .ant-col-lg-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-lg-order-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .ant-col-lg-13 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-lg-push-13 {
    left: 54.16666667%;
  }
  .ant-col-lg-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-lg-order-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .ant-col-lg-12 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
  .ant-col-lg-push-12 {
    left: 50%;
  }
  .ant-col-lg-pull-12 {
    right: 50%;
  }
  .ant-col-lg-offset-12 {
    margin-left: 50%;
  }
  .ant-col-lg-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .ant-col-lg-11 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-lg-push-11 {
    left: 45.83333333%;
  }
  .ant-col-lg-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-lg-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .ant-col-lg-10 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-lg-push-10 {
    left: 41.66666667%;
  }
  .ant-col-lg-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-lg-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ant-col-lg-9 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-lg-push-9 {
    left: 37.5%;
  }
  .ant-col-lg-pull-9 {
    right: 37.5%;
  }
  .ant-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-lg-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ant-col-lg-8 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-lg-push-8 {
    left: 33.33333333%;
  }
  .ant-col-lg-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-lg-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ant-col-lg-7 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-lg-push-7 {
    left: 29.16666667%;
  }
  .ant-col-lg-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-lg-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ant-col-lg-6 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }
  .ant-col-lg-push-6 {
    left: 25%;
  }
  .ant-col-lg-pull-6 {
    right: 25%;
  }
  .ant-col-lg-offset-6 {
    margin-left: 25%;
  }
  .ant-col-lg-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ant-col-lg-5 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-lg-push-5 {
    left: 20.83333333%;
  }
  .ant-col-lg-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-lg-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ant-col-lg-4 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-lg-push-4 {
    left: 16.66666667%;
  }
  .ant-col-lg-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-lg-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ant-col-lg-3 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-lg-push-3 {
    left: 12.5%;
  }
  .ant-col-lg-pull-3 {
    right: 12.5%;
  }
  .ant-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-lg-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ant-col-lg-2 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-lg-push-2 {
    left: 8.33333333%;
  }
  .ant-col-lg-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-lg-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ant-col-lg-1 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-lg-push-1 {
    left: 4.16666667%;
  }
  .ant-col-lg-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-lg-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ant-col-lg-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-lg-push-0 {
    left: auto;
  }
  .ant-col-lg-pull-0 {
    right: auto;
  }
  .ant-col-lg-offset-0 {
    margin-left: 0;
  }
  .ant-col-lg-order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 1200px) {
  .ant-col-xl-1, .ant-col-xl-2, .ant-col-xl-3, .ant-col-xl-4, .ant-col-xl-5, .ant-col-xl-6, .ant-col-xl-7, .ant-col-xl-8, .ant-col-xl-9, .ant-col-xl-10, .ant-col-xl-11, .ant-col-xl-12, .ant-col-xl-13, .ant-col-xl-14, .ant-col-xl-15, .ant-col-xl-16, .ant-col-xl-17, .ant-col-xl-18, .ant-col-xl-19, .ant-col-xl-20, .ant-col-xl-21, .ant-col-xl-22, .ant-col-xl-23, .ant-col-xl-24 {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .ant-col-xl-24 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .ant-col-xl-push-24 {
    left: 100%;
  }
  .ant-col-xl-pull-24 {
    right: 100%;
  }
  .ant-col-xl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xl-order-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .ant-col-xl-23 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-xl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xl-order-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .ant-col-xl-22 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-xl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xl-order-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .ant-col-xl-21 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-xl-push-21 {
    left: 87.5%;
  }
  .ant-col-xl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xl-order-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .ant-col-xl-20 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-xl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xl-order-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ant-col-xl-19 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-xl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xl-order-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .ant-col-xl-18 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }
  .ant-col-xl-push-18 {
    left: 75%;
  }
  .ant-col-xl-pull-18 {
    right: 75%;
  }
  .ant-col-xl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xl-order-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .ant-col-xl-17 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-xl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xl-order-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .ant-col-xl-16 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-xl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xl-order-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .ant-col-xl-15 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-xl-push-15 {
    left: 62.5%;
  }
  .ant-col-xl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xl-order-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .ant-col-xl-14 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-xl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xl-order-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .ant-col-xl-13 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-xl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xl-order-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .ant-col-xl-12 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
  .ant-col-xl-push-12 {
    left: 50%;
  }
  .ant-col-xl-pull-12 {
    right: 50%;
  }
  .ant-col-xl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xl-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .ant-col-xl-11 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-xl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xl-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .ant-col-xl-10 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-xl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xl-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ant-col-xl-9 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-xl-push-9 {
    left: 37.5%;
  }
  .ant-col-xl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xl-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ant-col-xl-8 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-xl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xl-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ant-col-xl-7 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-xl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xl-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ant-col-xl-6 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }
  .ant-col-xl-push-6 {
    left: 25%;
  }
  .ant-col-xl-pull-6 {
    right: 25%;
  }
  .ant-col-xl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xl-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ant-col-xl-5 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-xl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xl-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ant-col-xl-4 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-xl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xl-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ant-col-xl-3 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-xl-push-3 {
    left: 12.5%;
  }
  .ant-col-xl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xl-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ant-col-xl-2 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-xl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xl-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ant-col-xl-1 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-xl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xl-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ant-col-xl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xl-push-0 {
    left: auto;
  }
  .ant-col-xl-pull-0 {
    right: auto;
  }
  .ant-col-xl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xl-order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 1600px) {
  .ant-col-xxl-1, .ant-col-xxl-2, .ant-col-xxl-3, .ant-col-xxl-4, .ant-col-xxl-5, .ant-col-xxl-6, .ant-col-xxl-7, .ant-col-xxl-8, .ant-col-xxl-9, .ant-col-xxl-10, .ant-col-xxl-11, .ant-col-xxl-12, .ant-col-xxl-13, .ant-col-xxl-14, .ant-col-xxl-15, .ant-col-xxl-16, .ant-col-xxl-17, .ant-col-xxl-18, .ant-col-xxl-19, .ant-col-xxl-20, .ant-col-xxl-21, .ant-col-xxl-22, .ant-col-xxl-23, .ant-col-xxl-24 {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .ant-col-xxl-24 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .ant-col-xxl-push-24 {
    left: 100%;
  }
  .ant-col-xxl-pull-24 {
    right: 100%;
  }
  .ant-col-xxl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xxl-order-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .ant-col-xxl-23 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-xxl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xxl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xxl-order-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .ant-col-xxl-22 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-xxl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xxl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xxl-order-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .ant-col-xxl-21 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-xxl-push-21 {
    left: 87.5%;
  }
  .ant-col-xxl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xxl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xxl-order-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .ant-col-xxl-20 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-xxl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xxl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xxl-order-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ant-col-xxl-19 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-xxl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xxl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xxl-order-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .ant-col-xxl-18 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }
  .ant-col-xxl-push-18 {
    left: 75%;
  }
  .ant-col-xxl-pull-18 {
    right: 75%;
  }
  .ant-col-xxl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xxl-order-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .ant-col-xxl-17 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-xxl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xxl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xxl-order-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .ant-col-xxl-16 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-xxl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xxl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xxl-order-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .ant-col-xxl-15 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-xxl-push-15 {
    left: 62.5%;
  }
  .ant-col-xxl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xxl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xxl-order-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .ant-col-xxl-14 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-xxl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xxl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xxl-order-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .ant-col-xxl-13 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-xxl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xxl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xxl-order-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .ant-col-xxl-12 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
  .ant-col-xxl-push-12 {
    left: 50%;
  }
  .ant-col-xxl-pull-12 {
    right: 50%;
  }
  .ant-col-xxl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xxl-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .ant-col-xxl-11 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-xxl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xxl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xxl-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .ant-col-xxl-10 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-xxl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xxl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xxl-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ant-col-xxl-9 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-xxl-push-9 {
    left: 37.5%;
  }
  .ant-col-xxl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xxl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xxl-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ant-col-xxl-8 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-xxl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xxl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xxl-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ant-col-xxl-7 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-xxl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xxl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xxl-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ant-col-xxl-6 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }
  .ant-col-xxl-push-6 {
    left: 25%;
  }
  .ant-col-xxl-pull-6 {
    right: 25%;
  }
  .ant-col-xxl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xxl-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ant-col-xxl-5 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-xxl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xxl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xxl-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ant-col-xxl-4 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-xxl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xxl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xxl-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ant-col-xxl-3 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-xxl-push-3 {
    left: 12.5%;
  }
  .ant-col-xxl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xxl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xxl-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ant-col-xxl-2 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-xxl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xxl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xxl-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ant-col-xxl-1 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-xxl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xxl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xxl-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ant-col-xxl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xxl-push-0 {
    left: auto;
  }
  .ant-col-xxl-pull-0 {
    right: auto;
  }
  .ant-col-xxl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xxl-order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.msg-overlay-box .ant-modal-content .ant-modal-footer {
  text-align: center;
}
.msg-overlay-box .ant-modal-content .ant-modal-footer .ant-btn {
  margin: 0 10px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.page-footer {
  border-radius: 5px;
  padding-top: 80px;
  height: 334px;
  position: absolute;
  z-index: 3;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.page-footer .title-wrapper {
  text-align: center;
}
.page-footer .title-wrapper .title-tips {
  color: rgba(0, 0, 0, 0.72);
  font-size: 15px;
}
.page-footer .title-wrapper .title-tips > span {
  margin: 0 10px;
  display: inline-block;
  width: 100px;
  border-bottom: solid 1px rgba(77, 77, 77, 0.72);
  position: relative;
  top: -4px;
}
.page-footer .title-wrapper .title {
  font-size: 22px;
  max-height: 40px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.page-footer .detail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-footer .detail-wrapper li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.333%;
  padding: 60px 0;
  text-align: center;
}
.page-footer .detail-wrapper li .inner {
  display: inline-block;
  padding: 10px 45px;
  border-radius: 45px;
  text-align: left;
  white-space: nowrap;
}
.page-footer .detail-wrapper li .inner .icon-wrapper {
  font-size: 32px;
  vertical-align: top;
  display: inline-block;
  padding-right: 15px;
}
.page-footer .detail-wrapper li .inner .icon-wrapper i {
  font-size: 32px;
}
.page-footer .detail-wrapper li .inner .info-wrapper {
  display: inline-block;
  padding: 0 15px 0 0;
}
.page-footer .detail-wrapper li .inner .info-wrapper a {
  color: #336699;
}
.page-footer .detail-wrapper li .inner span {
  color: rgba(0, 0, 0, 0.72);
  font-size: 15px;
}
.page-footer .detail-wrapper li .inner p {
  font-size: 18px;
  max-width: 440px;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-bottom: 0;
}
.page-footer .detail-wrapper li .inner p strong {
  color: #000000;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.message-box,
.message-content-inner {
  background-color: #FFF;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
}
.message-box .message-empty,
.message-content-inner .message-empty {
  height: 200px;
  position: relative;
}
.message-box .message-empty i,
.message-content-inner .message-empty i {
  font-size: 76px;
  color: rgba(0, 0, 0, 0.72);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.message-box .message-line-title,
.message-content-inner .message-line-title {
  color: #03ADBC;
}
.message-box .message-line-title .content,
.message-content-inner .message-line-title .content {
  font-weight: bold;
  font-style: italic;
}
.message-box .message-line,
.message-content-inner .message-line {
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  height: 60px;
  width: 100%;
  line-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 0px 0px 20px;
  position: relative;
}
.message-box .message-line:hover,
.message-content-inner .message-line:hover {
  color: #03ADBC;
  cursor: pointer;
}
.message-box .message-line.unread .content,
.message-content-inner .message-line.unread .content {
  font-weight: bold;
}
.message-box .message-line:last-child,
.message-content-inner .message-line:last-child {
  border-bottom: 0;
}
.message-box .message-line .content,
.message-content-inner .message-line .content {
  height: 100%;
  width: 65%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}
.message-box .message-line .timeago,
.message-content-inner .message-line .timeago {
  height: 100%;
  width: 35%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 30px;
  color: rgba(0, 0, 0, 0.48);
}
.message-box .message-line .icon,
.message-content-inner .message-line .icon {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 60px;
  color: rgba(0, 0, 0, 0.3);
}
.message-box .message-line .icon:hover,
.message-content-inner .message-line .icon:hover {
  color: #03ADBC;
}
.message-box .message-line .new-messages,
.message-content-inner .message-line .new-messages {
  float: right;
  margin-right: 20px;
  vertical-align: middle;
}
.message-box .message-line .new-messages:hover i,
.message-content-inner .message-line .new-messages:hover i {
  color: #03ADBC;
}
.message-box .message-line .new-messages:hover a,
.message-content-inner .message-line .new-messages:hover a {
  color: #03ADBC;
}
.message-box .message-line .new-messages i,
.message-content-inner .message-line .new-messages i {
  color: #000000;
  position: static;
  vertical-align: middle;
}
.message-box .message-line .new-messages a,
.message-content-inner .message-line .new-messages a {
  font-size: 17px;
  font-weight: bold;
  vertical-align: middle;
  color: #000000;
}
.text-ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-size: 17px;
}
.message-detail,
.message-content-inner {
  background-color: #FFF;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
}
.message-detail .title,
.message-content-inner .title {
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.message-detail .title .left-icon,
.message-content-inner .title .left-icon {
  cursor: pointer;
  color: #000000;
  font-size: 16px;
}
.message-detail .title .left-icon:hover,
.message-content-inner .title .left-icon:hover {
  color: #03ADBC;
}
.message-detail .title .detail-title-label,
.message-content-inner .title .detail-title-label {
  margin-left: 8px;
}
.message-detail section,
.message-content-inner section {
  padding: 0 20px 20px 20px;
  max-height: 285px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}
.message-detail section .topic-owner,
.message-content-inner section .topic-owner {
  color: #03ADBC;
}
.message-detail section .subject-title,
.message-content-inner section .subject-title {
  font-weight: bold;
}
.message-detail section .reply-section,
.message-content-inner section .reply-section {
  margin-top: 10px;
  width: 100%;
  position: relative;
  margin-left: 38px;
  padding-left: 8px;
  overflow: hidden;
}
.message-detail section .reply-section:after,
.message-content-inner section .reply-section:after {
  display: block;
  content: ' ';
  background: #336699;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 26px;
  width: 3px;
  height: 100%;
}
.message-detail section .reply-section.send-item,
.message-content-inner section .reply-section.send-item {
  color: #03ADBC;
}
.message-detail section .reply-section.send-item .content-text,
.message-content-inner section .reply-section.send-item .content-text {
  color: #000000;
  padding-right: 24px;
  word-wrap: break-word;
}
.message-detail section .reply-section.send-item:after,
.message-content-inner section .reply-section.send-item:after {
  background: #03ADBC;
}
.message-detail section .reply-section.reply-item,
.message-content-inner section .reply-section.reply-item {
  color: #336699;
}
.message-detail section .reply-section.reply-item:after,
.message-content-inner section .reply-section.reply-item:after {
  background: #336699;
}
.message-detail section .reply-section .reply-label,
.message-content-inner section .reply-section .reply-label {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  color: #03ADBC;
  font-style: italic;
}
.message-detail section .reply-section .reply-content,
.message-content-inner section .reply-section .reply-content {
  display: block;
  width: 100%;
}
.message-detail section .reply-section .reply-content .owner,
.message-content-inner section .reply-section .reply-content .owner {
  position: relative;
  left: -8px;
}
.message-detail section .reply-section .no-label,
.message-content-inner section .reply-section .no-label {
  padding-left: 0px;
}
.message-detail .datetime,
.message-content-inner .datetime {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
.message-detail .footer,
.message-content-inner .footer {
  text-align: right;
  padding: 0 20px 10px 20px;
  position: relative;
}
.message-detail .footer .message-form,
.message-content-inner .footer .message-form {
  margin: 0 -20px;
}
.message-detail .footer .message-form .ant-form-explain,
.message-content-inner .footer .message-form .ant-form-explain {
  text-align: left;
  padding-left: 16px;
}
.message-detail .footer textarea:hover,
.message-content-inner .footer textarea:hover {
  border-top: 1px solid #03ADBC;
}
.message-detail .footer textarea:focus,
.message-content-inner .footer textarea:focus {
  border: 1px solid #03ADBC;
}
.message-detail .footer .has-error .message-textarea,
.message-content-inner .footer .has-error .message-textarea {
  border-color: #f5222d;
}
.message-detail .footer .message-textarea,
.message-content-inner .footer .message-textarea {
  border: 0;
  border-top: 1px solid transparent;
  border-radius: 0;
  padding: 8px 16px;
  resize: none;
  font-size: 18px;
  height: calc(146px - 56px);
}
.message-detail .footer .message-textarea:hover,
.message-content-inner .footer .message-textarea:hover,
.message-detail .footer .message-textarea:focus,
.message-content-inner .footer .message-textarea:focus,
.message-detail .footer .message-textarea:active,
.message-content-inner .footer .message-textarea:active {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}
.message-detail .footer .message-textarea:focus,
.message-content-inner .footer .message-textarea:focus {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.message-detail .footer .message-textarea::-webkit-input-placeholder,
.message-content-inner .footer .message-textarea::-webkit-input-placeholder {
  /* Firefox 18- */
  color: #03ADBC;
  font-style: italic;
  font-size: 18px;
}
.message-detail .footer .message-textarea::-moz-placeholder,
.message-content-inner .footer .message-textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #03ADBC;
  font-style: italic;
  font-size: 18px;
}
.message-detail .footer .message-textarea::-ms-input-placeholder,
.message-content-inner .footer .message-textarea::-ms-input-placeholder {
  /* Firefox 18- */
  color: #03ADBC;
  font-style: italic;
  font-size: 18px;
}
.message-detail .footer .message-textarea::placeholder,
.message-content-inner .footer .message-textarea::placeholder {
  /* Firefox 18- */
  color: #03ADBC;
  font-style: italic;
  font-size: 18px;
}
.message-detail .footer .send-button,
.message-content-inner .footer .send-button {
  margin-top: 10px;
}
.message-content-inner {
  border: 0;
}
.init-page-loading {
  height: 100vh;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.terms-conditions-no-close-modal .ant-modal-close {
  display: none !important;
}
.terms-conditions-no-close-modal .ant-modal-close .ant-modal-close-x {
  display: none;
}
.terms-conditions-no-close-modal .ant-modal-close .ant-modal-close-x i {
  display: none;
}
.maskForCreditCard {
  background-color: red;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  outline: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.32);
}
.digitalSignature {
  overflow-y: auto;
}
.digitalSignature iframe {
  border: none;
  width: 100%;
}
.SignCardPopbox .iframeAmplification {
  float: right;
  margin-right: 36px;
  margin-top: 3px;
  font-size: 20px;
  cursor: pointer;
  font-weight: 600;
}
.SignCardPopbox .iframeAmplification:hover i {
  color: rgba(3, 173, 188, 0.6);
}
.SignCardPopbox .ant-modal-close {
  color: #03ADBC;
}
.SignCardPopbox .ant-modal-title {
  color: #03ADBC;
  font-size: 22px;
}
.SignCardPopbox .ant-modal-footer {
  text-align: center;
}
.SignCardPopbox .greenword {
  font-size: 16px;
  font-weight: 600;
  color: #39B54A;
  font-style: italic;
  padding-top: 50px;
}
.SignCardPopbox .bigsizefont {
  font-size: 16px;
}
.unfBox .remind-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #000000;
}
.unfBox .remind-box i {
  color: #FAAD14;
}
.unfBox .remind-box-desc {
  margin-left: 32px;
  color: #000000;
}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ql-snow * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  -webkit-box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
          box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 5px #ddd;
          box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
/* 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 {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  z-index: 1010;
  width: 100%;
  top: 16px;
  left: 0;
  pointer-events: none;
}
.ant-message-notice {
  padding: 8px;
  text-align: center;
}
.ant-message-notice:first-child {
  margin-top: -8px;
}
.ant-message-notice-content {
  padding: 10px 16px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background: #fff;
  display: inline-block;
  pointer-events: all;
}
.ant-message-success .anticon {
  color: #52c41a;
}
.ant-message-error .anticon {
  color: #f5222d;
}
.ant-message-warning .anticon {
  color: #faad14;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #1890ff;
}
.ant-message .anticon {
  margin-right: 8px;
  font-size: 16px;
  top: 1px;
  position: relative;
}
.ant-message-notice.move-up-leave.move-up-leave-active {
  -webkit-animation-name: MessageMoveOut;
          animation-name: MessageMoveOut;
  overflow: hidden;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
@-webkit-keyframes MessageMoveOut {
  0% {
    opacity: 1;
    max-height: 150px;
    padding: 8px;
  }
  100% {
    opacity: 0;
    max-height: 0;
    padding: 0;
  }
}
@keyframes MessageMoveOut {
  0% {
    opacity: 1;
    max-height: 150px;
    padding: 8px;
  }
  100% {
    opacity: 0;
    max-height: 0;
    padding: 0;
  }
}
.my-react-quill .ql-snow.ql-toolbar,
.my-react-quill .ql-snow.ql-container {
  border-color: #d7d8d9;
}
.my-react-quill .ql-snow .ql-tooltip {
  z-index: 4;
}
.my-react-quill .ql-snow.ql-toolbar button,
.my-react-quill .ql-snow.ql-toolbar .ql-picker-label,
.my-react-quill .ql-snow.ql-toolbar .ql-picker-item,
.my-react-quill .ql-snow.ql-toolbar .ql-stroke {
  color: #333f48;
}
.my-react-quill .ql-snow.ql-toolbar button:hover,
.my-react-quill .ql-snow.ql-toolbar .ql-picker-label:hover,
.my-react-quill .ql-snow.ql-toolbar .ql-picker-item:hover,
.my-react-quill .ql-snow.ql-toolbar .ql-stroke:hover,
.my-react-quill .ql-snow.ql-toolbar button:focus,
.my-react-quill .ql-snow.ql-toolbar .ql-picker-label:focus,
.my-react-quill .ql-snow.ql-toolbar .ql-picker-item:focus,
.my-react-quill .ql-snow.ql-toolbar .ql-stroke:focus,
.my-react-quill .ql-snow.ql-toolbar button.ql-selecetd,
.my-react-quill .ql-snow.ql-toolbar .ql-picker-label.ql-selecetd,
.my-react-quill .ql-snow.ql-toolbar .ql-picker-item.ql-selecetd,
.my-react-quill .ql-snow.ql-toolbar .ql-stroke.ql-selecetd {
  color: #0076ce;
}
.my-react-quill .ql-snow .ql-picker {
  line-height: 22px;
  color: #333f48;
}
.my-react-quill .ql-snow .ql-picker:focus {
  outline: none;
  outline-color: transparent;
}
.my-react-quill .ql-snow .ql-picker .ql-picker-label {
  outline: none;
  outline-color: transparent;
}
.my-react-quill .ql-snow .ql-picker .ql-picker-label:focus {
  outline: none;
  outline-color: transparent;
}
.my-react-quill .ql-snow .ql-layout {
  width: 90px;
}
.my-react-quill .ql-snow .ql-layout .ql-picker-label {
  width: 90px;
  padding-left: 4px;
  margin-left: 2px;
}
.my-react-quill .ql-snow .ql-layout .ql-picker-label:before {
  content: 'normal';
  text-transform: capitalize;
}
.my-react-quill .ql-snow .ql-layout .ql-picker-label[data-value]:before {
  content: attr(data-value);
  text-transform: capitalize;
}
.my-react-quill .ql-snow .ql-layout .ql-picker-options {
  width: 90px;
  min-width: 90px;
  right: 1px;
  padding-left: 4px;
}
.my-react-quill .ql-snow .ql-layout .ql-picker-options .ql-picker-item:before {
  content: 'normal';
  text-transform: capitalize;
}
.my-react-quill .ql-snow .ql-layout .ql-picker-options .ql-picker-item[data-value]:before {
  content: attr(data-value);
  text-transform: capitalize;
}
.my-react-quill .ql-snow .ql-size {
  width: 90px;
}
.my-react-quill .ql-snow .ql-size .ql-picker-label {
  width: 90px;
  padding-left: 4px;
  margin-left: 2px;
}
.my-react-quill .ql-snow .ql-size .ql-picker-label:before {
  content: 'paragraph';
  text-transform: capitalize;
}
.my-react-quill .ql-snow .ql-size .ql-picker-label[data-value]:before {
  content: attr(data-value);
  text-transform: capitalize;
}
.my-react-quill .ql-snow .ql-size .ql-picker-label[data-value='h1']:before {
  content: 'Huge' !important;
}
.my-react-quill .ql-snow .ql-size .ql-picker-label[data-value='h2']:before {
  content: 'Large+' !important;
}
.my-react-quill .ql-snow .ql-size .ql-picker-label[data-value='h3']:before {
  content: 'Large' !important;
}
.my-react-quill .ql-snow .ql-size .ql-picker-label[data-value='h4']:before {
  content: 'Medium+' !important;
}
.my-react-quill .ql-snow .ql-size .ql-picker-label[data-value='h5']:before {
  content: 'Medium' !important;
}
.my-react-quill .ql-snow .ql-size .ql-picker-label[data-value='h6']:before {
  content: 'Small' !important;
}
.my-react-quill .ql-snow .ql-size .ql-picker-options {
  width: 90px;
  min-width: 90px;
  right: -2px;
  padding-left: 4px;
}
.my-react-quill .ql-snow .ql-size .ql-picker-options .ql-picker-item:before {
  content: 'paragraph';
  text-transform: capitalize;
}
.my-react-quill .ql-snow .ql-size .ql-picker-options .ql-picker-item[data-value]:before {
  content: attr(data-value) !important;
  text-transform: capitalize;
}
.my-react-quill .ql-snow .ql-size .ql-picker-options .ql-picker-item[data-value='h1']:before {
  font-size: 33px;
  content: 'Huge' !important;
}
.my-react-quill .ql-snow .ql-size .ql-picker-options .ql-picker-item[data-value='h2']:before {
  font-size: 25px;
  content: 'Large+' !important;
}
.my-react-quill .ql-snow .ql-size .ql-picker-options .ql-picker-item[data-value='h3']:before {
  font-size: 21px;
  content: 'Large' !important;
}
.my-react-quill .ql-snow .ql-size .ql-picker-options .ql-picker-item[data-value='h4']:before {
  font-size: 17px;
  content: 'Medium+' !important;
}
.my-react-quill .ql-snow .ql-size .ql-picker-options .ql-picker-item[data-value='h5']:before {
  font-size: 15px;
  content: 'Medium' !important;
}
.my-react-quill .ql-snow .ql-size .ql-picker-options .ql-picker-item[data-value='h6']:before {
  font-size: 13px;
  content: 'Small' !important;
}
.my-react-quill.has-max-count {
  position: relative;
  z-index: 2;
}
.my-react-quill.has-max-count .ql-editor {
  padding-bottom: 30px;
}
.my-react-quill.has-max-count .max-tips {
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 15px;
  pointer-events: none;
  color: #7c878e;
  z-index: 2;
}
.my-react-quill.has-max-count.has-max-error .ql-toolbar {
  border-top-color: #ea402a;
  border-left-color: #ea402a;
  border-right-color: #ea402a;
  -webkit-box-shadow: 0 0 4px 0 rgba(234, 64, 42, 0.32);
          box-shadow: 0 0 4px 0 rgba(234, 64, 42, 0.32);
}
.my-react-quill.has-max-count.has-max-error .ql-container {
  border-color: #ea402a;
}
.my-edit-normal .ql-size-h1 {
  font-size: 33px;
}
.my-edit-normal .ql-size-h2 {
  font-size: 25px;
}
.my-edit-normal .ql-size-h3 {
  font-size: 21px;
}
.my-edit-normal .ql-size-h4 {
  font-size: 17px;
}
.my-edit-normal .ql-size-h5 {
  font-size: 15px;
}
.my-edit-normal .ql-size-h6 {
  font-size: 13px;
}
.my-edit-normal {
  font-size: 13px;
}
.my-edit-small .ql-size-h1 {
  font-size: 29px;
}
.my-edit-small .ql-size-h2 {
  font-size: 23px;
}
.my-edit-small .ql-size-h3 {
  font-size: 19px;
}
.my-edit-small .ql-size-h4 {
  font-size: 16px;
}
.my-edit-small .ql-size-h5 {
  font-size: 14px;
}
.my-edit-small .ql-size-h6 {
  font-size: 12px;
}
.my-edit-small {
  font-size: 12px;
}
.my-edit-large .ql-size-h1 {
  font-size: 37px;
}
.my-edit-large .ql-size-h2 {
  font-size: 27px;
}
.my-edit-large .ql-size-h3 {
  font-size: 23px;
}
.my-edit-large .ql-size-h4 {
  font-size: 18px;
}
.my-edit-large .ql-size-h5 {
  font-size: 16px;
}
.my-edit-large .ql-size-h6 {
  font-size: 14px;
}
.my-edit-large {
  font-size: 14px;
}
.stellr-editor-insert-img {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #d7d8d9;
  padding: 8px;
}
.stellr-editor-insert-img .tips {
  color: #7c878e;
  line-height: 1.3;
  padding-bottom: 8px;
}
.stellr-editor-insert-img .form .ant-form-item {
  margin-right: 0;
  margin-bottom: 0 !important;
}
.ql-bold,
.ql-italic,
.ql-underline {
  position: relative;
}
.ql-bold::after,
.ql-italic::after,
.ql-underline::after {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  content: '';
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.react-quill-text-viewer .rich-text-viewer-padding {
  padding: 16px;
}
.react-quill-text-viewer .rich-text-viewer-padding a {
  color: #03ADBC;
}
/* 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-carousel {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}
.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.ant-carousel .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.ant-carousel .slick-track:before,
.ant-carousel .slick-track:after {
  content: '';
  display: table;
}
.ant-carousel .slick-track:after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir='rtl'] .ant-carousel .slick-slide {
  float: right;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: 0;
  outline: none;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.ant-carousel .slick-prev:hover:before,
.ant-carousel .slick-next:hover:before,
.ant-carousel .slick-prev:focus:before,
.ant-carousel .slick-next:focus:before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled:before,
.ant-carousel .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev:before {
  content: '\2190';
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next:before {
  content: '\2192';
}
.ant-carousel .slick-dots {
  position: absolute;
  bottom: 12px;
  list-style: none;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 2px;
  padding: 0;
}
.ant-carousel .slick-dots li button {
  border: 0;
  cursor: pointer;
  background: #fff;
  opacity: 0.3;
  display: block;
  width: 16px;
  height: 3px;
  border-radius: 1px;
  outline: none;
  font-size: 0;
  color: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
  width: 24px;
}
.ant-carousel .slick-dots li.slick-active button:hover,
.ant-carousel .slick-dots li.slick-active button:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  width: 3px;
  bottom: auto;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
}
.ant-carousel-vertical .slick-dots li {
  margin: 0 2px;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.rs-tooltip.dashboard-tooltips {
  min-width: 300px;
  padding: 8px 8px;
}
.rs-tooltip.dashboard-tooltips .ant-tooltip-content {
  border: 1px solid #03ADBC;
}
.rs-tooltip.dashboard-tooltips .ant-tooltip-content .title {
  color: #03ADBC;
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
}
.rs-tooltip.dashboard-tooltips .ant-tooltip-content .content {
  font-size: 16px;
  color: #000000;
  margin-left: 16px;
}
/* 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-card {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border-radius: 2px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-card-hoverable {
  cursor: pointer;
}
.ant-card-hoverable:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
  border-color: rgba(0, 0, 0, 0.09);
}
.ant-card-bordered {
  border: 1px solid #e8e8e8;
}
.ant-card-head {
  background: transparent;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 24px;
  border-radius: 2px 2px 0 0;
  zoom: 1;
  margin-bottom: -1px;
  min-height: 48px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
.ant-card-head:before,
.ant-card-head:after {
  content: '';
  display: table;
}
.ant-card-head:after {
  clear: both;
}
.ant-card-head-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ant-card-head-title {
  padding: 16px 0;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
}
.ant-card-head .ant-tabs {
  margin-bottom: -17px;
  clear: both;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
}
.ant-card-head .ant-tabs-bar {
  border-bottom: 1px solid #e8e8e8;
}
.ant-card-extra {
  float: right;
  padding: 16px 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  margin-left: auto;
}
.ant-card-body {
  padding: 24px;
  zoom: 1;
}
.ant-card-body:before,
.ant-card-body:after {
  content: '';
  display: table;
}
.ant-card-body:after {
  clear: both;
}
.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
  margin: -1px 0 0 -1px;
  padding: 0;
}
.ant-card-grid {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 1px 0 0 0 #e8e8e8, 0 1px 0 0 #e8e8e8, 1px 1px 0 0 #e8e8e8, 1px 0 0 0 #e8e8e8 inset, 0 1px 0 0 #e8e8e8 inset;
          box-shadow: 1px 0 0 0 #e8e8e8, 0 1px 0 0 #e8e8e8, 1px 1px 0 0 #e8e8e8, 1px 0 0 0 #e8e8e8 inset, 0 1px 0 0 #e8e8e8 inset;
  width: 33.33%;
  float: left;
  padding: 24px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-card-grid:hover {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-card-contain-tabs > .ant-card-head .ant-card-head-title {
  padding-bottom: 0;
  min-height: 32px;
}
.ant-card-contain-tabs .ant-card-extra {
  padding-bottom: 0;
}
.ant-card-cover > * {
  width: 100%;
  display: block;
}
.ant-card-cover img {
  border-radius: 2px 2px 0 0;
}
.ant-card-actions {
  border-top: 1px solid #e8e8e8;
  background: #fafafa;
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ant-card-actions:before,
.ant-card-actions:after {
  content: '';
  display: table;
}
.ant-card-actions:after {
  clear: both;
}
.ant-card-actions > li {
  float: left;
  text-align: center;
  margin: 12px 0;
  color: rgba(0, 0, 0, 0.45);
}
.ant-card-actions > li > span {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  line-height: 22px;
  min-width: 32px;
  position: relative;
}
.ant-card-actions > li > span:hover {
  color: #1890ff;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-card-actions > li > span > .anticon {
  font-size: 16px;
  line-height: 22px;
}
.ant-card-actions > li > span a {
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  display: inline-block;
  width: 100%;
}
.ant-card-actions > li > span a:hover {
  color: #1890ff;
}
.ant-card-actions > li:not(:last-child) {
  border-right: 1px solid #e8e8e8;
}
.ant-card-wider-padding .ant-card-head {
  padding: 0 32px;
}
.ant-card-wider-padding .ant-card-body {
  padding: 24px 32px;
}
.ant-card-padding-transition .ant-card-head,
.ant-card-padding-transition .ant-card-body {
  -webkit-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  transition: padding 0.3s;
}
.ant-card-type-inner .ant-card-head {
  padding: 0 24px;
  background: #fafafa;
}
.ant-card-type-inner .ant-card-head-title {
  padding: 12px 0;
  font-size: 14px;
}
.ant-card-type-inner .ant-card-body {
  padding: 16px 24px;
}
.ant-card-type-inner .ant-card-extra {
  padding: 13.5px 0;
}
.ant-card-meta {
  margin: -4px 0;
  zoom: 1;
}
.ant-card-meta:before,
.ant-card-meta:after {
  content: '';
  display: table;
}
.ant-card-meta:after {
  clear: both;
}
.ant-card-meta-avatar {
  padding-right: 16px;
  float: left;
}
.ant-card-meta-detail {
  overflow: hidden;
}
.ant-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}
.ant-card-meta-title {
  font-size: 16px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
.ant-card-meta-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-card-loading {
  overflow: hidden;
  position: relative;
}
.ant-card-loading:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background: #fff;
  content: '';
}
.ant-card-loading .ant-card-body {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-card-loading-content p {
  margin: 0;
}
.ant-card-loading-block {
  height: 14px;
  margin: 4px 0;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(207, 216, 220, 0.2)), color-stop(rgba(207, 216, 220, 0.4)), to(rgba(207, 216, 220, 0.2)));
  background: -webkit-linear-gradient(left, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  background: -o-linear-gradient(left, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  -webkit-animation: card-loading 1.4s ease infinite;
          animation: card-loading 1.4s ease infinite;
  background-size: 600% 600%;
}
@-webkit-keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
/* 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-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
  height: 40px;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-ink-bar {
  visibility: hidden;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  margin: 0;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  background: #fafafa;
  margin-right: 2px;
  padding: 0 16px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: 38px;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  background: #fff;
  border-color: #e8e8e8;
  color: #1890ff;
  padding-bottom: 1px;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-inactive {
  padding: 0;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x {
  color: rgba(0, 0, 0, 0.45);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 12px;
  margin-left: 3px;
  margin-right: -5px;
  overflow: hidden;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  height: 14px;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tabs.ant-tabs-card .ant-tabs-card-content > .ant-tabs-tabpane,
.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content > .ant-tabs-tabpane {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-content > .ant-tabs-tabpane-inactive,
.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content > .ant-tabs-tabpane-inactive {
  overflow: hidden;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab:hover .anticon-close {
  opacity: 1;
}
.ant-tabs-extra-content {
  line-height: 40px;
}
.ant-tabs-extra-content .ant-tabs-new-tab {
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-tabs-extra-content .ant-tabs-new-tab:hover {
  color: #1890ff;
  border-color: #1890ff;
}
.ant-tabs-extra-content .ant-tabs-new-tab svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-container,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-container {
  height: auto;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 8px;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active {
  padding-bottom: 4px;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab:last-child,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab:last-child {
  margin-bottom: 8px;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-new-tab,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-new-tab {
  width: 90%;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-wrap {
  margin-right: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab {
  border-right: 0;
  border-radius: 4px 0 0 4px;
  margin-right: 1px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active {
  margin-right: -1px;
  padding-right: 18px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-left: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab {
  border-left: 0;
  border-radius: 0 4px 4px 0;
  margin-left: 1px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active {
  margin-left: -1px;
  padding-left: 18px;
}
.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab {
  border-bottom: 1px solid #e8e8e8;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab-active {
  color: #1890ff;
  padding-bottom: 0;
  padding-top: 1px;
}
.ant-tabs {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.ant-tabs:before,
.ant-tabs:after {
  content: '';
  display: table;
}
.ant-tabs:after {
  clear: both;
}
.ant-tabs-ink-bar {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2px;
  background-color: #1890ff;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-tabs-bar {
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 16px 0;
  outline: none;
  -webkit-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-nav-container {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  margin-bottom: -1px;
  -webkit-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  zoom: 1;
}
.ant-tabs-nav-container:before,
.ant-tabs-nav-container:after {
  content: '';
  display: table;
}
.ant-tabs-nav-container:after {
  clear: both;
}
.ant-tabs-nav-container-scrolling {
  padding-left: 32px;
  padding-right: 32px;
}
.ant-tabs-bottom .ant-tabs-bottom-bar {
  margin-bottom: 0;
  margin-top: 16px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}
.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-ink-bar {
  bottom: auto;
  top: 1px;
}
.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-nav-container {
  margin-bottom: 0;
  margin-top: -1px;
}
.ant-tabs-tab-prev,
.ant-tabs-tab-next {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 2;
  width: 0;
  height: 100%;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  position: absolute;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
  -webkit-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), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-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), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  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), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  pointer-events: none;
}
.ant-tabs-tab-prev.ant-tabs-tab-arrow-show,
.ant-tabs-tab-next.ant-tabs-tab-arrow-show {
  opacity: 1;
  width: 32px;
  height: 100%;
  pointer-events: auto;
}
.ant-tabs-tab-prev:hover,
.ant-tabs-tab-next:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-tabs-tab-prev-icon,
.ant-tabs-tab-next-icon {
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  line-height: inherit;
  vertical-align: baseline;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  text-transform: none;
}
.ant-tabs-tab-prev-icon-target,
.ant-tabs-tab-next-icon-target {
  display: block;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-tabs-tab-prev-icon-target,
:root .ant-tabs-tab-next-icon-target {
  font-size: 12px;
}
.ant-tabs-tab-btn-disabled {
  cursor: not-allowed;
}
.ant-tabs-tab-btn-disabled,
.ant-tabs-tab-btn-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs-tab-next {
  right: 2px;
}
.ant-tabs-tab-prev {
  left: 0;
}
:root .ant-tabs-tab-prev {
  -webkit-filter: none;
          filter: none;
}
.ant-tabs-nav-wrap {
  overflow: hidden;
  margin-bottom: -1px;
}
.ant-tabs-nav-scroll {
  overflow: hidden;
  white-space: nowrap;
}
.ant-tabs-nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.ant-tabs-nav:before,
.ant-tabs-nav:after {
  display: table;
  content: ' ';
}
.ant-tabs-nav:after {
  clear: both;
}
.ant-tabs-nav .ant-tabs-tab {
  display: inline-block;
  height: 100%;
  margin: 0 32px 0 0;
  padding: 12px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  text-decoration: none;
}
.ant-tabs-nav .ant-tabs-tab:last-child {
  margin-right: 0;
}
.ant-tabs-nav .ant-tabs-tab:hover {
  color: #40a9ff;
}
.ant-tabs-nav .ant-tabs-tab:active {
  color: #096dd9;
}
.ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 8px;
}
.ant-tabs-nav .ant-tabs-tab-disabled,
.ant-tabs-nav .ant-tabs-tab-disabled:hover {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs-nav .ant-tabs-tab-active {
  color: #1890ff;
  font-weight: 500;
}
.ant-tabs .ant-tabs-large-bar .ant-tabs-nav-container {
  font-size: 16px;
}
.ant-tabs .ant-tabs-large-bar .ant-tabs-tab {
  padding: 16px;
}
.ant-tabs .ant-tabs-small-bar .ant-tabs-nav-container {
  font-size: 14px;
}
.ant-tabs .ant-tabs-small-bar .ant-tabs-tab {
  padding: 8px 16px;
}
.ant-tabs .ant-tabs-top-content,
.ant-tabs .ant-tabs-bottom-content {
  width: 100%;
}
.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane,
.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  -webkit-transition: opacity 0.45s;
  -o-transition: opacity 0.45s;
  transition: opacity 0.45s;
  opacity: 1;
}
.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane-inactive,
.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane-inactive {
  opacity: 0;
  height: 0;
  padding: 0 !important;
  pointer-events: none;
}
.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane-inactive input,
.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane-inactive input {
  visibility: hidden;
}
.ant-tabs .ant-tabs-top-content.ant-tabs-content-animated,
.ant-tabs .ant-tabs-bottom-content.ant-tabs-content-animated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  will-change: margin-left;
  -webkit-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs .ant-tabs-left-bar,
.ant-tabs .ant-tabs-right-bar {
  border-bottom: 0;
  height: 100%;
}
.ant-tabs .ant-tabs-left-bar-tab-prev,
.ant-tabs .ant-tabs-right-bar-tab-prev,
.ant-tabs .ant-tabs-left-bar-tab-next,
.ant-tabs .ant-tabs-right-bar-tab-next {
  width: 32px;
  height: 0;
  -webkit-transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs .ant-tabs-left-bar-tab-prev.ant-tabs-tab-arrow-show,
.ant-tabs .ant-tabs-right-bar-tab-prev.ant-tabs-tab-arrow-show,
.ant-tabs .ant-tabs-left-bar-tab-next.ant-tabs-tab-arrow-show,
.ant-tabs .ant-tabs-right-bar-tab-next.ant-tabs-tab-arrow-show {
  width: 100%;
  height: 32px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab {
  float: none;
  margin: 0 0 16px 0;
  padding: 8px 24px;
  display: block;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab:last-child,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab:last-child {
  margin-bottom: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-extra-content,
.ant-tabs .ant-tabs-right-bar .ant-tabs-extra-content {
  text-align: center;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-scroll,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-scroll {
  width: auto;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container,
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
  height: 100%;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container {
  margin-bottom: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling {
  padding: 32px 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav {
  width: 100%;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar,
.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar {
  width: 2px;
  top: 0;
  left: auto;
  height: auto;
  bottom: auto;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-next,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-next {
  width: 100%;
  bottom: 0;
  height: 32px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-prev,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-prev {
  top: 0;
  width: 100%;
  height: 32px;
}
.ant-tabs .ant-tabs-left-content,
.ant-tabs .ant-tabs-right-content {
  overflow: hidden;
  width: auto;
  margin-top: 0 !important;
}
.ant-tabs .ant-tabs-left-bar {
  float: left;
  border-right: 1px solid #e8e8e8;
  margin-right: -1px;
  margin-bottom: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab {
  text-align: right;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container {
  margin-right: -1px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap {
  margin-right: -1px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar {
  right: 1px;
}
.ant-tabs .ant-tabs-left-content {
  padding-left: 24px;
  border-left: 1px solid #e8e8e8;
}
.ant-tabs .ant-tabs-right-bar {
  float: right;
  border-left: 1px solid #e8e8e8;
  margin-left: -1px;
  margin-bottom: 0;
}
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container {
  margin-left: -1px;
}
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-left: -1px;
}
.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar {
  left: 1px;
}
.ant-tabs .ant-tabs-right-content {
  padding-right: 24px;
  border-right: 1px solid #e8e8e8;
}
.ant-tabs-top .ant-tabs-ink-bar-animated,
.ant-tabs-bottom .ant-tabs-ink-bar-animated {
  -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-left .ant-tabs-ink-bar-animated,
.ant-tabs-right .ant-tabs-ink-bar-animated {
  -webkit-transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.no-flex > .ant-tabs-content > .ant-tabs-content-animated,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-content-animated {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  margin-left: 0 !important;
}
.no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive {
  display: none;
}
.ant-tabs-left-content > .ant-tabs-content-animated,
.ant-tabs-right-content > .ant-tabs-content-animated {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  margin-left: 0 !important;
}
.ant-tabs-left-content > .ant-tabs-tabpane-inactive,
.ant-tabs-right-content > .ant-tabs-tabpane-inactive {
  display: none;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.colorBlockBoxShadow___2IM2M {
  -webkit-box-shadow: 0 0 1px 1px rgba(100, 100, 100, 0.1);
          box-shadow: 0 0 1px 1px rgba(100, 100, 100, 0.1);
}
.colorPickerTooltip {
  max-width: 170px;
}
.choose-type {
  display: inline-block;
}
.choose-type .choose-type-item {
  text-align: center;
  height: 50%;
  width: 100%;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: rgba(255, 255, 255, 0.48);
}
.choose-type .choose-type-item:hover {
  color: #ffffff;
}
.choose-type .choose-type-item:active {
  color: rgba(255, 255, 255, 0.88);
}
.choose-type .choose-type-item.selected-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #575759;
  cursor: default;
}
.choose-type .choose-type-item i {
  font-size: 34px;
  line-height: 1;
  display: inline-block;
}
.choose-type .choose-type-item p {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}
.choose-type .choose-type-item p.down-icon {
  margin-left: 4px;
}
.choose-type .choose-type-item p.down-icon i {
  font-size: 16px;
}
.choose-type:hover .choose-type-item {
  cursor: pointer;
}
.choose-type.colorForDisplayColorPanel .choose-type-item {
  color: #03ADBC;
}
.choose-detail-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 360px;
  height: 100%;
}
.fixCursor:hover {
  cursor: default;
}
.colorPanelPopoverClass {
  margin-bottom: 8px;
}
.colorPanelPopoverClass > .ant-popover-content > .ant-popover-arrow {
  display: none;
}
.styleForPopoverChildren {
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.styleForPopoverChildren.changeChildrenColor i,
.styleForPopoverChildren.changeChildrenColor p {
  color: #03ADBC;
}
.styleForPopoverChildren .defaultIconStyle:hover {
  color: rgba(0, 0, 0, 0.72);
}
.styleForPopoverChildren .defaultIconStyle:active {
  color: rgba(0, 0, 0, 0.48);
}
.colorPanelCardStyle {
  width: 504px;
  border: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.colorPanelCardStyle .ant-card-body {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.colorPanelCardStyle .color-box-72 .inner {
  background: #db153b;
}
.colorPanelCardStyle .color-box-71 .inner {
  background: #d1d8bc;
}
.colorPanelCardStyle .color-box-70 .inner {
  background: #dbdbdb;
}
.colorPanelCardStyle .color-box-69 .inner {
  background: #e8957a;
}
.colorPanelCardStyle .color-box-68 .inner {
  background: #bb8e8e;
}
.colorPanelCardStyle .color-box-67 .inner {
  background: #feeed5;
}
.colorPanelCardStyle .color-box-66 .inner {
  background: #febfca;
}
.colorPanelCardStyle .color-box-65 .inner {
  background: #bcb66c;
}
.colorPanelCardStyle .color-box-64 .inner {
  background: #fee3e0;
}
.colorPanelCardStyle .color-box-63 .inner {
  background: #feb5c0;
}
.colorPanelCardStyle .color-box-62 .inner {
  background: #d2d2d2;
}
.colorPanelCardStyle .color-box-61 .inner {
  background: #d7bed7;
}
.colorPanelCardStyle .color-box-60 .inner {
  background: #fe1891;
}
.colorPanelCardStyle .color-box-59 .inner {
  background: #fe11fd;
}
.colorPanelCardStyle .color-box-58 .inner {
  background: #ba56d1;
}
.colorPanelCardStyle .color-box-57 .inner {
  background: #fe69b3;
}
.colorPanelCardStyle .color-box-56 .inner {
  background: #dda0dc;
}
.colorPanelCardStyle .color-box-55 .inner {
  background: #da70d4;
}
.colorPanelCardStyle .color-box-54 .inner {
  background: #da7092;
}
.colorPanelCardStyle .color-box-53 .inner {
  background: #940cd1;
}
.colorPanelCardStyle .color-box-52 .inner {
  background: #80037e;
}
.colorPanelCardStyle .color-box-51 .inner {
  background: #8b0689;
}
.colorPanelCardStyle .color-box-50 .inner {
  background: #483d89;
}
.colorPanelCardStyle .color-box-49 .inner {
  background: #6a5acb;
}
.colorPanelCardStyle .color-box-48 .inner {
  background: #130ffd;
}
.colorPanelCardStyle .color-box-47 .inner {
  background: #060389;
}
.colorPanelCardStyle .color-box-46 .inner {
  background: #87cdea;
}
.colorPanelCardStyle .color-box-45 .inner {
  background: #4681b3;
}
.colorPanelCardStyle .color-box-44 .inner {
  background: #2390fd;
}
.colorPanelCardStyle .color-box-43 .inner {
  background: #09bffd;
}
.colorPanelCardStyle .color-box-42 .inner {
  background: #47d0cb;
}
.colorPanelCardStyle .color-box-41 .inner {
  background: #1eb1a9;
}
.colorPanelCardStyle .color-box-40 .inner {
  background: #65ccaa;
}
.colorPanelCardStyle .color-box-39 .inner {
  background: #2dcc38;
}
.colorPanelCardStyle .color-box-38 .inner {
  background: #43a51b;
}
.colorPanelCardStyle .color-box-37 .inner {
  background: #3ab271;
}
.colorPanelCardStyle .color-box-36 .inner {
  background: #008a8a;
}
.colorPanelCardStyle .color-box-35 .inner {
  background: #2e4e4e;
}
.colorPanelCardStyle .color-box-34 .inner {
  background: #2c8a57;
}
.colorPanelCardStyle .color-box-33 .inner {
  background: #006306;
}
.colorPanelCardStyle .color-box-32 .inner {
  background: #546a30;
}
.colorPanelCardStyle .color-box-31 .inner {
  background: #208a25;
}
.colorPanelCardStyle .color-box-30 .inner {
  background: #6a8d26;
}
.colorPanelCardStyle .color-box-29 .inner {
  background: #00f99b;
}
.colorPanelCardStyle .color-box-28 .inner {
  background: #8eed91;
}
.colorPanelCardStyle .color-box-27 .inner {
  background: #00fe1e;
}
.colorPanelCardStyle .color-box-26 .inner {
  background: #79fb1e;
}
.colorPanelCardStyle .color-box-25 .inner {
  background: #abfe39;
}
.colorPanelCardStyle .color-box-24 .inner {
  background: #fdfe1e;
}
.colorPanelCardStyle .color-box-23 .inner {
  background: #fed618;
}
.colorPanelCardStyle .color-box-22 .inner {
  background: #fea411;
}
.colorPanelCardStyle .color-box-21 .inner {
  background: #f3a361;
}
.colorPanelCardStyle .color-box-20 .inner {
  background: #fe8b0c;
}
.colorPanelCardStyle .color-box-19 .inner {
  background: #fe6247;
}
.colorPanelCardStyle .color-box-18 .inner {
  background: #fe4403;
}
.colorPanelCardStyle .color-box-17 .inner {
  background: #cc5b5b;
}
.colorPanelCardStyle .color-box-16 .inner {
  background: #fe0303;
}
.colorPanelCardStyle .color-box-15 .inner {
  background: #db153b;
}
.colorPanelCardStyle .color-box-14 .inner {
  background: #a42a2a;
}
.colorPanelCardStyle .color-box-13 .inner {
  background: #7f0000;
}
.colorPanelCardStyle .color-box-12 .inner {
  background: #d1b38c;
}
.colorPanelCardStyle .color-box-11 .inner {
  background: #cc8440;
}
.colorPanelCardStyle .color-box-10 .inner {
  background: #d16820;
}
.colorPanelCardStyle .color-box-9 .inner {
  background: #9f512d;
}
.colorPanelCardStyle .color-box-8 .inner {
  background: #8a4415;
}
.colorPanelCardStyle .color-box-7 .inner {
  background: #768798;
}
.colorPanelCardStyle .color-box-6 .inner {
  background: #6f7f8f;
}
.colorPanelCardStyle .color-box-5 .inner {
  background: #bfbfbf;
}
.colorPanelCardStyle .color-box-4 .inner {
  background: #7f7f7f;
}
.colorPanelCardStyle .color-box-3 .inner {
  background: #686868;
}
.colorPanelCardStyle .color-box-2 .inner {
  background: #313539;
}
.colorPanelCardStyle .color-box-1 .inner {
  background: #000000;
}
.colorPanel .colorPanelTitles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1.2em;
}
.colorPanel .colorPanelTitles .tips {
  font-size: 22px;
  margin-left: 4px;
}
.colorPanel .colorPanelTitles .colorTheme {
  line-height: 33px;
  margin-bottom: 0;
}
.colorPanel .colorPanelSaveBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.colorPanel .showCurrentSelectedColor p {
  margin: 12px 0 4px 0;
  font-size: 16px;
  font-style: italic;
}
.colorPanel .showCurrentSelectedColor .colorValAndShowUp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.colorPanel .showCurrentSelectedColor .colorValAndShowUp .btnSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.colorPanel .showCurrentSelectedColor .colorValAndShowUp .btnSet .saveBtn {
  margin-left: 12px;
}
.colorPanel .showCurrentSelectedColor .colorValAndShowUp .showColorDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.colorPanel .showCurrentSelectedColor .colorValAndShowUp .showColorDetail .ant-row {
  margin-bottom: 0;
}
.colorPanel .showCurrentSelectedColor .colorValAndShowUp .showColorDetail .ant-form-explain {
  position: absolute;
  width: 400px;
}
.colorPanel .showCurrentSelectedColor .colorValAndShowUp .showColorDetail .selectedColorBlock {
  height: 32px;
  width: 32px;
  margin-left: 8px;
  -ms-flex-item-align: center;
      align-self: center;
  border-radius: 2px;
}
.colorPanel .showCurrentSelectedColor .colorValAndShowUp .showColorDetail .selectedColorBlock.hasColor {
  -webkit-box-shadow: 0 0 1px 1px rgba(100, 100, 100, 0.1);
          box-shadow: 0 0 1px 1px rgba(100, 100, 100, 0.1);
}
.colorPanel .showCurrentSelectedColor .colorValAndShowUp .showColorDetail input {
  width: 92px;
  font-size: 16px;
  font-weight: 600;
  -ms-flex-item-align: center;
      align-self: center;
}
.colorPanel .selectTemplate {
  margin-top: 24px;
}
.colorPanel .selectTemplate p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.colorPanel .selectTemplate .allTemplates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.colorPanel .selectTemplate .allTemplates .templateItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 92px;
  height: 92px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  padding: 7px;
  margin: 12px;
  cursor: pointer;
}
.colorPanel .selectTemplate .allTemplates .templateItem span {
  background-color: rgba(0, 0, 0, 0.15);
}
.colorPanel .selectTemplate .allTemplates .templateItem.beSelected {
  border-color: #03ADBC;
}
.colorPanel .selectTemplate .allTemplates .templateItem.beSelected span {
  background-color: #03ADBC;
}
.colorPanel .selectTemplate .allTemplates .templateVertical {
  margin-left: 0;
}
.colorPanel .selectTemplate .allTemplates .templateVertical span {
  width: 18px;
  height: 100%;
  margin: 0 3px;
}
.colorPanel .selectTemplate .allTemplates .templateMultiple {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.colorPanel .selectTemplate .allTemplates .templateMultiple span {
  width: 18px;
  height: 18px;
  margin: 3px;
}
.colorPanel .selectTemplate .allTemplates .templateHorizontal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.colorPanel .selectTemplate .allTemplates .templateHorizontal span {
  width: 100%;
  height: 18px;
  margin: 3px 0;
}
.colorPanel .choose-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.colorPanel .choose-details .color-box-1 {
  margin-right: calc(100% - 64px);
}
.colorPanel .choose-details .color-box {
  margin: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.colorPanel .choose-details .color-box .inner {
  width: 32px;
  height: 32px;
  margin: 2px;
  border-radius: 2px;
}
.colorPanel .choose-details .color-box.selected-color {
  position: relative;
}
.colorPanel .choose-details .color-box.selected-color::after {
  content: ' ';
  position: absolute;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  border: 2px solid #000000;
  left: -1px;
  top: -1px;
}
.smallCardStyle {
  width: 432px;
}
.smallCardStyle .colorPanel .colorTheme {
  font-size: 16px;
  font-weight: 600;
}
.smallCardStyle .colorPanel .colorValAndShowUp span {
  height: 26px;
  width: 26px;
}
.smallCardStyle .choose-details .color-box .inner {
  width: 26px;
  height: 26px;
}
/* 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-upload {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}
.ant-upload p {
  margin: 0;
}
.ant-upload-btn {
  display: block;
  width: 100%;
  outline: none;
}
.ant-upload input[type='file'] {
  cursor: pointer;
}
.ant-upload.ant-upload-select {
  display: inline-block;
}
.ant-upload.ant-upload-select-picture-card {
  border: 1px dashed #d9d9d9;
  width: 104px;
  height: 104px;
  border-radius: 4px;
  background-color: #fafafa;
  text-align: center;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  vertical-align: top;
  margin-right: 8px;
  margin-bottom: 8px;
  display: table;
}
.ant-upload.ant-upload-select-picture-card > .ant-upload {
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}
.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #1890ff;
}
.ant-upload.ant-upload-drag {
  border: 1px dashed #d9d9d9;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  background: #fafafa;
}
.ant-upload.ant-upload-drag .ant-upload {
  padding: 16px 0;
}
.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border: 2px dashed #40a9ff;
}
.ant-upload.ant-upload-drag.ant-upload-disabled {
  cursor: not-allowed;
}
.ant-upload.ant-upload-drag .ant-upload-btn {
  display: table;
  height: 100%;
}
.ant-upload.ant-upload-drag .ant-upload-drag-container {
  display: table-cell;
  vertical-align: middle;
}
.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: #40a9ff;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 20px;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  font-size: 48px;
  color: #40a9ff;
}
.ant-upload.ant-upload-drag p.ant-upload-text {
  font-size: 16px;
  margin: 0 0 4px;
  color: rgba(0, 0, 0, 0.85);
}
.ant-upload.ant-upload-drag p.ant-upload-hint {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload.ant-upload-drag .anticon-plus {
  font-size: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.25);
}
.ant-upload.ant-upload-drag .anticon-plus:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload.ant-upload-drag:hover .anticon-plus {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-list {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.ant-upload-list:before,
.ant-upload-list:after {
  content: '';
  display: table;
}
.ant-upload-list:after {
  clear: both;
}
.ant-upload-list-item {
  margin-top: 8px;
  font-size: 14px;
  position: relative;
  height: 22px;
}
.ant-upload-list-item-name {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 22px;
  width: 100%;
  display: inline-block;
}
.ant-upload-list-item-info {
  height: 100%;
  padding: 0 12px 0 4px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.ant-upload-list-item-info > span {
  display: block;
}
.ant-upload-list-item-info .anticon-loading,
.ant-upload-list-item-info .anticon-paper-clip {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 5px;
}
.ant-upload-list-item .anticon-close {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 0;
}
:root .ant-upload-list-item .anticon-close {
  font-size: 12px;
}
.ant-upload-list-item .anticon-close:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #e6f7ff;
}
.ant-upload-list-item:hover .anticon-close {
  opacity: 1;
}
.ant-upload-list-item-error,
.ant-upload-list-item-error .anticon-paper-clip,
.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #f5222d;
}
.ant-upload-list-item-error .anticon-close {
  opacity: 1;
  color: #f5222d !important;
}
.ant-upload-list-item-progress {
  line-height: 0;
  font-size: 14px;
  position: absolute;
  width: 100%;
  bottom: -12px;
  padding-left: 26px;
}
.ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  height: 66px;
  position: relative;
}
.ant-upload-list-picture .ant-upload-list-item:hover,
.ant-upload-list-picture-card .ant-upload-list-item:hover {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-error,
.ant-upload-list-picture-card .ant-upload-list-item-error {
  border-color: #f5222d;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-uploading,
.ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 8px;
  left: 8px;
  text-align: center;
  line-height: 54px;
  font-size: 26px;
  opacity: 0.8;
}
.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-picture-card .ant-upload-list-item-icon {
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  width: 48px;
  height: 48px;
  display: block;
  overflow: hidden;
}
.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-name {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 0 8px;
  line-height: 44px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 48px;
  padding-right: 8px;
  max-width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
  line-height: 28px;
}
.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  padding-left: 56px;
  margin-top: 0;
  bottom: 14px;
  width: calc(100% - 24px);
}
.ant-upload-list-picture .anticon-close,
.ant-upload-list-picture-card .anticon-close {
  position: absolute;
  right: 8px;
  top: 8px;
  line-height: 1;
  opacity: 1;
}
.ant-upload-list-picture-card {
  float: left;
}
.ant-upload-list-picture-card.ant-upload-list:after {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item {
  float: left;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
}
.ant-upload-list-picture-card .ant-upload-list-item-info {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:before {
  content: ' ';
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  z-index: 10;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 16px;
  width: 16px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 4px;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #fff;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  position: static;
}
.ant-upload-list-picture-card .ant-upload-list-item-name {
  margin: 8px 0 0;
  padding: 0;
  text-align: center;
  line-height: 1.5;
  display: none;
}
.ant-upload-list-picture-card .anticon-picture + .ant-upload-list-item-name {
  display: block;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: #fafafa;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
  height: auto;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading-text {
  margin-top: 18px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  padding-left: 0;
  bottom: 32px;
}
.ant-upload-list .ant-upload-success-icon {
  color: #52c41a;
  font-weight: bold;
}
.ant-upload-list .ant-upload-animate-enter,
.ant-upload-list .ant-upload-animate-leave,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-upload-list .ant-upload-animate-enter {
  -webkit-animation-name: uploadAnimateIn;
          animation-name: uploadAnimateIn;
}
.ant-upload-list .ant-upload-animate-leave {
  -webkit-animation-name: uploadAnimateOut;
          animation-name: uploadAnimateOut;
}
.ant-upload-list .ant-upload-animate-inline-enter {
  -webkit-animation-name: uploadAnimateInlineIn;
          animation-name: uploadAnimateInlineIn;
}
.ant-upload-list .ant-upload-animate-inline-leave {
  -webkit-animation-name: uploadAnimateInlineOut;
          animation-name: uploadAnimateInlineOut;
}
@-webkit-keyframes uploadAnimateIn {
  from {
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
  }
}
@keyframes uploadAnimateIn {
  from {
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
  }
}
@-webkit-keyframes uploadAnimateOut {
  to {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateOut {
  to {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@-webkit-keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
  }
}
@keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
  }
}
@-webkit-keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 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-progress {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.ant-progress-line {
  width: 100%;
  font-size: 14px;
  position: relative;
}
.ant-progress-small.ant-progress-line,
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
  font-size: 12px;
}
.ant-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.ant-progress-show-info .ant-progress-outer {
  padding-right: calc(2em + 8px);
  margin-right: calc(-2em - 8px);
}
.ant-progress-inner {
  display: inline-block;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 100px;
  vertical-align: middle;
  position: relative;
}
.ant-progress-circle-trail {
  stroke: #f5f5f5;
}
.ant-progress-circle-path {
  stroke: #1890ff;
  -webkit-animation: ant-progress-appear 0.3s;
          animation: ant-progress-appear 0.3s;
}
.ant-progress-success-bg,
.ant-progress-bg {
  background-color: #1890ff;
  -webkit-transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  position: relative;
}
.ant-progress-success-bg {
  background-color: #52c41a;
  position: absolute;
  top: 0;
  left: 0;
}
.ant-progress-text {
  word-break: normal;
  width: 2em;
  text-align: left;
  font-size: 1em;
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1;
}
.ant-progress-text .anticon {
  font-size: 14px;
}
.ant-progress-status-active .ant-progress-bg:before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 10px;
  -webkit-animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
          animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
.ant-progress-status-exception .ant-progress-bg {
  background-color: #f5222d;
}
.ant-progress-status-exception .ant-progress-text {
  color: #f5222d;
}
.ant-progress-status-exception .ant-progress-circle-path {
  stroke: #f5222d;
}
.ant-progress-status-success .ant-progress-bg {
  background-color: #52c41a;
}
.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}
.ant-progress-status-success .ant-progress-circle-path {
  stroke: #52c41a;
}
.ant-progress-circle .ant-progress-inner {
  position: relative;
  line-height: 1;
  background-color: transparent;
}
.ant-progress-circle .ant-progress-text {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  white-space: normal;
  padding: 0 6px;
}
.ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16666667em;
}
.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
  color: #f5222d;
}
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}
@-webkit-keyframes ant-progress-active {
  0% {
    opacity: 0.1;
    width: 0;
  }
  20% {
    opacity: 0.5;
    width: 0;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@keyframes ant-progress-active {
  0% {
    opacity: 0.1;
    width: 0;
  }
  20% {
    opacity: 0.5;
    width: 0;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.invoice-img-upload .ant-upload {
  padding: 0 !important;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.colorBlockBoxShadow___2cqoL {
  -webkit-box-shadow: 0 0 1px 1px rgba(100, 100, 100, 0.1);
          box-shadow: 0 0 1px 1px rgba(100, 100, 100, 0.1);
}
.edit-logo .modal-content-wrap {
  overflow: hidden !important;
}
.edit-logo .cropLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.edit-logo .cropLogo .cropBoxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.edit-logo .cropLogo .cropBoxContent .cropContainer {
  width: 360px;
  height: 384px;
  margin-right: 48px;
}
.edit-logo .cropLogo .previewBoxContent {
  position: relative;
}
.edit-logo .cropLogo .previewBoxContent::before,
.edit-logo .cropLogo .previewBoxContent::after {
  content: ' ';
  position: absolute;
  font-style: italic;
  color: rgba(0, 0, 0, 0.32);
}
.edit-logo .cropLogo .previewBoxContent::before {
  content: "292px";
  top: 90px;
  left: 152px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.edit-logo .cropLogo .previewBoxContent::after {
  content: "56px";
  top: 50px;
  right: 19px;
}
.edit-logo .cropLogo .previewBoxContent .previewBox {
  width: 294px;
  height: 56px;
  border: 1px dashed #d9d9d9;
  overflow: hidden;
  margin-bottom: 36px;
  background-Color: transparent;
}
.edit-logo .cropLogo .logoTitle {
  display: block;
  font-weight: 600;
  padding-bottom: 12px;
  color: #000000;
}
.edit-logo .cropLogo .uploadLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.edit-logo .cropLogo .uploadLogo button {
  width: 292px;
}
.edit-logo .cropLogo .uploadLogo .ant-form-item {
  margin-bottom: 12px;
}
.edit-logo .cropLogo .uploadLogo .uploadLogoTips {
  color: rgba(0, 0, 0, 0.72);
  display: block;
  width: 344px;
}
.edit-logo .cropper-line {
  background-color: #fff;
}
.edit-logo .cropper-point {
  background-color: #fff;
}
.edit-logo .cropper-view-box {
  outline: 1px solid #000;
  outline-color: #fff;
}
.imageHWLimitationTooltip .ant-tooltip-inner {
  word-break: keep-all;
}
.MadeFlex .ant-form-item-control {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MadeFlex .ant-form-item-children {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.MadeFlex .editLogoTips {
  margin-left: 32px;
  line-height: 24px;
  word-wrap: break-word;
  word-break: normal;
}
.banner-list-box {
  position: relative;
  z-index: 3;
}
.banner-list-box .company-logo {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 32px;
  height: 87px;
  background: #F1F2F3;
  min-width: 100px;
}
.banner-list-box .company-logo-txt {
  font-size: 16px;
  text-align: center;
  line-height: 80px;
}
.banner-list-box .edit-pop-up {
  position: absolute !important;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  padding: 20px;
}
.banner-list-box .edit-pop-up .edit-banner {
  float: right;
  margin: 0 0 0 16px;
}
.banner-list-box:hover .edit-pop-up {
  opacity: 1;
}
.banner-list-box .ant-carousel .banner-item {
  height: 400px;
  background: #474849;
}
.banner-list-box .ant-carousel .banner-item .fontDiv {
  position: relative;
  z-index: 3;
  top: -400px;
}
.banner-list-box .ant-carousel .banner-item .fontDiv-new {
  position: relative;
  z-index: 3;
  width: 1280px;
  max-width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -400px;
}
.banner-list-box .ant-carousel .banner-item div {
  height: 400px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.banner-list-box .ant-carousel .banner-item div .img-title1 {
  font-size: 28px;
  font-weight: normal;
  line-height: 30px;
  max-height: 66px;
  color: #fff;
  margin: 125px 0 0 88px;
  max-width: 680px;
  text-decoration: none;
}
.banner-list-box .ant-carousel .banner-item div .img-title1:hover {
  text-decoration: none;
}
.banner-list-box .ant-carousel .banner-item div .img-title1:active {
  text-decoration: none;
}
.banner-list-box .ant-carousel .banner-item div .img-title1:focus {
  text-decoration: none;
}
.banner-list-box .ant-carousel .banner-item div .img-title2 {
  font-size: 46px;
  line-height: 48px;
  color: #fff;
  max-height: 102px;
  margin: 10px 0 0 88px;
  max-width: 680px;
  text-decoration: none;
}
.banner-list-box .ant-carousel .banner-item div .img-title2:hover {
  text-decoration: none;
}
.banner-list-box .ant-carousel .banner-item div .img-title2:active {
  text-decoration: none;
}
.banner-list-box .ant-carousel .banner-item div .img-title2:focus {
  text-decoration: none;
}
.banner-list-box .ant-carousel .banner-item div .img-desc {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 32px;
  left: 88px;
  max-width: 680px;
  margin: 0;
  text-decoration: none;
}
.banner-list-box .ant-carousel .banner-item div .img-desc:hover {
  text-decoration: none;
}
.banner-list-box .ant-carousel .banner-item div .img-desc:active {
  text-decoration: none;
}
.banner-list-box .ant-carousel .banner-item div .img-desc:focus {
  text-decoration: none;
}
.banner-list-box .banner-switch {
  position: absolute;
  z-index: 3;
  top: 50%;
  font-size: 64px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #ffffff;
  cursor: pointer;
}
.banner-list-box .banner-switch.next {
  right: 0;
}
.banner-list-box .banner-switch.prev {
  left: 0;
}
.banner-list-box:hover .banner-switch {
  opacity: 1;
  filter: alpha(opacity=100);
}
.rs-logo-block {
  background: #F1F2F3;
  height: 87px;
}
.rs-logo-block .login-way-link {
  display: inline-block;
  line-height: 86px;
  padding: 0 16px 0 50px;
  color: #000;
}
.rs-logo-block .login-way-link:hover {
  color: #00afbe;
}
.rs-logo-block .logo {
  float: left;
  height: 56px;
  margin: 11px 8px 8px 0;
}
.rs-logo-block .logo img {
  height: 56px;
}
.rs-logo-block .actions {
  float: right;
  height: 87px;
  position: relative;
}
.rs-logo-block .actions button {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.edit-banner .edit-banner-form .ant-form-item-children {
  position: static;
}
.edit-banner .edit-banner-form .banner-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 16px;
}
.edit-banner .edit-banner-form .banner-flex-box .editLogoHeightLimit {
  max-height: 42px;
}
@media screen and (max-width: 1600px) {
  .edit-banner .edit-banner-form .banner-flex-box .editLogoHeightLimit {
    max-height: 56px;
  }
}
.edit-banner .edit-banner-form .banner-flex-box .banner-flex-item.auto-flex-item .formItems-box {
  position: relative;
  border-left: 4px solid #e8e9e9;
  padding-left: 10px;
}
.edit-banner .edit-banner-form .banner-flex-box .banner-flex-item.auto-flex-item .formItems-box .collapse-btn {
  position: absolute;
  z-index: 3;
  top: 0;
  left: -24px;
  line-height: 14px;
  cursor: pointer;
}
.edit-banner .edit-banner-form .banner-flex-box .banner-flex-item.title-item {
  padding: 0 10px 0 0;
  text-align: right;
  font-size: 15px;
  color: #000;
  width: 150px;
}
.edit-banner .edit-banner-form .banner-flex-box .banner-flex-item.title-item.other-title {
  line-height: 42px;
}
@media screen and (max-width: 1440px) {
  .edit-banner .edit-banner-form .banner-flex-box .banner-flex-item.title-item.other-title {
    line-height: 36px;
  }
}
.edit-banner .edit-banner-form .banner-flex-box .banner-flex-item .ant-form-item-control {
  position: relative;
}
.edit-banner .edit-banner-form .banner-flex-box .banner-flex-item .ant-form-item-control .upload-tips {
  position: absolute;
  top: 0;
  left: 115px;
  font-size: 24px;
  color: #ed450a;
}
@media screen and (max-width: 1440px) {
  .edit-banner .edit-banner-form .banner-flex-box .banner-flex-item .ant-form-item-control .upload-tips {
    font-size: 20px;
  }
}
.edit-banner .edit-banner-form .banner-flex-box .banner-flex-item .ant-form-item-control .upload-tips2 {
  position: absolute;
  top: 8px;
  left: 420px;
  font-size: 24px;
  color: #ed450a;
}
@media screen and (max-width: 1440px) {
  .edit-banner .edit-banner-form .banner-flex-box .banner-flex-item .ant-form-item-control .upload-tips2 {
    font-size: 20px;
    top: -5px;
  }
}
.edit-banner .edit-banner-form .banner-flex-box .banner-flex-item .button-box {
  text-align: right;
  width: 423px;
}
.edit-banner .edit-banner-form .banner-flex-box .banner-flex-item .button-box .ant-btn {
  margin-left: 8px;
}
.scroll-speed .speed-item {
  min-width: 70px;
  height: 42px;
  line-height: 36px;
  text-align: center;
  background: #e7e8e9;
  float: left;
  margin-right: 16px;
  border-radius: 42px;
  border: 3px solid #e7e8e9;
  cursor: pointer;
}
.scroll-speed .speed-item:hover {
  background: #03ADBC;
  color: #fff;
  border-color: #03ADBC;
}
.scroll-speed .speed-item:active,
.scroll-speed .speed-item:focus,
.scroll-speed .speed-item.selected {
  border-color: #03ADBC;
  background: #fff;
  color: #03ADBC;
}
@media screen and (max-width: 1440px) {
  .scroll-speed .speed-item {
    height: 36px;
    line-height: 30px;
    width: 60px;
    border-radius: 36px;
  }
}
.adjustColorPanelPosition {
  position: absolute;
  top: 3px;
  left: 452px;
  font-size: 24px;
}
.adjustColorPanelPosition .selectTextColor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adjustColorPanelPosition .selectTextColor i:hover {
  color: rgba(0, 0, 0, 0.72);
}
.adjustColorPanelPosition .selectTextColor i:active {
  color: rgba(0, 0, 0, 0.48);
}
.adjustColorPanelPosition .selectTextColor .textColorBlock {
  width: 22px;
  height: 22px;
  margin: 0 4px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 1px 1px rgba(100, 100, 100, 0.1);
          box-shadow: 0 0 1px 1px rgba(100, 100, 100, 0.1);
}
.login-way-overlay .ant-dropdown-menu-item {
  padding: 16px 32px;
  background: #fff !important;
  border-bottom: none;
}
.login-way-overlay .ant-dropdown-menu-item button {
  display: block;
  width: 100%;
}
.login-way-overlay .ant-dropdown-menu-item .or-line {
  text-align: center;
  position: relative;
  z-index: 3;
  color: #000;
  margin: 10px 0;
}
.login-way-overlay .ant-dropdown-menu-item .or-line:before {
  display: block;
  content: ' ';
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f1f2f3;
}
.login-way-overlay .ant-dropdown-menu-item .or-line span {
  display: inline-block;
  position: relative;
  z-index: 3;
  padding: 0 12px;
  background: #fff;
}
/*!
 * Cropper.js v1.0.0-rc.3
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2017 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2017-07-07T12:56:42.462Z
 */

.cropper-container {
  font-size: 0;
  line-height: 0;

  position: relative;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;

  direction: ltr;
  -ms-touch-action: none;
      touch-action: none
}

.cropper-container img {
  /* Avoid margin top issue (Occur only when margin-top <= -height) */
  display: block;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  max-height: none !important;
  width: 100%;
  height: 100%;
  image-orientation: 0deg
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cropper-wrap-box {
  overflow: hidden;
}

.cropper-drag-box {
  opacity: 0;
  background-color: #fff;
}

.cropper-modal {
  opacity: .5;
  background-color: #000;
}

.cropper-view-box {
  display: block;
  overflow: hidden;

  width: 100%;
  height: 100%;

  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
}

.cropper-dashed {
  position: absolute;

  display: block;

  opacity: .5;
  border: 0 dashed #eee
}

.cropper-dashed.dashed-h {
  top: 33.33333%;
  left: 0;
  width: 100%;
  height: 33.33333%;
  border-top-width: 1px;
  border-bottom-width: 1px
}

.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333%;
  width: 33.33333%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px
}

.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;

  display: block;

  width: 0;
  height: 0;

  opacity: .75
}

.cropper-center:before,
  .cropper-center:after {
  position: absolute;
  display: block;
  content: ' ';
  background-color: #eee
}

.cropper-center:before {
  top: 0;
  left: -3px;
  width: 7px;
  height: 1px
}

.cropper-center:after {
  top: -3px;
  left: 0;
  width: 1px;
  height: 7px
}

.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;

  display: block;

  width: 100%;
  height: 100%;

  opacity: .1;
}

.cropper-face {
  top: 0;
  left: 0;

  background-color: #fff;
}

.cropper-line {
  background-color: #39f
}

.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize
}

.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize
}

.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize
}

.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize
}

.cropper-point {
  width: 5px;
  height: 5px;

  opacity: .75;
  background-color: #39f
}

.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize
}

.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize
}

.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize
}

.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize
}

.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize
}

.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize
}

.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize
}

.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  opacity: 1
}

@media (min-width: 768px) {

  .cropper-point.point-se {
    width: 15px;
    height: 15px
  }
}

@media (min-width: 992px) {

  .cropper-point.point-se {
    width: 10px;
    height: 10px
  }
}

@media (min-width: 1200px) {

  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    opacity: .75
  }
}

.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: ' ';
  opacity: 0;
  background-color: #39f
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  position: absolute;

  display: block;

  width: 0;
  height: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.max-tag-block {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  background: #f9f0bb;
  padding: 0 20px 0 10px;
  position: relative;
  margin-right: 4px;
}
.max-tag-block:last-of-type {
  margin-right: 0;
}
.max-tag-block span {
  font-size: 12px;
  position: absolute;
  top: 0px;
  right: 5px;
  cursor: pointer;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
.normal-tag-bgc {
  background: #ECEDEE;
}
@media screen and (max-width: 1600px) {
  .max-tag-block {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    background: #f9f0bb;
    padding: 0 20px 0 10px;
    position: relative;
    margin-right: 4px;
  }
  .max-tag-block:last-of-type {
    margin-right: 0;
  }
  .max-tag-block span {
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
    -webkit-transform: scale(0.83333333) rotate(0deg);
        -ms-transform: scale(0.83333333) rotate(0deg);
            transform: scale(0.83333333) rotate(0deg);
  }
  .normal-tag-bgc {
    background: #ECEDEE;
  }
}
.max-tag-large-box .max-tag-block {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background: #f9f0bb;
  padding: 0 20px 0 10px;
  position: relative;
  margin-right: 4px;
}
.max-tag-large-box .max-tag-block:last-of-type {
  margin-right: 0;
}
.max-tag-large-box .max-tag-block span {
  font-size: 12px;
  position: absolute;
  top: 0px;
  right: 5px;
  cursor: pointer;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
.max-tag-large-box .normal-tag-bgc {
  background: #ECEDEE;
}
@media screen and (max-width: 1600px) {
  .max-tag-large-box .max-tag-block {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    background: #f9f0bb;
    padding: 0 20px 0 10px;
    position: relative;
    margin-right: 4px;
  }
  .max-tag-large-box .max-tag-block:last-of-type {
    margin-right: 0;
  }
  .max-tag-large-box .max-tag-block span {
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
    -webkit-transform: scale(0.83333333) rotate(0deg);
        -ms-transform: scale(0.83333333) rotate(0deg);
            transform: scale(0.83333333) rotate(0deg);
  }
  .max-tag-large-box .normal-tag-bgc {
    background: #ECEDEE;
  }
}
.max-tag-small-box .max-tag-block {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  background: #f9f0bb;
  padding: 0 20px 0 10px;
  position: relative;
  margin-right: 4px;
}
.max-tag-small-box .max-tag-block:last-of-type {
  margin-right: 0;
}
.max-tag-small-box .max-tag-block span {
  font-size: 12px;
  position: absolute;
  top: 0px;
  right: 5px;
  cursor: pointer;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
.max-tag-small-box .normal-tag-bgc {
  background: #ECEDEE;
}
@media screen and (max-width: 1600px) {
  .max-tag-small-box .max-tag-block {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #f9f0bb;
    padding: 0 20px 0 10px;
    position: relative;
    margin-right: 4px;
  }
  .max-tag-small-box .max-tag-block:last-of-type {
    margin-right: 0;
  }
  .max-tag-small-box .max-tag-block span {
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
    -webkit-transform: scale(0.83333333) rotate(0deg);
        -ms-transform: scale(0.83333333) rotate(0deg);
            transform: scale(0.83333333) rotate(0deg);
  }
  .max-tag-small-box .normal-tag-bgc {
    background: #ECEDEE;
  }
}
.ant-select-lg.common-components .ant-select-selection__rendered {
  line-height: 48px;
  margin-left: 20px;
}
@media screen and (max-width: 1600px) {
  .ant-select-lg.common-components .ant-select-selection__rendered {
    line-height: 42px;
  }
}
.ant-select.ant-select.ant-select-disabled.ant-select-allow-clear.common-components,
.ant-select.ant-select.ant-select-enabled.ant-select-allow-clear.common-components {
  height: 42px;
}
@media screen and (max-width: 1600px) {
  .ant-select.ant-select.ant-select-disabled.ant-select-allow-clear.common-components,
  .ant-select.ant-select.ant-select-enabled.ant-select-allow-clear.common-components {
    height: 36px;
  }
}
.ant-select.ant-select-lg.ant-select-disabled.ant-select-allow-clear.common-components,
.ant-select.ant-select-lg.ant-select-enabled.ant-select-allow-clear.common-components {
  height: 50px;
}
@media screen and (max-width: 1600px) {
  .ant-select.ant-select-lg.ant-select-disabled.ant-select-allow-clear.common-components,
  .ant-select.ant-select-lg.ant-select-enabled.ant-select-allow-clear.common-components {
    height: 44px;
  }
}
.ant-select.ant-select-sm.ant-select-disabled.ant-select-allow-clear.common-components,
.ant-select.ant-select-sm.ant-select-enabled.ant-select-allow-clear.common-components {
  height: 36px;
}
@media screen and (max-width: 1600px) {
  .ant-select.ant-select-sm.ant-select-disabled.ant-select-allow-clear.common-components,
  .ant-select.ant-select-sm.ant-select-enabled.ant-select-allow-clear.common-components {
    height: 32px;
  }
}
.ant-select-dropdown {
  font-size: 15px;
}
.ant-select-dropdown.lg-drop-down .ant-select-dropdown-menu-item {
  font-size: 18px;
}
.ant-select-dropdown.sm-drop-down .ant-select-dropdown-menu-item {
  font-size: 13px;
}
.ant-select-dropdown.hide-option {
  display: none;
}
.has-error .common-components .ant-select-selection {
  border-color: #f5222d;
}
.common-components.snx-select-no-radius {
  border-radius: 3px !important;
}
.common-components.snx-select-no-radius .ant-select-selection {
  border-radius: 3px !important;
}
.common-components.snx-select-no-radius.ant-select-sm .ant-select-selection__rendered,
.common-components.snx-select-no-radius.ant-select-lg .ant-select-selection__rendered {
  border-radius: 3px;
}
.common-components.ant-select-auto-complete.ant-select .ant-input,
.common-components .ant-select-selection {
  background-color: #FFF;
  min-width: 42px;
  border-color: #e0e2e4;
}
.common-components.ant-select-auto-complete.ant-select .ant-input:focus,
.common-components .ant-select-selection:focus,
.common-components.ant-select-auto-complete.ant-select .ant-input:hover,
.common-components .ant-select-selection:hover {
  background-color: #f8f8f8;
  border-color: #03ADBC;
  -webkit-box-shadow: 0 0 0 2px rgba(3, 173, 188, 0.2);
          box-shadow: 0 0 0 2px rgba(3, 173, 188, 0.2);
}
.common-components.ant-select-auto-complete.ant-select .ant-input,
.common-components .ant-select-selection--single,
.common-components .ant-select-selection--multiple {
  min-height: 42px;
  border-radius: 42px;
  font-size: 15px;
}
@media screen and (max-width: 1600px) {
  .common-components.ant-select-auto-complete.ant-select .ant-input,
  .common-components .ant-select-selection--single,
  .common-components .ant-select-selection--multiple {
    height: 36px;
  }
}
.common-components.ant-select-auto-complete.ant-select .ant-input,
.common-components.ant-select-selection--single {
  border-radius: 42px;
}
@media screen and (max-width: 1600px) {
  .common-components.ant-select-auto-complete.ant-select .ant-input,
  .common-components.ant-select-selection--single {
    border-radius: 36px;
  }
}
.common-components.ant-select-auto-complete.ant-select .ant-input.ant-input-lg,
.common-components.ant-select-lg .ant-select-selection--single {
  height: 50px;
  font-size: 17px;
}
@media screen and (max-width: 1600px) {
  .common-components.ant-select-auto-complete.ant-select .ant-input.ant-input-lg,
  .common-components.ant-select-lg .ant-select-selection--single {
    height: 44px;
  }
}
.common-components.ant-select-auto-complete.ant-select .ant-input.ant-input-lg,
.common-components.ant-select-lg .ant-select-selection--single {
  border-radius: 50px;
}
@media screen and (max-width: 1600px) {
  .common-components.ant-select-auto-complete.ant-select .ant-input.ant-input-lg,
  .common-components.ant-select-lg .ant-select-selection--single {
    border-radius: 44px;
  }
}
.common-components.ant-select-auto-complete.ant-select .ant-input.ant-input-sm,
.common-components.ant-select-sm .ant-select-selection--single {
  height: 36px;
  font-size: 13px;
}
@media screen and (max-width: 1600px) {
  .common-components.ant-select-auto-complete.ant-select .ant-input.ant-input-sm,
  .common-components.ant-select-sm .ant-select-selection--single {
    height: 32px;
  }
}
.common-components.ant-select-auto-complete.ant-select .ant-input.ant-input-sm,
.common-components.ant-select-sm .ant-select-selection--single {
  border-radius: 42px;
}
@media screen and (max-width: 1600px) {
  .common-components.ant-select-auto-complete.ant-select .ant-input.ant-input-sm,
  .common-components.ant-select-sm .ant-select-selection--single {
    border-radius: 36px;
  }
}
.common-components.ant-select .ant-select-selection__rendered {
  line-height: 40px;
  margin-left: 14px;
}
@media screen and (max-width: 1600px) {
  .common-components.ant-select .ant-select-selection__rendered {
    line-height: 34px;
  }
}
.common-components.ant-select-sm .ant-select-selection__rendered {
  line-height: 34px;
  margin-left: 10px;
}
@media screen and (max-width: 1600px) {
  .common-components.ant-select-sm .ant-select-selection__rendered {
    line-height: 30px;
  }
}
.common-components.ant-select-disabled .ant-select-selection,
.common-components.ant-select-disabled .ant-select-selection,
.common-components.ant-select-disabled .ant-select-selection {
  background-color: #eaebec !important;
}
.common-components.ant-select-disabled.snx-select-readonly .ant-select-selection,
.common-components.ant-select-disabled.snx-select-readonly .ant-select-selection,
.common-components.ant-select-disabled.snx-select-readonly .ant-select-selection {
  background-color: #f7f8f9 !important;
}
.common-components.select-no-border .ant-select-selection {
  border: none;
  background: transparent;
}
.common-components.select-no-border .ant-select-selection:hover,
.common-components.select-no-border .ant-select-selection:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.common-components.select-no-border .ant-select-selection .ant-select-selection-selected-value {
  color: #03ADBC;
}
.common-components .ant-select-selection--multiple .ant-select-selection__choice {
  line-height: 32px;
  height: 32px;
  margin: 4px 4px 0 0;
  background: #f9f0bb;
}
.common-components .ant-select-selection--multiple .ant-select-search.ant-select-search--inline .ant-select-search__field {
  height: 32px;
}
@media screen and (max-width: 1600px) {
  .common-components .ant-select-selection--multiple .ant-select-selection__choice {
    line-height: 26px;
    height: 26px;
    margin: 4px 4px 0 0;
    background: #f9f0bb;
  }
  .common-components .ant-select-selection--multiple .ant-select-search.ant-select-search--inline .ant-select-search__field {
    height: 26px;
  }
}
.common-components.ant-select-lg .ant-select-selection--multiple .ant-select-selection__choice {
  line-height: 40px;
  height: 40px;
  margin: 4px 4px 0 0;
  background: #f9f0bb;
}
.common-components.ant-select-lg .ant-select-selection--multiple .ant-select-search.ant-select-search--inline .ant-select-search__field {
  height: 40px;
}
@media screen and (max-width: 1600px) {
  .common-components.ant-select-lg .ant-select-selection--multiple .ant-select-selection__choice {
    line-height: 34px;
    height: 34px;
    margin: 4px 4px 0 0;
    background: #f9f0bb;
  }
  .common-components.ant-select-lg .ant-select-selection--multiple .ant-select-search.ant-select-search--inline .ant-select-search__field {
    height: 34px;
  }
}
.common-components.ant-select-sm .ant-select-selection--multiple .ant-select-selection__choice {
  line-height: 26px;
  height: 26px;
  margin: 4px 4px 0 0;
  background: #f9f0bb;
}
.common-components.ant-select-sm .ant-select-selection--multiple .ant-select-search.ant-select-search--inline .ant-select-search__field {
  height: 26px;
}
@media screen and (max-width: 1600px) {
  .common-components.ant-select-sm .ant-select-selection--multiple .ant-select-selection__choice {
    line-height: 22px;
    height: 22px;
    margin: 4px 4px 0 0;
    background: #f9f0bb;
  }
  .common-components.ant-select-sm .ant-select-selection--multiple .ant-select-search.ant-select-search--inline .ant-select-search__field {
    height: 22px;
  }
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.colorBlockBoxShadow___2cjL0 {
  -webkit-box-shadow: 0 0 1px 1px rgba(100, 100, 100, 0.1);
          box-shadow: 0 0 1px 1px rgba(100, 100, 100, 0.1);
}
.customer-tile-box.customer-tile-box-padding .customer-tile-list {
  margin: 0 -10px;
}
.customer-tile-box {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 1680px) {
  .customer-tile-box {
    padding: 0 20px;
  }
}
.customer-tile-box .tile-template {
  margin-bottom: 10px;
}
.customer-tile-box .tile-template .label-text {
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
}
.customer-tile-box .tile-template .tips {
  font-size: 22px;
  vertical-align: middle;
}
.customer-tile-box .merge-tile-box {
  position: fixed;
  z-index: 20;
  bottom: 60px;
  right: 20px;
  width: 300px;
  background: #fff;
  border: 3px solid #5c5d5f;
}
.customer-tile-box .merge-tile-box .select-list .select-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 7px 15px;
}
.customer-tile-box .merge-tile-box .select-list .select-list-item:hover {
  background: rgba(3, 173, 188, 0.4);
}
.customer-tile-box .merge-tile-box .select-list .select-list-item label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 4px;
}
.customer-tile-box .merge-tile-box .select-list .select-list-item label .radio-text {
  display: inline-block;
  width: 200px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 15px;
  vertical-align: middle;
}
.customer-tile-box .merge-tile-box .select-list .select-list-item i {
  font-size: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  cursor: pointer;
}
.customer-tile-box .merge-tile-box .create-tile {
  font-size: 18px;
  color: #fff;
  height: 62px;
  line-height: 62px;
  background: #5c5d5f;
  text-align: center;
  cursor: pointer;
}
.customer-tile-box .merge-tile-box .create-tile span,
.customer-tile-box .merge-tile-box .create-tile i {
  vertical-align: middle;
}
.customer-tile-box .merge-tile-box .create-tile span {
  margin-left: 10px;
}
.customer-tile-box .customer-tile-list {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -20px;
}
.customer-tile-box .customer-tile-list .no-tiles {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.customer-tile-box .customer-tile-list .no-tiles i {
  font-size: 256px;
  color: rgba(0, 0, 0, 0.1);
}
.customer-tile-box .customer-tile-list .no-tiles p {
  font-size: 16px;
  margin-top: -60px;
}
.customer-tile-box .customer-tile-list .tile-item {
  z-index: 20;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 33.333%;
  margin-bottom: 40px;
  position: relative;
}
.customer-tile-box .customer-tile-list .tile-item .tile-cover {
  height: calc(100% + 8px);
  width: calc(100% + 8px);
  top: -4px;
  left: -4px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  z-index: 5;
  border: 2px solid #ff0000;
  display: none;
}
.customer-tile-box .customer-tile-list .tile-item .tile-cover .buttonGroup {
  margin-top: 60px;
  font-size: 15px;
  margin-left: 23px;
}
.customer-tile-box .customer-tile-list .tile-item .tile-cover .buttonGroup button:nth-last-child(1) {
  margin-left: 8px;
}
.customer-tile-box .customer-tile-list .tile-item .tile-cover .checkBoxLevel {
  margin-top: 30px;
  margin-left: 23px;
  font-size: 15px;
  font-weight: 600;
  color: white;
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.customer-tile-box .customer-tile-list .tile-item .tile-cover .checkBoxLevel span {
  color: #fff;
}
.customer-tile-box .customer-tile-list .tile-item .tile-cover .select-area {
  position: absolute;
  z-index: 3;
  top: 0 !important;
  right: 0 !important;
  width: 0;
  height: 0;
  border: 40px solid #e7e8e9;
  border-color: #e7e8e9 #e7e8e9 transparent transparent;
  border-radius: 0 12px 0 0;
  cursor: pointer;
}
.customer-tile-box .customer-tile-list .tile-item .tile-cover .select-area i {
  position: absolute;
  z-index: 3;
  top: -33px;
  left: -2px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.customer-tile-box .customer-tile-list .tile-item .tile-cover .select-area-hide {
  width: 112px;
  height: 80px;
  position: absolute;
  z-index: 4;
  top: 32px;
  right: 15px;
  background: transparent;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.customer-tile-box .customer-tile-list .tile-item:hover .tile-cover {
  display: block;
}
.customer-tile-box .customer-tile-list .tile-item .inner {
  position: relative;
  z-index: 3;
  margin: 0 20px;
  height: 100%;
  background: #fff;
  border-radius: 15px;
}
.customer-tile-box .customer-tile-list .tile-item .inner:before {
  display: block;
  content: ' ';
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  z-index: 3;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 15px;
}
.customer-tile-box .customer-tile-list .tile-item .inner .other-theme-inner {
  padding: 24px;
  position: relative;
  z-index: 3;
  background: #ffffff;
  border-radius: 15px;
  height: 100%;
}
.customer-tile-box .customer-tile-list .tile-item .inner .select-area {
  position: absolute;
  z-index: 3;
  top: -2px;
  right: -2px;
  width: 0;
  height: 0;
  border: 40px solid #e7e8e9;
  border-color: #e7e8e9 #e7e8e9 transparent transparent;
  border-radius: 0 12px 0 0;
  cursor: pointer;
}
.customer-tile-box .customer-tile-list .tile-item .inner .select-area i {
  position: absolute;
  z-index: 3;
  top: -33px;
  left: -2px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.customer-tile-box .customer-tile-list .tile-item .inner .vendor-logo {
  height: 50px;
  overflow: hidden;
}
.customer-tile-box .customer-tile-list .tile-item .inner .vendor-logo img {
  display: block;
  height: 50px;
  max-width: 100%;
}
.customer-tile-box .customer-tile-list .tile-item .inner .vendor-logo .editLogoHeightLimit {
  max-height: 42px;
  max-width: 80%;
}
@media screen and (max-width: 1600px) {
  .customer-tile-box .customer-tile-list .tile-item .inner .vendor-logo .editLogoHeightLimit {
    max-height: 56px;
  }
}
.customer-tile-box .customer-tile-list .tile-item .inner .product-name {
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 30px 0 0 0;
  color: #000000;
}
.customer-tile-box .customer-tile-list .tile-item .inner .product-tag {
  font-size: 15px;
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: rgba(0, 0, 0, 0.72);
}
.customer-tile-box .customer-tile-list .tile-item .inner .product-price {
  text-align: center;
  margin-top: 10px;
}
.customer-tile-box .customer-tile-list .tile-item .inner .product-price span {
  font-size: 30px;
}
.customer-tile-box .customer-tile-list .tile-item .inner .product-price b {
  font-size: 60px;
}
.customer-tile-box .customer-tile-list .tile-item .inner .product-price .price-last-section {
  vertical-align: top;
  position: relative;
  top: 15px;
}
.customer-tile-box .customer-tile-list .tile-item .inner .product-price .price-right-symbol {
  margin-left: -4px;
  margin-right: 4px;
}
.customer-tile-box .customer-tile-list .tile-item .inner .product-unit {
  text-align: center;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.72);
  margin-top: -14px;
}
.customer-tile-box .customer-tile-list .tile-item .inner .product-img {
  height: 35px;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
}
.customer-tile-box .customer-tile-list .tile-item .inner .product-img img {
  height: 35px;
}
.customer-tile-box .customer-tile-list .tile-item .inner .product-img .displayBannerWidthLimit {
  max-width: 100%;
}
.customer-tile-box .customer-tile-list .tile-item .inner dl {
  font-size: 15px;
  margin-bottom: 15px;
}
.customer-tile-box .customer-tile-list .tile-item .inner dl dt .feature-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.customer-tile-box .customer-tile-list .tile-item .inner dl dt i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 3px;
  cursor: pointer;
}
.customer-tile-box .customer-tile-list .tile-item .inner dl dt div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 20px;
  padding-left: 8px;
}
.customer-tile-box .customer-tile-list .tile-item .inner dl dt div span {
  cursor: pointer;
}
.customer-tile-box .customer-tile-list .tile-item .inner dl dd {
  font-size: 13px;
  padding-left: 50px;
  display: none;
}
.customer-tile-box .customer-tile-list .tile-item .inner dl dd.show {
  display: block;
}
.customer-tile-box .customer-tile-list .tile-item .inner .bottom-box {
  height: 155px;
}
.customer-tile-box .customer-tile-list .tile-item .inner .bottom-box .actions {
  width: 100%;
  padding: 0 24px 24px;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
}
.customer-tile-box .customer-tile-list .tile-item .inner .bottom-box .actions .seat-count-box .count-tips {
  width: 100%;
  margin: 0 auto 8px;
  color: #000000;
  white-space: nowrap;
  text-align: center;
}
.customer-tile-box .customer-tile-list .tile-item .inner .bottom-box .actions .seat-count-box .seat-count-input {
  width: 75%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #e6e6e6;
  border-radius: 20px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 1440px) {
  .customer-tile-box .customer-tile-list .tile-item .inner .bottom-box .actions .seat-count-box .seat-count-input {
    width: 80%;
  }
}
.customer-tile-box .customer-tile-list .tile-item .inner .bottom-box .actions .seat-count-box .seat-count-input .st {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  white-space: nowrap;
  padding: 0 15px 0 25px;
  font-size: 15px;
  line-height: 45px;
  color: #000000;
}
.customer-tile-box .customer-tile-list .tile-item .inner .bottom-box .actions .seat-count-box .seat-count-input .it {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 5px 0 0;
}
.customer-tile-box .customer-tile-list .tile-item .inner .bottom-box .actions .seat-count-box .seat-count-input .it .ant-input,
.customer-tile-box .customer-tile-list .tile-item .inner .bottom-box .actions .seat-count-box .seat-count-input .it .ant-input-number {
  width: 100%;
  margin: 3px 0 0 0;
  border-radius: 16px;
  text-align: right;
  font-size: 15px;
  padding: 0 15px;
}
.customer-tile-box .customer-tile-list .tile-item .inner .bottom-box .actions .seat-count-box .seat-count-input .it .ant-input-number .ant-input-number-handler-wrap {
  display: none;
}
.customer-tile-box .customer-tile-list .tile-item .inner .bottom-box .actions .seat-count-box .seat-count-input .it .ant-input-number input {
  text-align: right;
  padding: 0;
}
.customer-tile-box .customer-tile-list .tile-item .inner .bottom-box .actions .seat-count-box .seat-count-input .ant-form-explain {
  position: absolute;
  top: 45px;
  font-size: 12px;
  line-height: 1.1;
  white-space: nowrap;
  width: 120%;
}
.customer-tile-box .customer-tile-list .tile-item .inner .bottom-box .actions .seat-count-box .ant-btn {
  margin: 0 auto;
  display: block;
  width: 195px;
}
.customer-tile-box .customer-tile-list .tile-item .inner .bottom-box .actions .activated-box .activate-status {
  vertical-align: top;
  text-align: center;
  margin-bottom: 10px;
}
.customer-tile-box .customer-tile-list .tile-item .inner .bottom-box .actions .activated-box .activate-status i {
  font-size: 45px;
  color: #3ab54a;
  vertical-align: top;
}
.customer-tile-box .customer-tile-list .tile-item .inner .bottom-box .actions .activated-box .activate-status .text {
  display: inline-block;
  font-size: 22px;
  line-height: 45px;
  color: #3ab54a;
  vertical-align: top;
  padding: 0 9px;
}
.customer-tile-box .customer-tile-list .tile-item .inner .bottom-box .actions .activated-box .activate-status .count {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
  line-height: 24px;
  background: #3ab54a;
  border-radius: 12px;
  padding: 0 10px;
  vertical-align: top;
  margin: 10px 0 0 0;
}
.customer-tile-box .customer-tile-list .tile-item .inner .bottom-box .actions .activated-box .activate-tips {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.72);
  text-align: center;
  min-height: 45px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.customer-tile-box .customer-tile-list .tile-item .inner .bottom-box .actions .activated-box .activate-tips div a {
  color: #03ADBC !important;
}
.customer-tile-box .customer-tile-list .tile-item-grid {
  border-width: 2px;
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-bottom: 18px;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner {
  margin: 0 9px 18px 9px;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner {
  border-width: 2px;
  border-radius: 6px;
  padding: 16px 16px 0 16px;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .vendor-logo {
  height: 28px;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .vendor-logo img {
  height: 28px;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .product-name {
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  color: #000000;
  margin-top: 8px;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .product-tag {
  color: #000000;
  font-size: 13px;
  margin-top: 8px;
  margin-bottom: 16px;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .product-price {
  display: inline-block;
  margin-right: 4px;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .product-price span {
  font-weight: bold;
  font-size: 15px;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .product-price b {
  font-weight: bold;
  font-size: 15px;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .product-price .price-last-section {
  vertical-align: top;
  position: relative;
  top: 0;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .product-unit {
  color: #000000;
  margin-bottom: 18px;
  display: inline-block;
  line-height: 17px;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .product-img {
  display: none;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .product-feature {
  display: none;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .bottom-box {
  height: 58px;
  position: relative;
  color: #000000;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .bottom-box .actions {
  padding: 0;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .bottom-box .actions .seat-count-box .count-tips {
  text-align: left;
  margin-bottom: 6px;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .bottom-box .actions .seat-count-box .seat-count-input {
  font-size: 13px;
  border-radius: 2px;
  margin: 0;
  height: 28px;
  width: 48%;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .bottom-box .actions .seat-count-box .seat-count-input .ant-form-item-control {
  line-height: 26px;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .bottom-box .actions .seat-count-box .seat-count-input .it {
  padding-right: 2px;
  font-size: 13px;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .bottom-box .actions .seat-count-box .seat-count-input .it .ant-input-number {
  height: 24px;
  margin: 2px 0;
  border-radius: 1px;
  padding: 0 4px;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .bottom-box .actions .seat-count-box .seat-count-input .it .ant-input-number .ant-input-number-input-wrap input {
  height: 24px;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .bottom-box .actions .seat-count-box .seat-count-input .st {
  padding: 0 8px;
  font-size: 13px;
  line-height: 28px;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .bottom-box .actions .seat-count-box .ant-btn {
  font-size: 13px !important;
  padding: 0 4px !important;
  font-weight: 400 !important;
  border-radius: 2px;
  height: 28px !important;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .bottom-box .actions .activated-box .activate-status {
  text-align: center;
  margin-bottom: 4px;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .bottom-box .actions .activated-box .activate-status i {
  font-size: 24px;
  color: #3ab54a;
  vertical-align: middle;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .bottom-box .actions .activated-box .activate-status .text {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  color: #3ab54a;
  padding: 0 8px;
  vertical-align: middle;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .bottom-box .actions .activated-box .activate-status .count {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  line-height: 16px;
  background: #3ab54a;
  border-radius: 8px;
  padding: 0 8px;
  vertical-align: bottom;
  margin-bottom: 3px;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .bottom-box .actions .activated-box .activate-tips {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.72);
  text-align: center;
  min-height: 26px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.customer-tile-box .customer-tile-list .tile-item-grid .inner .other-theme-inner .bottom-box .actions .activated-box .activate-tips div a {
  color: #03ADBC !important;
}
.customer-tile-box .customer-tile-list .tile-item-list {
  border-width: 2px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-bottom: 18px;
}
.customer-tile-box .customer-tile-list .tile-item-list .inner {
  margin: 0 9px 0 9px;
  height: auto;
}
.customer-tile-box .customer-tile-list .tile-item-list .inner .other-theme-inner {
  border-width: 1px;
  border-radius: 2px;
  padding: 24px;
  position: relative;
}
.customer-tile-box .customer-tile-list .tile-item-list .inner .other-theme-inner .vendor-logo {
  height: 28px;
}
.customer-tile-box .customer-tile-list .tile-item-list .inner .other-theme-inner .vendor-logo img {
  height: 28px;
}
.customer-tile-box .customer-tile-list .tile-item-list .inner .other-theme-inner .product-name {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #373839;
  margin-top: 14px;
  width: calc(100% - 624px);
}
.customer-tile-box .customer-tile-list .tile-item-list .inner .other-theme-inner .product-tag {
  color: #000000;
  font-size: 13px;
  line-height: 17px;
  height: auto;
  margin-top: 2px;
  width: calc(100% - 624px);
}
.customer-tile-box .customer-tile-list .tile-item-list .inner .other-theme-inner .product-price {
  margin-top: 0px;
  display: inline-block;
  position: absolute;
  top: 32px;
  right: 452px;
}
.customer-tile-box .customer-tile-list .tile-item-list .inner .other-theme-inner .product-price span {
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
}
.customer-tile-box .customer-tile-list .tile-item-list .inner .other-theme-inner .product-price b {
  font-weight: 600;
  font-size: 36px;
  line-height: 32px;
}
.customer-tile-box .customer-tile-list .tile-item-list .inner .other-theme-inner .product-price .price-last-section {
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  top: -10px;
}
.customer-tile-box .customer-tile-list .tile-item-list .inner .other-theme-inner .product-unit {
  color: #000000;
  line-height: 17px;
  position: absolute;
  display: inline-block;
  top: 100px;
  right: 452px;
}
.customer-tile-box .customer-tile-list .tile-item-list .inner .other-theme-inner .product-img {
  display: none;
}
.customer-tile-box .customer-tile-list .tile-item-list .inner .other-theme-inner .product-feature {
  display: none;
}
.customer-tile-box .customer-tile-list .tile-item-list .inner .other-theme-inner .bottom-box {
  width: 376px;
  position: absolute;
  display: inline-block;
  top: 32px;
  right: 24px;
  height: 50px;
  color: #000000;
}
.customer-tile-box .customer-tile-list .tile-item-list .inner .other-theme-inner .bottom-box .actions {
  padding: 0;
  position: static;
}
.customer-tile-box .customer-tile-list .tile-item-list .inner .other-theme-inner .bottom-box .actions .seat-count-box .count-tips {
  height: 21px;
  text-align: left;
  margin-bottom: 6px;
  margin-left: 17px;
}
.customer-tile-box .customer-tile-list .tile-item-list .inner .other-theme-inner .bottom-box .actions .seat-count-box .seat-count-input {
  font-size: 13px;
  border-radius: 22px;
  margin: 0;
  height: 44px;
  width: 212px;
}
.customer-tile-box .customer-tile-list .tile-item-list .inner .other-theme-inner .bottom-box .actions .seat-count-box .seat-count-input .ant-form-item-control {
  line-height: 34px;
}
.customer-tile-box .customer-tile-list .tile-item-list .inner .other-theme-inner .bottom-box .actions .seat-count-box .seat-count-input .it {
  padding-right: 4px;
  font-size: 13px;
}
.customer-tile-box .customer-tile-list .tile-item-list .inner .other-theme-inner .bottom-box .actions .seat-count-box .seat-count-input .it .ant-input-number {
  height: 34px;
  margin: 5px 0;
  border-radius: 17px;
  padding: 0 4px;
}
.customer-tile-box .customer-tile-list .tile-item-list .inner .other-theme-inner .bottom-box .actions .seat-count-box .seat-count-input .it .ant-input-number .ant-input-number-input-wrap input {
  height: 34px;
}
.customer-tile-box .customer-tile-list .tile-item-list .inner .other-theme-inner .bottom-box .actions .seat-count-box .seat-count-input .st {
  padding: 0 17px 0 24px;
  font-size: 13px;
  line-height: 44px;
}
.customer-tile-box .customer-tile-list .tile-item-list .inner .other-theme-inner .bottom-box .actions .seat-count-box .ant-btn {
  font-size: 13px !important;
  padding: 0 2px !important;
  border-radius: 22px;
  height: 44px !important;
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 156px;
}
.tile-item-5 {
  color: #56498e;
}
.tile-item-5 .inner:before {
  display: none !important;
}
.tile-item-5 .inner .other-theme-inner {
  border: 4px solid #56498e;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
          box-shadow: 0 0 0 1px #ffffff;
}
.tile-item-5 .inner .other-theme-inner .tile-cover .select-area.selected {
  border-color: #56498e #56498e transparent transparent;
}
.tile-item-5 .inner .other-theme-inner .select-area.selected {
  border-color: #56498e #56498e transparent transparent;
}
.tile-item-5 .inner .snx-collapse-pannel-switch span:hover {
  background: #56498e;
  color: #ffffff;
}
.tile-item-5 .inner .snx-collapse-pannel-switch span:hover:before {
  background: #56498e;
}
.tile-item-4 {
  color: #c02b45;
}
.tile-item-4 .inner:before {
  display: none !important;
}
.tile-item-4 .inner .other-theme-inner {
  border: 4px solid #c02b45;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
          box-shadow: 0 0 0 1px #ffffff;
}
.tile-item-4 .inner .other-theme-inner .tile-cover .select-area.selected {
  border-color: #c02b45 #c02b45 transparent transparent;
}
.tile-item-4 .inner .other-theme-inner .select-area.selected {
  border-color: #c02b45 #c02b45 transparent transparent;
}
.tile-item-4 .inner .snx-collapse-pannel-switch span:hover {
  background: #c02b45;
  color: #ffffff;
}
.tile-item-4 .inner .snx-collapse-pannel-switch span:hover:before {
  background: #c02b45;
}
.tile-item-3 {
  color: #EAA700;
}
.tile-item-3 .inner:before {
  display: none !important;
}
.tile-item-3 .inner .other-theme-inner {
  border: 4px solid #EAA700;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
          box-shadow: 0 0 0 1px #ffffff;
}
.tile-item-3 .inner .other-theme-inner .tile-cover .select-area.selected {
  border-color: #EAA700 #EAA700 transparent transparent;
}
.tile-item-3 .inner .other-theme-inner .select-area.selected {
  border-color: #EAA700 #EAA700 transparent transparent;
}
.tile-item-3 .inner .snx-collapse-pannel-switch span:hover {
  background: #EAA700;
  color: #ffffff;
}
.tile-item-3 .inner .snx-collapse-pannel-switch span:hover:before {
  background: #EAA700;
}
.tile-item-2 {
  color: #5894DD;
}
.tile-item-2 .inner:before {
  display: none !important;
}
.tile-item-2 .inner .other-theme-inner {
  border: 4px solid #5894DD;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
          box-shadow: 0 0 0 1px #ffffff;
}
.tile-item-2 .inner .other-theme-inner .tile-cover .select-area.selected {
  border-color: #5894DD #5894DD transparent transparent;
}
.tile-item-2 .inner .other-theme-inner .select-area.selected {
  border-color: #5894DD #5894DD transparent transparent;
}
.tile-item-2 .inner .snx-collapse-pannel-switch span:hover {
  background: #5894DD;
  color: #ffffff;
}
.tile-item-2 .inner .snx-collapse-pannel-switch span:hover:before {
  background: #5894DD;
}
.tile-item-1 {
  color: #7EA53A;
}
.tile-item-1 .inner:before {
  display: none !important;
}
.tile-item-1 .inner .other-theme-inner {
  border: 4px solid #7EA53A;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
          box-shadow: 0 0 0 1px #ffffff;
}
.tile-item-1 .inner .other-theme-inner .tile-cover .select-area.selected {
  border-color: #7EA53A #7EA53A transparent transparent;
}
.tile-item-1 .inner .other-theme-inner .select-area.selected {
  border-color: #7EA53A #7EA53A transparent transparent;
}
.tile-item-1 .inner .snx-collapse-pannel-switch span:hover {
  background: #7EA53A;
  color: #ffffff;
}
.tile-item-1 .inner .snx-collapse-pannel-switch span:hover:before {
  background: #7EA53A;
}
.snx-collapse-pannel-switch {
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.snx-collapse-pannel-switch span {
  display: inline-block;
  font-size: 13px;
  line-height: 24px;
  border-radius: 12px;
  background: #e6e6e6;
  cursor: pointer;
  padding: 0 16px;
  color: #777;
}
.snx-collapse-pannel-switch span:before {
  display: block;
  content: ' ';
  height: 1px;
  width: 800%;
  background: #e6e6e6;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
}
.snx-collapse-pannel-switch span b {
  position: relative;
  font-weight: normal;
  z-index: 3;
}
.snx-collapse-pannel-switch span i {
  margin: 0 0 0 5px;
  position: relative;
  top: 1px;
  z-index: 3;
}
.merge-tile-modal .ant-modal-body {
  position: relative;
}
.merge-tile-modal .merge-tile-modal-box .merge-top-tips {
  position: relative;
  top: -16px;
  left: -32px;
  width: calc(100% + 64px);
  border-bottom: 1px solid #efebce;
  padding: 12px 32px;
  background: #fffdde;
  font-size: 15px;
}
.merge-tile-modal .merge-tile-modal-box .merge-top-tips b {
  font-style: italic;
}
.merge-tile-modal .merge-tile-modal-box .merge-form {
  padding: 24px 0 0;
}
.merge-tile-modal .merge-tile-modal-box .merge-form .lh44 {
  line-height: 44px;
  font-weight: bold;
}
.merge-tile-modal .merge-tile-modal-box .merge-form .lh54 {
  line-height: 54px;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .merge-tile-modal .merge-tile-modal-box .merge-form .lh54 {
    line-height: 44px;
  }
}
.merge-tile-modal .merge-tile-modal-box .merge-form .lh72 {
  line-height: 72px;
  font-weight: bold;
}
.merge-tile-modal .merge-tile-modal-box .merge-form .addColorPicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.merge-tile-modal .merge-tile-modal-box .merge-form .addColorPicker .ant-form-item {
  margin-bottom: 0;
}
.merge-tile-modal .merge-tile-modal-box .merge-form .addColorPicker .colorBlock {
  width: 50px;
  height: 40px;
  border-radius: 6px;
  margin-right: 12px;
  -webkit-box-shadow: 0 0 1px 1px rgba(100, 100, 100, 0.1);
          box-shadow: 0 0 1px 1px rgba(100, 100, 100, 0.1);
}
/* 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-input-number {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant: tabular-nums;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  position: relative;
  padding: 4px 11px;
  width: 100%;
  height: 32px;
  font-size: 14px;
  line-height: 1.5;
  color: #313233;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e0e2e4;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  padding: 0;
  display: inline-block;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 90px;
}
.ant-input-number::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number:hover {
  border-color: #5695c4;
  border-right-width: 1px !important;
}
.ant-input-number:focus {
  border-color: #40a9ff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-input-number-disabled {
  background-color: #eaebec;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-number-disabled:hover {
  border-color: #e1e9f0;
  border-right-width: 1px !important;
}
textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  -o-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
  min-height: 32px;
}
.ant-input-number-lg {
  padding: 6px 11px;
  height: 40px;
  font-size: 16px;
}
.ant-input-number-sm {
  padding: 1px 7px;
  height: 24px;
}
.ant-input-number-handler {
  text-align: center;
  line-height: 0;
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  position: relative;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: block;
  width: 100%;
  font-weight: bold;
}
.ant-input-number-handler:active {
  background: #f4f4f4;
}
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #40a9ff;
}
.ant-input-number-handler-up-inner,
.ant-input-number-handler-down-inner {
  font-style: normal;
  vertical-align: -0.125em;
  text-align: center;
  text-transform: none;
  line-height: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: inline-block;
  font-size: 12px;
  font-size: 7px \9;
  -webkit-transform: scale(0.58333333) rotate(0deg);
      -ms-transform: scale(0.58333333) rotate(0deg);
          transform: scale(0.58333333) rotate(0deg);
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-input-number-handler-up-inner > *,
.ant-input-number-handler-down-inner > * {
  line-height: 1;
}
.ant-input-number-handler-up-inner svg,
.ant-input-number-handler-down-inner svg {
  display: inline-block;
}
.ant-input-number-handler-up-inner:before,
.ant-input-number-handler-down-inner:before {
  display: none;
}
.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
  display: block;
}
:root .ant-input-number-handler-up-inner,
:root .ant-input-number-handler-down-inner {
  font-size: 12px;
}
.ant-input-number:hover {
  border-color: #5695c4;
  border-right-width: 1px !important;
}
.ant-input-number-focused {
  border-color: #40a9ff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-input-number-disabled {
  background-color: #eaebec;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-number-disabled:hover {
  border-color: #e1e9f0;
  border-right-width: 1px !important;
}
.ant-input-number-disabled .ant-input-number-input {
  cursor: not-allowed;
}
.ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none;
}
.ant-input-number-input {
  width: 100%;
  text-align: left;
  outline: 0;
  -moz-appearance: textfield;
  height: 30px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  padding: 0 11px;
}
.ant-input-number-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-lg {
  padding: 0;
  font-size: 16px;
}
.ant-input-number-lg input {
  height: 38px;
}
.ant-input-number-sm {
  padding: 0;
}
.ant-input-number-sm input {
  height: 22px;
  padding: 0 7px;
}
.ant-input-number-handler-wrap {
  border-left: 1px solid #d9d9d9;
  width: 22px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  border-radius: 0 4px 4px 0;
  -webkit-transition: opacity 0.24s linear 0.1s;
  -o-transition: opacity 0.24s linear 0.1s;
  transition: opacity 0.24s linear 0.1s;
}
.ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%;
}
.ant-input-number:hover .ant-input-number-handler-wrap {
  opacity: 1;
}
.ant-input-number-handler-up {
  cursor: pointer;
}
.ant-input-number-handler-up-inner {
  top: 50%;
  margin-top: -5px;
  text-align: center;
}
.ant-input-number-handler-up:hover {
  height: 60% !important;
}
.ant-input-number-handler-down {
  border-top: 1px solid #d9d9d9;
  top: 0;
  cursor: pointer;
}
.ant-input-number-handler-down-inner {
  top: 50%;
  margin-top: -6px;
  text-align: center;
}
.ant-input-number-handler-down:hover {
  height: 60% !important;
}
.ant-input-number-handler-up-disabled,
.ant-input-number-handler-down-disabled {
  cursor: not-allowed;
}
.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
  color: rgba(0, 0, 0, 0.25);
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.ant-radio-group > .rs-radio-button:first-child {
  border-top-left-radius: 42px;
  border-bottom-left-radius: 42px;
}
.ant-radio-group > .rs-radio-button:last-child {
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px;
}
.rs-radio-button.ant-radio-button-wrapper {
  height: 42px !important;
  line-height: 42px;
}
.rs-radio-button.ant-radio-button-wrapper.ant-radio-button-wrapper-checked {
  border-color: #03ADBC !important;
  color: #03ADBC !important;
  -webkit-box-shadow: -1px 0 0 0 #03ADBC;
          box-shadow: -1px 0 0 0 #03ADBC;
}
.rs-radio-button.ant-radio-button-wrapper:hover {
  color: #03ADBC !important;
}
.rs-radio.ant-radio-wrapper.ant-radio-wrapper-checked {
  color: #03ADBC !important;
}
.rs-radio.ant-radio-wrapper .ant-radio-checked .ant-radio-inner {
  border-color: #03ADBC;
}
.rs-radio.ant-radio-wrapper .ant-radio-inner:after {
  background-color: #03ADBC !important;
}
.rs-radio.ant-radio-wrapper:hover .ant-radio .ant-radio-inner,
.rs-radio .ant-radio:hover .ant-radio-inner,
.rs-radio .ant-radio-focused .ant-radio-inner {
  border-color: #03ADBC;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.img-select-box {
  display: inline-block;
  vertical-align: middle;
  height: 72px;
  position: relative;
}
.img-select-box .img-select-dropdown {
  display: block;
  border: 1px solid #e0e2e4;
  border-radius: 3px;
}
.img-select-box .img-select-dropdown i {
  font-size: 20px;
  color: #e0e2e4;
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.img-select-box .img-value {
  height: 60px;
  margin: 6px 20px 6px 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.img-select-box .img-tips {
  display: block;
  height: 60px;
  line-height: 60px;
  margin: 6px 20px 6px 6px;
  padding: 0 0 0 9px;
  font-size: 18px;
  font-style: italic;
  color: #e0e2e4;
}
.img-select-box .option-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 137px;
  height: 50px;
}
.img-select-box .dropdown-inner .ant-dropdown-menu {
  padding: 0;
}
.img-select-box .dropdown-inner .ant-dropdown-menu .ant-dropdown-menu-item {
  padding-left: 10px;
  padding-right: 10px;
}
.logo-select .ant-radio-group {
  width: 110%;
}
.logo-select .rs-radio:last-of-type {
  margin-right: 0;
}
.logo-select .logo-select-upload .ant-upload-select-picture-card {
  margin: 0;
  width: 280px;
  height: 74px;
}
.logo-select .logo-select-upload .ant-upload-select-picture-card .anticon-plus {
  font-size: 20px;
  color: #acacae;
}
.product-image .ant-upload-select-picture-card {
  width: 400px;
  height: 55px;
}
.image-upload-box {
  display: inline-block;
  vertical-align: middle;
  padding-right: 28px;
  position: relative;
}
.image-upload-box .image-upload .ant-upload-select-picture-card {
  margin: 0;
  position: relative;
}
.image-upload-box .image-upload .ant-upload-select-picture-card .img-previous {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.image-upload-box .upload-tips {
  position: absolute;
  top: -6px;
  right: 0;
  font-size: 24px;
  color: #ed450a;
}
.limited-qty {
  display: table;
  width: 100%;
  -webkit-box-shadow: 1px 1px 1px 1px #f2f2f2;
          box-shadow: 1px 1px 1px 1px #f2f2f2;
}
.limited-qty dt {
  background: #f7f8fa;
}
.limited-qty dd:last-of-type {
  border-bottom: none;
}
.limited-qty dt,
.limited-qty dd {
  display: table-row;
}
.limited-qty dt .item1,
.limited-qty dd .item1 {
  display: table-cell;
  border-bottom: 1px solid #f2f2f2;
  padding-left: 20px;
  line-height: 44px;
}
.limited-qty dt .item2,
.limited-qty dd .item2 {
  display: table-cell;
  border-bottom: 1px solid #f2f2f2;
  width: 80px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.colorBlockBoxShadow___2z8CY {
  -webkit-box-shadow: 0 0 1px 1px rgba(100, 100, 100, 0.1);
          box-shadow: 0 0 1px 1px rgba(100, 100, 100, 0.1);
}
.edit-tile-form .colorPanelOfTile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.edit-tile-form .colorPanelOfTile .colorBlock {
  width: 50px;
  height: 40px;
  border-radius: 6px;
  margin-right: 12px;
  -webkit-box-shadow: 0 0 1px 1px rgba(100, 100, 100, 0.1);
          box-shadow: 0 0 1px 1px rgba(100, 100, 100, 0.1);
}
.edit-pop-up .ant-form-item-label {
  line-height: 42px !important;
}
@media screen and (max-width: 1600px) {
  .edit-pop-up .ant-form-item-label {
    line-height: 36px !important;
  }
}
.edit-pop-up .ant-form-item-label label {
  line-height: 42px !important;
}
@media screen and (max-width: 1600px) {
  .edit-pop-up .ant-form-item-label label {
    line-height: 36px !important;
  }
}
.edit-pop-up .ant-form-item-label label {
  font-size: 15px;
}
.ant-upload .ant-upload-disabled {
  cursor: not-allowed;
  background: #eaebec;
}
.theme-color-wrap .theme-color-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  border: 2px solid #f0f0f0;
  cursor: pointer;
}
.theme-color-wrap .theme-color-item.selected {
  border: 2px solid #36a7a3;
}
.theme-color-wrap .theme-color-item .inner {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-top: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #36a7a3;
}
.theme-color-wrap .theme-color-item.theme-color-item-5 span {
  background: #56498e;
}
.theme-color-wrap .theme-color-item.theme-color-item-4 span {
  background: #c02b45;
}
.theme-color-wrap .theme-color-item.theme-color-item-3 span {
  background: #EAA700;
}
.theme-color-wrap .theme-color-item.theme-color-item-2 span {
  background: #5894DD;
}
.theme-color-wrap .theme-color-item.theme-color-item-1 span {
  background: #7EA53A;
}
.tile-feature {
  width: 100%;
  position: relative;
  margin-bottom: 24px;
}
.tile-feature .error-tips {
  opacity: 0;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.5;
  -webkit-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  top: -20px;
}
.tile-feature .error-tips.show {
  color: #f5222d;
  opacity: 1;
  top: -1px;
}
.tile-feature:last-of-type {
  margin-bottom: 0;
}
.tile-feature .feature-input {
  width: 100%;
}
.tile-feature .left-border {
  position: relative;
  z-index: 3;
  padding: 0 0 0 10px;
}
.tile-feature .left-border.feature-input {
  margin-top: 24px;
}
.tile-feature .left-border:before {
  display: block;
  content: ' ';
  width: 4px;
  height: 60px;
  background: #e8e9e9;
  position: absolute;
  z-index: 3;
  top: -6px;
  left: 0;
}
.tile-feature .feature-add {
  position: absolute;
  right: -58px;
  cursor: pointer;
  border-radius: 6px;
  width: 48px;
  height: 48px;
  font-size: 22px;
  top: 0;
}
.tile-feature .feature-plusTips {
  position: absolute;
  top: 0;
  right: -90px;
  font-size: 24px;
  color: #ed450a;
}
.edit-tile .ant-form-item-children {
  position: static;
}
.edit-tile .upload-tips {
  position: absolute;
  top: 0;
  left: 115px;
  font-size: 24px;
  color: #ed450a;
}
@media screen and (max-width: 1440px) {
  .edit-tile .upload-tips {
    font-size: 20px;
  }
}
.feature-add-all {
  cursor: pointer;
  border-radius: 6px;
  height: 48px;
  font-size: 22px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.snx-input-number.ant-input-number {
  height: 42px;
  font-size: 15px;
}
.snx-input-number.ant-input-number.input-align-right input {
  text-align: right;
}
.snx-input-number.ant-input-number input {
  height: 39px;
}
.snx-input-number.ant-input-number input:focus {
  background: #f8f8f8;
}
.snx-input-number.ant-input-number:hover {
  background: #f8f8f8;
  border-color: #03ADBC;
}
.snx-input-number.ant-input-number:hover input {
  background: #f8f8f8;
}
.snx-input-number.ant-input-number.ant-input-number-focused {
  background: #f8f8f8;
  border-color: #03ADBC;
  -webkit-box-shadow: 0 0 0 2px rgba(3, 173, 188, 0.2);
          box-shadow: 0 0 0 2px rgba(3, 173, 188, 0.2);
}
.snx-input-number.ant-input-number.ant-input-number-sm {
  height: 36px;
}
.snx-input-number.ant-input-number.ant-input-number-sm input {
  height: 34px;
}
.snx-input-number.ant-input-number.ant-input-number-lg {
  height: 50px;
}
.snx-input-number.ant-input-number.ant-input-number-lg input {
  height: 48px;
}
.snx-input-number.ant-input-number.noToggle .ant-input-number-handler-wrap {
  display: none;
}
.snx-input-number.ant-input-number.special-input-number {
  border-radius: 42px;
}
.snx-input-number.ant-input-number.special-input-number .ant-input-number-handler-wrap {
  border-radius: 42px;
}
.snx-input-number.ant-input-number.special-input-number .ant-input-number-input-wrap {
  border-radius: 42px;
}
.snx-input-number.ant-input-number.special-input-number .ant-input-number-input-wrap input {
  border-radius: 42px;
  padding: 0 24px;
}
.snx-input-number.ant-input-number.special-input-number.ant-input-number-sm {
  border-radius: 36px;
}
.snx-input-number.ant-input-number.special-input-number.ant-input-number-sm .ant-input-number-handler-wrap {
  border-radius: 36px;
}
.snx-input-number.ant-input-number.special-input-number.ant-input-number-sm .ant-input-number-input-wrap {
  border-radius: 36px;
}
.snx-input-number.ant-input-number.special-input-number.ant-input-number-sm .ant-input-number-input-wrap input {
  border-radius: 36px;
  padding: 0 24px;
}
.snx-input-number.ant-input-number.special-input-number.ant-input-number-lg {
  border-radius: 50px;
}
.snx-input-number.ant-input-number.special-input-number.ant-input-number-lg .ant-input-number-handler-wrap {
  border-radius: 50px;
}
.snx-input-number.ant-input-number.special-input-number.ant-input-number-lg .ant-input-number-input-wrap {
  border-radius: 50px;
}
.snx-input-number.ant-input-number.special-input-number.ant-input-number-lg .ant-input-number-input-wrap input {
  border-radius: 50px;
  padding: 0 24px;
}
.has-error .snx-input-number {
  border-color: #ff4d4f !important;
}
@media screen and (max-width: 1440px) {
  .snx-input-number.ant-input-number {
    height: 36px;
  }
  .snx-input-number.ant-input-number input {
    height: 34px;
  }
  .snx-input-number.ant-input-number.ant-input-number-sm {
    height: 32px;
  }
  .snx-input-number.ant-input-number.ant-input-number-sm input {
    height: 30px;
  }
  .snx-input-number.ant-input-number.ant-input-number-lg {
    height: 44px;
  }
  .snx-input-number.ant-input-number.ant-input-number-lg input {
    height: 42px;
  }
  .snx-input-number.ant-input-number.special-input-number {
    border-radius: 36px;
  }
  .snx-input-number.ant-input-number.special-input-number .ant-input-number-handler-wrap {
    border-radius: 36px;
  }
  .snx-input-number.ant-input-number.special-input-number .ant-input-number-input-wrap {
    border-radius: 36px;
  }
  .snx-input-number.ant-input-number.special-input-number .ant-input-number-input-wrap input {
    border-radius: 36px;
    padding: 0 24px;
  }
  .snx-input-number.ant-input-number.special-input-number.ant-input-number-sm {
    border-radius: 32px;
  }
  .snx-input-number.ant-input-number.special-input-number.ant-input-number-sm .ant-input-number-handler-wrap {
    border-radius: 32px;
  }
  .snx-input-number.ant-input-number.special-input-number.ant-input-number-sm .ant-input-number-input-wrap {
    border-radius: 32px;
  }
  .snx-input-number.ant-input-number.special-input-number.ant-input-number-sm .ant-input-number-input-wrap input {
    border-radius: 32px;
    padding: 0 24px;
  }
  .snx-input-number.ant-input-number.special-input-number.ant-input-number-lg {
    border-radius: 50px;
  }
  .snx-input-number.ant-input-number.special-input-number.ant-input-number-lg .ant-input-number-handler-wrap {
    border-radius: 50px;
  }
  .snx-input-number.ant-input-number.special-input-number.ant-input-number-lg .ant-input-number-input-wrap {
    border-radius: 50px;
  }
  .snx-input-number.ant-input-number.special-input-number.ant-input-number-lg .ant-input-number-input-wrap input {
    border-radius: 50px;
    padding: 0 24px;
  }
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.common-modal.middle-footer .ant-modal-content .ant-modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common-modal.middle-footer .ant-modal-content .ant-modal-footer button + button {
  margin-left: 24px;
}
.payment-modal-content .summary-list-table {
  display: table;
  width: 100%;
  border-bottom: 2px solid #e8e8e8;
}
.payment-modal-content .summary-list-table:nth-of-type(1) {
  border-top: 1px solid #e8e8e8;
}
.payment-modal-content .summary-list-table .summary-list-tr {
  display: table-row;
}
.payment-modal-content .summary-list-table .summary-list-tr .summary-list-td {
  display: table-cell;
  padding: 5px;
}
.payment-modal-content .summary-list-table .summary-list-tr .summary-list-td:not(.no-border) {
  border-bottom: 1px solid #e8e8e8;
}
.payment-modal-content .summary-list-table .summary-list-tr .summary-list-td:nth-of-type(2n) {
  text-align: right;
  width: 180px;
}
.payment-modal-content .summary-list-table .summary-list-tr .summary-list-td:nth-of-type(3n) {
  text-align: right;
  width: 180px;
}
.payment-modal-content .summary-list-table .summary-list-tr .summary-list-td:nth-of-type(4n) {
  width: 50px;
  text-align: right;
}
.payment-modal-content .summary-list-table .summary-list-tr .summary-list-td.summary-price {
  font-weight: bold;
}
.payment-modal-content .summary-list-table .summary-list-tr .summary-list-td.summary-price b {
  color: #E7322B;
}
.payment-modal-content .summary-list-table .summary-list-tr .summary-list-td.color-gray {
  color: rgba(0, 0, 0, 0.4);
}
.payment-modal-content .summary-list-table .summary-list-tr .summary-list-td span {
  font-style: italic;
}
.payment-modal-content .setMarginBottomVal {
  margin-bottom: 8px;
}
.payment-modal-content p {
  margin: 0;
  color: #03ADBC;
  font-size: 18px;
  margin-bottom: 24px;
}
.payment-modal-content h2,
.payment-modal-content h3,
.payment-modal-content .total-summary {
  margin-left: 8px;
}
.payment-modal-content .total-summary .all {
  font-weight: bold;
}
.payment-modal-content .total-summary .all b {
  color: #E7322B;
}
.payment-modal-content h2 {
  height: 28px;
  font-size: 18px;
  margin-bottom: 15px;
}
.payment-modal-content h3 {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.72);
  font-size: 15px;
}
.payment-modal-content .pay-term-img img {
  margin-right: 12px;
}
.payment-modal-content .summary-block {
  text-align: right;
  margin: 10px 5px 0 0;
}
.payment-modal-content .summary-block .all span {
  font-style: italic;
}
.payment-modal-content .summary-block .tips {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
}
.payment-modal-content .total-summary {
  font-size: 18px 1;
  height: 28px;
  margin-bottom: 16px;
}
.payment-modal-content .total-summary .priceTypestyle {
  padding-left: 8px;
}
.payment-modal-content .total-summary .summary-left {
  font-weight: bold;
}
.payment-modal-content .total-summary .summary-right {
  color: #E7322B;
}
.reseller-provision .ant-form-item-children {
  position: static;
}
.reseller-provision .ant-form-item-label label {
  line-height: 42px !important;
}
@media screen and (max-width: 1440px) {
  .reseller-provision .ant-form-item-label label {
    line-height: 36px !important;
  }
}
.reseller-provision .upload-tips {
  position: absolute;
  z-index: 3;
  top: 8px;
  left: 116px;
  font-size: 24px;
  color: #ed450a;
}
@media screen and (max-width: 1440px) {
  .reseller-provision .upload-tips {
    font-size: 20px;
    top: 1px;
  }
}
.select-product-box .ant-modal-body {
  padding: 0 0 !important;
}
.select-product-box .product-list {
  width: 100%;
}
.select-product-box .product-list .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e8;
}
.select-product-box .product-list .product-item:hover {
  background: #f7f8f9;
}
.select-product-box .product-list .product-item .product-name,
.select-product-box .product-list .product-item .product-select-box,
.select-product-box .product-list .product-item .product-select-range {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.select-product-box .product-list .product-item .product-name .ant-form-item,
.select-product-box .product-list .product-item .product-select-box .ant-form-item,
.select-product-box .product-list .product-item .product-select-range .ant-form-item {
  margin-bottom: 0;
}
.select-product-box .product-list .product-item .product-name,
.select-product-box .product-list .product-item .product-select-range {
  line-height: 42px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@media screen and (max-width: 1600px) {
  .select-product-box .product-list .product-item .product-name,
  .select-product-box .product-list .product-item .product-select-range {
    line-height: 36px;
  }
}
.select-product-box .product-list .product-item .product-name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 32px;
  font-weight: bold;
  font-size: 18px;
}
.select-product-box .product-list .product-item .product-select-box {
  width: 140px;
  position: relative;
}
.select-product-box .product-list .product-item .product-select-box.isRequired:before {
  display: block;
  content: '*';
  height: 42px;
  line-height: 44px;
  position: absolute;
  top: 0;
  left: -16px;
  color: #ed450a;
}
@media screen and (max-width: 1600px) {
  .select-product-box .product-list .product-item .product-select-box.isRequired:before {
    height: 36px;
    line-height: 38px;
  }
}
.select-product-box .product-list .product-item .product-select-range {
  padding: 0 32px;
  width: 415px;
  vertical-align: middle;
}
.select-product-box .product-list .product-item .product-select-range .qty-range {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2em;
  width: 100px;
  color: rgba(0, 0, 0, 0.4);
  float: left;
}
.select-product-box .product-list .product-item .product-select-range .eu-price {
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.select-product-box .product-list .product-item .product-select-range .qty-price {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.select-product-box .summary-box {
  padding: 32px;
}
.select-product-box .summary-box .total {
  text-align: right;
  font-size: 19px;
}
.select-product-box .summary-box .total .tips {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
}
.select-product-box .ant-form-explain {
  white-space: nowrap;
}
.provisionModal .modal-content-wrap {
  max-height: none;
}
/* 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-drawer {
  position: fixed;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: 1000;
}
.ant-drawer > * {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7);
  transition: -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7);
  -o-transition: transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7);
  transition: transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7);
  transition: transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7);
}
.ant-drawer-content-wrapper {
  position: fixed;
}
.ant-drawer .ant-drawer-content {
  width: 100%;
  height: 100%;
}
.ant-drawer-left,
.ant-drawer-right {
  width: 0%;
  height: 100%;
}
.ant-drawer-left .ant-drawer-content-wrapper,
.ant-drawer-right .ant-drawer-content-wrapper {
  height: 100%;
}
.ant-drawer-left.ant-drawer-open,
.ant-drawer-right.ant-drawer-open {
  width: 100%;
}
.ant-drawer-left.ant-drawer-open.no-mask,
.ant-drawer-right.ant-drawer-open.no-mask {
  width: 0%;
}
.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
  -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-right .ant-drawer-content-wrapper {
  right: 0;
}
.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
  -webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-top,
.ant-drawer-bottom {
  width: 100%;
  height: 0%;
}
.ant-drawer-top .ant-drawer-content-wrapper,
.ant-drawer-bottom .ant-drawer-content-wrapper {
  width: 100%;
}
.ant-drawer-top.ant-drawer-open,
.ant-drawer-bottom.ant-drawer-open {
  height: 100%;
}
.ant-drawer-top.ant-drawer-open.no-mask,
.ant-drawer-bottom.ant-drawer-open.no-mask {
  height: 0%;
}
.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-bottom .ant-drawer-content-wrapper {
  bottom: 0;
}
.ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper {
  -webkit-box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer.ant-drawer-open .ant-drawer-mask {
  opacity: 0.3;
  height: 100%;
  -webkit-animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
          animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.ant-drawer-title {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.ant-drawer-content {
  position: relative;
  background-color: #fff;
  border: 0;
  background-clip: padding-box;
  z-index: 1;
}
.ant-drawer-close {
  cursor: pointer;
  border: 0;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: rgba(0, 0, 0, 0.45);
  outline: 0;
  padding: 0;
}
.ant-drawer-close-x {
  display: block;
  font-style: normal;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
}
.ant-drawer-close:focus,
.ant-drawer-close:hover {
  color: #444;
  text-decoration: none;
}
.ant-drawer-header {
  padding: 16px 24px;
  border-radius: 4px 4px 0 0;
  background: #fff;
  color: rgba(0, 0, 0, 0.65);
  border-bottom: 1px solid #e8e8e8;
}
.ant-drawer-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
.ant-drawer-mask {
  position: fixed;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.65);
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.3s linear, height 0s ease 0.3s;
  -o-transition: opacity 0.3s linear, height 0s ease 0.3s;
  transition: opacity 0.3s linear, height 0s ease 0.3s;
}
.ant-drawer-open {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  -o-transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-open-content {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@-webkit-keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.user-manage-eu-noheader-modal .ant-drawer-header {
  display: none;
}
.user-manage-eu-noheader-modal .ant-drawer-close {
  display: none;
}
.user-manage-eu-noheader-modal .ant-modal-header {
  display: none;
}
.user-manage-eu-noheader-modal .ant-drawer-body {
  padding: 0;
}
.user-manage-eu-noheader-modal .ant-modal-body {
  padding: 0;
}
.user-manage-eu-noheader-modal .ant-modal-close {
  display: none;
}
.user-management-notification .user-management-notification-item-header {
  padding-bottom: 8px;
  margin-bottom: 0;
}
.user-management-notification .user-management-notification-item-wrapper div {
  padding: 4px 0;
}
.fix-location-link {
  color: #03ADBC;
  cursor: pointer;
}
.no-micro-acceptance {
  border: 1px solid #ef6a58;
  background-color: #f8f4e5;
  padding: 8px 16px;
}
.stellr-notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stellr-notes.stellr-notes-warning {
  color: #F27C06;
}
.user-management-tips {
  cursor: pointer;
  font-size: 24px;
  color: #ed450a;
  margin-right: 8px;
  font-weight: normal;
}
.user-management {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 1680px) {
  .user-management {
    padding: 0 20px;
  }
}
.user-management .search-layout {
  margin-right: 32px;
}
.user-management .microsoftAcceptance-disable {
  cursor: not-allowed !important;
  color: #e7e8e9 !important;
}
.user-management .synchronize-now {
  color: #03ADBC;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.user-management .synchronize-now span {
  margin-left: 4px;
}
.user-management .synchronize-now-disable {
  cursor: not-allowed;
  color: #e7e8e9 !important;
}
.user-management .display-name-link {
  color: #03ADBC;
  cursor: pointer;
}
.user-management .user-list-excel,
.user-management .licenses-management,
.user-management .refresh-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-management .user-list-excel span,
.user-management .licenses-management span,
.user-management .refresh-btn span {
  font-weight: normal;
}
.user-management .user-list-excel i,
.user-management .licenses-management i,
.user-management .refresh-btn i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
  font-size: 24px;
  height: 32px !important;
  font-weight: 400 !important;
}
.user-management-drawer .service-plan-wrapper {
  padding-bottom: 40px;
}
.user-management-drawer .opearate-failed-tag {
  background-color: #EF3340;
}
.user-management-drawer .deleteLink:hover {
  color: #E7322B !important;
}
.user-management-drawer .operation-log-excel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.user-management-drawer .operation-log-excel span {
  font-weight: normal;
}
.user-management-drawer .operation-log-excel i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
  font-size: 24px;
  height: 32px !important;
  font-weight: 400 !important;
}
.user-management-drawer .available-licenses {
  margin-left: 22px;
  color: #7C878E;
}
.user-management-drawer .available-name {
  font-weight: 600;
  color: #000000;
}
.user-management-drawer .manage-licenses-title {
  margin-bottom: 8px;
}
.user-management-drawer .manage-licenses-title .manage-licenses-count {
  font-weight: bold;
  color: #000000;
}
.user-management-drawer .password-hover {
  cursor: pointer !important;
}
.user-management-drawer .read-password-success-text {
  color: #67AD36;
  margin-bottom: 24px;
}
.user-management-drawer .read-password-success-text span {
  margin: 0 0 0 8px;
}
.user-management-drawer .pasword-text {
  margin-bottom: 8px;
}
.user-management-drawer .password-copy {
  text-align: center;
  position: relative;
}
.user-management-drawer .password-copy .password {
  display: inline-block;
  font-size: 30px;
  height: 48px;
  line-height: 48px;
}
.user-management-drawer .password-copy .copy-icon {
  position: absolute;
  right: 30px;
}
.user-management-drawer .password-copy .password-display-icon {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 20px;
}
.user-management-drawer .single-user-manage-license-wrapper {
  position: relative;
}
.user-management-drawer .single-user-manage-license-wrapper .single-user-manage-license-button-wrapper {
  position: fixed;
  bottom: 16px;
  right: 24px;
}
.user-management-drawer .batch-user-manage-license-wrapper {
  position: relative;
}
.user-management-drawer .batch-user-manage-license-wrapper .batch-user-manage-license-button-wrapper {
  position: fixed;
  bottom: 16px;
  right: 24px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.login-error-page {
  height: 80%;
  width: 100%;
  min-width: 800px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8%;
}
.login-error-page .icon-box {
  width: 15vw;
  height: 21.9vw;
  margin: 0 auto;
}
.login-error-page .access-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-error-page p {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 0;
  text-align: center;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.loginPage form p {
  font-size: 14px;
  padding: 0 25px;
  color: rgba(0, 0, 0, 0.72);
  line-height: 18px;
  margin-bottom: 16px;
}
.loginPage form .tealColor:hover,
.loginPage form .tealColor:focus {
  border: 1px solid #03ADBC;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.loginListPage {
  width: 100%;
  min-width: 450px;
  margin: auto;
  margin-top: 5%;
}
.loginListPage .listTitle {
  width: 80%;
  margin-bottom: 16px;
  margin: auto;
}
.loginListPage .listTitle > i {
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  color: #03ADBC;
  display: inline-block;
}
.loginListPage .listTitle > i:last-of-type {
  display: inline-block;
  margin-bottom: 32px;
}
.loginListPage .listTitle .grayText {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #8a8d8f;
}
.loginListPage .listTitle .list-item-content {
  width: 100%;
  margin-top: 16px;
  border: 1px solid #E7E8EA;
  border-radius: 5px;
  padding: 16px;
}
.loginListPage .listTitle .list-item-content:hover {
  border: 1px solid #03ADBC;
  cursor: pointer;
}
.loginListPage .listTitle .list-item-content article {
  font-size: 24px;
  color: #000000;
  padding-bottom: 8px;
  font-weight: 600;
}
.loginListPage .listTitle .list-item-content .title {
  font-style: italic;
}
.loginListPage .listTitle .list-item-content .vendors {
  margin-top: 16px;
  display: block;
}
.loginListPage .listTitle .list-item-content span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.72);
}
.loginListPage .listTitle .backupButton {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: 8%;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.loginPage {
  width: 100%;
  min-width: 450px;
  padding-top: 18%;
}
.loginPage .loginTitle {
  padding-left: 16px;
  margin-bottom: 64px;
}
.loginPage .loginTitle article {
  font-size: 40px;
  color: #03ADBC;
  font-weight: 500;
}
@media screen and (max-width: 1600px) {
  .loginPage .loginTitle article {
    font-size: 24px;
  }
}
.loginPage .loginTitle .mainColor {
  color: #000000;
}
.loginPage form {
  margin: auto;
  width: 44%;
}
.loginPage form div.ant-form-item {
  margin-bottom: 16px;
}
.loginPage form .rememberRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.loginPage form .rememberRow > a {
  font-size: 14px;
  color: #336699 !important;
}
.loginPage form .rememberRow > a:hover {
  color: #03ADBC !important;
}
.loginPage form .rememberRow > label {
  font-size: 14px;
}
.loginPage form .ant-form-explain {
  padding-left: 24px;
}
.loginPage form .tealColor:hover,
.loginPage form .tealColor:focus {
  border: 1px solid #03ADBC;
}
.loginPage form .vCode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.loginPage form .vCode > div:first-child {
  width: 66%;
  margin-right: 16px;
}
.loginPage form .vCode > div:last-child {
  width: 34%;
  border-radius: 25px;
  border: 2px solid #E7E8EA;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.loginPage form .captchaDisplay {
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.loginPage .backupButton {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: 6%;
}
.loginPage .backupButton:hover {
  background: #03ADBC !important;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.loginlayout.loginlist {
  min-height: 0 !important;
}
.loginlayout.loginlist .right-content {
  overflow: auto;
}
.fullheight___39jL7 {
  height: 100vh;
  min-height: 720px;
  background-color: #FFF;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fullheight___39jL7 > div {
  height: 100%;
}
.fullheight___39jL7 .left-bg___2jvvy {
  width: 32%;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px;
  position: relative;
  z-index: 2;
}
.fullheight___39jL7 .left-bg___2jvvy .left-header___2NVhj {
  width: 60%;
  position: absolute;
  z-index: 2;
  top: 42%;
  left: 20%;
  min-height: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.fullheight___39jL7 .left-bg___2jvvy .left-title___JWmyx {
  width: 320px;
  font-size: 38px;
  padding-top: 250px;
  color: #FFF;
}
.fullheight___39jL7 .right-content___1uigI {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* 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-calendar-picker-container {
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  z-index: 1050;
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-calendar-picker {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  outline: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ant-calendar-picker-input {
  outline: none;
}
.ant-calendar-picker-input.ant-input-sm {
  padding-top: 0;
  padding-bottom: 0;
}
.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #1890ff;
}
.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #40a9ff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-calendar-picker-clear,
.ant-calendar-picker-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 12px;
  top: 50%;
  margin-top: -7px;
  line-height: 14px;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
}
.ant-calendar-picker-clear {
  opacity: 0;
  z-index: 2;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
  background: #fff;
  pointer-events: none;
  cursor: pointer;
}
.ant-calendar-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-calendar-picker:hover .ant-calendar-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.ant-calendar-picker-icon {
  font-family: 'anticon';
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  line-height: 1;
}
.ant-calendar-picker-small .ant-calendar-picker-clear,
.ant-calendar-picker-small .ant-calendar-picker-icon {
  right: 8px;
}
.ant-calendar {
  position: relative;
  outline: none;
  width: 280px;
  border: 1px solid #fff;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  line-height: 1.5;
}
.ant-calendar-input-wrap {
  height: 34px;
  padding: 6px 10px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-calendar-input {
  border: 0;
  width: 100%;
  cursor: auto;
  outline: 0;
  height: 22px;
  color: #313233;
  background: #fff;
}
.ant-calendar-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-week-number {
  width: 286px;
}
.ant-calendar-week-number-cell {
  text-align: center;
}
.ant-calendar-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px solid #e8e8e8;
}
.ant-calendar-header a:hover {
  color: #40a9ff;
}
.ant-calendar-header .ant-calendar-century-select,
.ant-calendar-header .ant-calendar-decade-select,
.ant-calendar-header .ant-calendar-year-select,
.ant-calendar-header .ant-calendar-month-select {
  padding: 0 2px;
  font-weight: 500;
  display: inline-block;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
}
.ant-calendar-header .ant-calendar-century-select-arrow,
.ant-calendar-header .ant-calendar-decade-select-arrow,
.ant-calendar-header .ant-calendar-year-select-arrow,
.ant-calendar-header .ant-calendar-month-select-arrow {
  display: none;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-prev-month-btn,
.ant-calendar-header .ant-calendar-next-month-btn,
.ant-calendar-header .ant-calendar-prev-year-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.45);
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 40px;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-prev-year-btn {
  left: 7px;
}
.ant-calendar-header .ant-calendar-prev-century-btn:after,
.ant-calendar-header .ant-calendar-prev-decade-btn:after,
.ant-calendar-header .ant-calendar-prev-year-btn:after {
  content: '\AB';
}
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  right: 7px;
}
.ant-calendar-header .ant-calendar-next-century-btn:after,
.ant-calendar-header .ant-calendar-next-decade-btn:after,
.ant-calendar-header .ant-calendar-next-year-btn:after {
  content: '\BB';
}
.ant-calendar-header .ant-calendar-prev-month-btn {
  left: 29px;
}
.ant-calendar-header .ant-calendar-prev-month-btn:after {
  content: '\2039';
}
.ant-calendar-header .ant-calendar-next-month-btn {
  right: 29px;
}
.ant-calendar-header .ant-calendar-next-month-btn:after {
  content: '\203A';
}
.ant-calendar-body {
  padding: 8px 12px;
}
.ant-calendar table {
  border-collapse: collapse;
  max-width: 100%;
  background-color: transparent;
  width: 100%;
}
.ant-calendar table,
.ant-calendar th,
.ant-calendar td {
  border: 0;
  text-align: center;
}
.ant-calendar-calendar-table {
  border-spacing: 0;
  margin-bottom: 0;
}
.ant-calendar-column-header {
  line-height: 18px;
  width: 33px;
  padding: 6px 0;
  text-align: center;
}
.ant-calendar-column-header .ant-calendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.ant-calendar-week-number-header .ant-calendar-column-header-inner {
  display: none;
}
.ant-calendar-cell {
  padding: 3px 0;
  height: 30px;
}
.ant-calendar-date {
  display: block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 2px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border: 1px solid transparent;
  padding: 0;
  background: transparent;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-date-panel {
  position: relative;
}
.ant-calendar-date:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-calendar-date:active {
  color: #fff;
  background: #40a9ff;
}
.ant-calendar-today .ant-calendar-date {
  border-color: #1890ff;
  font-weight: bold;
  color: #1890ff;
}
.ant-calendar-last-month-cell .ant-calendar-date,
.ant-calendar-next-month-btn-day .ant-calendar-date {
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-selected-day .ant-calendar-date {
  background: #d1e9ff;
}
.ant-calendar-selected-date .ant-calendar-date,
.ant-calendar-selected-start-date .ant-calendar-date,
.ant-calendar-selected-end-date .ant-calendar-date {
  background: #1890ff;
  color: #fff;
  border: 1px solid transparent;
}
.ant-calendar-selected-date .ant-calendar-date:hover,
.ant-calendar-selected-start-date .ant-calendar-date:hover,
.ant-calendar-selected-end-date .ant-calendar-date:hover {
  background: #1890ff;
}
.ant-calendar-disabled-cell .ant-calendar-date {
  cursor: not-allowed;
  color: #bcbcbc;
  background: #f5f5f5;
  border-radius: 0;
  width: auto;
  border: 1px solid transparent;
}
.ant-calendar-disabled-cell .ant-calendar-date:hover {
  background: #f5f5f5;
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date:before {
  content: ' ';
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid #bcbcbc;
  border-radius: 2px;
}
.ant-calendar-disabled-cell-first-of-row .ant-calendar-date {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-calendar-disabled-cell-last-of-row .ant-calendar-date {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-calendar-footer {
  border-top: 1px solid #e8e8e8;
  line-height: 38px;
  padding: 0 12px;
}
.ant-calendar-footer:empty {
  border-top: 0;
}
.ant-calendar-footer-btn {
  text-align: center;
  display: block;
}
.ant-calendar-footer-extra {
  text-align: left;
}
.ant-calendar .ant-calendar-today-btn,
.ant-calendar .ant-calendar-clear-btn {
  display: inline-block;
  text-align: center;
  margin: 0 0 0 8px;
}
.ant-calendar .ant-calendar-today-btn-disabled,
.ant-calendar .ant-calendar-clear-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-today-btn:only-child,
.ant-calendar .ant-calendar-clear-btn:only-child {
  margin: 0;
}
.ant-calendar .ant-calendar-clear-btn {
  display: none;
  position: absolute;
  right: 5px;
  text-indent: -76px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 7px;
  margin: 0;
}
.ant-calendar .ant-calendar-clear-btn:after {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  line-height: 1;
  width: 20px;
  text-indent: 43px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.ant-calendar .ant-calendar-clear-btn:hover:after {
  color: rgba(0, 0, 0, 0.45);
}
.ant-calendar .ant-calendar-ok-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 15px;
  height: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px;
  height: 24px;
  line-height: 22px;
}
.ant-calendar .ant-calendar-ok-btn > .anticon {
  line-height: 1;
}
.ant-calendar .ant-calendar-ok-btn,
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn:focus {
  outline: 0;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled] {
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-ok-btn.disabled > *,
.ant-calendar .ant-calendar-ok-btn[disabled] > * {
  pointer-events: none;
}
.ant-calendar .ant-calendar-ok-btn-lg {
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px;
  height: 40px;
}
.ant-calendar .ant-calendar-ok-btn-sm {
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px;
  height: 24px;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn:hover,
.ant-calendar .ant-calendar-ok-btn:focus {
  color: #fff;
  background-color: #40a9ff;
  border-color: #40a9ff;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn.active {
  color: #fff;
  background-color: #096dd9;
  border-color: #096dd9;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar-range-picker-input {
  background-color: transparent;
  border: 0;
  height: 99%;
  outline: 0;
  width: 44%;
  text-align: center;
}
.ant-calendar-range-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input[disabled] {
  cursor: not-allowed;
}
.ant-calendar-range-picker-separator {
  color: rgba(0, 0, 0, 0.45);
  width: 10px;
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
.ant-calendar-range {
  width: 552px;
  overflow: hidden;
}
.ant-calendar-range .ant-calendar-date-panel::after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ant-calendar-range-part {
  width: 50%;
  position: relative;
}
.ant-calendar-range-left {
  float: left;
}
.ant-calendar-range-left .ant-calendar-time-picker-inner {
  border-right: 1px solid #e8e8e8;
}
.ant-calendar-range-right {
  float: right;
}
.ant-calendar-range-right .ant-calendar-time-picker-inner {
  border-left: 1px solid #e8e8e8;
}
.ant-calendar-range-middle {
  position: absolute;
  left: 50%;
  width: 20px;
  margin-left: -132px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: -118px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-middle {
  margin-left: -12px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: 0;
}
.ant-calendar-range .ant-calendar-input-wrap {
  position: relative;
  height: 34px;
}
.ant-calendar-range .ant-calendar-input,
.ant-calendar-range .ant-calendar-time-picker-input {
  position: relative;
  display: inline-block;
  padding: 4px 11px;
  width: 100%;
  height: 32px;
  font-size: 14px;
  line-height: 1.5;
  color: #313233;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e0e2e4;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 24px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.ant-calendar-range .ant-calendar-input::-moz-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input:-ms-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input::-webkit-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input:hover,
.ant-calendar-range .ant-calendar-time-picker-input:hover {
  border-color: #5695c4;
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  border-color: #40a9ff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input-disabled,
.ant-calendar-range .ant-calendar-time-picker-input-disabled {
  background-color: #eaebec;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-range .ant-calendar-input-disabled:hover,
.ant-calendar-range .ant-calendar-time-picker-input-disabled:hover {
  border-color: #e1e9f0;
  border-right-width: 1px !important;
}
textarea.ant-calendar-range .ant-calendar-input,
textarea.ant-calendar-range .ant-calendar-time-picker-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  -o-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
  min-height: 32px;
}
.ant-calendar-range .ant-calendar-input-lg,
.ant-calendar-range .ant-calendar-time-picker-input-lg {
  padding: 6px 11px;
  height: 40px;
  font-size: 16px;
}
.ant-calendar-range .ant-calendar-input-sm,
.ant-calendar-range .ant-calendar-time-picker-input-sm {
  padding: 1px 7px;
  height: 24px;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-calendar-range .ant-calendar-time-picker-icon {
  display: none;
}
.ant-calendar-range.ant-calendar-week-number {
  width: 574px;
}
.ant-calendar-range.ant-calendar-week-number .ant-calendar-range-part {
  width: 286px;
}
.ant-calendar-range .ant-calendar-year-panel,
.ant-calendar-range .ant-calendar-month-panel,
.ant-calendar-range .ant-calendar-decade-panel {
  top: 34px;
}
.ant-calendar-range .ant-calendar-month-panel .ant-calendar-year-panel {
  top: 0;
}
.ant-calendar-range .ant-calendar-decade-panel-table,
.ant-calendar-range .ant-calendar-year-panel-table,
.ant-calendar-range .ant-calendar-month-panel-table {
  height: 208px;
}
.ant-calendar-range .ant-calendar-in-range-cell {
  border-radius: 0;
  position: relative;
}
.ant-calendar-range .ant-calendar-in-range-cell > div {
  position: relative;
  z-index: 1;
}
.ant-calendar-range .ant-calendar-in-range-cell:before {
  content: '';
  display: block;
  background: #e6f7ff;
  border-radius: 0;
  border: 0;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  right: 0;
}
.ant-calendar-range .ant-calendar-footer-extra {
  float: left;
}
div.ant-calendar-range-quick-selector {
  text-align: left;
}
div.ant-calendar-range-quick-selector > a {
  margin-right: 8px;
}
.ant-calendar-range .ant-calendar-header,
.ant-calendar-range .ant-calendar-month-panel-header,
.ant-calendar-range .ant-calendar-year-panel-header {
  border-bottom: 0;
}
.ant-calendar-range .ant-calendar-body,
.ant-calendar-range .ant-calendar-month-panel-body,
.ant-calendar-range .ant-calendar-year-panel-body {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker {
  height: 207px;
  width: 100%;
  top: 68px;
  z-index: 2;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel {
  height: 267px;
  margin-top: -34px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-inner {
  padding-top: 40px;
  height: 100%;
  background: none;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox {
  display: inline-block;
  height: 100%;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select {
  height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select ul {
  max-height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  margin-right: 8px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-today-btn {
  margin: 8px 12px;
  height: 22px;
  line-height: 22px;
}
.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker {
  height: 233px;
}
.ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body {
  border-top-color: transparent;
}
.ant-calendar-time-picker {
  position: absolute;
  width: 100%;
  top: 40px;
  background-color: #fff;
}
.ant-calendar-time-picker-panel {
  z-index: 1050;
  position: absolute;
  width: 100%;
}
.ant-calendar-time-picker-inner {
  display: inline-block;
  position: relative;
  outline: none;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  line-height: 1.5;
  overflow: hidden;
  width: 100%;
}
.ant-calendar-time-picker-combobox {
  width: 100%;
}
.ant-calendar-time-picker-column-1,
.ant-calendar-time-picker-column-1 .ant-calendar-time-picker-select {
  width: 100%;
}
.ant-calendar-time-picker-column-2 .ant-calendar-time-picker-select {
  width: 50%;
}
.ant-calendar-time-picker-column-3 .ant-calendar-time-picker-select {
  width: 33.33%;
}
.ant-calendar-time-picker-column-4 .ant-calendar-time-picker-select {
  width: 25%;
}
.ant-calendar-time-picker-input-wrap {
  display: none;
}
.ant-calendar-time-picker-select {
  float: left;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
  height: 226px;
}
.ant-calendar-time-picker-select:hover {
  overflow-y: auto;
}
.ant-calendar-time-picker-select:first-child {
  border-left: 0;
  margin-left: 0;
}
.ant-calendar-time-picker-select:last-child {
  border-right: 0;
}
.ant-calendar-time-picker-select ul {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 206px;
}
.ant-calendar-time-picker-select li {
  padding-left: 32px;
  list-style: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  width: 100%;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-time-picker-select li:last-child:after {
  content: '';
  height: 202px;
  display: block;
}
.ant-calendar-time-picker-select li:hover {
  background: #e6f7ff;
}
li.ant-calendar-time-picker-select-option-selected {
  background: #f5f5f5;
  font-weight: bold;
}
li.ant-calendar-time-picker-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.ant-calendar-time-picker-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.ant-calendar-time .ant-calendar-day-select {
  padding: 0 2px;
  font-weight: 500;
  display: inline-block;
  color: rgba(0, 0, 0, 0.85);
  line-height: 34px;
}
.ant-calendar-time .ant-calendar-footer {
  position: relative;
  height: auto;
}
.ant-calendar-time .ant-calendar-footer-btn {
  text-align: right;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-today-btn {
  float: left;
  margin: 0;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  display: inline-block;
  margin-right: 8px;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-month-panel {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  border-radius: 4px;
  background: #fff;
  outline: none;
}
.ant-calendar-month-panel > div {
  height: 100%;
}
.ant-calendar-month-panel-hidden {
  display: none;
}
.ant-calendar-month-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px solid #e8e8e8;
}
.ant-calendar-month-panel-header a:hover {
  color: #40a9ff;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select {
  padding: 0 2px;
  font-weight: 500;
  display: inline-block;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.45);
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 40px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:after {
  content: '\AB';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:after {
  content: '\BB';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:after {
  content: '\2039';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:after {
  content: '\203A';
}
.ant-calendar-month-panel-body {
  height: calc(100% - 40px);
}
.ant-calendar-month-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month {
  background: #1890ff;
  color: #fff;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
  background: #1890ff;
  color: #fff;
}
.ant-calendar-month-panel-cell {
  text-align: center;
}
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month,
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover {
  cursor: not-allowed;
  color: #bcbcbc;
  background: #f5f5f5;
}
.ant-calendar-month-panel-month {
  display: inline-block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.65);
  background: transparent;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-month-panel-month:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-calendar-year-panel {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  border-radius: 4px;
  background: #fff;
  outline: none;
}
.ant-calendar-year-panel > div {
  height: 100%;
}
.ant-calendar-year-panel-hidden {
  display: none;
}
.ant-calendar-year-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px solid #e8e8e8;
}
.ant-calendar-year-panel-header a:hover {
  color: #40a9ff;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select {
  padding: 0 2px;
  font-weight: 500;
  display: inline-block;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.45);
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 40px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:after {
  content: '\AB';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:after {
  content: '\BB';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:after {
  content: '\2039';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:after {
  content: '\203A';
}
.ant-calendar-year-panel-body {
  height: calc(100% - 40px);
}
.ant-calendar-year-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.ant-calendar-year-panel-cell {
  text-align: center;
}
.ant-calendar-year-panel-year {
  display: inline-block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.65);
  background: transparent;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-year-panel-year:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
  background: #1890ff;
  color: #fff;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
  background: #1890ff;
  color: #fff;
}
.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year,
.ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-decade-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  outline: none;
}
.ant-calendar-decade-panel-hidden {
  display: none;
}
.ant-calendar-decade-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px solid #e8e8e8;
}
.ant-calendar-decade-panel-header a:hover {
  color: #40a9ff;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select {
  padding: 0 2px;
  font-weight: 500;
  display: inline-block;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.45);
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 40px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:after {
  content: '\AB';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:after {
  content: '\BB';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:after {
  content: '\2039';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:after {
  content: '\203A';
}
.ant-calendar-decade-panel-body {
  height: calc(100% - 40px);
}
.ant-calendar-decade-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.ant-calendar-decade-panel-cell {
  text-align: center;
  white-space: nowrap;
}
.ant-calendar-decade-panel-decade {
  display: inline-block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.65);
  background: transparent;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-decade-panel-decade:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
  background: #1890ff;
  color: #fff;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
  background: #1890ff;
  color: #fff;
}
.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade,
.ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-month .ant-calendar-month-header-wrap {
  position: relative;
  height: 288px;
}
.ant-calendar-month .ant-calendar-month-panel,
.ant-calendar-month .ant-calendar-year-panel {
  top: 0;
  height: 100%;
}
.ant-calendar-week-number-cell {
  opacity: 0.5;
}
.ant-calendar-week-number .ant-calendar-body tr {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.ant-calendar-week-number .ant-calendar-body tr:hover {
  background: #e6f7ff;
}
.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week {
  background: #bae7ff;
  font-weight: bold;
}
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day .ant-calendar-date,
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day:hover .ant-calendar-date {
  background: transparent;
  color: rgba(0, 0, 0, 0.65);
}
/* 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-time-picker-panel {
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 1050;
  position: absolute;
}
.ant-time-picker-panel-inner {
  position: relative;
  outline: none;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  left: -2px;
}
.ant-time-picker-panel-input {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 154px;
  cursor: auto;
  outline: 0;
  line-height: normal;
}
.ant-time-picker-panel-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-panel-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 7px 2px 7px 12px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-time-picker-panel-input-invalid {
  border-color: #f5222d;
}
.ant-time-picker-panel-clear-btn {
  position: absolute;
  right: 8px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 7px;
  margin: 0;
}
.ant-time-picker-panel-clear-btn-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.ant-time-picker-panel-clear-btn-icon svg:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-time-picker-panel-narrow .ant-time-picker-panel-input-wrap {
  max-width: 112px;
}
.ant-time-picker-panel-select {
  float: left;
  font-size: 14px;
  border-left: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 56px;
  overflow: hidden;
  position: relative;
  max-height: 192px;
}
.ant-time-picker-panel-select:hover {
  overflow-y: auto;
}
.ant-time-picker-panel-select:first-child {
  border-left: 0;
  margin-left: 0;
}
.ant-time-picker-panel-select:last-child {
  border-right: 0;
}
.ant-time-picker-panel-select:only-child {
  width: 100%;
}
.ant-time-picker-panel-select ul {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0 0 160px;
  width: 100%;
}
.ant-time-picker-panel-select li {
  list-style: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  padding: 0 0 0 12px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.ant-time-picker-panel-select li:hover {
  background: #e6f7ff;
}
li.ant-time-picker-panel-select-option-selected {
  background: #f5f5f5;
  font-weight: bold;
}
li.ant-time-picker-panel-select-option-selected:hover {
  background: #f5f5f5;
}
li.ant-time-picker-panel-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.ant-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.ant-time-picker-panel-combobox {
  zoom: 1;
}
.ant-time-picker-panel-combobox:before,
.ant-time-picker-panel-combobox:after {
  content: '';
  display: table;
}
.ant-time-picker-panel-combobox:after {
  clear: both;
}
.ant-time-picker-panel-addon {
  padding: 8px;
  border-top: 1px solid #e8e8e8;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-time-picker {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  outline: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 128px;
}
.ant-time-picker-input {
  position: relative;
  display: inline-block;
  padding: 4px 11px;
  width: 100%;
  height: 32px;
  font-size: 14px;
  line-height: 1.5;
  color: #313233;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e0e2e4;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input:hover {
  border-color: #5695c4;
  border-right-width: 1px !important;
}
.ant-time-picker-input:focus {
  border-color: #40a9ff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-time-picker-input-disabled {
  background-color: #eaebec;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-time-picker-input-disabled:hover {
  border-color: #e1e9f0;
  border-right-width: 1px !important;
}
textarea.ant-time-picker-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  -o-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
  min-height: 32px;
}
.ant-time-picker-input-lg {
  padding: 6px 11px;
  height: 40px;
  font-size: 16px;
}
.ant-time-picker-input-sm {
  padding: 1px 7px;
  height: 24px;
}
.ant-time-picker-input[disabled] {
  background-color: #eaebec;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-time-picker-input[disabled]:hover {
  border-color: #e1e9f0;
  border-right-width: 1px !important;
}
.ant-time-picker-open {
  opacity: 0;
}
.ant-time-picker-icon {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 14px;
  height: 14px;
  line-height: 14px;
  right: 11px;
  color: rgba(0, 0, 0, 0.25);
  top: 50%;
  margin-top: -7px;
}
.ant-time-picker-icon .ant-time-picker-clock-icon {
  color: rgba(0, 0, 0, 0.25);
  display: block;
  line-height: 1;
}
.ant-time-picker-large .ant-time-picker-input {
  padding: 6px 11px;
  height: 40px;
  font-size: 16px;
}
.ant-time-picker-small .ant-time-picker-input {
  padding: 1px 7px;
  height: 24px;
}
.ant-time-picker-small .ant-time-picker-icon {
  right: 7px;
}
/* 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-tag {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  line-height: 20px;
  height: 22px;
  padding: 0 7px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  background: #fafafa;
  font-size: 12px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  margin-right: 8px;
  cursor: pointer;
  white-space: nowrap;
}
.ant-tag:hover {
  opacity: 0.85;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag .anticon-close {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  cursor: pointer;
  margin-left: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
}
:root .ant-tag .anticon-close {
  font-size: 12px;
}
.ant-tag .anticon-close:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tag-has-color {
  border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover {
  color: #fff;
}
.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1890ff;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #1890ff;
}
.ant-tag-checkable:active {
  background-color: #096dd9;
}
.ant-tag-close {
  width: 0 !important;
  padding: 0;
  margin: 0;
}
.ant-tag-zoom-enter,
.ant-tag-zoom-appear {
  -webkit-animation: antFadeIn 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation: antFadeIn 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-tag-zoom-leave {
  -webkit-animation: antZoomOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation: antZoomOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-tag-hidden {
  display: none;
}
.ant-tag-pink {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-pink-inverse {
  background: #eb2f96;
  border-color: #eb2f96;
  color: #fff;
}
.ant-tag-magenta {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-magenta-inverse {
  background: #eb2f96;
  border-color: #eb2f96;
  color: #fff;
}
.ant-tag-red {
  color: #f5222d;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ant-tag-red-inverse {
  background: #f5222d;
  border-color: #f5222d;
  color: #fff;
}
.ant-tag-volcano {
  color: #fa541c;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ant-tag-volcano-inverse {
  background: #fa541c;
  border-color: #fa541c;
  color: #fff;
}
.ant-tag-orange {
  color: #fa8c16;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-tag-orange-inverse {
  background: #fa8c16;
  border-color: #fa8c16;
  color: #fff;
}
.ant-tag-yellow {
  color: #fadb14;
  background: #feffe6;
  border-color: #fffb8f;
}
.ant-tag-yellow-inverse {
  background: #fadb14;
  border-color: #fadb14;
  color: #fff;
}
.ant-tag-gold {
  color: #faad14;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ant-tag-gold-inverse {
  background: #faad14;
  border-color: #faad14;
  color: #fff;
}
.ant-tag-cyan {
  color: #13c2c2;
  background: #e6fffb;
  border-color: #87e8de;
}
.ant-tag-cyan-inverse {
  background: #13c2c2;
  border-color: #13c2c2;
  color: #fff;
}
.ant-tag-lime {
  color: #a0d911;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ant-tag-lime-inverse {
  background: #a0d911;
  border-color: #a0d911;
  color: #fff;
}
.ant-tag-green {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-green-inverse {
  background: #52c41a;
  border-color: #52c41a;
  color: #fff;
}
.ant-tag-blue {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-blue-inverse {
  background: #1890ff;
  border-color: #1890ff;
  color: #fff;
}
.ant-tag-geekblue {
  color: #2f54eb;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ant-tag-geekblue-inverse {
  background: #2f54eb;
  border-color: #2f54eb;
  color: #fff;
}
.ant-tag-purple {
  color: #722ed1;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ant-tag-purple-inverse {
  background: #722ed1;
  border-color: #722ed1;
  color: #fff;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.synnex-calendar-picker.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #03ADBC;
  -webkit-box-shadow: 0 0 0 2px rgba(3, 173, 188, 0.2);
          box-shadow: 0 0 0 2px rgba(3, 173, 188, 0.2);
}
.synnex-calendar-picker.ant-calendar-picker.isSpecial .ant-input-sm {
  border-radius: 36px;
  padding-left: 18px;
}
@media screen and (max-width: 1600px) {
  .synnex-calendar-picker.ant-calendar-picker.isSpecial .ant-input-sm {
    border-radius: 32px;
    height: 32px;
    padding-left: 16px;
  }
}
.synnex-calendar-picker.ant-calendar-picker.isSpecial .ant-input {
  border-radius: 42px;
  padding-right: 42px;
}
@media screen and (max-width: 1600px) {
  .synnex-calendar-picker.ant-calendar-picker.isSpecial .ant-input {
    border-radius: 36px;
    height: 36px;
    padding-right: 18px;
  }
}
.synnex-calendar-picker.ant-calendar-picker.isSpecial .ant-input-lg {
  border-radius: 50px;
  padding-left: 25px;
}
@media screen and (max-width: 1600px) {
  .synnex-calendar-picker.ant-calendar-picker.isSpecial .ant-input-lg {
    border-radius: 44px;
    height: 44px;
    padding-left: 22px;
  }
}
.synnex-calendar-picker.ant-calendar-picker .ant-input-sm {
  height: 36px;
}
.synnex-calendar-picker.ant-calendar-picker .ant-input {
  height: 42px;
}
.synnex-calendar-picker.ant-calendar-picker .ant-input-lg {
  height: 50px;
}
.synnex-calendar-picker.ant-calendar-picker .ant-calendar-range-picker-separator {
  position: relative;
  top: 5px;
}
.synnex-calendar-picker-container .ant-calendar-range .ant-calendar-footer-extra {
  line-height: 28px;
}
/* Copyright (c) 2023, TD SYNNEX Corporation. All rights reserved */
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.my-quotes___2hQPN {
  padding: 0 20px;
}
.my-quotes___2hQPN .eutable .ant-table table .ant-table-tbody > tr:nth-child(2n) {
  background: none;
}
.my-quotes___2hQPN .eutable .ant-table table .ant-table-tbody> tr.ant-table-row.evenRow___JXDb2 {
  background-color: #fafbfc;
}
.my-quotes___2hQPN .eutable .ant-table table .ant-table-tbody> tr.ant-table-row.showUnreadAlert___3hD5a {
  font-weight: 700;
}
.search-area___-_d7L {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 6px 6px 0 0;
  padding: 30px 20px 30px;
}
.keywords-input___2AC1l {
  border-radius: 42px;
}
.keywords-input___2AC1l input {
  border-radius: 42px;
}
.change-logs-modal___59Zdq .common-modal .modal-content-wrap {
  max-height: 570px;
}
.change-log___2pofi {
  margin-right: 24px;
  color: #0076CE;
  line-height: 42px;
  cursor: pointer;
}
.change-log___2pofi:hover {
  color: #0092FF;
}
.change-logs-search-area___3MJ23 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 20px 30px;
}
.vendor-logo___1vUse {
  height: 42px;
}
.reject-title___1Amaa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reject-title___1Amaa .reject-title-icon___25AcL {
  font-size: 22px;
  margin-right: 8px;
}
.reject-title___1Amaa .reject-title-text___2_mU4 {
  font-size: 16px;
}
.actionRequired___TZA04 {
  color: #41B6E6;
}
.rejected___3ieeN {
  color: #EA402A;
}
.accepted___3Qgup {
  color: #43B539;
}
.expired___2Tjtb {
  color: #F27C06;
}
.reject-textarea___1cztv {
  border: none;
  border-radius: 0;
  padding: 8px 16px;
  resize: none;
  font-size: 18px;
  height: calc(146px - 56px);
}
.reject-textarea___1cztv:hover,
.reject-textarea___1cztv:focus,
.reject-textarea___1cztv:active {
  border: none;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}
.reject-textarea___1cztv::-webkit-input-placeholder {
  /* Firefox 18- */
  color: #03ADBC;
  font-style: italic;
  font-size: 18px;
}
.reject-textarea___1cztv::-moz-placeholder {
  /* Firefox 18- */
  color: #03ADBC;
  font-style: italic;
  font-size: 18px;
}
.reject-textarea___1cztv::-ms-input-placeholder {
  /* Firefox 18- */
  color: #03ADBC;
  font-style: italic;
  font-size: 18px;
}
.reject-textarea___1cztv::placeholder {
  /* Firefox 18- */
  color: #03ADBC;
  font-style: italic;
  font-size: 18px;
}
.snx-notification-success.ant-notification-notice .ant-notification-notice-description .approve-quote a {
  color: #0076CE;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.popconfirm-description .ant-popover-content .ant-popover-inner .ant-popover-message .ant-popover-message-title .despopconfirm-content-wrap .description-popconfirm-content-wrap-title {
  width: 320px;
}
.popconfirm-description .ant-popover-content .ant-popover-inner .ant-popover-message .ant-popover-message-title .despopconfirm-content-wrap .description-popconfirm-content-wrap-desc {
  margin-top: 16px;
  width: 320px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.table-copy-change {
  background: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 0  0;
}
.table-copy-change:before {
  display: block;
  content: ' ';
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 8px -1px 5px rgba(0, 0, 0, 0.06);
          box-shadow: 8px -1px 5px rgba(0, 0, 0, 0.06);
  border-color: transparent;
  position: absolute;
  bottom: -5px;
  right: 50%;
}
.table-copy-change .copy-content {
  padding: 16px 16px;
}
.action-cols.table-operation {
  font-size: 32px;
}
.action-cols.table-operation a:nth-child(n + 2),
.action-cols.table-operation button:nth-child(n + 2) {
  margin-left: 24px;
}
.action-cols.table-operation .deleteLink:hover {
  color: #E7322B !important;
}
.action-cols.table-operation .disabled {
  cursor: not-allowed;
  color: #e7e8e9 !important;
}
.action-cols.table-operation .disabled:hover {
  color: #e7e8e9 !important;
}
.action-cols.table-operation .action-btn {
  height: 40px !important;
  vertical-align: top;
  margin-top: 4px;
}
.tableActionsMenu > li {
  background-color: white;
}
.editIconStyle {
  font-size: 26px;
  color: #373839;
  border-radius: 4px;
}
.editIconStyle:hover {
  color: red;
}
.editIconStyle:hover {
  color: #3ab54a;
}
.copyIconStyle:hover {
  color: #3ab54a;
}
.hitIcon {
  font-size: 18px;
}
.copyTemplate___3wo0i .content___32zWc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.copyTemplate___3wo0i .content___32zWc > span {
  white-space: nowrap;
  padding-right: 8px;
}
.copyTemplate___3wo0i .content___32zWc > input {
  min-width: 150px;
}
.copyTemplate___3wo0i .footer___2DuDi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 8px 0px;
}
.copyTemplate___3wo0i .footer___2DuDi > button {
  margin-left: 8px;
}
.message-with-red-dot___1xOTQ {
  position: relative;
}
.message-with-red-dot___1xOTQ .red-dot___SJx9u {
  position: absolute;
  right: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #EA402A;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.common-modal.middle-footer .ant-modal-content .ant-modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common-modal.middle-footer .ant-modal-content .ant-modal-footer button + button {
  margin-left: 24px;
}
.payment-modal-mesage {
  color: #333F48;
  border: 1px solid #EA402A;
  border-radius: 2px;
  height: 32px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FEF0EF;
  margin-bottom: 16px;
}
.payment-modal-mesage .icon {
  margin: 0 4px;
  font-size: 24px;
  color: #EA402A;
  line-height: 24px;
}
.payment-modal-content .summary-list-table {
  display: table;
  width: 100%;
  border-bottom: 2px solid #e8e8e8;
}
.payment-modal-content .summary-list-table:nth-of-type(1) {
  border-top: 1px solid #e8e8e8;
}
.payment-modal-content .summary-list-table .summary-list-tr {
  display: table-row;
}
.payment-modal-content .summary-list-table .summary-list-tr .summary-list-td {
  display: table-cell;
  padding: 5px;
}
.payment-modal-content .summary-list-table .summary-list-tr .summary-list-td:not(.no-border) {
  border-bottom: 1px solid #e8e8e8;
}
.payment-modal-content .summary-list-table .summary-list-tr .summary-list-td:nth-of-type(2n) {
  text-align: right;
  width: 180px;
}
.payment-modal-content .summary-list-table .summary-list-tr .summary-list-td:nth-of-type(3n) {
  text-align: right;
  width: 180px;
}
.payment-modal-content .summary-list-table .summary-list-tr .summary-list-td:nth-of-type(4n) {
  width: 50px;
  text-align: right;
}
.payment-modal-content .summary-list-table .summary-list-tr .summary-list-td.summary-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: bold;
}
.payment-modal-content .summary-list-table .summary-list-tr .summary-list-td.summary-price b {
  color: #E7322B;
}
.payment-modal-content .summary-list-table .summary-list-tr .summary-list-td.summary-list-error {
  color: #EA402A;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.payment-modal-content .summary-list-table .summary-list-tr .summary-list-td.summary-list-error .icon {
  vertical-align: middle;
  margin-right: 4px;
  font-size: 24px;
}
.payment-modal-content .summary-list-table .summary-list-tr .summary-list-td.color-gray {
  color: rgba(0, 0, 0, 0.4);
}
.payment-modal-content .summary-list-table .summary-list-tr .summary-list-td span {
  font-style: italic;
  margin-right: 8px;
}
.payment-modal-content .setMarginBottomVal {
  margin-bottom: 8px;
}
.payment-modal-content p {
  margin: 0;
  color: #4E4E4F;
  font-size: 18px;
  margin-bottom: 24px;
}
.payment-modal-content h2,
.payment-modal-content h3,
.payment-modal-content .total-summary {
  margin-left: 8px;
}
.payment-modal-content .total-summary .all {
  font-weight: bold;
}
.payment-modal-content .total-summary b {
  color: #E7322B;
}
.payment-modal-content h2 {
  height: 28px;
  font-size: 18px;
  margin-bottom: 15px;
}
.payment-modal-content h3 {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.72);
  font-size: 15px;
}
.payment-modal-content .pay-term-img img {
  margin-right: 12px;
}
.payment-modal-content .summary-block {
  text-align: right;
  margin: 10px 5px 0 0;
}
.payment-modal-content .summary-block .all {
  font-style: italic;
}
.payment-modal-content .summary-block .tips {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
}
.payment-modal-content .total-summary {
  font-size: 18px 1;
  height: 28px;
  margin-bottom: 16px;
}
.payment-modal-content .total-summary .priceTypestyle {
  padding-left: 8px;
}
.payment-modal-content .total-summary .summary-left {
  font-weight: bold;
}
.payment-modal-content .total-summary .summary-right {
  color: #E7322B;
}
.reseller-provision .ant-form-item-children {
  position: static;
}
.reseller-provision .ant-form-item-label label {
  line-height: 42px !important;
}
@media screen and (max-width: 1440px) {
  .reseller-provision .ant-form-item-label label {
    line-height: 36px !important;
  }
}
.reseller-provision .upload-tips {
  position: absolute;
  z-index: 3;
  top: 8px;
  left: 116px;
  font-size: 24px;
  color: #ed450a;
}
@media screen and (max-width: 1440px) {
  .reseller-provision .upload-tips {
    font-size: 20px;
    top: 1px;
  }
}
.select-product-box .ant-modal-body {
  padding: 0 0 !important;
}
.select-product-box .product-list {
  width: 100%;
}
.select-product-box .product-list .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e8;
}
.select-product-box .product-list .product-item:hover {
  background: #f7f8f9;
}
.select-product-box .summary-box {
  padding: 32px;
}
.select-product-box .summary-box .total {
  text-align: right;
  font-size: 19px;
}
.select-product-box .summary-box .total .tips {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
}
.select-product-box .ant-form-explain {
  white-space: nowrap;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.ant-tabs-nav .ant-tabs-tab-active {
  color: #03ADBC;
}
.ant-tabs-nav .ant-tabs-tab:hover {
  color: #03ADBC;
}
.ant-tabs-ink-bar {
  background-color: #03ADBC;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.contractChangesToolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contractChangesToolbar .contractChangeIcon {
  font-weight: 400;
  opacity: 0.8;
}
.contractChangesToolbar .contractChangeIcon:hover {
  opacity: 1;
  cursor: pointer;
}
.contractChangesToolbar .ant-btn.exportBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contractChangesToolbar .ant-btn.exportBtn span {
  -ms-flex-item-align: center;
      align-self: center;
}
.contractChangesToolbar .synnex-calendar-picker.isSpecial .ant-input {
  padding-left: 0px;
  text-align: left;
}
.contractChangesToolbar .logs-header-select {
  width: 130px;
}
.contractChangesToolbar .logs-header-select .ant-select-selection--single {
  min-height: 36px;
  height: 36px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.contractChangesToolbar .logs-header-input {
  width: 360px;
  border-radius: 42px;
}
.contractChangesToolbar .logs-header-input .ant-select-selection__rendered {
  line-height: 38px;
}
.contractChangesToolbar .logs-header-input .ant-input-group-addon .ant-select-focused .ant-select-selection {
  color: inherit;
}
.contractChangesToolbar .logs-header-input .ant-input-group-addon:first-child {
  border-bottom-left-radius: 42px;
  border-top-left-radius: 42px;
}
.contractChangesToolbar .logs-header-input .ant-input-wrapper input {
  border-bottom-right-radius: 42px;
  border-top-right-radius: 42px;
}
.contractChangesToolbar .ant-select-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contractChangesModal .pageStyle {
  padding: 0 12px;
}
.contractChangesModal .changeTypeQty span {
  padding: 0 4px;
}
.mysubscriptions {
  width: 100%;
  padding: 0 20px;
}
.mysubscriptions .custPriceLayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mysubscriptions .custPriceNote {
  font-weight: 600;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: rgba(0, 0, 0, 0.72);
}
.mysubscriptions .subscriptionCustPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 760px;
  margin-top: 24px;
  font-size: 14px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #fff;
  border-radius: 6px;
}
.mysubscriptions .subscriptionCustPrice h5 {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 2px;
}
.mysubscriptions .subscriptionCustPrice p {
  color: #E7322B;
  margin-bottom: 2px;
}
.mysubscriptions .subscriptionCustPrice span {
  color: #b5babd;
}
.mysubscriptions .subscriptionCustPrice .rightPart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  min-width: 580px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mysubscriptions .subscriptionCustPrice .rightPart > div {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mysubscriptions .subscriptionCustPrice .rightPart .monthlyTotal {
  padding-right: 12px;
}
.mysubscriptions .subscriptionCustPrice .leftPart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px;
}
.mysubscriptions .subscriptionCustPrice .leftPart > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 700;
}
.mysubscriptions .reactivateDateStyle {
  color: rgba(0, 0, 0, 0.72);
  font-style: italic;
  font-size: 13px;
}
.mysubscriptions .reactivateDateStyle div {
  padding: 0 2px;
  white-space: normal !important;
}
.mysubscriptions .contractChangesTxt {
  font-size: 15px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 24px;
}
.mysubscriptions .extendedPrice > span {
  margin-right: 16px;
}
@media screen and (min-width: 1680px) {
  .mysubscriptions {
    padding: 0 20px;
  }
}
.mysubscriptions .subTableContainer .titleRow {
  padding: 24px 2px;
}
.mysubscriptions .subTableContainer .titleRow .title {
  font-size: 20px;
  line-height: 2.5;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.72);
}
.mysubscriptions .subTableContainer .titleRow .export {
  text-align: right;
}
.mysubscriptions .subTableContainer .titleRow .export .exportBtn {
  color: #03ADBC !important;
  background-color: white !important;
}
.mysubscriptions .subTableContainer .SelectAll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mysubscriptions .subTableContainer .SelectAll .filterbyLabel {
  margin-right: 10px;
}
.mysubscriptions .subTableContainer .SelectAll .filterBy {
  width: 10%;
  margin-right: 10px;
}
.mysubscriptions .subTableContainer .SelectAll .search {
  border-right: none;
}
.mysubscriptions .subTableContainer .SelectAll .search + .ant-input-group-addon {
  padding: 0px;
  background-color: transparent;
  border-left: none;
  border-color: #03ADBC;
}
.mysubscriptions .subTableContainer .SelectAll .search + .ant-input-group-addon .searchButton {
  width: 80px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 44px !important;
}
.mysubscriptions .subTableContainer .SelectAll .ant-checkbox-wrapper {
  font-size: 16px;
  font-style: italic;
}
.mysubscriptions .subTableContainer .SelectAll .ant-checkbox-wrapper + span,
.mysubscriptions .subTableContainer .SelectAll .ant-checkbox-wrapper .ant-checkbox + span {
  padding-left: 26px;
}
.mysubscriptions .subTableContainer .subscriptionTable table .productShortNameCol {
  width: 600px;
}
@media screen and (max-width: 1600px) {
  .mysubscriptions .subTableContainer .subscriptionTable table .productShortNameCol {
    width: 350px;
  }
}
.mysubscriptions .subTableContainer .subscriptionTable table .serviceStatusName {
  width: 220px;
}
.mysubscriptions .subTableContainer .subscriptionTable .purchases-row-subscription .purchases-row-subscription-cell {
  min-width: 180px;
  max-width: 400px;
  display: inline-block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  vertical-align: bottom;
}
.mysubscriptions .subTableContainer .subscriptionTable .purchases-row-action {
  width: 180px;
}
.mysubscriptions .subTableContainer .subscriptionTable .purchases-row-currentSeats {
  min-width: 80px;
  padding-left: 12px !important;
}
.mysubscriptions .subTableContainer .subscriptionTable .purchases-row-extendedPrice {
  min-width: 100px;
}
.mysubscriptions .subTableContainer .subscriptionTable .purchases-row-paymentMethod {
  min-width: 160px;
}
.mysubscriptions .subTableContainer .subscriptionTable .purchases-row-vendor {
  min-width: 180px;
  max-width: 200px;
}
.mysubscriptions .subTableContainer .subscriptionTable .purchases-row-vendor > div {
  display: inline-block;
}
.mysubscriptions .subTableContainer .subscriptionTable .activated {
  color: #39B54A;
}
.mysubscriptions .subTableContainer .subscriptionTable .provisioning {
  color: #5E4899;
}
.mysubscriptions .subTableContainer .subscriptionTable .cancelled {
  color: #E7322B;
}
.mysubscriptions .subTableContainer .subscriptionTable .open {
  color: #03ADBC;
  cursor: pointer;
}
.mysubscriptions .subTableContainer .subscriptionTable .pending-block {
  color: #339f9a;
  cursor: pointer;
}
.mysubscriptions .subTableContainer .subscriptionTable .service-status-wrapper {
  height: 42px;
  line-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mysubscriptions .subTableContainer .subscriptionTable .logoStyle {
  width: 100%;
  max-width: 120px;
  max-height: 42px;
}
@media screen and (max-width: 1600px) {
  .mysubscriptions .subTableContainer .subscriptionTable .logoStyle {
    max-height: 56px;
  }
}
.mysubscriptions .pricetipsIcon {
  font-size: 22px;
  position: relative;
  top: 2px;
  cursor: pointer;
  color: #ed450a;
}
.subscriptionMoreInfoOverlay {
  width: 500px;
  line-height: 1.5;
}
.subscriptionMoreInfoOverlay .ant-popover-inner {
  padding: 16px 8px;
}
.subscriptionMoreInfoOverlay .infoTitle {
  color: rgba(0, 0, 0, 0.72);
  font-size: 14px;
}
.subscriptionMoreInfoOverlay .infoTitle .hitIcon {
  color: #ed450a;
}
.subscriptionMoreInfoOverlay .infoTitle:nth-child(n + 2) {
  margin-top: 20px;
}
.subscriptionMoreInfoOverlay .infoContent {
  color: #000000;
  font-size: 16px;
  overflow-wrap: break-word;
}
.global-expand-collapse-btn-group {
  margin-left: 8px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.myPendingRequest {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 1680px) {
  .myPendingRequest {
    padding: 0 20px;
  }
}
.myPendingRequest .pending-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.myPendingRequest .pending-title .title {
  font-size: 20px;
  line-height: 2.5;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.48);
}
.myPendingRequest .select-part {
  padding: 24px 16px;
  background-color: #fff;
}
.myPendingRequest .select-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.myPendingRequest .select-header .filter-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding-right: 12px;
}
.myPendingRequest .select-header .filter-button .filterByTxt {
  margin-right: 10px;
}
.myPendingRequest .pendingTable .activated {
  color: #39B54A;
}
.myPendingRequest .pendingTable .provisioning {
  color: #5E4899;
}
.myPendingRequest .pendingTable .cancelled {
  color: #E7322B;
}
.myPendingRequest .pendingTable .open {
  color: #03ADBC;
  cursor: pointer;
}
.myPendingRequest .my-pending-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.myPendingRequest .my-pending-search .change-logs-link {
  padding-right: 24px;
  font-size: 15px;
}
.myPendingRequest .my-pending-search > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 12px;
}
.myPendingRequest .my-pending-search > div:first-child {
  padding-top: 9px;
}
@media screen and (max-width: 1600px) {
  .myPendingRequest .my-pending-search > div:first-child {
    padding-top: 6px;
  }
}
.myPendingRequest .my-pending-search > div:last-child {
  padding-right: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.pending-changelogs-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pending-changelogs-toolbar .download-icon {
  font-size: 22px;
  font-weight: 400;
  padding-right: 6px;
  opacity: 0.8;
  margin-left: 16px;
  cursor: pointer;
}
.pending-changelogs-toolbar .download-icon:hover {
  opacity: 1;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.myOrderToolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.myOrderToolbar .defineDiffColor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.myOrderToolbar .defineDiffColor .recurring {
  background-color: #28abe3;
}
.myOrderToolbar .defineDiffColor .oneTime {
  background-color: #8a2be2;
}
.myOrderToolbar .defineDiffColor .commission {
  background-color: #f89223;
}
.myOrderToolbar .defineDiffColor > div {
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: italic;
  color: #aeadab;
}
.myOrderToolbar .defineDiffColor > div > span {
  width: 10px;
  height: 10px;
  background-color: teal;
  margin-right: 4px;
}
.myOrderToolbar .toolbarRightPart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.myOrderToolbar .contractChangesTxt {
  font-size: 15px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 24px;
}
.noChild .ant-table-row-expand-icon-cell .ant-table-row-expand-icon {
  border: none;
  background-color: transparent;
  cursor: auto;
  pointer-events: none;
}
.noChild .ant-table-row-collapsed:after {
  content: '';
}
.noChild .ant-table-row-expanded:after {
  content: ' ';
}
.contractChangesToolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contractChangesToolbar .contractChangeIcon {
  font-size: 22px;
  font-weight: 400;
  padding-right: 6px;
}
.contractChangesToolbar .ant-btn.exportBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contractChangesToolbar .ant-btn.exportBtn span {
  -ms-flex-item-align: center;
      align-self: center;
}
.contractChangesModal .pageStyle {
  padding: 0 12px;
}
.contractChangesModal .changeTypeQty span {
  padding: 0 4px;
}
.myOrders {
  width: 100%;
  padding: 0 20px;
}
.myOrders .custPriceLayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.myOrders .custPriceNote {
  font-weight: 600;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: rgba(0, 0, 0, 0.72);
}
.myOrders .myOrdersCustPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 760px;
  margin-top: 24px;
  font-size: 14px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #fff;
  border-radius: 6px;
}
.myOrders .myOrdersCustPrice h5 {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 2px;
}
.myOrders .myOrdersCustPrice p {
  color: #E7322B;
  margin-bottom: 2px;
}
.myOrders .myOrdersCustPrice span {
  color: #b5babd;
}
.myOrders .myOrdersCustPrice .rightPart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  width: 580px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.myOrders .myOrdersCustPrice .rightPart > div {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.myOrders .myOrdersCustPrice .rightPart .monthlyTotal {
  padding-right: 12px;
}
.myOrders .myOrdersCustPrice .leftPart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px;
}
.myOrders .myOrdersCustPrice .leftPart > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 700;
}
.myOrders .reactivateDateStyle {
  color: #000;
  font-weight: 500;
}
.myOrders .reactivateDateStyle span {
  padding: 0 2px;
}
.myOrders .extendedPrice > span {
  margin-right: 16px;
}
@media screen and (min-width: 1680px) {
  .myOrders {
    padding: 0 20px;
  }
}
.myOrders .subTableContainer .titleRow {
  padding: 24px 2px;
}
.myOrders .subTableContainer .titleRow .title {
  font-size: 20px;
  line-height: 2.5;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.72);
}
.myOrders .subTableContainer .titleRow .export {
  text-align: right;
}
.myOrders .subTableContainer .titleRow .export .exportBtn {
  color: #03ADBC !important;
  background-color: white !important;
}
.myOrders .subTableContainer .myOrdersTable .activated {
  color: #39B54A;
}
.myOrders .subTableContainer .myOrdersTable .provisioning {
  color: #5E4899;
}
.myOrders .subTableContainer .myOrdersTable .cancelled {
  color: #E7322B;
}
.myOrders .subTableContainer .myOrdersTable .open {
  color: #03ADBC;
  cursor: pointer;
}
.myOrders .subTableContainer .myOrdersTable td.vendorNameColumn {
  position: relative;
}
.myOrders .subTableContainer .myOrdersTable .colorBlock {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
}
.myOrders .subTableContainer .myOrdersTable .colorBlock-month {
  background-color: #28abe3;
}
.myOrders .subTableContainer .myOrdersTable .colorBlock-one_time {
  background-color: #8a2be2;
}
.myOrders .subTableContainer .myOrdersTable .colorBlock-year {
  background-color: #f89223;
}
.myOrders .subTableContainer .myOrdersTable .vendorNameTextPadding {
  display: block;
  padding-left: 10px;
}
.myOrders .pricetipsIcon {
  font-size: 22px;
  position: relative;
  top: 2px;
  cursor: pointer;
  color: #ed450a;
}
.myOrdersMoreInfoOverlay {
  width: 500px;
  line-height: 1.5;
}
.myOrdersMoreInfoOverlay .ant-popover-inner {
  padding: 16px 8px;
}
.myOrdersMoreInfoOverlay .infoTitle {
  color: rgba(0, 0, 0, 0.72);
  font-size: 14px;
}
.myOrdersMoreInfoOverlay .infoTitle .hitIcon {
  color: #ed450a;
}
.myOrdersMoreInfoOverlay .infoTitle:nth-child(n + 2) {
  margin-top: 20px;
}
.myOrdersMoreInfoOverlay .infoContent {
  color: #000000;
  font-size: 16px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.no-access-page {
  width: 60vw;
  min-width: 800px;
  background: #ffffff;
  margin: 5vh auto 5vh;
  padding: 20px 40px 80px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.no-access-page .icon-box {
  width: 15vw;
  height: 21.9vw;
  margin: 0 auto;
}
.no-access-page p {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 0;
  text-align: center;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.my-account-page {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 1680px) {
  .my-account-page {
    padding: 0 20px;
  }
}
.my-account-page .account-block {
  background: #fff;
  padding: 25px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
.my-account-page .account-block h3 {
  font-size: 15px;
  font-weight: bold;
}
.my-account-page .account-block .space-block {
  display: inline-block;
  width: 16px;
}
.my-account-page .account-block .c-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.my-account-page .account-block .c-box .c-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding-top: 20px;
}
.my-account-page .account-block .c-box .c-item.l {
  font-size: 15px;
  color: #373938;
}
.my-account-page .account-block .c-box .c-item.r {
  font-size: 15px;
}
.my-account-page .account-block .c-box .c-item.r a {
  display: inline-block;
  margin: 0 0 0 15px;
}
.my-account-page .agreementInfo {
  background: #fff;
  padding: 25px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
.my-account-page .agreementInfo h3 {
  font-size: 15px;
  font-weight: bold;
}
.my-account-page .agreementInfo .space-block {
  display: inline-block;
  width: 16px;
}
.my-account-page .agreementInfo .c-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.my-account-page .agreementInfo .c-box .c-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding-top: 20px;
}
.my-account-page .agreementInfo .c-box .c-item.l {
  font-size: 15px;
  color: #373938;
}
.my-account-page .agreementInfo .c-box .c-item.r {
  font-size: 15px;
}
.my-account-page .agreementInfo .c-box .c-item.r a {
  display: inline-block;
  margin: 0 0 0 15px;
}
.my-account-page .agreementInfo .c-box .c-item.l span {
  display: block;
}
.my-account-page .agreementInfo .c-box .c-item.l span:not(:first-of-type) {
  margin-top: 12px;
}
.my-account-page .agreementInfo .c-box .c-item.r a.ViewAgreementTxt {
  display: block;
}
.my-account-page .agreementInfo .c-box .c-item.r a.ViewAgreementTxt:not(:first-of-type) {
  margin-top: 12px;
}
.my-account-page .security-contact-none {
  color: rgba(0, 0, 0, 0.3);
}
.margin-betwen {
  margin: 0 16px;
}
.modal-form .ant-form-item {
  margin-bottom: 4px;
}
.modal-form .ant-form-item .ant-form-item-label {
  font-weight: 600;
  line-height: 28px;
}
.update-security-form .ant-form-item {
  margin-bottom: 4px;
}
.update-security-form .ant-form-item .ant-form-item-label {
  font-weight: 600;
  line-height: 28px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.rs-main-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 100vh;
  min-width: 1280px;
}
.rs-main-layout .cloudsolv-rs-left-menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 100vh;
}
.rs-main-layout .menu-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: calc(100% - 136px);
  min-height: 100vh;
  background: #F1F2F3;
  position: relative;
}
.rs-main-layout .menu-right .menu-right-inner {
  position: relative;
  width: 100%;
  height: calc(100% - 88px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.rs-main-layout .menu-right .menu-right-inner .menu-right-inner-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
@media screen and (1600px) {
  .rs-main-layout .menu-right .menu-right-inner {
    height: calc(100% - 64px);
  }
}
.rs-main-layout .right-content {
  width: 1600px;
}
.cloudsolv-rs-left-menu {
  width: 136px;
  background: #1F2528;
  color: rgba(255, 255, 255, 0.48);
}
.cloudsolv-rs-left-menu .left-menu-up {
  text-align: center;
  padding-top: 16px;
  height: 42px;
  line-height: 42px;
}
.cloudsolv-rs-left-menu .left-menu-up .menu-admin-logo {
  width: 84px;
  height: 36px;
}
@media screen and (min-width: 1600px) {
  .cloudsolv-rs-left-menu .left-menu-up {
    height: 56px;
    line-height: 56px;
  }
}
.cloudsolv-rs-left-menu .left-menu-down {
  padding-top: 20px;
}
.cloudsolv-rs-left-menu .menu-item {
  text-align: center;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  margin: auto;
  margin-top: 16px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cloudsolv-rs-left-menu .menu-item:hover {
  color: #ffffff;
}
.cloudsolv-rs-left-menu .menu-item:hover .useForCounts i {
  color: rgba(255, 255, 255, 0.88);
}
.cloudsolv-rs-left-menu .menu-item:active {
  color: rgba(255, 255, 255, 0.88);
}
.cloudsolv-rs-left-menu .menu-item.selectedMenu {
  color: #ffffff !important;
  cursor: default;
}
.cloudsolv-rs-left-menu .menu-item i {
  font-size: 32px;
}
.cloudsolv-rs-left-menu .menu-item i.rs-menu-icon {
  display: inline-block;
  vertical-align: middle;
}
.cloudsolv-rs-left-menu .menu-item span {
  font-size: 14px;
}
.cloudsolv-rs-left-menu .menu-item span.icon-text {
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  width: 95px;
  text-align: left;
  padding-left: 0;
}
.cloudsolv-rs-left-menu .menu-item .useForCounts {
  color: rgba(255, 255, 255, 0.48);
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.rs-is-new-reseller-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.65);
}
.rs-is-new-reseller-cover .rs-is-new-reseller-content {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 85%;
  min-height: 600px;
  min-width: 1280px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.rs-is-new-reseller-cover .rs-is-new-reseller-content .rs-is-new-reseller-notice {
  padding: 10vh 10%;
  min-height: 495px;
}
.rs-is-new-reseller-cover .rs-is-new-reseller-content .rs-is-new-reseller-notice .cloud-sub-logo {
  width: 300px;
  height: 73px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.rs-is-new-reseller-cover .rs-is-new-reseller-content .rs-is-new-reseller-notice .what-is-storefront {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 20px 0;
}
.rs-is-new-reseller-cover .rs-is-new-reseller-content .rs-is-new-reseller-notice .it-is-storefront {
  font-size: 13px;
  font-weight: normal;
  line-height: 17px;
  margin: 10px 0 0 0;
  text-align: left;
  color: #111111;
}
.rs-is-new-reseller-cover .rs-is-new-reseller-content .rs-is-new-reseller-notice .storefront-item {
  list-style: disc inside;
  padding: 20px 0;
  margin: 0;
}
.rs-is-new-reseller-cover .rs-is-new-reseller-content .rs-is-new-reseller-notice .storefront-item li {
  font-size: 13px;
  font-weight: normal;
  line-height: 17px;
  color: rbg(17, 17, 17);
  text-align: left;
  padding: 0;
  margin: 0;
}
.rs-is-new-reseller-cover .rs-is-new-reseller-content .rs-is-new-reseller-notice .storefront-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.rs-is-new-reseller-cover .rs-is-new-reseller-content .rs-is-new-reseller-notice .storefront-grid .storefront-grid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  width: 313px;
  height: 115px;
  overflow: hidden;
}
.rs-is-new-reseller-cover .rs-is-new-reseller-content .rs-is-new-reseller-notice .storefront-grid .storefront-grid-item .images {
  width: 313px;
  height: 115px;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  background-size: cover;
}
.rs-is-new-reseller-cover .rs-is-new-reseller-content .rs-is-new-reseller-notice .storefront-grid .storefront-grid-item .text-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.15);
  font-size: 17px;
  font-weight: 700;
  line-height: 115px;
}
.rs-is-new-reseller-cover .rs-is-new-reseller-content .rs-is-new-reseller-notice .storefront-grid .storefront-grid-item .hover-tips {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 118, 206, 0.8);
  color: #fff;
  opacity: 0;
  padding: 16px;
  line-height: 17px;
}
.rs-is-new-reseller-cover .rs-is-new-reseller-content .rs-is-new-reseller-notice .storefront-grid .storefront-grid-item:hover .images {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.rs-is-new-reseller-cover .rs-is-new-reseller-content .rs-is-new-reseller-notice .storefront-grid .storefront-grid-item:hover .text-over {
  opacity: 0;
}
.rs-is-new-reseller-cover .rs-is-new-reseller-content .rs-is-new-reseller-notice .storefront-grid .storefront-grid-item:hover .hover-tips {
  opacity: 1;
}
.rs-is-new-reseller-cover .rs-is-new-reseller-content .rs-is-new-reseller-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
}
@media screen and (max-width: 1600px) {
  .rs-is-new-reseller-cover .rs-is-new-reseller-content .rs-is-new-reseller-actions .rs-is-new-reseller-label-text {
    height: 36px !important;
  }
}
.rs-is-new-reseller-cover .rs-is-new-reseller-content .rs-is-new-reseller-actions .rs-is-new-reseller-label-text a {
  color: #03ADBC;
}
.rs-is-new-reseller-cover .rs-is-new-reseller-content .rs-is-new-reseller-actions > button {
  float: right;
}
.rs-is-new-reseller-cover .rs-is-new-reseller-content .rs-is-new-reseller-actions > label {
  float: left;
  line-height: 42px;
}
@media screen and (max-width: 1600px) {
  .rs-is-new-reseller-cover .rs-is-new-reseller-content .rs-is-new-reseller-actions > label {
    line-height: 36px !important;
  }
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.text-align-center {
  text-align: center;
}
.migration-spin .ant-spin-dot,
.migration-spin .ant-spin-text {
  top: 42% !important;
}
.migrationSoloStyle .ant-modal-content .ant-modal-body {
  padding: 0px;
}
.migrationSoloStyle .ant-modal-content .ant-modal-body .modal-content-wrap {
  padding: 0;
}
.migration-bg-box .migration-bg {
  display: block;
  width: 100%;
  margin: 0 auto 60px;
}
.migration-box {
  padding: 0 34px 20px;
}
.migration-box .failed-tips {
  color: #E7322B;
  font-weight: bold;
}
.migration-box h3 {
  font-size: 18px;
  font-weight: normal;
  color: #000000;
}
.migration-box dl {
  margin-top: 26px;
}
.migration-box dl > dt {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.72);
}
.migration-box dl > dd {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.72);
  margin-left: 18px;
  padding-left: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.72);
}
.migration-box dl > dd i {
  margin-right: 8px;
}
.migration-box dl > dd i.status-success {
  color: #39B54A;
}
.migration-box dl > dd i.status-pending {
  color: #FEB914;
}
.migration-box dl > dd i.status-failed {
  color: #E7322B;
}
.rich-text-notification {
  position: relative;
}
.rich-text-notification .rich-text-notification-content {
  width: 100%;
  min-height: 36px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rich-text-notification .rich-text-notification-content > div {
  padding-bottom: 0 !important;
  min-height: 36px;
  max-height: 218px;
}
.rich-text-notification .rich-text-notification-content .ql-snow {
  width: 100%;
}
.rich-text-notification .rich-text-notification-content .ql-snow .ql-editor {
  padding: 12px 40px 0 24px;
  min-height: 36px;
  color: white;
}
.rich-text-notification .rich-text-notification-content.content-overflow > div {
  max-height: 170px;
}
.rich-text-notification .overflow-content {
  height: 48px;
  line-height: 48px;
  width: 100%;
  padding-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.rich-text-notification .overflow-content .overflow-content-action {
  cursor: pointer;
  background: white;
  border-radius: 2px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  padding-right: 4px;
}
.rich-text-notification .overflow-content .overflow-content-action > a {
  font-weight: 600;
  font-size: 13px;
  color: #0076ce;
}
.rich-text-notification .overflow-content .overflow-content-action .collapse-icon {
  color: #0076ce;
}
.rich-text-notification .overflow-content .overflow-content-action:hover a {
  text-decoration: underline;
  color: #0076ce;
}
.rich-text-notification.rich-text-notification-unfold .rich-text-notification-content > div {
  max-height: 9999px;
}
.rich-text-notification.rich-text-notification-unfold .overflow-content .collapse-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.rich-text-notification .rich-text-close-container {
  position: absolute;
  cursor: pointer;
  width: 24px;
  height: 24px;
  right: 12px;
  top: 12px;
  color: white;
  background-color: rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rich-text-notification .rich-text-close-container:hover {
  background-color: #ea402a;
}
.global-notification > div:not(:first-child) {
  margin-top: 1px;
}
.global-notification .global-notification-view-all {
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: right;
  padding-right: 16px;
  background-color: white;
}
.global-notification .global-notification-view-all a {
  color: #0076ce;
}
.global-notification .global-notification-view-all a:hover {
  text-decoration: underline;
}
.global-notification .global-notification-close {
  background-color: rgba(0, 0, 0, 0.16);
  border-radius: 2px;
}
.global-notification .global-notification-close:hover {
  background-color: #ea402a;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.wrapper___3Ahvj {
  margin: 20px;
}
.wrapper___3Ahvj .op-bar___3LV1Z {
  text-align: right;
}
.wrapper___3Ahvj .op-bar___3LV1Z .op-item___3OxS0 {
  display: inline-block;
  margin-right: 8px;
}
.table-action-cell___2oaQy i {
  cursor: pointer;
}
.table-action-cell___2oaQy i:hover {
  color: #03ADBC;
}
.tr-font-weight {
  font-weight: bold;
}
.tr-font-weight td.address {
  font-weight: normal;
}
#root .alink {
  color: #03ADBC;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.colorBlockBoxShadow___3M4-h {
  -webkit-box-shadow: 0 0 1px 1px rgba(100, 100, 100, 0.1);
          box-shadow: 0 0 1px 1px rgba(100, 100, 100, 0.1);
}
.ant-reset-style-particular .ant-modal-content .ant-modal-body {
  overflow-y: auto;
  max-height: 600px;
}
.ant-reset-style-particular .ant-select-selection--multiple > ul > li,
.ant-reset-style-particular .ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  margin-top: 6px;
  margin-right: 4px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  border: none;
}
.ant-reset-style-particular .ant-tag {
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  border: none;
  background-color: #ECEDEE;
}
.ant-reset-style-particular .ant-select-selection--multiple .ant-select-selection__choice {
  background-color: #ECEDEE;
}
.ant-reset-style-particular .ant-select-selection--multiple .ant-select-selection__choice:hover {
  background-color: #f9f0bb;
}
.ant-reset-style-particular .ant-select-selection--multiple .ant-select-selection__choice:hover .ant-select-selection__choice__remove {
  color: #E7322B;
}
.ant-reset-style-particular .ant-form-explain {
  white-space: nowrap;
}
.ant-reset-style-particular .ant-form-item-children .textRight {
  text-align: right;
}
.ant-reset-style-particular .ant-radio-checked .ant-radio-inner {
  border-color: #00afbe;
}
.ant-reset-style-particular .ant-radio-inner:after {
  background-color: #00afbe;
}
.ant-reset-style-particular .ant-form input[type="radio"]::-moz-selection {
  background-color: #00afbe;
}
.ant-reset-style-particular .ant-form input[type="radio"]::selection {
  background-color: #00afbe;
}
.ant-reset-style-particular .eutable .ant-table table .ant-table-tbody > tr > td {
  word-break: keep-all;
}
.ant-reset-style-particular .ant-form label {
  font-size: 15px;
}
.imageHWLimitationTooltip .ant-tooltip-inner {
  word-break: keep-all;
}
.rs-right-wrapper {
  margin: 20px;
}
.EUTemplateTable {
  margin-bottom: 24px;
}
.EUTemplateTable .ant-table-row.ant-table-row-level-0.ant-table-row-selected td {
  background-color: #fff;
}
.EUTemplateTable .templateTableStyle .ant-pagination-options-size-changer.ant-select {
  width: auto;
}
.EUTemplateTable .ant-form-item {
  margin-bottom: 0;
}
.EUTemplateTable .ant-form-item-control {
  position: relative;
  display: block;
  margin: 10px 0 20px;
}
.EUTemplateTable .ant-form-item-control .ant-form-explain {
  position: absolute;
  bottom: -23px;
}
.price-log-icon {
  text-align: right;
}
.price-log-icon i:hover {
  cursor: pointer;
}
.define-eu-template-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.define-eu-template-header .title {
  font-size: 20px;
  line-height: 2.5;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.48);
}
.define-eu-template-header .title .tips {
  font-size: 22px;
  vertical-align: middle;
  margin-left: 4px;
}
.define-eu-template-header .rightBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.define-eu-template-header .rightBtns .search {
  margin: 0 8px 0 12px;
}
.product-list-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
}
.product-list-toolbar > div {
  line-height: 50px;
}
.product-list-toolbar .ProductListTittle {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.48);
  text-align: left;
  margin-left: 0;
  margin-right: 12px;
}
.product-list-toolbar .productListNewBtn {
  text-align: right;
}
.product-list-toolbar .priceChangeLog {
  text-align: center;
}
.product-list-toolbar .priceChangeLog p {
  margin-bottom: 0;
  vertical-align: middle;
}
.product-list-toolbar .priceChangeLog a {
  color: #00afbe;
}
.priceChangeLog .ant-modal-content .ant-modal-body {
  overflow-y: auto;
  max-height: 600px;
}
.addNewEuTemplateClass {
  padding-top: 40px;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
.limitedQtyLayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 170px;
  text-align: right;
  position: relative;
  z-index: 2;
}
.ant-popover.createTemplate {
  max-width: 600px;
  max-height: 60vh;
  overflow-y: auto;
}
.ant-popover.createTemplate .ant-popover-inner {
  -webkit-box-shadow: 0 0 2px inset rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px inset rgba(0, 0, 0, 0.1);
}
.editTemplateOnlyFirstTag {
  display: inline-block;
  margin-right: 0px;
}
.editTemplateOnlyFirstTag .ant-tag {
  margin-right: 0px;
}
.editTemplateFirstTag {
  display: inline-block;
  margin-right: 6px;
  border-right: 4px solid #fafafa;
}
.editTemplateFirstTag .editTemplateFirstTagShort {
  padding-right: 8px;
}
.editTemplateFirstTag .editTemplateFirstTagShort .anticon.anticon-cross {
  font-size: 12px;
  margin-left: 4px;
}
.editTemplateFirstTag .editTemplateFirstTagShort .anticon.anticon-cross:hover {
  color: black !important;
}
.editTemplateFirstTag:hover {
  color: #818181;
}
.editTemplateFirstTag .ant-tag {
  margin-right: 0px;
}
.editTemplateTagForProductManagement {
  display: inline-block;
  margin-right: 4px;
}
.editTemplateTagForProductManagement .editTemplateFirstTagShort {
  padding: 4px 8px;
  background-color: #ecedee;
  margin: 3px 0;
}
.editTemplateTagForProductManagement .editTemplateFirstTagShort .anticon.anticon-cross {
  font-size: 12px;
  margin-left: 4px;
}
.editTemplateTagForProductManagement .editTemplateFirstTagShort .anticon.anticon-cross:hover {
  color: black !important;
}
.editTemplateTagForProductManagement .ant-tag {
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  border: none;
  background-color: #ECEDEE;
  margin: 3px 0;
}
.editPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.editPrice > span {
  padding-right: 2px;
  -ms-flex-item-align: center;
      align-self: center;
}
.editPrice input {
  text-align: right;
}
.editPrice .ant-form-explain {
  left: -6px;
}
.editPriceForOuterTable {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  padding-left: 10px;
}
.editPriceForOuterTable > span {
  padding-right: 2px;
  -ms-flex-item-align: center;
      align-self: center;
}
.editPriceForOuterTable input {
  text-align: right;
}
.permissionLayout {
  padding: 4px;
  display: inline-block;
  background-color: #f0f0f0;
  cursor: pointer;
}
.popover-tags {
  max-width: 400px;
}
.popover-tags .ant-popover-title {
  font-size: 16px;
}
.popover-tags div.ant-tag {
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 6px;
  border: none;
  background: #ECEDEE;
}
.discontinuedPopCls div.ant-tag {
  color: rgba(0, 0, 0, 0.32);
}
.wavyLineLayout {
  width: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.editProduct .uploadFileStyle {
  cursor: pointer;
  color: #00afbe;
}
.editProduct .common-components .ant-select-selection--single {
  border-radius: 0;
}
.editProduct .ant-modal-content .ant-modal-body {
  overflow-y: auto;
  max-height: 600px;
}
.editProduct .common-components.textArea {
  font-size: 15px !important;
}
.editProduct .RowMarginBottom {
  margin-bottom: 16px;
}
@media screen and (max-width: 1440px) {
  .editProduct .RowMarginBottom {
    margin-bottom: 4px;
  }
}
.editProduct .ant-upload-list-item .anticon-cross {
  display: none;
}
.editProduct .ant-upload-list-item-error .anticon-cross {
  display: none;
}
.editProduct .snx-input-number.ant-input-number input {
  text-align: right;
}
.productListItemTable table .ant-table-tbody > tr.ant-table-row > td {
  border-color: transparent;
  padding-bottom: 22px !important;
}
.productListItemTable .ant-table-body table .ant-table-thead > tr > th {
  border: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.productListItemTable .insertTableStyleWhenEdit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productListItemTable .ant-form-explain {
  right: 0;
}
.deleteIcon {
  display: inline-block;
  height: 46px;
  width: 48px;
  text-align: center;
  line-height: 46px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.deleteIcon > i {
  color: #000;
}
.deleteIcon:hover {
  background-color: #00afbe;
}
.uploadPriceModal .ant-modal-footer button {
  margin: 0 12px;
}
.uploadPriceModal .ant-upload-list-item-error .anticon-cross {
  display: none;
}
.uploadPriceModal .ant-upload-list-item .anticon-cross {
  display: none;
}
.uploadPriceModal .ant-form-item {
  margin-bottom: 0;
}
.uploadPriceModal .uploadPrice {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uploadPriceModal .uploadPrice > div {
  padding: 0 12px;
}
.uploadPriceModal .uploadPrice .anticon-loading {
  display: none;
}
.uploadPriceModal .uploadPrice .ant-upload-list-item-name,
.uploadPriceModal .uploadPrice .ant-upload-list-item-progress {
  padding-left: 0;
}
.uploadPriceModal .uploadPrice .ant-upload-list-text {
  position: absolute;
  top: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: none;
}
.uploadPriceModal .uploadPrice .ant-upload-list-text .ant-upload-list-item-info {
  padding-right: 24px;
}
.priceTemplate {
  text-align: center;
  font-size: 15px;
}
.textAlignCenter {
  text-align: center;
}
.pickUpBtn {
  text-align: right;
}
.promptDelete .ant-popover-buttons button:first-of-type {
  display: none;
}
.multipleDeleteBtn.common-components-round.ant-btn-negative {
  width: 52px;
  text-align: center;
  padding: 0 !important;
  border-radius: 16px;
  font-weight: 400 !important;
}
.multipleDeleteBtn.common-components-round.ant-btn-negative a {
  line-height: 50%;
  vertical-align: text-bottom;
}
.multipleDeleteBtn.common-components-round.ant-btn-negative a i {
  color: #000;
}
.limitedQtyLabel {
  text-align: right;
  vertical-align: middle;
  line-height: 31.9999px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.85);
}
.minQtyMargin {
  display: inline-block;
  padding-right: 5px;
  width: 25%;
  vertical-align: top;
}
.maxQtyMargin {
  display: inline-block;
  padding-left: 5px;
  width: 25%;
  vertical-align: top;
}
.uploadImgLayout .ant-form-item-control-wrapper {
  height: 104px;
}
.uploadImgLayout .ant-form-item-children {
  display: block;
}
.font-cs.uploadImgInfoIcon {
  position: absolute;
  top: 0;
  left: 108px;
  font-size: 24px;
  color: #ed450a;
}
@media screen and (max-width: 1440px) {
  .font-cs.uploadImgInfoIcon {
    font-size: 20px;
  }
}
.provisionTpl {
  position: relative;
}
.font-cs.uploadImgInfoIcon.especiallyForFile {
  top: -10px;
  left: 108px;
}
.font-cs.uploadImgInfoIcon.billingType {
  top: -10px;
  left: auto;
  right: -30px;
}
.font-cs.uploadImgInfoIcon.createSelectPro {
  top: -10px;
  left: 108px;
}
.addTableScrollBar .price-changeLog-table .ant-table-body tr td {
  white-space: pre-wrap;
}
.addTableScrollBar .common-components .ant-select-selection--single {
  height: 42px;
}
@media screen and (max-width: 1600px) {
  .addTableScrollBar .common-components .ant-select-selection--single {
    height: 36px;
    min-height: 36px;
  }
}
.uploadImg {
  max-width: 86px;
  max-height: 86px;
}
.priceChangeLog .ant-table-tbody tr td {
  word-break: keep-all;
}
.productToolbarThreeIconLayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.productToolbarThreeIconLayout button {
  margin-left: 8px;
}
.productToolbarThreeIconLayout .priceAdjustment {
  background-color: #5E4899 !important;
  border-color: #5E4899 !important;
}
.productToolbarThreeIconLayout .productToolbarCoupon {
  border-color: #FF6D00 !important;
  background-color: #FF6D00 !important;
}
.priceChangeLogTxt {
  font-size: 15px;
  color: #00afbe;
  cursor: pointer;
}
.productToolbarRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.productToolbarRight > div.toolbarSearchBtn {
  margin-left: 8px;
  text-align: left;
}
.productToolbarRight .uploadButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productToolbarLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productToolbarSearch {
  margin: 0 12px;
}
.productList .ant-form-item-control {
  line-height: normal;
}
.productList .snx-input-number.ant-input-number input {
  text-align: right;
}
.productList .ant-table-tbody .ant-table-row-selected > td {
  background-color: #fff;
}
.productList .eutable .ant-table table .ant-table-tbody > tr > td:last-child > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productList .qtyRight {
  width: 70px;
  text-align: right;
}
.productList .ant-form-explain {
  color: #f5222d;
  position: absolute;
  top: 44px;
}
.productList .wordNoWrap {
  white-space: nowrap;
}
.productList .adjustLocation {
  text-align: right;
  width: 100%;
}
.productList .font-cs.discontinuedProInfoIcon {
  font-size: 24px;
  color: #ed450a;
}
@media screen and (max-width: 1440px) {
  .productList .font-cs.discontinuedProInfoIcon {
    font-size: 20px;
  }
}
.productList .discontinuedInfoLayout {
  min-width: 380px;
  display: inline-block;
}
.productList .discontinuedInfoLayout .discontinuedProInfoIcon {
  margin: 0 12px;
}
.productList .eutable .ant-table table .ant-table-tbody .discontinuedPro {
  background-color: #eaebec;
  color: rgba(0, 0, 0, 0.32);
}
.productList .eutable .ant-table table .ant-table-tbody .discontinuedPro td div {
  color: rgba(0, 0, 0, 0.32);
}
.productList .discontinuedSubTable .ant-table-body .ant-table-thead tr th,
.productList .discontinuedSubTable .ant-table-body .ant-table-tbody tr td {
  background-color: #eaebec;
  color: rgba(0, 0, 0, 0.32);
}
.productList .adjustAlertMessageForEuPrice {
  position: relative;
  z-index: 1;
}
.productList .adjustAlertMessageForEuPrice .alertMessageForEuPrice {
  color: #f5222d;
  position: absolute;
  top: 47px;
  white-space: normal;
  line-height: 1.2;
  font-size: 14px;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-top: -2px;
  clear: both;
}
@media screen and (max-width: 1440px) {
  .productList .ant-form-explain {
    color: #f5222d;
    position: absolute;
    top: 40px;
  }
}
.pickUpProduct .ant-modal-content .ant-modal-body {
  overflow-y: auto;
  max-height: 600px;
}
.limitedQtyLayout input {
  text-align: right;
}
.newProductPriceStyle input {
  text-align: right;
}
.txtAlignRight {
  text-align: right;
}
.priceChangeLogTxtRight {
  text-align: right;
  width: 60px;
}
.pickupProductTxtRight {
  width: 117px;
  text-align: right;
}
.priceEndCustRightLayout {
  width: 117px;
  text-align: right;
}
.priceGlobalCustRightLayout {
  width: 162px;
  text-align: right;
}
.productListTable .ant-form-item {
  margin-bottom: 0;
}
.productListTable .common-components .ant-select-selection {
  min-width: 100px;
}
.productListTable .ant-pagination-options-size-changer.ant-select {
  width: auto;
}
.productListTable .noChild .ant-table-row-expand-icon-cell .ant-table-row-expand-icon {
  border: none;
  background-color: transparent;
  cursor: auto;
  pointer-events: none;
}
.productListTable .noChild .ant-table-row-collapsed:after {
  content: '';
}
.productListTable .noChild .ant-table-row-expanded:after {
  content: ' ';
}
.productListTable .customerPriceLayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productListTable .customerPriceLayout .priceLink {
  vertical-align: middle;
  padding-right: 12px;
  color: #336699 !important;
  cursor: pointer;
}
.productListTable .customerPriceLayout .priceIcon {
  font-size: 22px;
}
.modalTableLayoutWhiteSpace .ant-table-tbody tr td {
  word-break: keep-all;
}
.validProductPrice .confirmTxt {
  position: absolute;
  color: #00afbe;
  cursor: pointer;
  opacity: 1;
  padding-right: 12px;
  font-size: 22px;
}
.validProductPrice .ant-table-tbody tr td {
  word-break: keep-all;
}
.validProductPrice .ant-modal-title .modalTitleStyle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.validProductPrice .ant-modal-title .modalTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 40px;
}
.alterLines {
  color: #fff;
  cursor: pointer;
  opacity: 1;
  padding-right: 12px;
}
.alterLines > span:first-of-type {
  padding-right: 12px;
}
.alterLines .lineLength {
  color: #E6322B;
  font-size: 18px;
}
.alterLinesInvalid {
  cursor: auto;
}
.badge .ant-badge-count {
  background-color: #E6322B;
}
.invalidPriceModal .ant-table-tbody tr td {
  word-break: keep-all;
}
.invalidPriceModal .ant-modal-title .modalTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.invalidPriceModal .ant-modal-title .modalTitle .back {
  cursor: pointer;
  color: #fff;
}
.invalidPriceModal .ant-modal-title .modalTitle .ant-badge-count {
  background-color: #E6322B;
}
.invalidPriceModal .ant-modal-title .modalTitle .alterLines {
  padding-left: 24px;
  color: #fff;
}
.invalidPriceModal .alertColor {
  color: #E6322B;
}
.invalidPriceModal .eutable .ant-table-pagination.ant-pagination .ant-pagination-item-active {
  background-color: #E6322B;
  border-color: #E6322B;
}
.downloadExcel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.downloadExcel .icon-pointer {
  cursor: pointer;
}
.changeTropDownWidth {
  width: auto;
}
.price-adjustment-modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-adjustment-modal-footer-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-save-warn___3CB1H {
  color: #E6322B;
  margin-right: 8px;
  text-align: left;
}
.price-adjust___z-L84 .ant-modal-content {
  border-color: #5E4899;
}
.price-adjust___z-L84 .ant-modal-header {
  background-color: #5E4899 !important;
}
.price-adjust___z-L84 .ant-tabs-nav {
  margin: 0px;
}
.price-adjust___z-L84 .ant-tabs-nav .ant-tabs-tab-active,
.price-adjust___z-L84 .ant-tabs-nav .ant-tabs-tab:hover {
  color: #5E4899;
}
.price-adjust___z-L84 .ant-tabs-bar {
  margin-bottom: 0px;
}
.price-adjust___z-L84 .ant-tabs-ink-bar {
  background-color: #5E4899;
}
.price-adjust___z-L84 .tab-title___1UVyT {
  font-size: 18px;
}
.price-adjust___z-L84 .tab-subtitle___2LGJN {
  text-align: center;
}
.price-adjust___z-L84 .price-table___nnt6D {
  padding: 16px;
  background: #F1F2F3;
}
.price-adjust___z-L84 .price-table___nnt6D .greyRow___1Kksk > td {
  color: rgba(0, 0, 0, 0.72) !important;
}
.price-adjust___z-L84 .price-table___nnt6D .new-tool-bar___3fAQN {
  margin: 0;
  background-color: #FFFFFF !important;
  padding: 24px 16px !important;
}
.price-adjust___z-L84 .price-table___nnt6D .vendor-select___3gs3z {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 300px;
}
.price-adjust___z-L84 .price-table___nnt6D .vendor-select___3gs3z > span:first-of-type {
  display: inline-block;
  margin: 0px 8px 0px 0px;
}
.price-adjust___z-L84 .price-table___nnt6D .vendor-select___3gs3z .ant-select-selection:focus {
  border-color: #5E4899 !important;
  -webkit-box-shadow: 0 0 0 2px rgba(94, 72, 153, 0.2);
          box-shadow: 0 0 0 2px rgba(94, 72, 153, 0.2);
}
.price-adjust___z-L84 .price-table___nnt6D .vendor-select___3gs3z .ant-select-selection:hover {
  border-color: #5E4899 !important;
  -webkit-box-shadow: 0 0 0 2px rgba(94, 72, 153, 0.2);
          box-shadow: 0 0 0 2px rgba(94, 72, 153, 0.2);
}
.price-adjust___z-L84 .price-table___nnt6D .vendor-select___3gs3z .antd-select___ugfk1 {
  min-width: 150px;
  border-color: #5E4899 !important;
}
.price-adjust___z-L84 .price-table___nnt6D .vendor-select___3gs3z .antd-select___ugfk1 .ant-select-selection__rendered {
  border-color: #5E4899 !important;
}
.price-adjust___z-L84 .price-table___nnt6D .table-title___1icOn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0px 0px 8px 0px;
}
.price-adjust___z-L84 .price-table___nnt6D .table-title___1icOn .ant-radio-wrapper:hover .ant-radio-inner {
  border-color: #5E4899 !important;
}
.price-adjust___z-L84 .price-table___nnt6D .table-title___1icOn .ant-radio-wrapper:hover .ant-radio-disabled .ant-radio-inner {
  border-color: #d9d9d9 !important;
}
.price-adjust___z-L84 .price-table___nnt6D .table-title___1icOn .ant-radio-wrapper-checked {
  color: #5E4899 !important;
}
.price-adjust___z-L84 .price-table___nnt6D .table-title___1icOn .ant-radio-wrapper-checked .ant-radio-inner {
  border-color: #5E4899 !important;
}
.price-adjust___z-L84 .price-table___nnt6D .table-title___1icOn .ant-radio-wrapper-checked .ant-radio-inner::after {
  background-color: #5E4899 !important;
}
.price-adjust___z-L84 .price-table___nnt6D .table-title___1icOn .rs-price-adjustment-normal .ant-input-number:hover,
.price-adjust___z-L84 .price-table___nnt6D .table-title___1icOn .rs-price-adjustment-normal .ant-input-number:active,
.price-adjust___z-L84 .price-table___nnt6D .table-title___1icOn .rs-price-adjustment-normal .ant-input-number:focus {
  border-color: #5E4899 !important;
  -webkit-box-shadow: 0 0 0 2px rgba(94, 72, 153, 0.2);
          box-shadow: 0 0 0 2px rgba(94, 72, 153, 0.2);
}
.price-adjust___z-L84 .price-table___nnt6D .table-title___1icOn .rs-price-adjustment-normal .ant-input-number-focused {
  border-color: #5E4899 !important;
  -webkit-box-shadow: 0 0 0 2px rgba(94, 72, 153, 0.2);
          box-shadow: 0 0 0 2px rgba(94, 72, 153, 0.2);
}
.price-adjust___z-L84 .price-table___nnt6D .table-title___1icOn .rs-price-adjustment-normal .rs-p-a-icon {
  color: #5E4899;
}
.price-adjust___z-L84 .price-table___nnt6D .table-title___1icOn .rs-price-adjustment-normal .rs-p-a-icon-disabled {
  color: rgba(0, 0, 0, 0.16);
}
.price-adjust___z-L84 .price-table___nnt6D .table-title___1icOn .rs-price-adjustment-disabled .ant-input-number:hover,
.price-adjust___z-L84 .price-table___nnt6D .table-title___1icOn .rs-price-adjustment-disabled .ant-input-number:active,
.price-adjust___z-L84 .price-table___nnt6D .table-title___1icOn .rs-price-adjustment-disabled .ant-input-number:focus {
  border-color: #e0e3e5 !important;
  background: #eaebec;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.price-adjust___z-L84 .price-table___nnt6D .table-title___1icOn .rs-price-adjustment-disabled .rs-p-a-icon {
  color: rgba(0, 0, 0, 0.16);
}
.price-adjust___z-L84 .price-table___nnt6D .table-title___1icOn .rs-price-adjustment-disabled .rs-p-a-icon-disabled {
  color: rgba(0, 0, 0, 0.16);
}
.price-adjust___z-L84 .price-table___nnt6D .table-title___1icOn .remove-btn___RoW3- {
  margin-left: 8px;
}
.price-adjust___z-L84 .price-table___nnt6D .table-title___1icOn .remove-btn___RoW3-:disabled {
  background: #e7e8e9 !important;
  border-color: #e0e3e5 !important;
  color: rgba(0, 0, 0, 0.25);
}
.price-adjust___z-L84 .price-table___nnt6D .table-title___1icOn .calculate___2_i1G {
  margin-left: 8px;
  background-color: #5E4899 !important;
  border-color: #5E4899 !important;
}
.price-adjust___z-L84 .price-table___nnt6D .table-title___1icOn .calculate___2_i1G:disabled {
  background: #e7e8e9 !important;
  border-color: #e0e3e5 !important;
  color: rgba(0, 0, 0, 0.25);
}
.price-adjust___z-L84 .price-table___nnt6D .toolbar-search___3t1U0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-adjust___z-L84 .price-table___nnt6D .toolbar-search___3t1U0 > span:first-of-type {
  font-size: 15px;
  display: inline-block;
  width: 110px;
  margin: 0px 8px 0px 0px;
}
.price-adjust___z-L84 .price-table___nnt6D .toolbar-search___3t1U0 span.ant-input-search {
  width: 300px;
}
.price-adjust___z-L84 .price-table___nnt6D .adjust-cell___2-25G {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-adjust___z-L84 .price-table___nnt6D .adjust-cell___2-25G > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-adjust___z-L84 .price-table___nnt6D .adjust-cell___2-25G input {
  width: 90px;
}
.price-adjust___z-L84 .price-table___nnt6D .adjust-cell___2-25G i {
  display: inline-block;
  padding: 0 8px;
}
.price-adjust___z-L84 .price-table___nnt6D .adjust-cell___2-25G .hover___10tO-:hover {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 8px 4px;
}
.price-adjust___z-L84 .price-table___nnt6D .adjust-cell___2-25G .changed-amt___37A5T span {
  padding: 0px 4px;
}
.price-adjust___z-L84 .price-table___nnt6D .adjust-cell___2-25G .changed-amt___37A5T span:last-of-type {
  color: #E6322B;
}
.price-adjust___z-L84 .price-table___nnt6D .ant-table-body {
  overflow-x: hidden;
}
.price-adjust___z-L84 .price-table___nnt6D .ant-pagination-item-active {
  background-color: #5E4899 !important;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.editProduct .error-tips {
  opacity: 0;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.5;
  -webkit-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  top: -20px;
}
.editProduct .error-tips.show {
  color: #f5222d;
  opacity: 1;
  top: -1px;
}
.editProduct .uploadFileStyle {
  cursor: pointer;
  color: #00afbe;
}
.editProduct .common-components .ant-select-selection--single {
  border-radius: 0;
}
.editProduct .ant-modal-content .ant-modal-body {
  overflow-y: auto;
  max-height: 600px;
}
.editProduct .common-components.textArea {
  font-size: 15px !important;
}
.editProduct .RowMarginBottom {
  margin-bottom: 16px;
}
@media screen and (max-width: 1440px) {
  .editProduct .RowMarginBottom {
    margin-bottom: 4px;
  }
}
.editProduct .ant-upload-list-item .anticon-cross {
  display: none;
}
.editProduct .ant-upload-list-item-error .anticon-cross {
  display: none;
}
.editProduct .snx-input-number.ant-input-number input {
  text-align: left;
}
.editProduct .textAlignCenter {
  text-align: center;
}
.edit-feature-list .feature-item {
  padding-bottom: 8px;
}
.edit-feature-list .feature-item:last-of-type {
  padding-bottom: 0;
}
.edit-feature-list .feature-item .feature-desc {
  position: relative;
  z-index: 3;
}
.edit-feature-list .feature-item .feature-desc .delete-feature {
  position: absolute;
  top: 0;
  right: -50px;
  width: 42px;
}
@media screen and (max-width: 1600px) {
  .edit-feature-list .feature-item .feature-desc .delete-feature {
    width: 36px;
    right: -44px;
  }
}
.edit-feature-list .feature-item .feature-sub-desc {
  border-left: 4px solid #e8e8e8;
  padding-left: 16px;
  margin-top: 8px;
  margin-left: 16px;
}
.edit-feature-list .add-feature {
  margin-top: 8px;
}
.rs-price-adjustment {
  position: relative;
  display: inline-block;
}
.rs-price-adjustment .rs-price-adjustment-icons-wrapper {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 32px;
  vertical-align: middle;
  margin-right: 4px;
}
.rs-price-adjustment .rs-p-a-icon {
  color: #00afbe;
  font-weight: bold;
  font-size: 16px;
  margin-right: 4px;
}
.rs-price-adjustment .rs-p-a-icon-disabled {
  color: rgba(0, 0, 0, 0.16);
}
.rs-price-adjustment .snx-input-number input {
  text-align: center;
}
.price-adjustment-wrapper-content {
  background: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 12px 16px 0;
}
.price-adjustment-wrapper-content:before {
  display: block;
  content: ' ';
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: -2px -1px 5px rgba(0, 0, 0, 0.06);
          box-shadow: -2px -1px 5px rgba(0, 0, 0, 0.06);
  border-color: transparent;
  position: absolute;
  top: -5px;
  right: 50%;
}
.price-adjustment-wrapper .common-components.ant-btn[disabled] {
  color: rgba(0, 0, 0, 0.25);
}
.price-adjustment-wrapper .ant-popover-inner-content {
  padding: 12px 16px 0;
}
.price-adjustment-wrapper .ant-form-item {
  margin-bottom: 0;
}
.price-adjustment-wrapper .price-adjustment-price-caculate {
  font-size: 16px;
  font-weight: bold;
}
.price-adjustment-wrapper .price-adjustment-price-caculate-result {
  font-size: 16px;
  font-weight: bold;
  color: #f00;
}
.price-adjustment-wrapper .price-rules-form-header {
  width: 400px;
  height: 52px;
  border-bottom: 1px solid #e8e8e8;
}
.price-adjustment-wrapper .price-rules-form-header .price-rules-form-header-selection {
  display: inline-block;
  line-height: 52px;
  font-size: 16px;
}
.price-adjustment-wrapper .price-rules-form-main {
  border-bottom: 1px solid #e8e8e8;
}
.price-adjustment-wrapper .price-rules-form-main .price-rules-form-calculator {
  margin: 24px 0;
}
.price-adjustment-wrapper .price-rules-form-footer {
  height: 64px;
}
.price-adjustment-wrapper .price-rules-form-footer .price-rules-form-footer-button-area {
  line-height: 64px;
  text-align: right;
}
.price-adjustment-wrapper .price-rules-form-footer .price-rules-form-footer-button-area .price-rules-form-footer-cancel,
.price-adjustment-wrapper .price-rules-form-footer .price-rules-form-footer-button-area .price-rules-form-footer-save,
.price-adjustment-wrapper .price-rules-form-footer .price-rules-form-footer-button-area .price-rules-form-footer-remove {
  display: inline-block;
  margin-left: 8px;
}
.form-item-wrapper___3gbRw {
  display: inline-block;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.popConfirmStyle___Qfu-t {
  width: 700px;
}
.popConfirmStyle___Qfu-t .details___1jNPJ {
  padding-bottom: 18px;
}
.popConfirmStyle___Qfu-t .details___1jNPJ .detailsTitle___1PN4k {
  font-weight: 700;
  margin-top: 4px;
}
.popConfirmStyle___Qfu-t .details___1jNPJ .detailsBody___2_JVu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popConfirmStyle___Qfu-t .details___1jNPJ .detailsBody___2_JVu > span span {
  font-weight: 600;
  padding-right: 8px;
}
.popConfirmStyle___Qfu-t .details___1jNPJ .detailsBody___2_JVu > span:first-child,
.popConfirmStyle___Qfu-t .details___1jNPJ .detailsBody___2_JVu > span:nth-child(2) {
  width: 30%;
}
.popConfirmStyle___Qfu-t .details___1jNPJ .detailsBody___2_JVu > span:last-child {
  width: 40%;
}
.popConfirmStyle___Qfu-t .notes___1d8Di p {
  font-weight: 700;
  margin-bottom: 0;
}
.popConfirmStyle___Qfu-t .notes___1d8Di span {
  color: rgba(0, 0, 0, 0.3);
}
.popConfirmStyle___Qfu-t .table___2yFr0 {
  padding-bottom: 24px;
}
.popConfirmStyle___Qfu-t .table___2yFr0 .finalPrice___3bR92 {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.popConfirmStyle___Qfu-t .table___2yFr0 .finalPrice___3bR92 span:first-child {
  font-weight: 700;
  padding-right: 8px;
}
.popConfirmStyle___Qfu-t .table___2yFr0 .finalPrice___3bR92 span:last-child {
  color: #E7322B;
}
.popConfirmStyle___Qfu-t .colseBtn___2noSt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.popConfirmStyle___Qfu-t .ant-popover-title {
  font-weight: 400;
}
.popConfirmStyle___Qfu-t .ant-popover-message > .anticon {
  display: none;
}
.popConfirmStyle___Qfu-t .ant-popover-buttons button:last-child {
  display: none;
}
.popConfirmStyle___Qfu-t .eutable .ant-table table .ant-table-thead > tr > th {
  background-color: transparent;
  border-top: none;
}
.popConfirmStyle___Qfu-t .eutable .rstable .ant-table table .ant-table-thead > tr > th {
  font-weight: 700 !important;
}
.popConfirmStyle___Qfu-t .eutable .rstable .ant-table table .ant-table-tbody > tr td {
  background-color: #fff;
  border-bottom-style: solid;
  height: 32px;
}
@media screen and (min-width: 1600px) {
  .popConfirmStyle___Qfu-t .eutable .rstable .ant-table table .ant-table-tbody > tr td {
    height: 42px;
  }
}
.popConfirmStyle___Qfu-t .eutable .rstable .ant-table table .ant-table-tbody > tr.greyRow td {
  color: rgba(0, 0, 0, 0.32);
}
.popConfirmStyle___Qfu-t .ant-popover-inner .ant-popover-inner-content .ant-btn {
  height: 32px !important;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.tagStyle___6kUNl {
  border-radius: 3px;
  border-top-left-radius: 30% 20px;
  border-bottom-right-radius: 30% 20px;
  text-align: center;
  font-size: 14px;
  padding: 2px 10px;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}
.defaultBgc___278bc {
  background-color: #67ad36;
  color: #fff;
}
div.disableCls___3xfhn {
  background-color: #a5a6a8;
  color: #fff;
}
/* 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-divider {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #e8e8e8;
}
.ant-divider,
.ant-divider-vertical {
  margin: 0 8px;
  display: inline-block;
  height: 0.9em;
  width: 1px;
  vertical-align: middle;
  position: relative;
  top: -0.06em;
}
.ant-divider-horizontal {
  display: block;
  height: 1px;
  width: 100%;
  min-width: 100%;
  margin: 24px 0;
  clear: both;
}
.ant-divider-horizontal.ant-divider-with-text,
.ant-divider-horizontal.ant-divider-with-text-left,
.ant-divider-horizontal.ant-divider-with-text-right {
  display: table;
  white-space: nowrap;
  text-align: center;
  background: transparent;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  margin: 16px 0;
}
.ant-divider-horizontal.ant-divider-with-text:before,
.ant-divider-horizontal.ant-divider-with-text-left:before,
.ant-divider-horizontal.ant-divider-with-text-right:before,
.ant-divider-horizontal.ant-divider-with-text:after,
.ant-divider-horizontal.ant-divider-with-text-left:after,
.ant-divider-horizontal.ant-divider-with-text-right:after {
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  border-top: 1px solid #e8e8e8;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.ant-divider-horizontal.ant-divider-with-text-left .ant-divider-inner-text,
.ant-divider-horizontal.ant-divider-with-text-right .ant-divider-inner-text {
  display: inline-block;
  padding: 0 10px;
}
.ant-divider-horizontal.ant-divider-with-text-left:before {
  top: 50%;
  width: 5%;
}
.ant-divider-horizontal.ant-divider-with-text-left:after {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right:before {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right:after {
  top: 50%;
  width: 5%;
}
.ant-divider-inner-text {
  display: inline-block;
  padding: 0 24px;
}
.ant-divider-dashed {
  background: none;
  border-top: 1px dashed #e8e8e8;
}
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed {
  border-top: 0;
}
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed:before,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed:before,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed:before,
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed:after,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed:after,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed:after {
  border-style: dashed none none;
}
/* 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-collapse {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fafafa;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
}
.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 4px 4px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  line-height: 22px;
  padding: 12px 0 12px 40px;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow {
  font-style: normal;
  vertical-align: -0.125em;
  text-align: center;
  text-transform: none;
  line-height: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  position: absolute;
  display: inline-block;
  line-height: 46px;
  vertical-align: top;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow > * {
  line-height: 1;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow svg {
  display: inline-block;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow:before {
  display: none;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow .ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow-icon {
  display: block;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow svg {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.24s;
  transition: -webkit-transform 0.24s;
  -o-transition: transform 0.24s;
  transition: transform 0.24s;
  transition: transform 0.24s, -webkit-transform 0.24s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
  outline: none;
}
.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-left: 12px;
}
.ant-collapse-anim-active {
  -webkit-transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-collapse-content {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}
.ant-collapse-content > .ant-collapse-content-box {
  padding: 16px;
}
.ant-collapse-content-inactive {
  display: none;
}
.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 4px 4px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header[aria-expanded='true'] .anticon-right svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ant-collapse-borderless {
  background-color: #fff;
  border: 0;
}
.ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse-borderless > .ant-collapse-item:last-child,
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 4px;
}
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
/* 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-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  background: transparent;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
}
.ant-layout,
.ant-layout * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ant-layout.ant-layout-has-sider {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content {
  overflow-x: hidden;
}
.ant-layout-header,
.ant-layout-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ant-layout-header {
  background: #001529;
  padding: 0 50px;
  height: 64px;
  line-height: 64px;
}
.ant-layout-footer {
  background: transparent;
  padding: 24px 50px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.ant-layout-content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
}
.ant-layout-sider {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  background: #ffffff;
  /* fix firefox can't set width smaller than content on flex item */
  min-width: 0;
}
.ant-layout-sider-children {
  height: 100%;
  padding-top: 0.1px;
  margin-top: -0.1px;
}
.ant-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.ant-layout-sider-right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ant-layout-sider-trigger {
  position: fixed;
  text-align: center;
  bottom: 0;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background: #002140;
  z-index: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.ant-layout-sider-zero-width > * {
  overflow: hidden;
}
.ant-layout-sider-zero-width-trigger {
  position: absolute;
  top: 64px;
  right: -36px;
  text-align: center;
  width: 36px;
  height: 42px;
  line-height: 42px;
  background: #ffffff;
  color: #fff;
  font-size: 18px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-layout-sider-zero-width-trigger:hover {
  background: #ffffff;
}
.ant-layout-sider-light {
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-trigger {
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}
/* 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 */
@-webkit-keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
.ant-tree.ant-tree-directory {
  position: relative;
}
.ant-tree.ant-tree-directory > li span.ant-tree-switcher,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher {
  position: relative;
  z-index: 1;
}
.ant-tree.ant-tree-directory > li span.ant-tree-switcher.ant-tree-switcher-noop,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher.ant-tree-switcher-noop {
  pointer-events: none;
}
.ant-tree.ant-tree-directory > li span.ant-tree-checkbox,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-checkbox {
  position: relative;
  z-index: 1;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover:before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover:before {
  background: #e6f7ff;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper.ant-tree-node-selected,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #fff;
  background: transparent;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 24px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper > span,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper > span {
  position: relative;
  z-index: 1;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-switcher,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-switcher {
  color: #fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner {
  border-color: #1890ff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked:after,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked:after {
  border-color: #fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background: #fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
  border-color: #1890ff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper:before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper:before {
  background: #1890ff;
}
.ant-tree-checkbox {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  top: -0.09em;
}
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
  border-color: #1890ff;
}
.ant-tree-checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #1890ff;
  content: '';
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
          animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  visibility: hidden;
}
.ant-tree-checkbox:hover:after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox:after {
  visibility: visible;
}
.ant-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-collapse: separate;
}
.ant-tree-checkbox-inner:after {
  -webkit-transform: rotate(45deg) scale(0);
      -ms-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
  position: absolute;
  left: 4.57142857px;
  top: 1.14285714px;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  opacity: 0;
}
.ant-tree-checkbox-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
  -webkit-transform: rotate(45deg) scale(1);
      -ms-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  opacity: 1;
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}
.ant-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
  -webkit-animation-name: none;
          animation-name: none;
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  border-color: #d9d9d9 !important;
  background-color: #eaebec;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after {
  -webkit-animation-name: none;
          animation-name: none;
  border-color: #eaebec;
  border-collapse: separate;
}
.ant-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tree-checkbox-wrapper {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: unset;
  cursor: pointer;
  display: inline-block;
}
.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-tree-checkbox-wrapper + span,
.ant-tree-checkbox + span {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-tree-checkbox-group {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.ant-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 0;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner:after {
  content: ' ';
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  border: 0;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  opacity: 1;
}
.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after {
  border-color: rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.25);
}
.ant-tree {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ant-tree ol,
.ant-tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ant-tree li {
  padding: 4px 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  outline: 0;
}
.ant-tree li span[draggable],
.ant-tree li span[draggable='true'] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-top: 2px transparent solid;
  border-bottom: 2px transparent solid;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
  line-height: 20px;
}
.ant-tree li.drag-over > span[draggable] {
  background-color: #1890ff;
  color: white;
  opacity: 0.8;
}
.ant-tree li.drag-over-gap-top > span[draggable] {
  border-top-color: #1890ff;
}
.ant-tree li.drag-over-gap-bottom > span[draggable] {
  border-bottom-color: #1890ff;
}
.ant-tree li.filter-node > span {
  color: #f5222d !important;
  font-weight: 500 !important;
}
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon,
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  color: #1890ff;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  font-size: 14px;
}
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon svg,
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open:after,
:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close:after {
  opacity: 0;
}
.ant-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ant-tree li .ant-tree-node-content-wrapper {
  display: inline-block;
  padding: 0 5px;
  border-radius: 2px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 24px;
  line-height: 24px;
}
.ant-tree li .ant-tree-node-content-wrapper:hover {
  background-color: #e6f7ff;
}
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #bae7ff;
}
.ant-tree li span.ant-tree-checkbox {
  margin: 4px 4px 0 2px;
}
.ant-tree li span.ant-tree-switcher,
.ant-tree li span.ant-tree-iconEle {
  margin: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  border: 0 none;
  cursor: pointer;
  outline: none;
  text-align: center;
}
.ant-tree li span.ant-tree-switcher {
  position: relative;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher-noop {
  cursor: default;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon,
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon,
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.ant-tree li:last-child > span.ant-tree-switcher:before,
.ant-tree li:last-child > span.ant-tree-iconEle:before {
  display: none;
}
.ant-tree > li:first-child {
  padding-top: 7px;
}
.ant-tree > li:last-child {
  padding-bottom: 7px;
}
.ant-tree-child-tree {
  display: none;
}
.ant-tree-child-tree-open {
  display: block;
}
li.ant-tree-treenode-disabled > span:not(.ant-tree-switcher),
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper,
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree-icon__open {
  margin-right: 2px;
  vertical-align: top;
}
.ant-tree-icon__close {
  margin-right: 2px;
  vertical-align: top;
}
.ant-tree.ant-tree-show-line li {
  position: relative;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher {
  background: #fff;
  color: rgba(0, 0, 0, 0.45);
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon {
  font-size: 12px;
  display: inline-block;
  font-weight: normal;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon svg,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
  display: inline-block;
  font-weight: normal;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
  display: inline-block;
  font-weight: normal;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ant-tree.ant-tree-show-line li:not(:last-child):before {
  content: ' ';
  width: 1px;
  border-left: 1px solid #d9d9d9;
  height: 100%;
  position: absolute;
  left: 12px;
  margin: 22px 0;
}
.ant-tree.ant-tree-icon-hide .ant-tree-treenode-loading .ant-tree-iconEle {
  display: none;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
  border-color: #00afbe;
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner,
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #00afbe;
  border-color: #00afbe;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  background-color: #eaebec;
}
.ant-tree li .ant-tree-node-content-wrapper:hover {
  background-color: #e7f3f4;
}
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #dcf2f5;
}
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper:hover {
  background-color: transparent;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.cust-search-tree {
  margin: -16px;
  padding: 0px;
  background: #fff;
}
.cust-search-tree .treeContent {
  padding: 16px;
}
.cust-search-tree .ant-tree {
  font-size: 14px;
}
.cust-search-tree .ant-tree li {
  overflow: hidden;
}
.cust-search-tree .ant-tree .ant-tree-switcher {
  width: 14px;
}
.cust-search-tree .ant-tree .ant-tree-switcher-noop {
  width: 4px;
}
.cust-search-tree .ant-tree-title {
  display: inline-block;
  max-width: 175px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.cust-search-tree .ant-tree-title .anticon {
  padding-left: 2px;
  color: #fe580f;
}
.cust-search-tree .ant-spin-nested-loading {
  min-height: 300px;
  margin-top: 8px;
}
.custtree-filter {
  width: 100%;
  background-color: #ffffff;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.ant-reset-style-particular-for-subscription .subscriptionContentStyle.ant-layout-content {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
.rs-subscription-page {
  padding: 16px;
  width: 100%;
}
.ant-reset-style-particular-for-subscription .ant-form-explain {
  white-space: normal;
}
.ant-reset-style-particular-for-subscription .ant-form-item-children .textRight {
  text-align: right;
}
.ant-reset-style-particular-for-subscription .ant-row.ant-form-item {
  margin-bottom: 0;
}
.ant-reset-style-particular-for-subscription .ant-select-selection--multiple > ul > li,
.ant-reset-style-particular-for-subscription .ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  margin-top: 6px;
  margin-right: 4px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  border: none;
}
.ant-reset-style-particular-for-subscription .ant-tag {
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  border: none;
  background-color: #ECEDEE;
}
.ant-reset-style-particular-for-subscription .ant-select-selection--multiple .ant-select-selection__choice {
  background-color: #ECEDEE;
}
.ant-reset-style-particular-for-subscription .ant-select-selection--multiple .ant-select-selection__choice:hover {
  background-color: #f9f0bb;
}
.ant-reset-style-particular-for-subscription .ant-select-selection--multiple .ant-select-selection__choice:hover .ant-select-selection__choice__remove {
  color: #E7322B;
}
.subscriptionToolbar {
  margin-bottom: 16px;
}
.subscriptionToolbar > .toolbarSearchBtn {
  margin: 0 12px;
  text-align: left;
}
.subscriptionToolbar .title {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.48);
}
@media screen and (min-width: 1600px) {
  .subscription-list-tips {
    margin-bottom: -16px !important;
  }
}
.subscription-list-tips {
  text-align: left;
  margin-bottom: -8px;
}
.toolbarLayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.toolbarLayout .searchBtn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.serviceAccessChanges .ant-table-tbody tr td {
  word-break: keep-all;
}
.serviceAccessChangeLog .ant-modal-content .ant-modal-body {
  overflow-y: auto;
  max-height: 600px;
}
.popover-tags {
  max-width: 400px;
}
.popover-tags .ant-popover-title {
  font-size: 16px;
}
.popover-tags div.ant-tag {
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 6px;
  border: none;
  background: #ECEDEE;
}
.subscriptionStyle {
  position: relative;
  height: 100%;
  min-height: 900px;
}
.subscriptionStyle .euName {
  padding-bottom: 16px;
  background: #F1F2F3;
  font-size: 18px;
  font-weight: bold;
}
.subscriptionStyle .setWidth {
  width: 100px;
}
.subscriptionStyle .eutable .ant-table table .ant-table-tbody > tr > td {
  word-break: keep-all;
}
.subscriptionStyle .ant-form-item-control {
  position: relative;
}
.subscriptionStyle .subscriptionContentStyle {
  background-color: #F1F2F3;
}
.subscriptionStyle .ant-form-explain {
  color: #f5222d;
  word-wrap: normal;
}
.subscriptionStyle .snx-input-number.ant-input-number input {
  text-align: right;
}
.subscriptionStyle .sider {
  min-height: calc(100vh - 100px);
  background-color: #f7f8f9;
  border-right: 1px solid #eaebec;
}
.subscriptionStyle .sider .sider-header {
  text-align: right;
  opacity: 0.4;
}
.subscriptionStyle .sider .sider-header i {
  cursor: pointer;
}
.subscriptionStyle .sider .ant-collapse {
  border-radius: 0px;
  border: 0px;
}
.subscriptionStyle .sider .ant-collapse .ant-collapse-header {
  background-color: #fff;
  border-top: 1px solid #f1f2f3;
  border-bottom: 1px solid #f1f2f3;
  font-size: 16px;
}
.subscriptionStyle .sider .ant-collapse .ant-collapse-header:hover,
.subscriptionStyle .sider .ant-collapse .ant-collapse-header:focus {
  border-color: #03ADBC;
  color: #03ADBC;
  font-weight: bold;
}
.subscriptionStyle .sider .ant-collapse .ant-collapse-content {
  border-top: 0px;
  background-color: #f7f8f9;
}
.subscriptionStyle .sider .ant-collapse .cust-search-tree {
  padding: 0px;
  background: #f7f8f9;
}
.subscriptionStyle .sider .ant-collapse .ant-collapse-item {
  border-bottom: 0px;
  margin-bottom: 16px;
}
.subscriptionStyle .action-cols.table-operation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subscriptionStyle .qtyRight {
  width: 95px;
  text-align: right;
}
.subscriptionStyle .serviceChangeLogs {
  margin-right: 24px;
  height: 42px;
  line-height: 42px;
}
.centerIcon {
  position: relative;
  width: 100%;
  height: 100%;
}
.centerIcon > div {
  position: absolute;
  top: 45vh;
  width: 100%;
  font-size: 18px;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.centerIcon > div > i {
  color: rgba(0, 0, 0, 0.1);
  font-size: 200px;
}
.global-expand-collapse-btn-group {
  margin-left: 8px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.tab___nTp-c .ant-tabs-bar {
  font-size: 16px;
  font-weight: bold;
}
.tab___nTp-c .ant-tabs-bar .ant-tabs-nav-container {
  width: 95%;
  margin: 0 auto;
}
.tab___nTp-c > h3 {
  background-color: #F1F2F3;
  margin: 0px -16px;
  font-size: 18px;
  padding: 8px 0px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.footer___1Zm2u {
  position: relative;
  height: 325px;
}
.footer___1Zm2u .shadow___zjulC {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px dashed #E7322B;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 999;
}
.footer___1Zm2u .shadow___zjulC .edit___3U9ap {
  float: right;
  top: 15px;
  right: 15px;
}
.formFooter___39kat {
  margin: 0px -32px;
  padding: 24px 32px 8px;
  border-top: 1px solid #e8e8e8;
  text-align: right;
}
.formFooter___39kat button {
  margin-left: 24px;
}
.hide___1RhmP {
  display: none;
}
.SetFooter .ant-form-item-label {
  line-height: 42px;
}
@media screen and (max-width: 1440px) {
  .SetFooter .ant-form-item-label {
    line-height: 36px;
  }
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.tileshadow___2vtQY {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 11px;
  margin-top: -20px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px dashed #E7322B;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 999;
  opacity: 0;
}
.tileshadow___2vtQY:hover {
  opacity: 1;
}
.tileshadow___2vtQY .action___3AhHq {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
}
.tileshadow___2vtQY .action___3AhHq .colorPicker___2equ6 {
  margin-right: 8px;
  padding: 0px 6px;
  border-radius: 4px;
  background-color: #F1F2F3;
}
.hide___SJ987 {
  display: none;
}
.clickTileBtnPopbox .ant-modal-close {
  color: #03ADBC;
}
.clickTileBtnPopbox .ant-modal-title {
  color: #03ADBC;
}
.SetTemRadio___34GM_ .ant-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 20px 24px 16px;
}
.SetTemRadio___34GM_ .ant-form-item .ant-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.SetTemRadio___34GM_ .ant-form-item .ant-radio-group .ant-radio-button-wrapper {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  width: 36px;
  height: 36px;
  margin: 0 0 0 16px;
  border-radius: 3px;
}
.SetTemRadio___34GM_ .ant-form-item .ant-radio-group .ant-radio-button-wrapper-checked {
  color: #03ADBC;
  border-color: #03ADBC;
  border-radius: 3px;
  -webkit-box-shadow: -1px 0 0 0 #03ADBC;
          box-shadow: -1px 0 0 0 #03ADBC;
}
.SetTemRadio___34GM_ .ant-form-item .ant-radio-group .ant-radio-button-wrapper-checked:active {
  -webkit-box-shadow: -1px 0 0 0 #03ADBC;
          box-shadow: -1px 0 0 0 #03ADBC;
  border-left-color: #03ADBC;
}
.SetTemRadio___34GM_ .ant-form-item .ant-radio-group .ant-radio-button-wrapper-checked:hover {
  -webkit-box-shadow: -1px 0 0 0 #03ADBC;
          box-shadow: -1px 0 0 0 #03ADBC;
  border-left-color: #03ADBC;
}
.SetTemRadio___34GM_ .ant-form-item .ant-radio-group .poppop {
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: 97%;
}
.SetTemRadio___34GM_ .ant-form-item .ant-radio-group .pop-disable {
  background: rgba(0, 0, 0, 0.16);
}
.NoLablecolon label::after {
  content: '';
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.pageInfo___GU3YK {
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.pageInfo___GU3YK .content___3RkiM {
  width: 95%;
  margin: 0 auto;
}
.pageInfo___GU3YK .title___27sdP {
  margin-bottom: 12px;
  font-weight: 600;
}
.pageInfo___GU3YK p {
  margin-bottom: 0;
}
.container___18UjE {
  margin: 24px auto;
  width: 95%;
  padding-bottom: 0px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.paymentGateway___1HUmL {
  font-size: 15px;
  padding: 0px 32px;
}
.paymentGateway___1HUmL p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.65);
}
.paymentGateway___1HUmL .divide {
  height: 16px;
}
.paymentGateway___1HUmL header {
  padding: 16px;
  margin-bottom: 16px;
  background: #fff;
}
.paymentGateway___1HUmL header .checkDesc___23OJq {
  font-size: 15px;
  display: inline-block;
  font-weight: 700;
}
.paymentGateway___1HUmL header .viewAgreement___2P3Sj {
  margin-left: 16px;
}
.paymentGateway___1HUmL header .signed___1cp7z {
  margin: 4px 8px 0px 24px;
}
.paymentGateway___1HUmL header > p {
  margin: 16px 0px;
}
.paymentGateway___1HUmL header > article {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.paymentGateway___1HUmL .merchant___y6VXW {
  padding: 16px;
  background: #fff;
  margin-bottom: 16px;
}
.paymentGateway___1HUmL .merchant___y6VXW .default___1rXAJ {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  margin-bottom: 8px;
}
.paymentGateway___1HUmL .merchant___y6VXW .defaultDesc___2xp2x {
  margin-bottom: 8px;
}
.paymentGateway___1HUmL .merchant___y6VXW .defaultDesc___2xp2x > a {
  padding-left: 4px;
}
.paymentGateway___1HUmL .merchant___y6VXW .select___vZHBq {
  width: 100px;
  margin: 0px 8px;
}
.paymentGateway___1HUmL .merchant___y6VXW .method___2UCFF {
  font-size: 15px;
}
.paymentGateway___1HUmL .merchant___y6VXW .method___2UCFF .creditCard___2z3iv {
  display: inline-block;
  margin-top: 8px;
}
.paymentGateway___1HUmL .merchant___y6VXW .method___2UCFF .cybersource___1nSsd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paymentGateway___1HUmL .merchant___y6VXW .method___2UCFF .cybersource___1nSsd > i {
  color: #ed450a;
  margin: 0px 4px;
  font-size: 24px;
}
.paymentGateway___1HUmL .merchant___y6VXW .method___2UCFF .ant-radio-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paymentGateway___1HUmL .merchant___y6VXW .method___2UCFF .ant-radio-group .rs-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paymentGateway___1HUmL .merchant___y6VXW .method___2UCFF .netTerms___1Y6Z1 {
  display: inline-block;
  width: auto;
}
.paymentGateway___1HUmL .merchant___y6VXW .method___2UCFF .netTerms___1Y6Z1 .ant-form-item-control-wrapper {
  margin-left: 0px;
}
.paymentGateway___1HUmL .merchant___y6VXW .method___2UCFF .methodError___3jqWC {
  position: absolute;
  left: 150px;
  width: 150px;
  top: 10px;
}
.paymentGateway___1HUmL .merchant___y6VXW .method___2UCFF .ant-form label {
  font-size: 15px;
}
.paymentGateway___1HUmL .merchant___y6VXW .method___2UCFF .ant-form-item-label > label {
  font-size: 15px;
}
.paymentGateway___1HUmL .merchant___y6VXW .method___2UCFF .ant-form-item-control-wrapper {
  display: block;
  margin-left: 25px;
  font-size: 15px;
}
.paymentGateway___1HUmL .merchant___y6VXW .method___2UCFF .ant-form-item-control-wrapper label {
  font-size: 15px;
}
.paymentGateway___1HUmL .merchant___y6VXW .method___2UCFF .ant-form-item-control-wrapper .ant-form-explain {
  position: absolute;
  top: 30px;
  left: 3px;
}
.paymentGateway___1HUmL .merchant___y6VXW .method___2UCFF .ant-form-item-control-wrapper .ant-select-arrow {
  color: rgba(0, 0, 0, 0.25);
}
.paymentGateway___1HUmL .merchant___y6VXW .method___2UCFF .ant-form-item-control-wrapper .has-error .error-custom .ant-select-selection {
  border-color: #f5222d;
}
.paymentGateway___1HUmL .merchant___y6VXW .method___2UCFF .ant-form-item-control-wrapper .has-error .error-custom .ant-select-selection .ant-select-arrow {
  color: #f5222d;
}
.paymentGateway___1HUmL .merchant___y6VXW .method___2UCFF .ant-form-item {
  margin-bottom: 0px;
}
.paymentGateway___1HUmL .merchant___y6VXW .invoice___18wuj {
  margin-bottom: 0px;
}
.paymentGateway___1HUmL .merchant___y6VXW .invoice___18wuj .onceError___3J--Z {
  display: block;
  margin-top: -10px;
  font-size: 15px;
}
.paymentGateway___1HUmL .merchant___y6VXW .invoice___18wuj .fixedError___3Erde {
  display: block;
  margin-top: 0px;
  margin-left: 460px;
  font-size: 15px;
}
.paymentGateway___1HUmL .merchant___y6VXW .invoice___18wuj .ant-form-item-label label,
.paymentGateway___1HUmL .merchant___y6VXW .invoice___18wuj .ant-form-item-control-wrapper label {
  font-size: 15px;
}
.paymentGateway___1HUmL .merchant___y6VXW .invoice___18wuj .ant-form-item-control-wrapper {
  display: block;
  margin-left: 25px;
}
.paymentGateway___1HUmL .merchant___y6VXW .invoice___18wuj .ant-form-item-control-wrapper .rs-radio {
  display: block;
}
.paymentGateway___1HUmL .merchant___y6VXW .invoice___18wuj .ant-form-item-control-wrapper .has-error .ant-select-arrow {
  color: rgba(0, 0, 0, 0.25);
}
.paymentGateway___1HUmL .merchant___y6VXW .grace___eFzyS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}
.paymentGateway___1HUmL .merchant___y6VXW .grace___eFzyS .graceError___3WoHR {
  display: block;
  margin: 0px 0px 8px 170px;
}
.paymentGateway___1HUmL .merchant___y6VXW .grace___eFzyS .ant-form-item-label {
  width: 25px;
}
.paymentGateway___1HUmL .merchant___y6VXW .grace___eFzyS .ant-form-item-control-wrapper .ant-form-explain {
  left: 90px;
  bottom: -16px;
}
.paymentGateway___1HUmL .merchant___y6VXW .grace___eFzyS .ant-form-item-control-wrapper .has-error .ant-select-arrow {
  color: rgba(0, 0, 0, 0.25);
}
.paymentGateway___1HUmL .merchant___y6VXW .graceDesc___ov75l {
  margin-left: 25px;
  margin-top: -20px;
}
.paymentGateway___1HUmL .merchant___y6VXW .save___1qjPD {
  text-align: right;
}
.paymentGateway___1HUmL .setting___16103 {
  padding: 16px;
  margin-bottom: 16px;
  background-color: #fff;
}
.paymentGateway___1HUmL .setting___16103 .radio-group___2jIE1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.paymentGateway___1HUmL .setting___16103 .radio-group___2jIE1 > label {
  font-weight: bold;
  font-size: 16px;
}
.paymentGateway___1HUmL .setting___16103 > article {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.paymentGateway___1HUmL .setting___16103 > p {
  margin-top: 8px;
}
.paymentGateway___1HUmL .setting___16103 .settingList___129A3 {
  margin: 16px;
  padding-left: 28px;
  border-left: 2px solid rgba(0, 0, 0, 0.25);
}
.paymentGateway___1HUmL .setting___16103 .settingList___129A3 li {
  line-height: 1.6;
}
.paymentGateway___1HUmL .setting___16103 .settingMerchant___AwBe3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paymentGateway___1HUmL .setting___16103 .settingMerchant___AwBe3 .tips___RyVAE {
  font-size: 24px;
  display: inline-block;
  margin: 0px 4px;
}
.paymentGateway___1HUmL .setting___16103 .settingMerchant___AwBe3 .signed___1cp7z {
  color: #39B54A;
  font-style: italic;
}
.paymentGateway___1HUmL .setting___16103 .settingMerchant___AwBe3 .checked___3x0Vf {
  color: #39B54A;
  font-weight: 600;
}
.paymentGateway___1HUmL .setting___16103 .default___1rXAJ {
  margin-top: 24px;
}
.popConfirmStyle___1g8xF {
  padding-left: 0;
}
.popConfirmStyle___1g8xF .ant-popover-content > .ant-popover-arrow {
  display: none;
}
.popConfirmStyle___1g8xF .popConfirmDetails___vRwBK {
  margin-bottom: 12px;
}
.popConfirmStyle___1g8xF .popConfirmTitle___GYQh0 {
  font-weight: 700;
}
.popConfirmStyle___1g8xF .popConfirmInfo___139rg {
  width: 400px;
}
.popConfirmStyle___1g8xF .popConfirmInfo___139rg section {
  max-height: 400px;
  overflow: auto;
}
.popConfirmStyle___1g8xF .popConfirmInfo___139rg section .customerListStyle___5_Idd > div {
  font-weight: 600;
}
.popConfirmStyle___1g8xF .popConfirmInfo___139rg section .customerListStyle___5_Idd p {
  margin-bottom: 0;
}
.payment-modal___3vExz .ant-modal-footer {
  text-align: 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-switch {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 22px;
  min-width: 44px;
  line-height: 20px;
  vertical-align: middle;
  border-radius: 100px;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  -webkit-transition: all 0.36s;
  -o-transition: all 0.36s;
  transition: all 0.36s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-switch-inner {
  color: #fff;
  font-size: 12px;
  margin-left: 24px;
  margin-right: 6px;
  display: block;
}
.ant-switch-loading-icon,
.ant-switch:after {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 1px;
  top: 1px;
  border-radius: 18px;
  background-color: #fff;
  content: ' ';
  cursor: pointer;
  -webkit-transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -o-transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-switch:after {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
}
.ant-switch:active:before,
.ant-switch:active:after {
  width: 24px;
}
.ant-switch-loading-icon {
  background: transparent;
  z-index: 1;
  display: none;
  font-size: 12px;
}
.ant-switch-loading-icon svg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.ant-switch-loading .ant-switch-loading-icon {
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
}
.ant-switch-checked.ant-switch-loading .ant-switch-loading-icon {
  color: #1890ff;
}
.ant-switch:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  outline: 0;
}
.ant-switch:focus:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-switch-small {
  height: 16px;
  min-width: 28px;
  line-height: 14px;
}
.ant-switch-small .ant-switch-inner {
  margin-left: 18px;
  margin-right: 3px;
  font-size: 12px;
}
.ant-switch-small:after {
  width: 12px;
  height: 12px;
}
.ant-switch-small:active:before,
.ant-switch-small:active:after {
  width: 16px;
}
.ant-switch-small .ant-switch-loading-icon {
  width: 12px;
  height: 12px;
}
.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin-left: 3px;
  margin-right: 18px;
}
.ant-switch-small.ant-switch-checked .ant-switch-loading-icon {
  left: 100%;
  margin-left: -13px;
}
.ant-switch-small.ant-switch-loading .ant-switch-loading-icon {
  -webkit-transform: scale(0.66667);
      -ms-transform: scale(0.66667);
          transform: scale(0.66667);
  font-weight: bold;
}
.ant-switch-checked {
  background-color: #1890ff;
}
.ant-switch-checked .ant-switch-inner {
  margin-left: 6px;
  margin-right: 24px;
}
.ant-switch-checked:after {
  left: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  margin-left: -1px;
}
.ant-switch-checked .ant-switch-loading-icon {
  left: 100%;
  margin-left: -19px;
}
.ant-switch-loading,
.ant-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.ant-switch-loading *,
.ant-switch-disabled * {
  cursor: not-allowed;
}
@-webkit-keyframes AntSwitchSmallLoadingCircle {
  0% {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg) scale(0.66667);
            transform: rotate(0deg) scale(0.66667);
  }
  100% {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(360deg) scale(0.66667);
            transform: rotate(360deg) scale(0.66667);
  }
}
@keyframes AntSwitchSmallLoadingCircle {
  0% {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg) scale(0.66667);
            transform: rotate(0deg) scale(0.66667);
  }
  100% {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(360deg) scale(0.66667);
            transform: rotate(360deg) scale(0.66667);
  }
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.ant-switch-checked {
  background-color: #00afbe;
}
.ant-switch-disabled {
  cursor: no-drop;
  pointer-events: auto;
}
.ant-switch-checked:after {
  left: 100%;
  -webkit-transform: translate(-100%, 0%) !important;
  -ms-transform: translate(-100%, 0%) !important;
  transform: translate(-100%, 0%) !important;
  margin-left: -1px;
}
@media all and (max-width: 1440px) {
  .ant-switch {
    height: 20px;
    line-height: 18px;
  }
  .ant-switch:before,
  .ant-switch:after {
    width: 16px;
    height: 16px;
  }
  .ant-switch-small {
    height: 16px;
    min-width: 28px;
    line-height: 14px;
  }
}
@media all and (min-width: 1440px) and (max-width: 1920px) {
  .ant-switch {
    height: 24px;
    line-height: 22px;
  }
  .ant-switch:before,
  .ant-switch:after {
    top: 2px;
  }
  .ant-switch-small {
    height: 16px;
    min-width: 28px;
    line-height: 14px;
  }
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.tips___klncs {
  width: 302px;
}
.termsCondition___2e7I3 {
  padding: 16px 20px;
  border: 0px;
  border-radius: 0px;
  background-color: #fff;
  margin-bottom: 16px;
}
.termsCondition___2e7I3 > article {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.termsCondition___2e7I3 > p {
  margin-top: 8px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.65);
}
.termsCondition___2e7I3 .content___27X1h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.termsCondition___2e7I3 .content___27X1h .saveTermsCondition___3Y0ZL {
  height: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.termsCondition___2e7I3 .content___27X1h .ant-form-item {
  width: 700px;
  margin: 0 16px 0 0;
}
.termsCondition___2e7I3 .tips {
  cursor: pointer;
  font-size: 24px;
  color: #ed450a;
  margin-right: 8px;
}
.termsCondition___2e7I3 .customize-tips {
  font-weight: normal;
}
.termsCondition___2e7I3 > .customizeInvoice___lkSxR {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.termsCondition___2e7I3 > .customizeInvoice___lkSxR > span {
  margin-right: 8px;
}
.termsCondition___2e7I3 > .customizeInvoice___lkSxR .switch-text___3fO6Z {
  margin-left: 4px;
}
.termsCondition___2e7I3 > .customizeInvoice___lkSxR .editAndPreview___3dTvZ {
  margin-right: 8px;
  margin-left: 8px;
}
.taxjar-token-form .ant-form-item-with-help {
  margin-bottom: 0 !important;
}
.taxjar-token-form .ant-form-explain {
  position: absolute;
}
.token-input .ant-input {
  padding-right: 71px;
}
.tarJar___VopkF {
  padding: 16px;
  margin: 24px auto;
  background-color: #ffffff;
  border-radius: 6px;
  font-size: 16px;
}
.title___1HQgd {
  font-size: 18px;
  font-weight: bold;
}
.help___1JaTq {
  position: absolute;
  bottom: -20px;
  left: 0;
  color: #f5222d;
  font-size: 14px;
}
.token___3MoMt {
  position: relative;
}
.eyeIcon___X4fyI {
  cursor: pointer;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #7c878e;
}
.closeIcon___2XH6B {
  cursor: pointer;
  position: absolute;
  right: 48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #7c878e;
}
.manageExemption___EEFUd {
  color: #03adbc;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 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 */
.ant-breadcrumb {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-breadcrumb .anticon {
  font-size: 14px;
}
.ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.45);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-breadcrumb a:hover {
  color: #40a9ff;
}
.ant-breadcrumb > span:last-child {
  color: rgba(0, 0, 0, 0.65);
}
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
  display: none;
}
.ant-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-breadcrumb-link > .anticon + span {
  margin-left: 4px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.cs-breadcrumb {
  font-style: italic;
}
.cs-breadcrumb a {
  color: #336699 !important;
}
.cs-breadcrumb .last {
  color: #000000;
}
.cs-breadcrumb .last .text {
  color: rgba(0, 0, 0, 0.3);
}
.customerExemption___16Uum {
  width: 95%;
  margin: 0 auto;
}
.title___1_YJ3 {
  font-size: 18px;
  font-weight: 600;
}
.main___1LXs9 {
  margin-top: 16px;
  background: #ffffff;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.agentBilling___2ucDU {
  padding: 0px 32px;
}
.county-null {
  height: 32px;
}
/* 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-list {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.ant-list * {
  outline: none;
}
.ant-list-pagination {
  margin-top: 24px;
  text-align: right;
}
.ant-list-more {
  margin-top: 12px;
  text-align: center;
}
.ant-list-more button {
  padding-left: 32px;
  padding-right: 32px;
}
.ant-list-spin {
  text-align: center;
  min-height: 40px;
}
.ant-list-empty-text {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  padding: 16px;
  text-align: center;
}
.ant-list-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
}
.ant-list-item-meta {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0;
}
.ant-list-item-meta-avatar {
  margin-right: 16px;
}
.ant-list-item-meta-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
.ant-list-item-meta-title {
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 22px;
}
.ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-list-item-meta-title > a:hover {
  color: #1890ff;
}
.ant-list-item-meta-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
}
.ant-list-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ant-list-item-content-single {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ant-list-item-action {
  font-size: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 48px;
  padding: 0;
  list-style: none;
}
.ant-list-item-action > li {
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  padding: 0 8px;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-item-action-split {
  background-color: #e8e8e8;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
}
.ant-list-item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ant-list-header,
.ant-list-footer {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ant-list-empty {
  color: rgba(0, 0, 0, 0.45);
  padding: 16px 0;
  font-size: 12px;
  text-align: center;
}
.ant-list-split .ant-list-item {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-split .ant-list-item:last-child {
  border-bottom: none;
}
.ant-list-split .ant-list-header {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-loading .ant-list-spin-nested-loading {
  min-height: 32px;
}
.ant-list-something-after-last-item .ant-spin-container > .ant-list-item:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-lg .ant-list-item {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ant-list-sm .ant-list-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
.ant-list-vertical .ant-list-item {
  display: block;
}
.ant-list-vertical .ant-list-item-extra-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ant-list-vertical .ant-list-item-main {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ant-list-vertical .ant-list-item-extra {
  margin-left: 58px;
}
.ant-list-vertical .ant-list-item-meta {
  margin-bottom: 16px;
}
.ant-list-vertical .ant-list-item-meta-title {
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}
.ant-list-vertical .ant-list-item-content {
  display: block;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  margin: 0 0 16px 0;
}
.ant-list-vertical .ant-list-item-action {
  margin-left: auto;
}
.ant-list-vertical .ant-list-item-action > li {
  padding: 0 16px;
}
.ant-list-vertical .ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-grid .ant-list-item {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 16px;
}
.ant-list-grid .ant-list-item-content {
  display: block;
  max-width: 100%;
}
.ant-list-bordered {
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}
.ant-list-bordered .ant-list-header {
  padding-left: 24px;
  padding-right: 24px;
}
.ant-list-bordered .ant-list-footer {
  padding-left: 24px;
  padding-right: 24px;
}
.ant-list-bordered .ant-list-item {
  border-bottom: 1px solid #e8e8e8;
  padding-left: 24px;
  padding-right: 24px;
}
.ant-list-bordered .ant-list-pagination {
  margin: 16px 24px;
}
.ant-list-bordered.ant-list-sm .ant-list-item {
  padding-left: 16px;
  padding-right: 16px;
}
.ant-list-bordered.ant-list-sm .ant-list-header,
.ant-list-bordered.ant-list-sm .ant-list-footer {
  padding: 8px 16px;
}
.ant-list-bordered.ant-list-lg .ant-list-header,
.ant-list-bordered.ant-list-lg .ant-list-footer {
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .ant-list-item-action {
    margin-left: 24px;
  }
  .ant-list-vertical .ant-list-item-extra {
    margin-left: 24px;
  }
}
@media screen and (max-width: 480px) {
  .ant-list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ant-list-item-action {
    margin-left: 12px;
  }
  .ant-list-vertical .ant-list-item-extra-wrap {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .ant-list-vertical .ant-list-item-main {
    min-width: 220px;
  }
  .ant-list-vertical .ant-list-item-extra {
    margin-left: 0;
  }
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.address-confirm-table {
  margin-top: 16px;
}
.address-confirm-table > div {
  line-height: 1.5;
}
.address-popover {
  min-width: 370px;
}
.address-popover .ant-popover-inner {
  padding: 16px;
}
.address-popover .ant-popover-title {
  padding: 0 12px 12px;
  border-bottom: 3px solid #DDDEDF;
}
.address-popover .ant-popover-inner-content {
  padding: 0;
}
.address-popover .address-poptitle {
  padding: 2px 8px;
  font-size: 14px;
  border-radius: 4px 4px 0 0;
  background: #fff;
}
.address-popover .address-poptitle .address-poptitle-close {
  cursor: pointer;
  border: 0;
  background: transparent;
  position: absolute;
  right: 0;
  top: 5;
  z-index: 10;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  color: rgba(0, 0, 0, 0.45);
  outline: 0;
  padding: 0;
}
.address-popover .address-poptitle .address-poptitle-close .address-poptitle-close-x {
  display: block;
  font-style: normal;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  width: 56px;
  height: 35px;
  line-height: 1;
  font-size: 16px;
}
.address-popover .address-poptitle .address-poptitle-close .address-poptitle-close-x:hover {
  color: rgba(0, 0, 0, 0.65);
}
.address-popover .address-popcontent .ant-list-bordered {
  padding: 0px 8px;
}
.address-popover .address-popcontent .list {
  overflow: auto;
}
.address-popover .address-popcontent .list .ant-list-item {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 8px;
  cursor: pointer;
}
.address-popover .address-popcontent .list .ant-list-item:hover {
  background-color: #E6F2FA;
}
.address-popover .address-popcontent .list .ant-list-item .ant-list-item-content div {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.address-popover .address-popcontent .list .ant-list-header {
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
.address-popover .address-popcontent .total {
  margin-bottom: 8px;
}
.address-popover .address-popcontent .total .total-length {
  padding-top: 4px;
}
.address-popover .address-popcontent .total .total-filter {
  text-align: right;
  padding-right: 6px;
  padding-top: 4px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.storefront-excel-upload .upload-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  justify-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.storefront-excel-upload .upload-view .download-template {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 30%;
}
.storefront-excel-upload .upload-view .download-template .download-notice {
  line-height: 17px;
  color: #E7322B;
  font-style: italic;
  margin-top: 16px;
  padding-left: 30px;
  padding-right: 48px;
  position: relative;
  font-size: 15px;
}
.storefront-excel-upload .upload-view .download-template .download-notice .notice-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.storefront-excel-upload .upload-view .upload-template {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 70%;
  position: relative;
  min-height: 160px;
}
.storefront-excel-upload .upload-view .upload-template .upload-dragger {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 160px;
}
.storefront-excel-upload .upload-view .upload-template .upload-dragger .upload-text {
  color: #336699;
  font-weight: bold;
}
.storefront-excel-upload .upload-view .upload-template .upload-dragger .upload-text .icon-ESMiconset_New {
  vertical-align: middle;
}
.storefront-excel-upload .upload-view .upload-template .upload-dragger .upload-text svg {
  vertical-align: middle;
}
.storefront-excel-upload .upload-view .upload-template .upload-dragger .upload-text span {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  vertical-align: middle;
}
.storefront-excel-upload .upload-view .upload-template .upload-dragger .upload-tips {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  font-style: italic;
}
.storefront-excel-upload .bottom-actions {
  margin-top: 16px;
  text-align: right;
}
.storefront-excel-upload .bottom-actions button {
  margin-left: 8px;
  vertical-align: top;
}
.storefront-excel-upload .storefront-row-error {
  background-color: #ffd3c1 !important;
}
.storefront-excel-upload .storefront-row-warning {
  background-color: #fbe3c8 !important;
}
.storefront-excel-upload .storefront-row-success {
  background-color: #dbefc9 !important;
}
.result-list .state-tag-validation-wrap {
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.result-list .state-tag-validation-wrap .success {
  color: #67ad36;
}
.result-list .state-tag-validation-wrap .failed {
  color: #E7322B;
}
.result-list .state-tag-validation-wrap .warning {
  color: #FEB914;
}
.excel-upload-result-summary > .result-actions {
  padding-top: 16px;
  text-align: right;
}
.end-customer-select .ant-select-selection__rendered li {
  max-width: 30%;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.rs-change-log .download-change-log-icon {
  text-align: right;
}
.rs-change-log .download-change-log-icon i {
  cursor: pointer;
}
.uplaod-tax-rate .success {
  color: #67ad36;
}
.uplaod-tax-rate .failed {
  color: #E7322B;
}
.tax-rate-excel-upload-drawer .ant-table-tbody > tr > td {
  word-wrap: break-word;
  word-break: break-all;
}
.tax-rate-maintenance-page {
  font-size: 15px;
  padding: 0 32px 32px;
}
.tax-rate-maintenance-page .collapse-title {
  font-weight: 500;
}
.tax-rate-maintenance-page .ant-collapse-borderless > .ant-collapse-item {
  border-bottom: none;
}
.tax-rate-maintenance-page .ant-collapse > .ant-collapse-item {
  border-bottom: none;
}
.tax-rate-maintenance-page .ant-collapse-content > .ant-collapse-content-box {
  padding: 0;
}
.tax-rate-maintenance-page .ant-collapse-item .ant-collapse-content {
  max-height: none;
  overflow: hidden;
}
.tax-rate-maintenance-page .search-form-block {
  padding: 16px;
  background: #fff;
}
.tax-rate-maintenance-page .search-form-block .eu-exemption-input .ant-input-search-icon {
  display: none;
}
.tax-rate-maintenance-page .eutable .toolbar {
  padding: 8px 16px !important;
}
.tax-rate-maintenance-page .toolbar-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.tax-rate-maintenance-page .toolbar-block > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.tax-rate-maintenance-page .toolbar-block > div.tips {
  line-height: 42px !important;
  color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1600px) {
  .tax-rate-maintenance-page .toolbar-block > div.tips {
    line-height: 36px !important;
  }
}
.tax-rate-maintenance-page .toolbar-block > div.action-btns button {
  margin-left: 8px;
  vertical-align: middle;
}
.tax-rate-maintenance-page .toolbar-block > div.action-btns button .icon {
  font-size: 24px;
  height: 32px;
  font-weight: 400 !important;
  margin-right: 4px;
  vertical-align: middle;
}
.tax-rate-maintenance-page .toolbar-block > div.action-btns button .icon + span {
  line-height: 32px;
  vertical-align: middle;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.agreement-table .agreementType {
  min-width: 280px;
}
.agreement-table .updatedBy {
  min-width: 320px;
}
.agreement-table .updateDatetime {
  min-width: 220px;
}
.current-disable {
  color: #000000;
}
.terms-conditions-desc-list {
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 0;
}
.accepted-excel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accepted-excel span {
  font-weight: normal;
}
.accepted-excel i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
  font-size: 24px;
  height: 32px !important;
  font-weight: 400 !important;
}
.preview-modal .ant-modal-close {
  display: none !important;
}
.preview-modal .ant-modal-close .ant-modal-close-x {
  display: none;
}
.preview-modal .ant-modal-close .ant-modal-close-x i {
  display: none;
}
.new-terms-conditions-wrapper {
  min-width: 1200x;
}
.new-terms-conditions-wrapper .new-terms-conditions-preview .preview-layout-header {
  width: 100%;
  height: 68px;
  background-color: #FFFFFF;
  padding: 16px;
  z-index: 1001;
  position: fixed;
  left: 0;
  top: 0;
}
.new-terms-conditions-wrapper .new-terms-conditions-preview .preview-layout {
  height: 100%;
  width: 100%;
  z-index: 999;
  background-color: #F1F2F3;
  position: fixed;
  left: 0;
  top: 68px;
}
.new-terms-conditions-wrapper .new-terms-conditions-preview .preview-layout-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.new-terms-conditions-wrapper .blue-link {
  color: #336699;
}
.new-terms-conditions-wrapper .green-link {
  color: #336699;
}
.new-terms-conditions-wrapper .read-mode-wrapper .terms-conditions-description-wrapper {
  width: 95%;
  padding: 16px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 6px;
  font-size: 16px;
}
.new-terms-conditions-wrapper .read-mode-wrapper .first-come-create-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.new-terms-conditions-wrapper .read-mode-wrapper .history-list-wrapper {
  width: 95%;
  margin: 0 auto;
  margin-top: 24px;
  padding-bottom: 64px;
}
.new-terms-conditions-wrapper .history-list-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: #FFFFFF;
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 1280px) {
  .rich-text-wrapper {
    max-width: 1086px;
  }
}
@media screen and (min-width: 1280px) {
  .rich-text-wrapper {
    max-width: 1680px;
  }
}
.edit-mode-wrapper {
  width: 95%;
  margin: 0 auto;
}
.edit-mode-wrapper .rich-text-wrapper {
  margin-top: 16px;
  padding: 16px;
  background: #FFFFFF;
  margin-bottom: 160px;
}
.edit-mode-wrapper .rich-text-wrapper .terms-conditions-logo-choice-area .ant-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.edit-mode-wrapper .rich-text-wrapper .terms-conditions-logo-choice-area .ant-radio-group .rs-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.edit-mode-wrapper .rich-text-wrapper .terms-conditions-logo-choice-area .terms-conditions-logo-choice-area-desc {
  margin-top: 16px;
}
.edit-mode-wrapper .rich-text-wrapper .terms-conditions-logo-choice-area .terms-conditions-logo-choice-area-wrapper {
  margin-top: 8px;
}
.edit-mode-wrapper .rich-text-wrapper .terms-conditions-logo-choice-area .terms-conditions-logo-choice-area-wrapper .companyLogo-selected-logo {
  border: 1px solid #00AFBE;
}
.edit-mode-wrapper .rich-text-wrapper .terms-conditions-logo-choice-area .terms-conditions-logo-choice-area-wrapper .companyLogo-not-selected-logo {
  border: 1px solid #D7D8D9;
}
.edit-mode-wrapper .rich-text-wrapper .terms-conditions-logo-choice-area .terms-conditions-logo-choice-area-wrapper .agreement-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.edit-mode-wrapper .rich-text-wrapper .terms-conditions-logo-choice-area .terms-conditions-logo-choice-area-wrapper .agreement-logo-wrapper .selected-has-companyLogo .ant-upload.ant-upload-drag {
  border-radius: 0;
  border: 1px solid #00AFBE;
}
.edit-mode-wrapper .rich-text-wrapper .terms-conditions-logo-choice-area .terms-conditions-logo-choice-area-wrapper .agreement-logo-wrapper .selected-no-companyLogo .ant-upload.ant-upload-drag {
  border-radius: 0;
  border: 1px dashed #00AFBE;
}
.edit-mode-wrapper .rich-text-wrapper .terms-conditions-logo-choice-area .terms-conditions-logo-choice-area-wrapper .agreement-logo-wrapper .not-selected-has-companyLogo .ant-upload.ant-upload-drag {
  border-radius: 0;
  border: 1px solid #ACACAC;
}
.edit-mode-wrapper .rich-text-wrapper .terms-conditions-logo-choice-area .terms-conditions-logo-choice-area-wrapper .agreement-logo-wrapper .not-selected-no-companyLogo .ant-upload.ant-upload-drag {
  border-radius: 0;
  border: 1px dashed #ACACAC;
}
.edit-mode-wrapper .rich-text-wrapper .terms-conditions-logo-choice-area .terms-conditions-logo-choice-area-wrapper .agreement-logo-wrapper .upload-action-icon-wrapper .upload-action-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 56;
}
.edit-mode-wrapper .rich-text-wrapper .terms-conditions-logo-choice-area .terms-conditions-logo-choice-area-wrapper .agreement-logo-wrapper .upload-action-icon-wrapper .upload-action-icon-box .icon-ESMiconset_info {
  line-height: 24px;
}
.edit-mode-wrapper .rich-text-wrapper .terms-conditions-logo-choice-area .terms-conditions-logo-choice-area-wrapper .agreement-logo-wrapper .upload-action-icon-wrapper .upload-action-icon-box .delete-icon {
  font-size: 24px !important;
  color: rgba(0, 0, 0, 0.3);
  line-height: 24px;
}
.edit-mode-wrapper .rich-text-wrapper .terms-conditions-logo-choice-area .terms-conditions-logo-choice-area-wrapper .agreement-logo-wrapper .upload-action-icon-wrapper .upload-action-icon-box .delete-icon:hover {
  cursor: pointer;
  color: #00afbe !important;
}
.edit-mode-wrapper .rich-text-wrapper .terms-conditions-logo-choice-area .terms-conditions-logo-choice-area-wrapper .agreement-logo-wrapper .upload-action-icon-wrapper .upload-action-icon-box .tips {
  cursor: pointer;
  font-size: 24px;
  color: #ed450a;
}
.edit-mode-wrapper .rich-text-wrapper .terms-conditions-logo-choice-area .terms-conditions-logo-choice-area-wrapper .agreement-logo-wrapper .upload-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  height: 56;
}
.edit-mode-wrapper .rich-text-wrapper .terms-conditions-logo-choice-area .terms-conditions-logo-choice-area-wrapper .agreement-logo-wrapper .upload-content .upload1 {
  color: #00AFBE;
  font-size: 15px;
  font-weight: bold;
}
.edit-mode-wrapper .rich-text-wrapper .terms-conditions-logo-choice-area .terms-conditions-logo-choice-area-wrapper .agreement-logo-wrapper .upload-content .upload2 {
  color: #7C878E;
  font-size: 13px;
  font-style: italic;
}
.edit-mode-wrapper .rich-text-wrapper .rich-text-title {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
}
.edit-mode-wrapper .rich-text-wrapper .rich-text-desc {
  font-size: 15px;
  color: #000000;
}
.edit-mode-wrapper .rich-text-wrapper .rich-text-footer {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.edit-mode-wrapper .rich-text-wrapper .ql-editor {
  min-height: 324px;
}
.edit-mode-wrapper .rich-text-wrapper .terms-content-quill {
  margin-top: 16px;
}
.catalog-preview-content .rs-logo-block .actions {
  display: none;
}
.catalog-preview-content .banner-list-box .edit-pop-up {
  display: none;
}
.catalog-preview-content .customer-tile-list .bottom-box {
  pointer-events: none;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.wrapper___2TxUY {
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper___2TxUY .ant-tabs-nav-scroll {
  border-bottom: 2px solid #000;
  margin: -2px;
}
.wrapper___2TxUY .ant-tabs-ink-bar {
  background-color: #03adbc;
}
.wrapper___2TxUY .ant-tabs-tab {
  color: #000000;
}
.wrapper___2TxUY .ant-tabs-tab:hover {
  color: #03adbc;
}
.wrapper___2TxUY .ant-tabs-tab-active {
  color: #03adbc;
}
.wrapper___2TxUY > span {
  padding: 30px 20px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.48);
}
.wrapper___2TxUY .download-link___3RA9f {
  color: #336699 !important;
}
.wrapper___2TxUY .download-link___3RA9f:hover {
  color: #03adbc !important;
}
.wrapper___2TxUY tr td:last-child span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapper___2TxUY tr .actionBTNa {
  font-size: 14px !important;
}
@media screen and (min-width: 1440px) {
  .wrapper___2TxUY tr .actionBTNa {
    font-size: 16px !important;
  }
}
.toolBarStyle___20HR8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 16px;
}
.toolBarStyle___20HR8 .tableTitle___12Sn4 {
  color: #03adbc;
  font-weight: 500;
  -ms-flex-item-align: center;
      align-self: center;
  cursor: pointer;
}
.toolBarStyle___20HR8 .tableTitle___12Sn4 > i {
  margin-right: 8px;
}
.toolBarStyle___20HR8 .toolBarBtns___3nGcD {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.toolBarStyle___20HR8 .toolBarBtns___3nGcD .btn-change-logs___ov8VP {
  display: inline-block;
  margin: 0px 8px;
  -ms-flex-item-align: center;
      align-self: center;
}
.toolBarStyle___20HR8 .toolBarBtns___3nGcD > span {
  display: inline-block;
  width: 250px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.48);
}
.toolBarStyle___20HR8 .toolBarBtns___3nGcD > span input {
  letter-spacing: 1px;
}
.invoiceToolBarStyle___3r6d2 .tableTitle___12Sn4 {
  color: #ec9a13;
}
.rangePicker___2PNQT {
  margin-right: 8px;
}
.logs-excel___1Gk0n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-left: 8px;
}
.logs-excel___1Gk0n span {
  font-weight: normal;
}
.logs-excel___1Gk0n i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
  font-size: 24px;
  height: 32px !important;
  font-weight: 400 !important;
}
.logs-modal___1m6zx .action-header____81iJ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 16px;
}
.logs-modal___1m6zx .action-header____81iJ > span {
  width: 250px;
  padding-left: 16px;
}
.logs-modal___1m6zx .ant-modal-content {
  padding: 0px;
}
.collapseStyle {
  padding-top: 16px;
}
.collapseStyle .ant-collapse-borderless > .ant-collapse-item {
  border-bottom: none;
}
.collapseStyle .ant-collapse > .ant-collapse-item {
  border-bottom: none;
}
.collapseStyle .ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.collapseStyle .ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow:before {
  -ms-flex-item-align: center;
      align-self: center;
}
.collapseStyle .invoiceTableCollapse .arrow {
  color: #ec9a13;
}
.collapseStyle .productTableCollapse .arrow {
  color: #03adbc;
}
.cancelTips {
  color: #ed450a;
  font-size: 24px;
  margin-top: 5px;
}
.revertUnAble .ant-popover-message .anticon {
  display: none;
}
.revertUnAble .ant-popover-message .ant-popover-message-title {
  padding-left: 0;
}
.revertUnAble .ant-popover-buttons > button {
  display: none;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.dashboard-base___Em4IV {
  height: calc(100vh -100px);
  min-height: 1163px;
}
.dashboard-base___Em4IV .leftsider___2MyLn {
  border-right: 1px solid #eaebec;
  background-color: #F7F8F9;
}
.dashboard-base___Em4IV .leftsider___2MyLn .sider-header___1cNYi {
  text-align: right;
  border: none;
  background-color: #F1F2F3;
}
.dashboard-base___Em4IV .leftsider___2MyLn .sider-header___1cNYi .icon___CHICH {
  line-height: 32px;
  padding: 0 8px;
  cursor: pointer;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.dashboard-base___Em4IV .leftsider___2MyLn .sider-header___1cNYi .icon___CHICH.icon-ESMiconset_Expand___14dGS {
  padding: 0 16px;
}
.dashboard-base___Em4IV .leftsider___2MyLn .sider-header___1cNYi .icon___CHICH:hover {
  color: #1890ff;
}
.dashboard-base___Em4IV .leftsider___2MyLn .sider-toolbar___2oUJG {
  position: fixed;
  bottom: 0px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 300px;
}
.dashboard-base___Em4IV .leftsider___2MyLn .sider-toolbar___2oUJG .iconBtn___IkDPq {
  width: 50px;
  min-width: auto;
  color: #eaebec;
  background-color: #ffffff !important;
  padding: 0px 8px;
}
.dashboard-base___Em4IV .leftsider___2MyLn .sider-toolbar___2oUJG .iconBtn___IkDPq.active___1QGqV {
  color: #000000;
}
.dashboard-base___Em4IV .leftsider___2MyLn .sider-toolbar___2oUJG .iconBtn___IkDPq.active___1QGqV:hover {
  color: #ffffff ;
  background-color: #03ADBC !important;
}
.dashboard-base___Em4IV .leftsider___2MyLn .sider-toolbar___2oUJG button {
  min-width: 110px;
}
.dashboard-base___Em4IV .leftsider___2MyLn.ant-layout-sider-collapsed___1oiGD .ant-collapse-item___3EkAD {
  display: none;
}
.dashboard-base___Em4IV .leftsider___2MyLn.ant-layout-sider-collapsed___1oiGD .sider-toolbar___2oUJG .iconBtn___IkDPq {
  display: inline;
}
.dashboard-base___Em4IV .leftsider___2MyLn.ant-layout-sider-collapsed___1oiGD .sider-toolbar___2oUJG button {
  display: none;
}
.dashboard-base___Em4IV .rightContent___2gfXo {
  padding: 16px 16px;
}
.dashboard {
  height: calc(100vh -100px);
  min-height: 1163px;
}
.dashboard .leftsider {
  border-right: 1px solid #eaebec;
  background-color: #F7F8F9;
}
.dashboard .leftsider .sider-header {
  text-align: right;
  border: none;
  background-color: #F1F2F3;
}
.dashboard .leftsider .sider-header .icon {
  line-height: 32px;
  padding: 0 8px;
  cursor: pointer;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.dashboard .leftsider .sider-header .icon.icon-ESMiconset_Expand {
  padding: 0 16px;
}
.dashboard .leftsider .sider-header .icon:hover {
  color: #1890ff;
}
.dashboard .leftsider .sider-toolbar {
  position: fixed;
  bottom: 0px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 300px;
}
.dashboard .leftsider .sider-toolbar .iconBtn {
  width: 50px;
  min-width: auto;
  color: #eaebec;
  background-color: #ffffff !important;
  padding: 0px 8px;
}
.dashboard .leftsider .sider-toolbar .iconBtn.active {
  color: #000000;
}
.dashboard .leftsider .sider-toolbar .iconBtn.active:hover {
  color: #ffffff ;
  background-color: #03ADBC !important;
}
.dashboard .leftsider .sider-toolbar button {
  min-width: 110px;
}
.dashboard .leftsider.ant-layout-sider-collapsed .ant-collapse-item {
  display: none;
}
.dashboard .leftsider.ant-layout-sider-collapsed .sider-toolbar .iconBtn {
  display: inline;
}
.dashboard .leftsider.ant-layout-sider-collapsed .sider-toolbar button {
  display: none;
}
.dashboard .rightContent {
  padding: 16px 16px;
}
.dashboard .btnGroup {
  height: 48px;
}
.dashboard .btnGroup .plus {
  width: 60px;
  padding: 0px 16px !important;
}
.dashboard .summary {
  margin-top: 16px;
  background-color: #ffffff;
  padding: 16px;
}
.dashboard .summary .summary-title {
  font-size: 16px;
  font-weight: 700;
}
.dashboard .summary .summary-item {
  text-align: center;
  padding: 32px 0px;
}
.dashboard .summary .summary-item .number {
  font-size: 24px;
  font-weight: 700;
}
.dashboard .summary .summary-item .label {
  font-weight: 500;
}
.dashboard .charts {
  margin-top: 16px;
}
.dashboard .charts .chart-card {
  background-color: #ffffff;
  padding: 16px;
}
.dashboard .charts .chart-card .chart-card-title .title {
  font-size: 16px;
  font-weight: 700;
}
.dashboard .charts .chart-card .chart-card-title .tools {
  font-size: 24px;
  position: absolute;
  right: 12px;
  top: 8px;
  color: rgba(0, 0, 0, 0.3);
}
.dashboard .charts .chart-card .chart-card-title .tools i:hover {
  color: #03ADBC;
}
.dashboard .charts .chart-card .chart-card-title .tools .tools-group > i:nth-child(2n+1) {
  margin-right: 8px;
}
.dashboard .charts .chart-card .chart-card-title .sub-title {
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
}
.customer-view-pop {
  min-width: 350px;
  padding-top: 0px;
}
.customer-view-pop .ant-popover-arrow {
  display: none;
}
.customer-view-pop .ant-popover-inner-content {
  padding: 16px 16px;
}
.customer-view-pop .customer-view-pop-content .body .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 8px 8px 24px 8px;
}
.customer-view-pop .customer-view-pop-content .body .title {
  font-weight: 700;
  font-style: italic;
  margin-bottom: 16px;
}
.customer-view-pop .customer-view-pop-content .footer {
  padding: 24px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dashboard-subscriptions {
  height: calc(100vh -100px);
  min-height: 1163px;
}
.dashboard-subscriptions .leftsider {
  border-right: 1px solid #eaebec;
  background-color: #F7F8F9;
}
.dashboard-subscriptions .leftsider .sider-header {
  text-align: right;
  border: none;
  background-color: #F1F2F3;
}
.dashboard-subscriptions .leftsider .sider-header .icon {
  line-height: 32px;
  padding: 0 8px;
  cursor: pointer;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.dashboard-subscriptions .leftsider .sider-header .icon.icon-ESMiconset_Expand {
  padding: 0 16px;
}
.dashboard-subscriptions .leftsider .sider-header .icon:hover {
  color: #1890ff;
}
.dashboard-subscriptions .leftsider .sider-toolbar {
  position: fixed;
  bottom: 0px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 300px;
}
.dashboard-subscriptions .leftsider .sider-toolbar .iconBtn {
  width: 50px;
  min-width: auto;
  color: #eaebec;
  background-color: #ffffff !important;
  padding: 0px 8px;
}
.dashboard-subscriptions .leftsider .sider-toolbar .iconBtn.active {
  color: #000000;
}
.dashboard-subscriptions .leftsider .sider-toolbar .iconBtn.active:hover {
  color: #ffffff ;
  background-color: #03ADBC !important;
}
.dashboard-subscriptions .leftsider .sider-toolbar button {
  min-width: 110px;
}
.dashboard-subscriptions .leftsider.ant-layout-sider-collapsed .ant-collapse-item {
  display: none;
}
.dashboard-subscriptions .leftsider.ant-layout-sider-collapsed .sider-toolbar .iconBtn {
  display: inline;
}
.dashboard-subscriptions .leftsider.ant-layout-sider-collapsed .sider-toolbar button {
  display: none;
}
.dashboard-subscriptions .rightContent {
  padding: 16px 16px;
}
.dashboard-subscriptions .sider-content {
  background-color: #F7F8F9;
}
.dashboard-subscriptions .ant-layout-sider-collapsed .sider-content {
  display: none;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.agree___1efTu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  cursor: pointer;
}
.agree___1efTu .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #00afbe;
  border-color: #00afbe;
}
.eula___1zXUL {
  background-color: #fff;
  padding: 16px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.logs___pYi2F .ant-modal-content___3m8at .ant-modal-body___KImFr {
  overflow-y: auto;
  max-height: 600px;
}
.logs___pYi2F > article {
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
}
.logs___pYi2F > article .noticeHint___7knRg {
  margin-left: 8px;
  color: #03ADBC;
  font-weight: normal;
  font-size: 15px;
  cursor: pointer;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.permission___1tkcm {
  padding: 16px;
  border-radius: 0px;
  border-bottom: 16px solid #F1F2F3;
}
.permission___1tkcm div.agreement___2HXkF {
  display: inline-block;
}
.permission___1tkcm div.agreement___2HXkF .agree___pWf0i {
  cursor: pointer;
  color: #000000;
  font-weight: bold;
}
.permission___1tkcm .viewAgreement___3mRn9 {
  cursor: pointer;
  color: #03ADBC;
}
.permission___1tkcm .acceptMessage___5NFlg {
  display: block;
  font-size: 14px;
  padding-left: 23px;
}
.modal___14djX {
  width: 600px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.permissionList___1HcoY {
  width: 800px;
}
.permissionList___1HcoY .permissionDesc___29ZY8 {
  font-size: 15px;
  margin-bottom: 8px;
}
.permissionList___1HcoY .permissionFooter___2FXwl {
  text-align: right;
}
.permissionList___1HcoY .permissionFooter___2FXwl button {
  margin-top: 8px;
  margin-left: 8px;
}
.permissionList___1HcoY .ant-checkbox-wrapper {
  margin: 4px 8px 4px 0px;
}
.permissionList___1HcoY .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.accessPermissionCell___wR2Pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.accessPermissionCell___wR2Pr .accessPermissionPlaceholder___2NJ5q {
  color: rgba(0, 0, 0, 0.3);
}
.accessPermissionCell___wR2Pr .rs-popover {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.accessPermissionCell___wR2Pr .rs-popover .icon-ESMiconset_Edit {
  color: rgba(0, 0, 0, 0.3);
}
.accessPermissionCell___wR2Pr .rs-popover .icon-ESMiconset_Edit:hover {
  color: #00afbe;
}
.accessPermissionCell___wR2Pr .rs-popover .light-edit-icon .icon-ESMiconset_Edit {
  opacity: 1;
  color: #00afbe;
}
tr:hover .rs-popover .icon-ESMiconset_Edit {
  opacity: 1;
}
tr .rs-popover .icon-ESMiconset_Edit {
  opacity: 0;
  color: rgba(0, 0, 0, 0.3);
}
.permissionList___6jsqj {
  min-width: 300px;
  font-size: 15px;
}
.permissionList___6jsqj .permissionListContent___oYdzO {
  max-height: 500px;
  overflow: auto;
}
.permissionList___6jsqj .permissionChildDesc___kbSNT {
  display: inline-block;
  min-width: 200px;
  max-width: 600px;
}
.permissionList___6jsqj .permissionDesc___2bN19 {
  margin-bottom: 8px;
}
.permissionList___6jsqj .childPermission___36K4x {
  margin-left: 24px;
  max-width: 600px;
}
.permissionList___6jsqj .childPermissionDesc___38sh5 {
  color: rgba(0, 0, 0, 0.3);
}
.permissionList___6jsqj .permissionFooter___3-voM {
  text-align: right;
}
.permissionList___6jsqj .permissionFooter___3-voM button {
  margin-top: 8px;
  margin-left: 8px;
}
.permissionList___6jsqj .ant-checkbox-wrapper {
  margin: 4px 8px 4px 0px;
  font-size: 15px;
}
.permissionList___6jsqj .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.contact___3JHQh {
  color: #000;
}
.contact___3JHQh > p {
  font-size: 15px;
}
.contact___3JHQh > p .secondSpan___1L-PF {
  display: inline-block;
  padding-top: 15px;
}
.contact___3JHQh .bold {
  font-weight: bold;
}
.contact___3JHQh .ant-popover-title {
  font-size: 16px;
}
.contact___3JHQh .esmPermissionList .ant-tag {
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  background: #ECEDEE;
  border: none;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.support___3t8LG {
  color: rgba(0, 0, 0, 0.72);
  font-size: 15px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.creditLimit___1dYQU {
  color: rgba(0, 0, 0, 0.72);
  font-size: 15px;
}
.creditLimit___1dYQU .limitDisplay___1PVWY {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.creditLimit___1dYQU .limitDisplay___1PVWY label {
  font-size: 15px;
}
.creditLimit___1dYQU .limitDisplay___1PVWY .ant-form-item-control-wrapper {
  width: 250px;
}
.creditLimit___1dYQU .limitDisplay___1PVWY .ant-form-item-control-wrapper .has-error .ant-form-explain {
  line-height: 17px;
  margin-top: 2px;
}
.creditLimit___1dYQU .limitDisplay___1PVWY .ant-form-item-control-wrapper .has-error .antd-input:hover {
  -webkit-box-shadow: 0 0 0 2px #E7322B !important;
          box-shadow: 0 0 0 2px #E7322B !important;
}
.creditLimit___1dYQU .charges___3NTlZ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.creditLimit___1dYQU .charges___3NTlZ > div {
  margin-right: 16px;
  padding-bottom: 16px;
}
.creditLimit___1dYQU .red___cVmPP {
  color: #E7322B;
}
.creditLimit___1dYQU .ant-popover-content {
  width: 300px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.agreement___cvvFc {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.agreement___cvvFc .active {
  color: #03ADBC;
  cursor: pointer;
}
.agreement___cvvFc p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.72);
  margin: 0px;
}
.agreement___cvvFc header > article {
  font-size: 18px;
  font-weight: 600;
  color: #03ADBC;
  margin-bottom: 16px;
}
.agreement___cvvFc header .agreement-desc___1rkWB {
  margin-bottom: 16px;
}
.agreement___cvvFc header .signed-time___xCJ9Q {
  margin: 4px 8px 0px 24px;
}
.agreement___cvvFc header .subtitle___2Xf-5 {
  font-weight: bold;
}
.modal___5cBbj .ant-modal-footer {
  text-align: center;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.settingCustomer___iZhTt {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.agreement___2p7bx .active {
  color: #03ADBC;
  cursor: pointer;
}
.agreement___2p7bx p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.72);
  margin: 0px;
}
.agreement___2p7bx .divider___XOQMZ {
  margin: 24px 0px;
  height: 1px;
  background-color: #e0e2e4;
}
.agreement___2p7bx header {
  border-bottom: 1px dashed #e0e2e4;
  padding-bottom: 16px;
}
.agreement___2p7bx header > article {
  font-size: 18px;
  font-weight: 600;
  color: #03ADBC;
  margin-bottom: 16px;
}
.agreement___2p7bx header .signed___3-eh0 {
  margin: 4px 24px;
}
.agreement___2p7bx header .subtitle___3PeGP {
  font-weight: bold;
}
.agreement___2p7bx .settingTitle___3ARJc {
  padding: 16px 22px 8px 22px;
}
.agreement___2p7bx .settingTitle___3ARJc > article {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
}
.agreement___2p7bx .settingTitle___3ARJc > p {
  margin: 8px 0px;
}
.agreement___2p7bx .settingTitle___3ARJc .settingDesc___22HzC {
  padding: 0px 4px;
}
.agreement___2p7bx .settingTitle___3ARJc .ant-checkbox-wrapper {
  font-size: 15px;
}
.agreement___2p7bx .setting___3QvDl {
  padding: 0px 22px 16px 22px;
  background: #fff;
}
.agreement___2p7bx .setting___3QvDl .ant-form,
.agreement___2p7bx .setting___3QvDl .ant-form-item-label,
.agreement___2p7bx .setting___3QvDl .ant-form-item {
  font-size: 15px;
  margin: 0px;
}
.agreement___2p7bx .setting___3QvDl .ant-form label,
.agreement___2p7bx .setting___3QvDl .ant-form-item-label label,
.agreement___2p7bx .setting___3QvDl .ant-form-item label {
  font-size: 15px;
}
.agreement___2p7bx .setting___3QvDl .ant-select {
  width: 100px;
  margin: 0px 4px;
}
.agreement___2p7bx .setting___3QvDl p {
  font-size: 15px;
}
.agreement___2p7bx .setting___3QvDl .defaultDesc___l9Ue_ {
  margin-bottom: 8px;
}
.agreement___2p7bx .setting___3QvDl .select___395Wl {
  width: 110px;
  padding: 0px 8px;
}
.agreement___2p7bx .setting___3QvDl .method___1Isnr {
  font-size: 15px;
}
.agreement___2p7bx .setting___3QvDl .method___1Isnr .creditCard___38Gcv {
  margin-top: 8px;
  margin-left: 26px;
  display: inline-block;
}
.agreement___2p7bx .setting___3QvDl .method___1Isnr .cybersource___1mSXL {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agreement___2p7bx .setting___3QvDl .method___1Isnr .cybersource___1mSXL > i {
  color: #ed450a;
  margin: 0px 4px;
  font-size: 24px;
}
.agreement___2p7bx .setting___3QvDl .method___1Isnr .cybersourceDisabled___3KFga {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agreement___2p7bx .setting___3QvDl .method___1Isnr .cybersourceDisabled___3KFga > i {
  margin: 0px 4px;
  font-size: 24px;
}
.agreement___2p7bx .setting___3QvDl .method___1Isnr .ant-radio-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agreement___2p7bx .setting___3QvDl .method___1Isnr .ant-radio-group .rs-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agreement___2p7bx .setting___3QvDl .method___1Isnr .termsDayContainer___1cFXt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agreement___2p7bx .setting___3QvDl .method___1Isnr .termsDayDisabled___2_yV2 {
  color: rgba(0, 0, 0, 0.25) !important;
}
.agreement___2p7bx .setting___3QvDl .method___1Isnr .termsDay___UY6wN {
  display: inline-block;
}
.agreement___2p7bx .setting___3QvDl .method___1Isnr .termsDay___UY6wN .ant-form-item-control-wrapper {
  margin-left: 0px;
}
.agreement___2p7bx .setting___3QvDl .method___1Isnr .termsDay___UY6wN .ant-form-item-control-wrapper .ant-select {
  width: 100%;
}
.agreement___2p7bx .setting___3QvDl .method___1Isnr .methodError___3pBjL {
  position: absolute;
  left: 185px;
  width: 150px;
  top: 12px;
}
.agreement___2p7bx .setting___3QvDl .method___1Isnr .ant-form label {
  font-size: 15px;
}
.agreement___2p7bx .setting___3QvDl .method___1Isnr .ant-form-item-label > label {
  font-size: 15px;
}
.agreement___2p7bx .setting___3QvDl .method___1Isnr .ant-form-item-control-wrapper {
  display: block;
  margin-left: 25px;
  font-size: 15px;
}
.agreement___2p7bx .setting___3QvDl .method___1Isnr .ant-form-item-control-wrapper label {
  font-size: 15px;
}
.agreement___2p7bx .setting___3QvDl .method___1Isnr .ant-form-item-control-wrapper .ant-form-explain {
  position: absolute;
  top: 30px;
  left: 3px;
}
.agreement___2p7bx .setting___3QvDl .method___1Isnr .ant-form-item-control-wrapper .ant-select-arrow {
  color: rgba(0, 0, 0, 0.25);
}
.agreement___2p7bx .setting___3QvDl .method___1Isnr .ant-form-item-control-wrapper .has-error .ant-select-selection {
  border-color: #f5222d;
}
.agreement___2p7bx .setting___3QvDl .method___1Isnr .ant-form-item-control-wrapper .has-error .ant-select-selection .ant-select-arrow {
  color: #f5222d;
}
.agreement___2p7bx .setting___3QvDl .method___1Isnr .ant-form-item {
  margin-bottom: 0px;
}
.agreement___2p7bx .setting___3QvDl .invoice___32CwM {
  margin-bottom: 0px;
}
.agreement___2p7bx .setting___3QvDl .invoice___32CwM .onceError___212A- {
  display: block;
  margin-top: -10px;
  font-size: 15px;
}
.agreement___2p7bx .setting___3QvDl .invoice___32CwM .fixedError___ZYdvb {
  display: block;
  margin-top: 0px;
  margin-left: 458px;
  font-size: 15px;
}
.agreement___2p7bx .setting___3QvDl .invoice___32CwM .ant-form-item-label label,
.agreement___2p7bx .setting___3QvDl .invoice___32CwM .ant-form-item-control-wrapper label {
  font-size: 15px;
}
.agreement___2p7bx .setting___3QvDl .invoice___32CwM .ant-form-item-control-wrapper {
  display: block;
  margin-left: 25px;
}
.agreement___2p7bx .setting___3QvDl .invoice___32CwM .ant-form-item-control-wrapper .rs-radio {
  display: block;
}
.agreement___2p7bx .setting___3QvDl .invoice___32CwM .ant-select-arrow {
  color: rgba(0, 0, 0, 0.25);
}
.agreement___2p7bx .setting___3QvDl .invoice___32CwM .has-error .ant-radio-wrapper-checked .ant-select-selection {
  border-color: #f5222d;
}
.agreement___2p7bx .setting___3QvDl .invoice___32CwM .has-error .ant-radio-wrapper-checked .ant-select-selection .ant-select-arrow {
  color: #f5222d;
}
.agreement___2p7bx .setting___3QvDl .grace___2e0bK {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(0, 0, 0, 0.85);
}
.agreement___2p7bx .setting___3QvDl .grace___2e0bK .graceError___1-bU8 {
  display: block;
  margin: 0px 0px 8px 170px;
}
.agreement___2p7bx .setting___3QvDl .grace___2e0bK .ant-form-item-label {
  text-align: left;
  width: 16px;
}
.agreement___2p7bx .setting___3QvDl .grace___2e0bK .ant-form-item-control-wrapper .ant-form-explain {
  left: 90px;
  bottom: -16px;
}
.agreement___2p7bx .setting___3QvDl .grace___2e0bK .ant-select-arrow {
  color: rgba(0, 0, 0, 0.25);
}
.agreement___2p7bx .setting___3QvDl .grace___2e0bK .has-error .ant-select-selection {
  border-color: #f5222d;
}
.agreement___2p7bx .setting___3QvDl .grace___2e0bK .has-error .ant-select-selection .ant-select-arrow {
  color: #f5222d;
}
.agreement___2p7bx .setting___3QvDl .required___-jNiB .ant-form-item-label {
  text-align: left;
  width: 26px;
}
.agreement___2p7bx .setting___3QvDl .graceDesc___26d2W {
  margin-left: 16px;
  font-size: 15px;
}
.agreement___2p7bx .setting___3QvDl .graceDesc___26d2W.required___-jNiB {
  margin-left: 26px;
}
.agreement___2p7bx .setting___3QvDl .save___3SFE9 {
  text-align: right;
}
.modal___3tJ_- .ant-modal-footer {
  text-align: center;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.creditLimit___2534N {
  color: rgba(0, 0, 0, 0.72);
  font-size: 15px;
}
.creditLimit___2534N .limitDisplay___2fY4a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.creditLimit___2534N .limitDisplay___2fY4a label {
  font-size: 15px;
}
.creditLimit___2534N .charges___3PotS {
  margin: 0px 8px;
}
.creditLimit___2534N .charges___3PotS > p {
  margin: 0px;
}
.creditLimit___2534N .red___sGbyJ {
  color: #E7322B;
}
.reference___SYWXD > article {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.72);
  margin-bottom: 1em;
}
.reference___SYWXD > button {
  float: right;
}
.reference___SYWXD .ant-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
}
.reference___SYWXD .ant-form-item .ant-form-item-label {
  width: 200px;
  text-align: right;
}
.reference___SYWXD .ant-form-item .ant-form-item-label label {
  font-size: 15px;
}
.reference___SYWXD .ant-form-item .ant-form-item-label label::after {
  content: ":";
  display: inline-block;
}
.reference___SYWXD .ant-form-item .ant-form-item-control-wrapper {
  width: 44%;
}
/* 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-anchor {
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding-left: 2px;
}
.ant-anchor-wrapper {
  background-color: #fff;
  overflow: auto;
  padding-left: 4px;
  margin-left: -4px;
}
.ant-anchor-ink {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.ant-anchor-ink:before {
  content: ' ';
  position: relative;
  width: 2px;
  height: 100%;
  display: block;
  background-color: #e8e8e8;
  margin: 0 auto;
}
.ant-anchor-ink-ball {
  display: none;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: 2px solid #1890ff;
  background-color: #fff;
  left: 50%;
  -webkit-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ant-anchor-ink-ball.visible {
  display: inline-block;
}
.ant-anchor.fixed .ant-anchor-ink .ant-anchor-ink-ball {
  display: none;
}
.ant-anchor-link {
  padding: 7px 0 7px 16px;
  line-height: 1.143;
}
.ant-anchor-link-title {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-bottom: 6px;
}
.ant-anchor-link-title:only-child {
  margin-bottom: 0;
}
.ant-anchor-link-active > .ant-anchor-link-title {
  color: #1890ff;
}
.ant-anchor-link .ant-anchor-link {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.end-user-right-page___1QV4n {
  height: 100%;
  background: #fff;
}
.form-item-credit-card-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pay-term-modal-margin-right-24___Rfm2B {
  margin-right: 24px;
}
.pay-term-modal-margin-right-8___i_4Z0 {
  margin-right: 8px;
}
.pay-term-modal-margin-left-8___1-l-X {
  margin-left: 8px;
}
.form-item-credit-card___1c3w0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.contractChangeIcon___1DSCb {
  font-weight: 400;
  opacity: 0.8;
  margin-left: 8px;
}
.contractChangeIcon___1DSCb:hover {
  opacity: 1;
  cursor: pointer;
}
.accessList___2Xp6a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border: 0px;
}
.accessList___2Xp6a .anchorList___2hBaC {
  position: fixed;
  top: 88px;
  right: 0px;
  line-height: 1;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #F1F2F3;
}
.accessList___2Xp6a .anchorList___2hBaC > i {
  cursor: pointer;
  padding: 4px;
}
.accessList___2Xp6a .anchorList___2hBaC .ant-anchor-wrapper {
  padding: 0px 12px 12px;
  margin-left: 0px;
}
.accessList___2Xp6a .anchorList___2hBaC .ant-anchor-wrapper .ant-anchor-link {
  line-height: 1.2;
  padding: 6px 0px 6px 8px;
}
.accessList___2Xp6a .anchorList___2hBaC .ant-anchor-wrapper .ant-anchor-link a.ant-anchor-link-title {
  color: #336699;
}
.accessList___2Xp6a .anchorList___2hBaC .ant-anchor-wrapper .ant-anchor-link a.ant-anchor-link-title:hover {
  text-decoration: underline;
  color: #336699 !important;
  -webkit-text-decoration-color: #336699;
          text-decoration-color: #336699;
}
.accessList___2Xp6a .anchorList___2hBaC .ant-anchor-wrapper .ant-anchor-ink .ant-anchor-ink-ball {
  font-size: 15px;
  border-color: #03ADBC;
}
.accessList___2Xp6a .ant-collapse-item {
  border-bottom: 0px;
}
.accessList___2Xp6a .ant-collapse-item > .ant-collapse-header {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.accessList___2Xp6a .ant-collapse-item .ant-collapse-content {
  border-color: #F1F2F3;
}
.accessList___2Xp6a .divider___3fRTx {
  height: 16px;
  padding-bottom: 0px;
  background: #F1F2F3;
}
.accessList___2Xp6a .empty-space___2m-Na {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100vh - 200px);
}
.accessList___2Xp6a .empty-space___2m-Na p {
  margin-top: 0px;
  width: 600px;
  text-align: center;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.cust-page___1sgVa {
  min-height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  height: 100%;
}
.cust-page___1sgVa .empty-page___3jCbR {
  height: 100%;
  width: 100%;
  padding-top: 12%;
  text-align: center;
  background: #fff;
  font-size: 18px;
}
.cust-page___1sgVa .empty-page___3jCbR i {
  opacity: 0.16;
  font-size: 200px;
}
.cust-page___1sgVa .content___1osOQ {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 8px 0px;
}
.cust-page___1sgVa .ant-layout-content {
  background: #F1F2F3;
  overflow-x: inherit !important;
}
.cust-page___1sgVa .ant-layout-content > div.ant-spin-nested-loading > div.ant-spin-container {
  max-height: 100%;
  top: 0;
  bottom: 0;
}
.cust-page___1sgVa .ant-layout-content > div.ant-spin-nested-loading > div div.ant-spin-spinning {
  max-height: 100%;
  top: 0;
  bottom: 0;
}
.cust-page___1sgVa .sider___1vuQw {
  min-height: 100%;
  background-color: #f7f8f9;
  border-right: 1px solid #eaebec;
}
.cust-page___1sgVa .sider___1vuQw .header___2aPqY {
  text-align: right;
}
.cust-page___1sgVa .sider___1vuQw .header___2aPqY i {
  opacity: 0.4;
  cursor: pointer;
}
.cust-page___1sgVa .sider___1vuQw .ant-collapse {
  border: 0px;
  border-radius: 0px;
}
.cust-page___1sgVa .sider___1vuQw .ant-collapse .ant-collapse-header {
  background-color: #fff;
  border-top: 1px solid #f1f2f3;
  border-bottom: 1px solid #f1f2f3;
  border-radius: 0px;
  font-size: 16px;
  font-weight: bold;
}
.cust-page___1sgVa .sider___1vuQw .ant-collapse .ant-collapse-header:hover,
.cust-page___1sgVa .sider___1vuQw .ant-collapse .ant-collapse-header:focus {
  border-color: #03ADBC;
  color: #03ADBC;
  font-weight: bold;
}
.cust-page___1sgVa .sider___1vuQw .ant-collapse .ant-collapse-content {
  border-top: 0px;
  background-color: #f7f8f9;
}
.cust-page___1sgVa .sider___1vuQw .ant-collapse .cust-search-tree {
  background: #f7f8f9;
}
.cust-page___1sgVa .sider___1vuQw .ant-collapse .ant-collapse-item {
  border-bottom: 0px;
  margin-bottom: 16px;
}
.end-cust-mgr-page .esmPermissionList .editable-cell-icon-check i:nth-of-type(2n) {
  margin-left: 8px;
}
.end-cust-mgr-page .noticeHint {
  color: #03ADBC;
  font-weight: 400;
  padding-left: 8px;
  font-size: 16px;
  cursor: pointer;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.email-mgr-page {
  margin: 20px;
}
.email-mgr-page .common-components .ant-select-selection--multiple .ant-select-selection__choice {
  max-width: 40%;
}
.email-mgr-page .topbar .left {
  float: left;
}
.email-mgr-page .topbar .right {
  float: right;
}
.email-mgr-page .topbar .template-label {
  font-weight: bold;
  font-style: italic;
}
.email-mgr-page .email-img-upload .ant-upload-select-picture-card {
  width: 100%;
  position: relative;
}
.email-mgr-page .email-img-upload .ant-upload-select-picture-card .preview-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.email-mgr-page .email-tag {
  display: inline-block;
  background: red;
  color: #fff;
  line-height: 16px;
  min-width: 16px;
  text-align: center;
  font-size: 12px;
  position: relative;
  z-index: 3;
  margin-left: 4px;
}
.email-mgr-page .email-tag:before {
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  border: 4px solid red;
  border-color: transparent red transparent transparent;
  position: absolute;
  bottom: -4px;
  right: 0;
}
.email-mgr-page .email-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.email-mgr-page .email-block .edit-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 450px;
  background: #ffffff;
  padding: 20px;
}
.email-mgr-page .email-block .preview-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% - 450px);
  padding: 0 0 0 32px;
  position: relative;
}
.email-mgr-page .email-block .preview-block .template-desc {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  margin-bottom: 8px;
}
.email-mgr-page .email-block .preview-block .template-desc .title {
  font-size: 22px;
  margin-bottom: 8px;
}
.email-mgr-page .email-block .preview-block .email-item-box {
  display: table;
  margin-bottom: 8px;
}
.email-mgr-page .email-block .preview-block .email-item-box .email-item-tr {
  display: table-row;
}
.email-mgr-page .email-block .preview-block .email-item-box .email-item-tr dt,
.email-mgr-page .email-block .preview-block .email-item-box .email-item-tr dd {
  display: table-cell;
}
.email-mgr-page .email-block .preview-block .email-item-box .email-item-tr dt {
  text-align: right;
}
.email-mgr-page .email-block .preview-block .email-item-box .email-item-tr dd > p {
  max-width: 880px;
  overflow-wrap: break-word;
  padding-left: 5px;
  margin-bottom: 6px;
}
.email-mgr-page .email-block .preview-block #content-box {
  width: 100%;
  overflow-x: auto;
  border: 1px dashed rgba(0, 0, 0, 0.6);
  padding: 8px 0;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.my-invoice.type-eu {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 1680px) {
  .my-invoice.type-eu {
    padding: 0 20px;
  }
}
.my-invoice.type-eu .search-bar {
  padding-right: 4px;
}
.my-invoice.type-eu .search-bar .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.my-invoice.type-rs {
  padding: 20px;
}
.my-invoice .search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  border-radius: 6px 6px 0 0;
  padding: 30px 20px 30px;
}
.my-invoice .search-bar .my-account {
  color: #0076ce;
  font-weight: bold;
}
.invoice-detail .ant-modal-footer {
  text-align: center;
}
.invoice-detail .float-right {
  float: right;
  padding: 4px 16px 0 16px;
}
.invoice-detail .invoice-total {
  display: table-cell;
  background: #fff;
  padding: 8px 0 8px 8px;
}
.invoice-detail .invoice-total dl {
  display: table-row;
}
.invoice-detail .invoice-total dl.total dt {
  color: #000000;
}
.invoice-detail .invoice-total dl.total dt,
.invoice-detail .invoice-total dl.total dd {
  font-size: 18px;
}
.invoice-detail .invoice-total dl dt,
.invoice-detail .invoice-total dl dd {
  display: table-cell;
  font-size: 15px;
  padding: 6px 100px 6px 8px;
  color: rgba(0, 0, 0, 0.72);
}
.invoice-detail .invoice-total dl dt:last-of-type,
.invoice-detail .invoice-total dl dd:last-of-type {
  padding-right: 16px;
}
.invoice-detail .invoice-total dl dt {
  text-align: right;
  font-style: italic;
}
.invoice-detail .invoice-total dl dd {
  font-weight: bold;
  color: #E7322B;
}
.invoice-detail .invoice-total dl dd:last-of-type {
  text-align: right;
}
.invoice-dropdown {
  padding-top: 6px;
}
.invoice-dropdown .invoice-dropdown-title {
  color: #000000;
}
.invoice-dropdown .invoice-dropdown-title:hover {
  color: #000000;
}
.invoice-dropdown-input {
  padding: 8px 0;
}
.invoice-dropdown-input Button {
  margin-left: 8px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.rs-page-breadcrumb {
  background: #f7f8fa;
  padding: 4px 10px;
}
.rs-page-breadcrumb a {
  color: #336699 !important;
}
.rs-page-breadcrumb a:hover {
  text-decoration: underline !important;
  -webkit-text-decoration-color: #336699 !important;
          text-decoration-color: #336699 !important;
}
.rs-page-breadcrumb .ant-breadcrumb-link {
  color: #000000;
}
.popover-tags {
  font-size: 16px;
  min-height: 28px;
  line-height: 28px;
  margin-bottom: 6px;
  border: none;
  background: #ECEDEE;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.colorBlockBoxShadow___q21Nm {
  -webkit-box-shadow: 0 0 1px 1px rgba(100, 100, 100, 0.1);
          box-shadow: 0 0 1px 1px rgba(100, 100, 100, 0.1);
}
.rs-bottom-fix-except-nav {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 136px;
  width: calc(100% - 136px);
  min-width: calc(1144px);
  height: auto;
}
.rs-bottom-fix-except-nav:before {
  display: block;
  content: ' ';
  position: fixed;
  top: 0;
  left: 136px;
  width: 100%;
  height: 100vh;
  z-index: 3;
  background: rgba(0, 0, 0, 0.32);
}
.rs-bottom-fix-except-nav .content-wrap {
  position: relative;
  z-index: 3;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 1px 1px 12px 7px rgba(0, 0, 0, 0.08);
          box-shadow: 1px 1px 12px 7px rgba(0, 0, 0, 0.08);
  padding: 20px 0 0 20px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.colorBlockBoxShadow___6WFpt {
  -webkit-box-shadow: 0 0 1px 1px rgba(100, 100, 100, 0.1);
          box-shadow: 0 0 1px 1px rgba(100, 100, 100, 0.1);
}
.catalog-coupon-page .right-content-wrap {
  margin: 20px;
}
.catalog-coupon-page .right-content-wrap table .ant-spin-spinning {
  z-index: 1;
}
.catalog-coupon-page .define-eu-template-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catalog-coupon-page .define-eu-template-header .title {
  font-size: 20px;
  line-height: 2.5;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.48);
}
.catalog-coupon-page .define-eu-template-header .title .tips {
  font-size: 22px;
  vertical-align: middle;
  margin-left: 4px;
}
.catalog-coupon-page .define-eu-template-header .rightBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-coupon-page .define-eu-template-header .rightBtns .search {
  margin: 0 8px 0 12px;
}
.edit-coupon .content-wrap .ant-form-item-control {
  line-height: 42px;
  height: 42px;
}
.edit-coupon .content-wrap .ant-col-4,
.edit-coupon .content-wrap .ant-col-5,
.edit-coupon .content-wrap .ant-col-8 {
  padding-right: 20px;
}
.edit-coupon .content-wrap .actions {
  float: right;
  text-align: right;
  padding-right: 20px;
}
.edit-coupon .content-wrap .actions button {
  margin-left: 20px;
}
.edit-coupon .content-wrap .common-components .ant-select-selection--multiple .ant-select-selection__choice {
  width: 30%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.edit-coupon .content-wrap .time-limit-box {
  white-space: nowrap;
}
.wrapper___PaY78 {
  background-color: #A9A9AA !important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-top: 71px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000000;
  padding-bottom: 24px;
}
.action-bar-wrapper___1gvVs {
  height: 55px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #DDDEDF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.action-bar___WZ2Sn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px;
}
.action-bar-section___35XQI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.action-bar-switch-text___1IkHc {
  font-size: 14px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-left: 8px;
}
.action-bar-save-button___fJOzR {
  margin-left: 8px;
}
.content___3CZvW {
  width: 960px;
  height: 3000px;
  min-height: 1200px;
  height: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding-bottom: 24px;
  padding-top: 28px;
}
.content-top-wrapper___15T5R {
  width: 862px;
  margin: 0 auto;
}
.content-top-wrapper___15T5R .invoice-number___e4A6h {
  padding-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-top-wrapper___15T5R .invoice-number___e4A6h .invoice-number-label___3FYA7 {
  width: 94px;
  height: 30px;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  margin-right: 8px;
  text-align: center;
}
.content-top-wrapper___15T5R .invoice-number___e4A6h .invoice-number-value___1szNM {
  width: 65px;
  height: 22px;
  font-size: 17px;
  font-weight: bold;
  background-color: #EAEBEC;
  line-height: 22px;
  text-align: center;
}
.content-top-wrapper___15T5R .invoice-description-wrapper___y2Fom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 18px;
}
.content-top-wrapper___15T5R .invoice-description-wrapper___y2Fom > div {
  width: 371px;
}
.text-wrapper___AsOQ7 {
  width: 868px;
  margin: 0 auto;
}
.table-wrapper___1Zb71 {
  width: 868px;
  margin: 0 auto;
  padding-top: 24px;
}
.table-wrapper___1Zb71 .table-total-wrapper___k9xBu {
  padding-right: 32px;
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.logo-action-menu___25qUx {
  max-width: 100px;
}
.menu-item___2-V3N {
  min-height: 34px !important;
  padding: 1px !important;
  background-color: #FFFFFF !important;
}
.menu-item___2-V3N .logo-location___MHQ8u {
  font-size: 32px !important;
  color: #00AFBE;
}
.menu-item___2-V3N .logo-location___MHQ8u:hover {
  color: #1BB7C5 !important;
}
.menu-item___2-V3N .selected___3Qu8v {
  color: #7C878E !important;
}
.menu-item___2-V3N:hover {
  color: #000000 !important;
}
.delete-icon___30zXi {
  font-size: 24px !important;
  color: rgba(0, 0, 0, 0.3);
  line-height: 24px;
}
.delete-icon___30zXi:hover {
  cursor: pointer;
  color: #00afbe !important;
}
.tips-wrapper___3TpWH {
  width: 302px;
  font-size: 14px;
  color: #595959;
}
.upload-tips-wrapper___uNDTb {
  width: 361px;
  font-size: 14px;
  color: #595959;
}
.tips___1yd08 {
  cursor: pointer;
  font-size: 24px;
  color: #ed450a;
  margin-left: 8px;
}
.upload-wrapper___ojFZt {
  display: inline-block;
  vertical-align: top;
}
.upload-icon-wrapper___3_F-1 {
  height: 24px;
  margin-top: 4px;
}
.upload-icon-wrapper___3_F-1 .tips___1yd08 {
  line-height: 24px;
  margin-left: 0;
}
.bottom-upload-wrapper___2MteK {
  width: 862px;
  margin: 0 auto;
  margin-top: 322px;
}
.invocoice-bold___3oKd4 {
  font-weight: bold;
}
.invocoice-billto-input___3Ot37 {
  margin-bottom: 4px;
}
.billto-item___38oKW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
}
.billto-item___38oKW span {
  line-height: 24px;
}
.billto-item___38oKW .delete-icon___1mxe4 {
  font-size: 24px !important;
  color: rgba(0, 0, 0, 0.3);
}
.billto-item___38oKW .delete-icon___1mxe4:hover {
  cursor: pointer;
  color: #00afbe;
}
.menu-item___CgIbg {
  height: 34px;
  min-height: 0 !important;
}
.menu-item___CgIbg span {
  font-size: 13px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.4);
}
.menu-item___CgIbg .active___26mev {
  color: #000000 !important;
}
.add-item-button___1Cbej {
  z-index: 0 !important;
}
.invocoice-detail-input___XgShy {
  margin-top: 26px;
  margin-bottom: 4px;
}
.invocoice-bold___3x0h_ {
  font-weight: bold;
}
.detail-item___35sWL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
}
.detail-item___35sWL span {
  line-height: 24px;
}
.detail-item___35sWL .delete-icon___35faM {
  font-size: 24px !important;
  color: rgba(0, 0, 0, 0.3);
}
.detail-item___35sWL .delete-icon___35faM:hover {
  cursor: pointer;
  color: #00afbe;
}
.menu-item___2HOKT {
  height: 34px;
  min-height: 0 !important;
}
.menu-item___2HOKT span {
  font-size: 13px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.4);
}
.menu-item___2HOKT .active___3_YR- {
  color: #000000 !important;
}
.add-item-button___AZNBl {
  z-index: 0 !important;
}
.invoice-text-wrapper___VSb75 {
  border-top: 4px solid #323E4D;
  margin-top: 26px;
}
.invoice-text-wrapper___VSb75 .invoice-text1-wrapper___IRE4o {
  margin: 10px 0 12px 0;
}
.invoice-text-wrapper___VSb75 .invoice-text1-wrapper___IRE4o .invoice-text1___3QCbJ {
  line-height: 23px;
  font-weight: bold;
}
.invoice-text-wrapper___VSb75 .invoice-text2___3QhW0 {
  line-height: 23px;
}
.service-wrapper___3Nn38 {
  width: 371px;
}
.invoice-bold___3c0qE {
  font-weight: bold;
}
.invoice-semibold___6hCCl {
  font-weight: 600;
  text-align: right;
}
.service-invoice-input___3107X {
  padding-bottom: 9px;
  border-bottom: 2px solid #D0D3D4;
}
.invoice-usd-input___IdvCG {
  width: 201px;
}
.invoice-usd-wrapper___25R0D {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 9px 0 8px 0;
  text-align: right;
  border-bottom: 2px solid #D0D3D4;
}
.invoice-usd-wrapper___25R0D .summary-totalamount-value___313Uo {
  font-size: 13px;
  line-height: 17px;
}
.invoice-usd-wrapper___25R0D .summary-totalamount-value___313Uo {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 3px;
}
.summary-wrapper___2BJpu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 8px;
}
.summary-wrapper___2BJpu div {
  text-align: right;
}
.summary-wrapper___2BJpu .summary-name___1CF3e {
  width: 190px;
}
.summary-wrapper___2BJpu .summary-text___1YnFi {
  font-size: 14px;
  line-height: 24px;
}
/* Message Box */
/* Table */
/*Form Input*/
/*FontSize List*/
/* RS left nav width*/
/*body min width*/
/* rs-right-content */
/*container*/
/*Tile box color*/
.form-checkbox.for-login .ant-checkbox-wrapper:hover .ant-checkbox-inner {
  border-color: #03ADBC;
}
.form-checkbox.for-login.ant-checkbox-wrapper:hover .ant-checkbox-inner {
  border-color: #03ADBC;
}
.form-checkbox.for-login .ant-checkbox:hover .ant-checkbox-inner {
  border-color: #03ADBC;
}
.form-checkbox.for-login .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner {
  background: #03ADBC;
  border-color: #03ADBC;
}
.form-checkbox .ant-checkbox-wrapper:hover .ant-checkbox-inner {
  border-color: #8AA91F;
}
.form-checkbox.ant-checkbox-wrapper:hover .ant-checkbox-inner {
  border-color: #8AA91F;
}
.form-checkbox .ant-checkbox:hover .ant-checkbox-inner {
  border-color: #8AA91F;
}
.form-checkbox .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner {
  background: #8AA91F;
  border-color: #8AA91F;
}
.table-wrapper___35UVR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.action-icon___2-xCv {
  height: 40px;
  width: 32px;
  font-size: 24px !important;
  color: #7C878E;
  margin-left: 4px;
}
.action-icon___2-xCv:hover {
  cursor: pointer;
  color: #00afbe;
}
.menu-item___3nYfE {
  min-height: 34px;
  padding-left: 7px;
  font-size: 13px;
  line-height: 32px;
}
.table-row___3BpJM td {
  padding: 8px;
}
.table-header-input___L4ftq {
  padding: 4px !important;
}
.summary-wrapper___1hAkz {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: right;
}
.summary-wrapper___1hAkz > div:first-child {
  width: 170px;
}
.summary-text___11PNw {
  font-size: 14px;
  line-height: 24px;
}
.summary-text1___2yr53 {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.summary-text-padding___5yHYV {
  padding-right: 7px;
}
.totalusd-input___a9CsC {
  text-align: right;
  font-weight: bold;
  line-height: 24px;
  width: 170px;
}
.summary-input-wrapper___2qHyA {
  border-top: 1px solid #D0D3D4;
  padding-top: 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.summary-totalusd-wrapper___3uTle {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.summary-total-wrapper___UWaXi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #D0D3D4;
  padding-top: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.summary-input-wrapper___2qHyA > div:first-child {
  width: 170px;
}
.invoice-read-wrapper___-iwZF {
  width: 840px;
  margin: 0 auto;
  font-family: Arial;
  font-size: 14px;
  color: #000000;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}
.invoice-logo1___FWtV1 {
  height: 52px;
}
.invoices-number-wrapper___ycifD {
  margin-top: 8px;
}
.invoices-number-wrapper___ycifD .invoices-name___1zD8u {
  height: 30px;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  width: 78px;
  margin-right: 8px;
}
.invoices-number-wrapper___ycifD .invoices-value___3TCuV {
  height: 22px;
  font-size: 17px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  background-color: #EAEBEC;
}
.invoices-description-wrapper___2eMrf {
  margin-top: 23px;
}
.invoices-description-wrapper___2eMrf .invoice-billto-wrapper___XYYns .invoice-billto-name___RV4Wl {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}
.invoices-description-wrapper___2eMrf .invoice-billto-wrapper___XYYns .invoice-billto-item___3PbxK {
  font-size: 14px;
  line-height: 24px;
}
.invoices-description-wrapper___2eMrf .invoice-detail-wrapper___1Qe0y {
  margin-top: 24px;
}
.invoices-description-wrapper___2eMrf .invoice-detail-wrapper___1Qe0y .invoice-detail-name___3dRlQ {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}
.invoices-description-wrapper___2eMrf .invoice-detail-wrapper___1Qe0y .invoice-detail-item___1cths {
  font-size: 14px;
  line-height: 24px;
}
.invoices-description-wrapper___2eMrf .invoice-cssi-wrapper___PhpRG .invoice-cssi-name___1eDjH {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: 2px solid #D0D3D4;
}
.invoices-description-wrapper___2eMrf .invoice-cssi-wrapper___PhpRG .invoice-usd-wrapper___3-kVG {
  border-bottom: 2px solid #D0D3D4;
  padding-bottom: 8px;
}
.invoices-description-wrapper___2eMrf .invoice-cssi-wrapper___PhpRG .invoice-usd-wrapper___3-kVG .invoice-totalamount-name___3081M {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: right;
  padding-top: 8px;
}
.invoices-description-wrapper___2eMrf .invoice-cssi-wrapper___PhpRG .invoice-usd-wrapper___3-kVG .invoice-totalamount-value___2L2bw {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  text-align: right;
  padding-top: 8px;
}
.invoices-description-wrapper___2eMrf .invoice-cssi-wrapper___PhpRG .invoice-usd-wrapper___3-kVG .invoice-settledate-value___112Gu {
  font-size: 13px;
  line-height: 17px;
  text-align: right;
  padding-top: 2px;
}
.invoices-description-wrapper___2eMrf .invoice-cssi-wrapper___PhpRG .invoice-subtotal-wrapper___29U9f {
  padding-top: 8px;
}
.invoices-description-wrapper___2eMrf .invoice-cssi-wrapper___PhpRG .invoice-subtotal-wrapper___29U9f .invoice-subtotal-name___2pnx0,
.invoices-description-wrapper___2eMrf .invoice-cssi-wrapper___PhpRG .invoice-subtotal-wrapper___29U9f .invoice-tax-name___3y4W0,
.invoices-description-wrapper___2eMrf .invoice-cssi-wrapper___PhpRG .invoice-subtotal-wrapper___29U9f .invoice-subtotal-value___p4LlR,
.invoices-description-wrapper___2eMrf .invoice-cssi-wrapper___PhpRG .invoice-subtotal-wrapper___29U9f .invoice-tax-value___31Qad {
  font-size: 14px;
  line-height: 24px;
  text-align: right;
}
.invoice-text-wrapper___3e--z {
  margin-top: 24px;
  border-top: 4px solid #323E4D;
}
.invoice-text-wrapper___3e--z .invoice-text1___1SDtf {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding-top: 8px;
}
.invoice-text-wrapper___3e--z .invoice-text2___2jqBt {
  font-size: 14px;
  line-height: 20px;
  padding-top: 8px;
}
.invoice-table-wrapper___3LEXI {
  margin-top: 24px;
}
.invoice-table-wrapper___3LEXI td {
  word-break: break-word !important;
}
.invoice-table-wrapper___3LEXI th {
  color: #FFFFFF !important;
  background-color: #323E4D !important;
  word-break: break-word !important;
}
.invoice-summary-wrapper___2VkNC {
  margin-top: 24px;
}
.invoice-summary-wrapper___2VkNC .invoice-summary-text___1Pak1 {
  text-align: right;
  font-size: 14px;
  line-height: 24px;
}
.invoice-summary-wrapper___2VkNC .invoice-summary-text1___2f5lr {
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.invoice-summary-wrapper___2VkNC .invoice-summary-usd-wrapper___1Dwkp {
  border-top: 1px solid #D0D3D4;
  padding-top: 8px;
}
.invoice-summary-wrapper___2VkNC .invoice-summary-usd-wrapper___1Dwkp .invoice-summary-usd___xVt8e {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.invoice-logo1-wrapper___1tTs1 {
  margin-top: 200px;
  margin-bottom: 24px;
}
.upload1___2WrKa {
  color: #00AFBE;
  font-size: 15px;
  font-weight: bold;
}
.upload2___1mQGJ {
  color: #7C878E;
  font-size: 13px;
  font-style: italic;
}
.logo___2XHvI {
  height: 52px;
}
.not-found-page {
  background-color: #2d2f31;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.not-found-page .inner {
  width: 960px;
  margin: 0 auto;
}
.not-found-page .inner .status-404 {
  width: 290px;
  margin-left: 74px;
}
.not-found-page .inner h3 {
  font-size: 48px;
  font-weight: normal;
  padding: 0 0 0 115px;
  color: #f2e2c4;
  margin-top: -5px;
}
.not-found-page .inner .cat {
  width: 370px;
  margin-left: 114px;
}
