/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */

.fa {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(2em * -1);
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border-color: #eee;
  border-radius: 0.1em;
  border-style: solid;
  border-width: 0.08em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
  margin-right: 0.3em;
}

.fa-pull-right {
  float: right;
  margin-left: 0.3em;
}

.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
}

.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}

.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps(8);
  animation-timing-function: steps(8);
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}

@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}

@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }

  10% {
    -webkit-transform: scale(1.1, 0.9) translateY(0);
    transform: scale(1.1, 0.9) translateY(0);
  }

  30% {
    -webkit-transform: scale(0.9, 1.1) translateY(-0.5em);
    transform: scale(0.9, 1.1) translateY(-0.5em);
  }

  50% {
    -webkit-transform: scale(1.05, 0.95) translateY(0);
    transform: scale(1.05, 0.95) translateY(0);
  }

  57% {
    -webkit-transform: scale(1, 1) translateY(-0.125em);
    transform: scale(1, 1) translateY(-0.125em);
  }

  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }

  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }

  10% {
    -webkit-transform: scale(1.1, 0.9) translateY(0);
    transform: scale(1.1, 0.9) translateY(0);
  }

  30% {
    -webkit-transform: scale(0.9, 1.1) translateY(-0.5em);
    transform: scale(0.9, 1.1) translateY(-0.5em);
  }

  50% {
    -webkit-transform: scale(1.05, 0.95) translateY(0);
    transform: scale(1.05, 0.95) translateY(0);
  }

  57% {
    -webkit-transform: scale(1, 1) translateY(-0.125em);
    transform: scale(1, 1) translateY(-0.125em);
  }

  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }

  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}

@-webkit-keyframes fa-fade {
  50% {
    opacity: 0.4;
  }
}

@keyframes fa-fade {
  50% {
    opacity: 0.4;
  }
}

@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: 0.4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.125);
    transform: scale(1.125);
  }
}

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: 0.4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.125);
    transform: scale(1.125);
  }
}

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg);
  }
}

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg);
  }
}

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  40%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  40%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.fa-rotate-by {
  -webkit-transform: rotate(none);
  transform: rotate(none);
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: auto;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0::before {
  content: "\30";
}

.fa-1::before {
  content: "\31";
}

.fa-2::before {
  content: "\32";
}

.fa-3::before {
  content: "\33";
}

.fa-4::before {
  content: "\34";
}

.fa-5::before {
  content: "\35";
}

.fa-6::before {
  content: "\36";
}

.fa-7::before {
  content: "\37";
}

.fa-8::before {
  content: "\38";
}

.fa-9::before {
  content: "\39";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-at::before {
  content: "\40";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-info::before {
  content: "\f129";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-crop::before {
  content: "\f125";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-pager::before {
  content: "\f815";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-k::before {
  content: "\4b";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-comments::before {
  content: "\f086";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-blog::before {
  content: "\f781";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-w::before {
  content: "\57";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-clover::before {
  content: "\e139";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-film::before {
  content: "\f008";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-memory::before {
  content: "\f538";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-flag::before {
  content: "\f024";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-compress::before {
  content: "\f066";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-asterisk::before {
  content: "\2a";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-lock::before {
  content: "\f023";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-om::before {
  content: "\f679";
}

.fa-worm::before {
  content: "\e599";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-i::before {
  content: "\49";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-pills::before {
  content: "\f484";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-v::before {
  content: "\56";
}

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-school::before {
  content: "\f549";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-joint::before {
  content: "\f595";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-q::before {
  content: "\51";
}

.fa-g::before {
  content: "\47";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-vial::before {
  content: "\f492";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-e::before {
  content: "\45";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-user::before {
  content: "\f007";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-key::before {
  content: "\f084";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-c::before {
  content: "\43";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-star::before {
  content: "\f005";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-cross::before {
  content: "\f654";
}

.fa-box::before {
  content: "\f466";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-spider::before {
  content: "\f717";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-slash::before {
  content: "\f715";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-server::before {
  content: "\f233";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-venus::before {
  content: "\f221";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-crown::before {
  content: "\f521";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-l::before {
  content: "\4c";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-city::before {
  content: "\f64f";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-headset::before {
  content: "\f590";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-bold::before {
  content: "\f032";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-train::before {
  content: "\f238";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-crow::before {
  content: "\f520";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-image::before {
  content: "\f03e";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-vest::before {
  content: "\e085";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-virus::before {
  content: "\e074";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-archway::before {
  content: "\f557";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-church::before {
  content: "\f51d";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-z::before {
  content: "\5a";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-a::before {
  content: "\41";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-p::before {
  content: "\50";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-question::before {
  content: "\3f";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-f::before {
  content: "\46";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-poop::before {
  content: "\f619";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-eject::before {
  content: "\f052";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-h::before {
  content: "\48";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-heart::before {
  content: "\f004";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-r::before {
  content: "\52";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-circle::before {
  content: "\f111";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-phone::before {
  content: "\f095";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-divide::before {
  content: "\f529";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-j::before {
  content: "\4a";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "\4f";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-otter::before {
  content: "\f700";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-comment::before {
  content: "\f075";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-water::before {
  content: "\f773";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-chess::before {
  content: "\f439";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-vials::before {
  content: "\f493";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "\55";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-s::before {
  content: "\53";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "\4e";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-b::before {
  content: "\42";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-sun::before {
  content: "\f185";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\3c";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-bug::before {
  content: "\f188";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-bed::before {
  content: "\f236";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\3e";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-socks::before {
  content: "\f696";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-section::before {
  content: "\e447";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-drum::before {
  content: "\f569";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-play::before {
  content: "\f04b";
}

.fa-font::before {
  content: "\f031";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "\59";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-fish::before {
  content: "\f578";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-child-combatant::before {
  content: "\e4e0";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-plus::before {
  content: "\2b";
}

.fa-add::before {
  content: "\2b";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-equals::before {
  content: "\3d";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-map::before {
  content: "\f279";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-store::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-fill::before {
  content: "\f575";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\25";
}

.fa-percentage::before {
  content: "\25";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-display::before {
  content: "\e163";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tents::before {
  content: "\e582";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-moon::before {
  content: "\f186";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-hashtag::before {
  content: "\23";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "\54";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-fan::before {
  content: "\f863";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "\4d";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-book::before {
  content: "\f02d";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-check::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-rug::before {
  content: "\e569";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-dice::before {
  content: "\f522";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-jar::before {
  content: "\e516";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-plane::before {
  content: "\f072";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-exclamation::before {
  content: "\21";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-print::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-dollar-sign::before {
  content: "\24";
}

.fa-dollar::before {
  content: "\24";
}

.fa-usd::before {
  content: "\24";
}

.fa-x::before {
  content: "\58";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-d::before {
  content: "\44";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.amis-scope .sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.amis-scope .sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2"), url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf") format("truetype");
}

.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-aws:before {
  content: "\f375";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-modx:before {
  content: "\f285";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-square-js:before {
  content: "\f3b9";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-unity:before {
  content: "\e049";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-vk:before {
  content: "\f189";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-square-reddit:before {
  content: "\f1a2";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-edge:before {
  content: "\f282";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-safari:before {
  content: "\f267";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-square-viadeo:before {
  content: "\f2aa";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-centos:before {
  content: "\f789";
}

.fa-adn:before {
  content: "\f170";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-square-dribbble:before {
  content: "\f397";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-node:before {
  content: "\f419";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-hips:before {
  content: "\f452";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-discord:before {
  content: "\f392";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-square-steam:before {
  content: "\f1b7";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-apple:before {
  content: "\f179";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-square-github:before {
  content: "\f092";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-neos:before {
  content: "\f612";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-angular:before {
  content: "\f420";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-gitlab-square:before {
  content: "\e5ae";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-sith:before {
  content: "\f512";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-react:before {
  content: "\f41b";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-gg:before {
  content: "\f260";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-xing:before {
  content: "\f168";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-less:before {
  content: "\f41d";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-square-xing:before {
  content: "\f169";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-fly:before {
  content: "\f417";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-viber:before {
  content: "\f409";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-audible:before {
  content: "\f373";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-square-lastfm:before {
  content: "\f203";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-figma:before {
  content: "\f799";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-docker:before {
  content: "\f395";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-apper:before {
  content: "\f371";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-square-behance:before {
  content: "\f1b5";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-square-git:before {
  content: "\f1d2";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-square-tumblr:before {
  content: "\f174";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-trello:before {
  content: "\f181";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-android:before {
  content: "\f17b";
}

.fa-bots:before {
  content: "\e340";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-uber:before {
  content: "\f402";
}

.fa-github:before {
  content: "\f09b";
}

.fa-php:before {
  content: "\f457";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-stubber:before {
  content: "\e5c7";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-odysee:before {
  content: "\e5c6";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-usb:before {
  content: "\f287";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-strava:before {
  content: "\f428";
}

.fa-ember:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"), url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf") format("truetype");
}

.far,
.fa-regular {
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"), url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf") format("truetype");
}

.fas,
.fa-solid {
  font-weight: 900;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src: url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2"), url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"), url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src: url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"), url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"), url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2"), url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"), url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC;
}

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.woff2") format("woff2"), url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A;
}

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */

.fa.fa-glass:before {
  content: "\f000";
}

.fa.fa-envelope-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-envelope-o:before {
  content: "\f0e0";
}

.fa.fa-star-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-star-o:before {
  content: "\f005";
}

.fa.fa-remove:before {
  content: "\f00d";
}

.fa.fa-close:before {
  content: "\f00d";
}

.fa.fa-gear:before {
  content: "\f013";
}

.fa.fa-trash-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-trash-o:before {
  content: "\f2ed";
}

.fa.fa-home:before {
  content: "\f015";
}

.fa.fa-file-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-file-o:before {
  content: "\f15b";
}

.fa.fa-clock-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-clock-o:before {
  content: "\f017";
}

.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
  content: "\f358";
}

.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b";
}

.fa.fa-play-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-play-circle-o:before {
  content: "\f144";
}

.fa.fa-repeat:before {
  content: "\f01e";
}

.fa.fa-rotate-right:before {
  content: "\f01e";
}

.fa.fa-refresh:before {
  content: "\f021";
}

.fa.fa-list-alt {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-list-alt:before {
  content: "\f022";
}

.fa.fa-dedent:before {
  content: "\f03b";
}

.fa.fa-video-camera:before {
  content: "\f03d";
}

.fa.fa-picture-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "\f03e";
}

.fa.fa-photo {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "\f03e";
}

.fa.fa-image {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-image:before {
  content: "\f03e";
}

.fa.fa-map-marker:before {
  content: "\f3c5";
}

.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-pencil-square-o:before {
  content: "\f044";
}

.fa.fa-edit {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-edit:before {
  content: "\f044";
}

.fa.fa-share-square-o:before {
  content: "\f14d";
}

.fa.fa-check-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-check-square-o:before {
  content: "\f14a";
}

.fa.fa-arrows:before {
  content: "\f0b2";
}

.fa.fa-times-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-times-circle-o:before {
  content: "\f057";
}

.fa.fa-check-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-check-circle-o:before {
  content: "\f058";
}

.fa.fa-mail-forward:before {
  content: "\f064";
}

.fa.fa-expand:before {
  content: "\f424";
}

.fa.fa-compress:before {
  content: "\f422";
}

.fa.fa-eye {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-warning:before {
  content: "\f071";
}

.fa.fa-calendar:before {
  content: "\f073";
}

.fa.fa-arrows-v:before {
  content: "\f338";
}

.fa.fa-arrows-h:before {
  content: "\f337";
}

.fa.fa-bar-chart:before {
  content: "\e0e3";
}

.fa.fa-bar-chart-o:before {
  content: "\e0e3";
}

.fa.fa-twitter-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-twitter-square:before {
  content: "\f081";
}

.fa.fa-facebook-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-facebook-square:before {
  content: "\f082";
}

.fa.fa-gears:before {
  content: "\f085";
}

.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
  content: "\f164";
}

.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
  content: "\f165";
}

.fa.fa-heart-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-heart-o:before {
  content: "\f004";
}

.fa.fa-sign-out:before {
  content: "\f2f5";
}

.fa.fa-linkedin-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-linkedin-square:before {
  content: "\f08c";
}

.fa.fa-thumb-tack:before {
  content: "\f08d";
}

.fa.fa-external-link:before {
  content: "\f35d";
}

.fa.fa-sign-in:before {
  content: "\f2f6";
}

.fa.fa-github-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-github-square:before {
  content: "\f092";
}

.fa.fa-lemon-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-lemon-o:before {
  content: "\f094";
}

.fa.fa-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-square-o:before {
  content: "\f0c8";
}

.fa.fa-bookmark-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-bookmark-o:before {
  content: "\f02e";
}

.fa.fa-twitter {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-facebook:before {
  content: "\f39e";
}

.fa.fa-facebook-f {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-facebook-f:before {
  content: "\f39e";
}

.fa.fa-github {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "\f09e";
}

.fa.fa-hdd-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-hdd-o:before {
  content: "\f0a0";
}

.fa.fa-hand-o-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa.fa-hand-o-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa.fa-hand-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa.fa-hand-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa.fa-globe:before {
  content: "\f57d";
}

.fa.fa-tasks:before {
  content: "\f828";
}

.fa.fa-arrows-alt:before {
  content: "\f31e";
}

.fa.fa-group:before {
  content: "\f0c0";
}

.fa.fa-chain:before {
  content: "\f0c1";
}

.fa.fa-cut:before {
  content: "\f0c4";
}

.fa.fa-files-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-files-o:before {
  content: "\f0c5";
}

.fa.fa-floppy-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "\f0c7";
}

.fa.fa-save {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-save:before {
  content: "\f0c7";
}

.fa.fa-navicon:before {
  content: "\f0c9";
}

.fa.fa-reorder:before {
  content: "\f0c9";
}

.fa.fa-magic:before {
  content: "\e2ca";
}

.fa.fa-pinterest {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa.fa-google-plus-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa.fa-google-plus {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-google-plus:before {
  content: "\f0d5";
}

.fa.fa-money:before {
  content: "\f3d1";
}

.fa.fa-unsorted:before {
  content: "\f0dc";
}

.fa.fa-sort-desc:before {
  content: "\f0dd";
}

.fa.fa-sort-asc:before {
  content: "\f0de";
}

.fa.fa-linkedin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-linkedin:before {
  content: "\f0e1";
}

.fa.fa-rotate-left:before {
  content: "\f0e2";
}

.fa.fa-legal:before {
  content: "\f0e3";
}

.fa.fa-tachometer:before {
  content: "\f625";
}

.fa.fa-dashboard:before {
  content: "\f625";
}

.fa.fa-comment-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-comment-o:before {
  content: "\f075";
}

.fa.fa-comments-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-comments-o:before {
  content: "\f086";
}

.fa.fa-flash:before {
  content: "\f0e7";
}

.fa.fa-clipboard:before {
  content: "\f0ea";
}

.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa.fa-exchange:before {
  content: "\f362";
}

.fa.fa-cloud-download:before {
  content: "\f0ed";
}

.fa.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa.fa-bell-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-bell-o:before {
  content: "\f0f3";
}

.fa.fa-cutlery:before {
  content: "\f2e7";
}

.fa.fa-file-text-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-file-text-o:before {
  content: "\f15c";
}

.fa.fa-building-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-building-o:before {
  content: "\f1ad";
}

.fa.fa-hospital-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-hospital-o:before {
  content: "\f0f8";
}

.fa.fa-tablet:before {
  content: "\f3fa";
}

.fa.fa-mobile:before {
  content: "\f3cd";
}

.fa.fa-mobile-phone:before {
  content: "\f3cd";
}

.fa.fa-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-circle-o:before {
  content: "\f111";
}

.fa.fa-mail-reply:before {
  content: "\f3e5";
}

.fa.fa-github-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-folder-o:before {
  content: "\f07b";
}

.fa.fa-folder-open-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-folder-open-o:before {
  content: "\f07c";
}

.fa.fa-smile-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-smile-o:before {
  content: "\f118";
}

.fa.fa-frown-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-frown-o:before {
  content: "\f119";
}

.fa.fa-meh-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-meh-o:before {
  content: "\f11a";
}

.fa.fa-keyboard-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-keyboard-o:before {
  content: "\f11c";
}

.fa.fa-flag-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-flag-o:before {
  content: "\f024";
}

.fa.fa-mail-reply-all:before {
  content: "\f122";
}

.fa.fa-star-half-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "\f5c0";
}

.fa.fa-star-half-empty {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "\f5c0";
}

.fa.fa-star-half-full {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "\f5c0";
}

.fa.fa-code-fork:before {
  content: "\f126";
}

.fa.fa-chain-broken:before {
  content: "\f127";
}

.fa.fa-unlink:before {
  content: "\f127";
}

.fa.fa-calendar-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-calendar-o:before {
  content: "\f133";
}

.fa.fa-maxcdn {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-unlock-alt:before {
  content: "\f09c";
}

.fa.fa-minus-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-minus-square-o:before {
  content: "\f146";
}

.fa.fa-level-up:before {
  content: "\f3bf";
}

.fa.fa-level-down:before {
  content: "\f3be";
}

.fa.fa-pencil-square:before {
  content: "\f14b";
}

.fa.fa-external-link-square:before {
  content: "\f360";
}

.fa.fa-compass {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa.fa-toggle-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-toggle-down:before {
  content: "\f150";
}

.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa.fa-toggle-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-toggle-up:before {
  content: "\f151";
}

.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa.fa-toggle-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-toggle-right:before {
  content: "\f152";
}

.fa.fa-eur:before {
  content: "\f153";
}

.fa.fa-euro:before {
  content: "\f153";
}

.fa.fa-gbp:before {
  content: "\f154";
}

.fa.fa-usd:before {
  content: "\24";
}

.fa.fa-dollar:before {
  content: "\24";
}

.fa.fa-inr:before {
  content: "\e1bc";
}

.fa.fa-rupee:before {
  content: "\e1bc";
}

.fa.fa-jpy:before {
  content: "\f157";
}

.fa.fa-cny:before {
  content: "\f157";
}

.fa.fa-rmb:before {
  content: "\f157";
}

.fa.fa-yen:before {
  content: "\f157";
}

.fa.fa-rub:before {
  content: "\f158";
}

.fa.fa-ruble:before {
  content: "\f158";
}

.fa.fa-rouble:before {
  content: "\f158";
}

.fa.fa-krw:before {
  content: "\f159";
}

.fa.fa-won:before {
  content: "\f159";
}

.fa.fa-btc {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-bitcoin:before {
  content: "\f15a";
}

.fa.fa-file-text:before {
  content: "\f15c";
}

.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa.fa-sort-alpha-desc:before {
  content: "\f881";
}

.fa.fa-sort-amount-asc:before {
  content: "\f884";
}

.fa.fa-sort-amount-desc:before {
  content: "\f160";
}

.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa.fa-sort-numeric-desc:before {
  content: "\f886";
}

.fa.fa-youtube-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-youtube-square:before {
  content: "\f431";
}

.fa.fa-youtube {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-xing {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-xing-square:before {
  content: "\f169";
}

.fa.fa-youtube-play {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-youtube-play:before {
  content: "\f167";
}

.fa.fa-dropbox {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-adn {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-bitbucket-square:before {
  content: "\f171";
}

.fa.fa-tumblr {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-tumblr-square:before {
  content: "\f174";
}

.fa.fa-long-arrow-down:before {
  content: "\f309";
}

.fa.fa-long-arrow-up:before {
  content: "\f30c";
}

.fa.fa-long-arrow-left:before {
  content: "\f30a";
}

.fa.fa-long-arrow-right:before {
  content: "\f30b";
}

.fa.fa-apple {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-windows {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-android {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-linux {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-skype {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-trello {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-gittip:before {
  content: "\f184";
}

.fa.fa-sun-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-sun-o:before {
  content: "\f185";
}

.fa.fa-moon-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-moon-o:before {
  content: "\f186";
}

.fa.fa-vk {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-renren {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a";
}

.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
  content: "\f359";
}

.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa.fa-toggle-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-toggle-left:before {
  content: "\f191";
}

.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-dot-circle-o:before {
  content: "\f192";
}

.fa.fa-vimeo-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-vimeo-square:before {
  content: "\f194";
}

.fa.fa-try:before {
  content: "\e2bb";
}

.fa.fa-turkish-lira:before {
  content: "\e2bb";
}

.fa.fa-plus-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-plus-square-o:before {
  content: "\f0fe";
}

.fa.fa-slack {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-openid {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-institution:before {
  content: "\f19c";
}

.fa.fa-bank:before {
  content: "\f19c";
}

.fa.fa-mortar-board:before {
  content: "\f19d";
}

.fa.fa-yahoo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-google {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-reddit-square:before {
  content: "\f1a2";
}

.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-digg {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-behance {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-behance-square:before {
  content: "\f1b5";
}

.fa.fa-steam {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-steam-square:before {
  content: "\f1b7";
}

.fa.fa-automobile:before {
  content: "\f1b9";
}

.fa.fa-cab:before {
  content: "\f1ba";
}

.fa.fa-spotify {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-deviantart {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa.fa-file-word-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-file-word-o:before {
  content: "\f1c2";
}

.fa.fa-file-excel-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa.fa-file-image-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-file-image-o:before {
  content: "\f1c5";
}

.fa.fa-file-photo-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-file-photo-o:before {
  content: "\f1c5";
}

.fa.fa-file-picture-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa.fa-file-archive-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa.fa-file-zip-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa.fa-file-audio-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa.fa-file-sound-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa.fa-file-video-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-file-video-o:before {
  content: "\f1c8";
}

.fa.fa-file-movie-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-file-movie-o:before {
  content: "\f1c8";
}

.fa.fa-file-code-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-file-code-o:before {
  content: "\f1c9";
}

.fa.fa-vine {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "\f1cd";
}

.fa.fa-life-buoy:before {
  content: "\f1cd";
}

.fa.fa-life-saver:before {
  content: "\f1cd";
}

.fa.fa-support:before {
  content: "\f1cd";
}

.fa.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa.fa-rebel {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-ra {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "\f1d0";
}

.fa.fa-resistance {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "\f1d0";
}

.fa.fa-empire {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-ge {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-ge:before {
  content: "\f1d1";
}

.fa.fa-git-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-git-square:before {
  content: "\f1d2";
}

.fa.fa-git {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa.fa-yc-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "\f1d4";
}

.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-qq {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "\f1d7";
}

.fa.fa-send:before {
  content: "\f1d8";
}

.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}

.fa.fa-send-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "\f1d8";
}

.fa.fa-circle-thin {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-circle-thin:before {
  content: "\f111";
}

.fa.fa-header:before {
  content: "\f1dc";
}

.fa.fa-futbol-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-futbol-o:before {
  content: "\f1e3";
}

.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa.fa-slideshare {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa.fa-paypal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-bell-slash-o:before {
  content: "\f1f6";
}

.fa.fa-trash:before {
  content: "\f2ed";
}

.fa.fa-copyright {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-eyedropper:before {
  content: "\f1fb";
}

.fa.fa-area-chart:before {
  content: "\f1fe";
}

.fa.fa-pie-chart:before {
  content: "\f200";
}

.fa.fa-line-chart:before {
  content: "\f201";
}

.fa.fa-lastfm {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-lastfm-square:before {
  content: "\f203";
}

.fa.fa-ioxhost {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-cc {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-cc:before {
  content: "\f20a";
}

.fa.fa-ils:before {
  content: "\f20b";
}

.fa.fa-shekel:before {
  content: "\f20b";
}

.fa.fa-sheqel:before {
  content: "\f20b";
}

.fa.fa-buysellads {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-diamond:before {
  content: "\f3a5";
}

.fa.fa-transgender:before {
  content: "\f224";
}

.fa.fa-intersex:before {
  content: "\f224";
}

.fa.fa-transgender-alt:before {
  content: "\f225";
}

.fa.fa-facebook-official {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-facebook-official:before {
  content: "\f09a";
}

.fa.fa-pinterest-p {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-hotel:before {
  content: "\f236";
}

.fa.fa-viacoin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-medium {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-yc {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "\f23b";
}

.fa.fa-optin-monster {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-battery-4:before {
  content: "\f240";
}

.fa.fa-battery:before {
  content: "\f240";
}

.fa.fa-battery-3:before {
  content: "\f241";
}

.fa.fa-battery-2:before {
  content: "\f242";
}

.fa.fa-battery-1:before {
  content: "\f243";
}

.fa.fa-battery-0:before {
  content: "\f244";
}

.fa.fa-object-group {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-sticky-note-o:before {
  content: "\f249";
}

.fa.fa-cc-jcb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-clone {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-hourglass-o:before {
  content: "\f254";
}

.fa.fa-hourglass-1:before {
  content: "\f251";
}

.fa.fa-hourglass-2:before {
  content: "\f252";
}

.fa.fa-hourglass-3:before {
  content: "\f253";
}

.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-hand-rock-o:before {
  content: "\f255";
}

.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-hand-grab-o:before {
  content: "\f255";
}

.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-hand-paper-o:before {
  content: "\f256";
}

.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-hand-stop-o:before {
  content: "\f256";
}

.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-hand-spock-o:before {
  content: "\f259";
}

.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa.fa-registered {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-gg {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa.fa-get-pocket {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-safari {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-opera {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-television:before {
  content: "\f26c";
}

.fa.fa-contao {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-500px {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-calendar-times-o:before {
  content: "\f273";
}

.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-calendar-check-o:before {
  content: "\f274";
}

.fa.fa-map-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-map-o:before {
  content: "\f279";
}

.fa.fa-commenting:before {
  content: "\f4ad";
}

.fa.fa-commenting-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-commenting-o:before {
  content: "\f4ad";
}

.fa.fa-houzz {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "\f27d";
}

.fa.fa-black-tie {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-edge {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-credit-card-alt:before {
  content: "\f09d";
}

.fa.fa-codiepie {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-modx {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-usb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-pause-circle-o:before {
  content: "\f28b";
}

.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-stop-circle-o:before {
  content: "\f28d";
}

.fa.fa-bluetooth {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-envira {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
  content: "\f368";
}

.fa.fa-question-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-question-circle-o:before {
  content: "\f059";
}

.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa.fa-deafness:before {
  content: "\f2a4";
}

.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa.fa-glide {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "\f2a7";
}

.fa.fa-viadeo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa.fa-snapchat {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa.fa-snapchat-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa.fa-pied-piper {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}

.fa.fa-font-awesome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-fa {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-fa:before {
  content: "\f2b4";
}

.fa.fa-handshake-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-handshake-o:before {
  content: "\f2b5";
}

.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}

.fa.fa-linode {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-address-book-o:before {
  content: "\f2b9";
}

.fa.fa-vcard:before {
  content: "\f2bb";
}

.fa.fa-address-card-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-address-card-o:before {
  content: "\f2bb";
}

.fa.fa-vcard-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "\f2bb";
}

.fa.fa-user-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-user-circle-o:before {
  content: "\f2bd";
}

.fa.fa-user-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-user-o:before {
  content: "\f007";
}

.fa.fa-id-badge {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "\f2c2";
}

.fa.fa-id-card-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "\f2c2";
}

.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}

.fa.fa-quora {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-thermometer-4:before {
  content: "\f2c7";
}

.fa.fa-thermometer:before {
  content: "\f2c7";
}

.fa.fa-thermometer-3:before {
  content: "\f2c8";
}

.fa.fa-thermometer-2:before {
  content: "\f2c9";
}

.fa.fa-thermometer-1:before {
  content: "\f2ca";
}

.fa.fa-thermometer-0:before {
  content: "\f2cb";
}

.fa.fa-bathtub:before {
  content: "\f2cd";
}

.fa.fa-s15:before {
  content: "\f2cd";
}

.fa.fa-window-maximize {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "\f410";
}

.fa.fa-window-close-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "\f410";
}

.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "\f410";
}

.fa.fa-bandcamp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-grav {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "\f2da";
}

.fa.fa-snowflake-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa.fa-superpowers {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa.fa-meetup {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

@charset "UTF-8";

/* 此处放置需要override的变量,因为部分变量已经在variables.scss中定义 */

@media (max-width: 767px) {
  :root {
    --fontSizeBase: var(--fontSizeLg);
  }
}

/* BASICS */

.amis-scope .CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}

/* PADDING */

.amis-scope .CodeMirror-lines {
  padding: 4px 0;
  /* Vertical padding around content */
}

.amis-scope .CodeMirror pre.CodeMirror-line,
.amis-scope .CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px;
  /* Horizontal padding of content */
}

.amis-scope .CodeMirror-scrollbar-filler,
.amis-scope .CodeMirror-gutter-filler {
  background-color: white;
  /* The little square between H and V scrollbars */
}

/* GUTTER */

.amis-scope .CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}

.amis-scope .CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.amis-scope .CodeMirror-guttermarker {
  color: black;
}

.amis-scope .CodeMirror-guttermarker-subtle {
  color: #999;
}

/* CURSOR */

.amis-scope .CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}

/* Shown when moving in bi-directional text */

.amis-scope .CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}

.amis-scope .cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}

.amis-scope .cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

.amis-scope .cm-fat-cursor .CodeMirror-line::selection,
.amis-scope .cm-fat-cursor .CodeMirror-line > span::selection,
.amis-scope .cm-fat-cursor .CodeMirror-line > span > span::selection {
  background: transparent;
}

.amis-scope .cm-fat-cursor .CodeMirror-line::-moz-selection,
.amis-scope .cm-fat-cursor .CodeMirror-line > span::-moz-selection,
.amis-scope .cm-fat-cursor .CodeMirror-line > span > span::-moz-selection {
  background: transparent;
}

.amis-scope .cm-fat-cursor {
  caret-color: transparent;
}

@-moz-keyframes blink {
  50% {
    background-color: transparent;
  }
}

@-webkit-keyframes blink {
  50% {
    background-color: transparent;
  }
}

@keyframes blink {
  50% {
    background-color: transparent;
  }
}

/* Can style cursor different in overwrite (non-insert) mode */

.amis-scope .cm-tab {
  display: inline-block;
  text-decoration: inherit;
}

.amis-scope .CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: 0;
  overflow: hidden;
}

.amis-scope .CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.amis-scope .cm-s-default .cm-header {
  color: blue;
}

.amis-scope .cm-s-default .cm-quote {
  color: #090;
}

.amis-scope .cm-negative {
  color: #d44;
}

.amis-scope .cm-positive {
  color: #292;
}

.amis-scope .cm-header,
.amis-scope .cm-strong {
  font-weight: bold;
}

.amis-scope .cm-em {
  font-style: italic;
}

.amis-scope .cm-link {
  text-decoration: underline;
}

.amis-scope .cm-strikethrough {
  text-decoration: line-through;
}

.amis-scope .cm-s-default .cm-keyword {
  color: #708;
}

.amis-scope .cm-s-default .cm-atom {
  color: #219;
}

.amis-scope .cm-s-default .cm-number {
  color: #164;
}

.amis-scope .cm-s-default .cm-def {
  color: #00f;
}

.amis-scope .cm-s-default .cm-variable-2 {
  color: #05a;
}

.amis-scope .cm-s-default .cm-variable-3,
.amis-scope .cm-s-default .cm-type {
  color: #085;
}

.amis-scope .cm-s-default .cm-comment {
  color: #a50;
}

.amis-scope .cm-s-default .cm-string {
  color: #a11;
}

.amis-scope .cm-s-default .cm-string-2 {
  color: #f50;
}

.amis-scope .cm-s-default .cm-meta {
  color: #555;
}

.amis-scope .cm-s-default .cm-qualifier {
  color: #555;
}

.amis-scope .cm-s-default .cm-builtin {
  color: #30a;
}

.amis-scope .cm-s-default .cm-bracket {
  color: #997;
}

.amis-scope .cm-s-default .cm-tag {
  color: #170;
}

.amis-scope .cm-s-default .cm-attribute {
  color: #00c;
}

.amis-scope .cm-s-default .cm-hr {
  color: #999;
}

.amis-scope .cm-s-default .cm-link {
  color: #00c;
}

.amis-scope .cm-s-default .cm-error {
  color: #f00;
}

.amis-scope .cm-invalidchar {
  color: #f00;
}

.amis-scope .CodeMirror-composing {
  border-bottom: 2px solid;
}

/* Default styles for common addons */

.amis-scope div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0b0;
}

.amis-scope div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #a22;
}

.amis-scope .CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}

.amis-scope .CodeMirror-activeline-background {
  background: #e8f2ff;
}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.amis-scope .CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.amis-scope .CodeMirror-scroll {
  overflow: scroll !important;
  /* Things will break if this is overridden */
  /* 50px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -50px;
  margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: none;
  /* Prevent dragging from highlighting the element */
  position: relative;
  z-index: 0;
}

.amis-scope .CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */

.amis-scope .CodeMirror-vscrollbar,
.amis-scope .CodeMirror-hscrollbar,
.amis-scope .CodeMirror-scrollbar-filler,
.amis-scope .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
}

.amis-scope .CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.amis-scope .CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}

.amis-scope .CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}

.amis-scope .CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}

.amis-scope .CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}

.amis-scope .CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
}

.amis-scope .CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}

.amis-scope .CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.amis-scope .CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

.amis-scope .CodeMirror-gutter-wrapper ::selection {
  background-color: transparent;
}

.amis-scope .CodeMirror-gutter-wrapper ::-moz-selection {
  background-color: transparent;
}

.amis-scope .CodeMirror-lines {
  cursor: text;
  min-height: 1px;
  /* prevents collapsing before first draw */
}

.amis-scope .CodeMirror pre.CodeMirror-line,
.amis-scope .CodeMirror pre.CodeMirror-line-like {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}

.amis-scope .CodeMirror-wrap pre.CodeMirror-line,
.amis-scope .CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.amis-scope .CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.amis-scope .CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px;
  /* Force widget margins to stay inside of the container */
}

.amis-scope .CodeMirror-rtl pre {
  direction: rtl;
}

.amis-scope .CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */

.amis-scope .CodeMirror-scroll,
.amis-scope .CodeMirror-sizer,
.amis-scope .CodeMirror-gutter,
.amis-scope .CodeMirror-gutters,
.amis-scope .CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.amis-scope .CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.amis-scope .CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}

.amis-scope .CodeMirror-measure pre {
  position: static;
}

.amis-scope div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}

.amis-scope div.CodeMirror-dragcursors {
  visibility: visible;
}

.amis-scope .CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.amis-scope .CodeMirror-selected {
  background: #d9d9d9;
}

.amis-scope .CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}

.amis-scope .CodeMirror-crosshair {
  cursor: crosshair;
}

.amis-scope .CodeMirror-line::selection,
.amis-scope .CodeMirror-line > span::selection,
.amis-scope .CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}

.amis-scope .CodeMirror-line::-moz-selection,
.amis-scope .CodeMirror-line > span::-moz-selection,
.amis-scope .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}

.amis-scope .cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, 0.4);
}

/* Used to force a border model for a node */

.amis-scope .cm-force-border {
  padding-right: 0.1px;
}

@media print {
  /* Hide the cursor when printing */

  .amis-scope .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */

.amis-scope .cm-tab-wrap-hack:after {
  content: "";
}

/* Help users use markselection to safely style text background */

.amis-scope span.CodeMirror-selectedtext {
  background: none;
}

/*!
 * froala_editor v3.1.0 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2020 Froala Labs
 */

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.amis-scope img.fr-rounded,
.fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.amis-scope img.fr-bordered,
.fr-img-caption.fr-bordered img {
  border: solid 5px #CCC;
}

.amis-scope img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fr-view {
  word-wrap: break-word;
}

.fr-view span[style~="color:"] a {
  color: inherit;
}

.fr-view strong {
  font-weight: 700;
}

.fr-view table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}

.fr-view table td {
  min-width: 5px;
}

.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
  border-style: dashed;
}

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: whitesmoke;
}

.fr-view table td,
.fr-view table th {
  border: 1px solid #DDD;
}

.fr-view table td:empty,
.fr-view table th:empty {
  height: 20px;
}

.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
  border: 1px double red;
}

.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
  border-width: 2px;
}

.fr-view table th {
  background: #ececec;
}

.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  break-after: always;
  page-break-after: always;
}

.fr-view .fr-file {
  position: relative;
}

.fr-view .fr-file::after {
  position: relative;
  content: "📎";
  font-weight: normal;
}

.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: visible;
}

.fr-view[dir=rtl] blockquote {
  border-left: none;
  border-right: solid 2px #5E35B1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0;
}

.fr-view[dir=rtl] blockquote blockquote {
  border-color: #00BCD4;
}

.fr-view[dir=rtl] blockquote blockquote blockquote {
  border-color: #43A047;
}

.fr-view blockquote {
  border-left: solid 2px #5E35B1;
  margin-left: 0;
  padding-left: 5px;
  color: #5E35B1;
}

.fr-view blockquote blockquote {
  border-color: #00BCD4;
  color: #00BCD4;
}

.fr-view blockquote blockquote blockquote {
  border-color: #43A047;
  color: #43A047;
}

.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  display: inline;
  line-height: 0;
}

.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}

.fr-view .fr-text-gray {
  color: #AAA !important;
}

.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}

.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}

.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}

.fr-view .fr-class-highlighted {
  background-color: #ffff00;
}

.fr-view .fr-class-code {
  border-color: #cccccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
}

.fr-view .fr-class-transparency {
  opacity: 0.5;
}

.fr-view img {
  position: relative;
  max-width: 100%;
}

.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%;
}

.fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.fr-view .fr-video {
  text-align: center;
  position: relative;
}

.fr-view .fr-video.fr-rv {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.fr-view .fr-video.fr-rv > iframe,
.fr-view .fr-video.fr-rv object,
.fr-view .fr-video.fr-rv embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}

.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}

.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}

.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}

.fr-view .fr-video.fr-dvi {
  display: inline-block;
}

.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}

.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}

.fr-view a.fr-strong {
  font-weight: 700;
}

.fr-view a.fr-green {
  color: green;
}

.fr-view .fr-img-caption {
  text-align: center;
}

.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0;
  margin: auto;
  text-align: center;
  width: 100%;
}

.fr-view .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100%;
}

.fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  text-align: center;
}

.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
  font-size: 24px;
}

.amis-scope a.fr-view.fr-strong {
  font-weight: 700;
}

.amis-scope a.fr-view.fr-green {
  color: green;
}

.amis-scope img.fr-view {
  position: relative;
  max-width: 100%;
}

.amis-scope img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.amis-scope img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.amis-scope img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.amis-scope img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

.amis-scope img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.amis-scope img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.amis-scope span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%;
}

.amis-scope span.fr-img-caption.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.amis-scope span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.amis-scope span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.amis-scope span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

.amis-scope span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.amis-scope span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

/*!
 * froala_editor v3.1.0 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2020 Froala Labs
 */

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-element,
.fr-element:focus {
  outline: 0 solid transparent;
}

.fr-box.fr-basic {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-box.fr-basic .fr-element {
  font-family: sans-serif;
  color: #414141;
  font-size: 14px;
  line-height: 1.6;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: auto;
  min-height: 60px;
  text-align: left;
}

.fr-box.fr-basic.fr-rtl .fr-element {
  text-align: right;
}

.fr-element {
  background: transparent;
  position: relative;
  z-index: 2;
  -webkit-user-select: auto;
}

.fr-element a {
  user-select: auto;
  -o-user-select: auto;
  -moz-user-select: auto;
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
}

.fr-element.fr-disabled {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-element [contenteditable=true] {
  outline: 0 solid transparent;
}

.fr-box a.fr-floating-btn {
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #FFF;
  color: #333333;
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  outline: none;
  left: 0;
  top: 0;
  line-height: 40px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}

.fr-box a.fr-floating-btn svg {
  -webkit-transition: transform 0.2s ease 0s;
  -moz-transition: transform 0.2s ease 0s;
  -ms-transition: transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
  fill: #333333;
}

.fr-box a.fr-floating-btn i,
.fr-box a.fr-floating-btn svg {
  font-size: 14px;
  line-height: 40px;
}

.fr-box a.fr-floating-btn.fr-btn + .fr-btn {
  margin-left: 10px;
}

.fr-box a.fr-floating-btn:hover {
  background: #ebebeb;
  cursor: pointer;
}

.fr-box a.fr-floating-btn:hover svg {
  fill: #333333;
}

.fr-box .fr-visible a.fr-floating-btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.amis-scope iframe.fr-iframe {
  width: 100%;
  border: none;
  position: relative;
  display: block;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fr-wrapper {
  position: relative;
  z-index: 1;
}

.fr-wrapper::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-wrapper .fr-placeholder {
  position: absolute;
  font-size: 14px;
  color: #AAA;
  font-family: sans-serif;
  z-index: 1;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.fr-wrapper.show-placeholder .fr-placeholder {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fr-wrapper ::-moz-selection {
  background: #b5d6fd;
  color: #000;
}

.fr-wrapper ::selection {
  background: #b5d6fd;
  color: #000;
}

.fr-box.fr-basic .fr-wrapper {
  background: #FFF;
  border: 1px solid #CCCCCC;
  border-bottom-color: #efefef;
  top: 0;
  left: 0;
}

.fr-box.fr-basic.fr-top .fr-wrapper {
  border-top: 0;
}

.fr-box.fr-basic.fr-bottom .fr-wrapper {
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

@media (min-width: 992px) {
  .fr-box.fr-document {
    min-width: 21cm;
  }

  .fr-box.fr-document .fr-wrapper {
    text-align: left;
    padding: 30px;
    min-width: 21cm;
    background: #efefef;
  }

  .fr-box.fr-document .fr-wrapper .fr-element {
    text-align: left;
    background: #FFF;
    width: 21cm;
    margin: auto;
    min-height: 26cm !important;
    padding: 1cm 2cm;
    overflow: visible;
    z-index: auto;
  }

  .fr-box.fr-document .fr-wrapper .fr-element hr {
    margin-left: -2cm;
    margin-right: -2cm;
    background: #efefef;
    height: 1cm;
    outline: none;
    border: none;
  }

  .fr-box.fr-document .fr-wrapper .fr-element img {
    z-index: 1;
  }
}

.fr-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #222222;
  color: #FFF;
  font-size: 11px;
  line-height: 22px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: -3000px;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 2147483647;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fr-tooltip.fr-visible {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-toolbar .fr-btn-wrap,
.fr-popup .fr-btn-wrap,
.fr-modal .fr-btn-wrap {
  float: left;
  white-space: nowrap;
  position: relative;
}

.fr-toolbar .fr-btn-wrap.fr-hidden,
.fr-popup .fr-btn-wrap.fr-hidden,
.fr-modal .fr-btn-wrap.fr-hidden {
  display: none;
}

.fr-toolbar .fr-command.fr-btn,
.fr-popup .fr-command.fr-btn,
.fr-modal .fr-command.fr-btn {
  background: transparent;
  color: #333333;
  -moz-outline: 0;
  outline: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  margin: 4px 2px;
  padding: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  float: left;
  height: 40px;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-options,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-options,
.fr-modal .fr-command.fr-btn.fr-dropdown.fr-options {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar .fr-command.fr-btn.fr-btn-hover,
.fr-popup .fr-command.fr-btn.fr-btn-hover,
.fr-modal .fr-command.fr-btn.fr-btn-hover {
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar .fr-command.fr-btn::-moz-focus-inner,
.fr-popup .fr-command.fr-btn::-moz-focus-inner,
.fr-modal .fr-command.fr-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.fr-toolbar .fr-command.fr-btn.fr-btn-text,
.fr-popup .fr-command.fr-btn.fr-btn-text,
.fr-modal .fr-command.fr-btn.fr-btn-text {
  width: auto;
}

.fr-toolbar .fr-command.fr-btn i,
.fr-toolbar .fr-command.fr-btn svg,
.fr-popup .fr-command.fr-btn i,
.fr-popup .fr-command.fr-btn svg,
.fr-modal .fr-command.fr-btn i,
.fr-modal .fr-command.fr-btn svg {
  display: block;
  text-align: center;
  float: none;
  margin: 8px 7px;
  width: 24px;
}

.fr-toolbar .fr-command.fr-btn svg.fr-svg,
.fr-popup .fr-command.fr-btn svg.fr-svg,
.fr-modal .fr-command.fr-btn svg.fr-svg {
  height: 24px;
}

.fr-toolbar .fr-command.fr-btn svg path,
.fr-popup .fr-command.fr-btn svg path,
.fr-modal .fr-command.fr-btn svg path {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  fill: #333333;
}

.fr-toolbar .fr-command.fr-btn span.fr-sr-only,
.fr-popup .fr-command.fr-btn span.fr-sr-only,
.fr-modal .fr-command.fr-btn span.fr-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-toolbar .fr-command.fr-btn span,
.fr-popup .fr-command.fr-btn span,
.fr-modal .fr-command.fr-btn span {
  font-size: 14px;
  display: block;
  line-height: 17px;
  min-width: 30px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 17px;
  font-weight: bold;
  padding: 0 4px;
}

.fr-toolbar .fr-command.fr-btn img,
.fr-popup .fr-command.fr-btn img,
.fr-modal .fr-command.fr-btn img {
  margin: 8px 7px;
  width: 24px;
}

.fr-toolbar .fr-command.fr-btn.fr-btn-active-popup,
.fr-popup .fr-command.fr-btn.fr-btn-active-popup,
.fr-modal .fr-command.fr-btn.fr-btn-active-popup {
  background: #d6d6d6;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span,
.fr-modal .fr-command.fr-btn.fr-dropdown.fr-selection span {
  font-weight: normal;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown i,
.fr-toolbar .fr-command.fr-btn.fr-dropdown span,
.fr-toolbar .fr-command.fr-btn.fr-dropdown img,
.fr-toolbar .fr-command.fr-btn.fr-dropdown svg,
.fr-popup .fr-command.fr-btn.fr-dropdown i,
.fr-popup .fr-command.fr-btn.fr-dropdown span,
.fr-popup .fr-command.fr-btn.fr-dropdown img,
.fr-popup .fr-command.fr-btn.fr-dropdown svg,
.fr-modal .fr-command.fr-btn.fr-dropdown i,
.fr-modal .fr-command.fr-btn.fr-dropdown span,
.fr-modal .fr-command.fr-btn.fr-dropdown img,
.fr-modal .fr-command.fr-btn.fr-dropdown svg {
  margin-left: 3px;
  margin-right: 11px;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown:after,
.fr-popup .fr-command.fr-btn.fr-dropdown:after,
.fr-modal .fr-command.fr-btn.fr-dropdown:after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333333;
  right: 2px;
  top: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  content: "";
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active,
.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active {
  fill: #333333;
  background: #d6d6d6;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover {
  background: #ebebeb;
  fill: #333333;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover::after {
  border-top-color: #333333;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:after,
.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:after {
  border-top: 0;
  border-bottom: 4px solid #222222;
}

.fr-toolbar .fr-command.fr-btn.fr-disabled,
.fr-popup .fr-command.fr-btn.fr-disabled,
.fr-modal .fr-command.fr-btn.fr-disabled {
  color: #bdbdbd;
  cursor: default;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-toolbar .fr-command.fr-btn.fr-disabled::after,
.fr-popup .fr-command.fr-btn.fr-disabled::after,
.fr-modal .fr-command.fr-btn.fr-disabled::after {
  border-top-color: #bdbdbd;
}

.fr-toolbar .fr-command.fr-btn.fr-hidden,
.fr-popup .fr-command.fr-btn.fr-hidden,
.fr-modal .fr-command.fr-btn.fr-hidden {
  display: none;
}

.fr-toolbar .fr-tabs .fr-command.fr-btn,
.fr-popup .fr-tabs .fr-command.fr-btn,
.fr-modal .fr-tabs .fr-command.fr-btn {
  margin: 0;
  width: 46px;
  height: 40px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,
.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab,
.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,
.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab,
.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,
.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab {
  background: #FFF;
}

.fr-toolbar .fr-tabs .fr-command.fr-btn span,
.fr-popup .fr-tabs .fr-command.fr-btn span,
.fr-modal .fr-tabs .fr-command.fr-btn span {
  height: 27px;
}

.fr-toolbar .fr-tabs .fr-command.fr-btn img,
.fr-toolbar .fr-tabs .fr-command.fr-btn svg,
.fr-popup .fr-tabs .fr-command.fr-btn img,
.fr-popup .fr-tabs .fr-command.fr-btn svg,
.fr-modal .fr-tabs .fr-command.fr-btn img,
.fr-modal .fr-tabs .fr-command.fr-btn svg {
  margin: 8px 11px;
  width: 24px;
  height: 24px;
}

.fr-toolbar .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-toolbar .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-toolbar .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-popup .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-popup .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-popup .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-modal .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-modal .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-modal .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path {
  fill: #0098f7;
}

.fr-toolbar.fr-disabled .fr-btn,
.fr-toolbar.fr-disabled .fr-btn.fr-active,
.fr-popup.fr-disabled .fr-btn,
.fr-popup.fr-disabled .fr-btn.fr-active,
.fr-modal.fr-disabled .fr-btn,
.fr-modal.fr-disabled .fr-btn.fr-active {
  color: #bdbdbd;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,
.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,
.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,
.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after,
.fr-modal.fr-disabled .fr-btn.fr-dropdown::after,
.fr-modal.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
  border-top-color: #bdbdbd;
}

.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-left,
.fr-popup.fr-rtl .fr-btn-grp.fr-float-left,
.fr-modal.fr-rtl .fr-btn-grp.fr-float-left {
  float: right;
}

.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-right,
.fr-popup.fr-rtl .fr-btn-grp.fr-float-right,
.fr-modal.fr-rtl .fr-btn-grp.fr-float-right {
  float: left;
}

.fr-toolbar.fr-rtl .fr-command.fr-btn,
.fr-toolbar.fr-rtl .fr-btn-wrap,
.fr-popup.fr-rtl .fr-command.fr-btn,
.fr-popup.fr-rtl .fr-btn-wrap,
.fr-modal.fr-rtl .fr-command.fr-btn,
.fr-modal.fr-rtl .fr-btn-wrap {
  float: right;
}

.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,
.fr-toolbar.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options,
.fr-popup.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,
.fr-popup.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options,
.fr-modal.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,
.fr-modal.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options {
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-btn-hover,
.fr-toolbar.fr-rtl .fr-btn-wrap.fr-btn-hover,
.fr-popup.fr-rtl .fr-command.fr-btn.fr-btn-hover,
.fr-popup.fr-rtl .fr-btn-wrap.fr-btn-hover,
.fr-modal.fr-rtl .fr-command.fr-btn.fr-btn-hover,
.fr-modal.fr-rtl .fr-btn-wrap.fr-btn-hover {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar.fr-inline > .fr-command.fr-btn:not(.fr-hidden),
.fr-toolbar.fr-inline > .fr-btn-wrap:not(.fr-hidden) {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: none;
}

.fr-desktop .fr-command:hover,
.fr-desktop .fr-command:focus,
.fr-desktop .fr-command.fr-btn-hover,
.fr-desktop .fr-command.fr-expanded {
  outline: 0;
  color: #333333;
}

.fr-desktop .fr-command:hover:not(.fr-table-cell),
.fr-desktop .fr-command:focus:not(.fr-table-cell),
.fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell),
.fr-desktop .fr-command.fr-expanded:not(.fr-table-cell) {
  background: #ebebeb;
}

.fr-desktop .fr-command:hover::after,
.fr-desktop .fr-command:focus::after,
.fr-desktop .fr-command.fr-btn-hover::after,
.fr-desktop .fr-command.fr-expanded::after {
  border-top-color: #333333;
}

.fr-desktop .fr-command.fr-selected:not(.fr-table-cell),
.fr-desktop .fr-command:active {
  color: #333333;
  background: #d6d6d6;
}

.fr-desktop .fr-command.fr-active:hover,
.fr-desktop .fr-command.fr-active:focus,
.fr-desktop .fr-command.fr-active.fr-btn-hover,
.fr-desktop .fr-command.fr-active.fr-expanded {
  background: #ebebeb;
}

.fr-desktop .fr-command.fr-active:active {
  background: #d6d6d6;
}

.fr-desktop .fr-command.fr-disabled:hover,
.fr-desktop .fr-command.fr-disabled:focus,
.fr-desktop .fr-command.fr-disabled.fr-selected {
  background: transparent;
}

.fr-desktop.fr-disabled .fr-command:hover,
.fr-desktop.fr-disabled .fr-command:focus,
.fr-desktop.fr-disabled .fr-command.fr-selected {
  background: transparent;
}

.fr-toolbar.fr-mobile .fr-command.fr-blink,
.fr-popup.fr-mobile .fr-command.fr-blink {
  background: #d6d6d6;
}

.fr-command.fr-btn.fr-options {
  width: 16px;
  margin-left: -5px;
}

.fr-command.fr-btn.fr-options.fr-btn-hover,
.fr-command.fr-btn.fr-options:hover,
.fr-command.fr-btn.fr-options:focus {
  border-left: solid 1px #FAFAFA;
  -webkit-transition: border-left 0s, background-color 0.5s;
  -moz-transition: border-left 0s, background-color 0.5s;
  -ms-transition: border-left 0s, background-color 0.5s;
  -o-transition: border-left 0s, background-color 0.5s;
}

.fr-command.fr-btn + .fr-dropdown-menu {
  background: #FFF;
  display: inline-block;
  position: absolute;
  right: auto;
  bottom: auto;
  height: auto;
  z-index: 4;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  zoom: 1;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.fr-command.fr-btn + .fr-dropdown-menu.test-height .fr-dropdown-wrapper {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  height: auto;
  max-height: 275px;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
  padding: 0;
  margin: auto;
  display: inline-block;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  margin-top: 0;
  float: left;
  height: 0;
  margin-top: 0 !important;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
  position: relative;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
  list-style-type: none;
  margin: 0;
  padding: 8px 0;
  min-width: 72px;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
  padding: 0 20px;
  line-height: 200%;
  display: flex;
  cursor: pointer;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg {
  width: 24px;
  height: 24px;
  margin: 3px 4px;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg path {
  fill: #333333;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
  background: #d6d6d6;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
  color: #bdbdbd;
  cursor: default;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a .fr-shortcut {
  margin-left: 20px;
  font-weight: bold;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}

.fr-command.fr-btn.fr-active + .fr-dropdown-menu {
  display: inline-block;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.fr-bottom > .fr-command.fr-btn + .fr-dropdown-menu {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar.fr-rtl .fr-dropdown-wrapper,
.fr-popup.fr-rtl .fr-dropdown-wrapper {
  text-align: right !important;
}

.amis-scope.prevent-scroll {
  overflow: hidden;
}

.amis-scope.prevent-scroll.fr-mobile {
  position: fixed;
  -webkit-overflow-scrolling: touch;
}

.fr-modal {
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
  position: fixed;
  overflow-x: auto;
  overflow-y: scroll;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 2147483640;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 1.2;
}

.fr-modal.fr-middle .fr-modal-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
}

.fr-modal .fr-modal-wrapper {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-clip: padding-box;
  margin: 20px auto;
  display: inline-block;
  background: #FFF;
  min-width: 300px;
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  border: 0;
  overflow: hidden;
  width: 90%;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .fr-modal .fr-modal-wrapper {
    margin: 30px auto;
    width: 70%;
  }
}

@media (min-width: 992px) {
  .fr-modal .fr-modal-wrapper {
    margin: 50px auto;
    width: 960px;
  }
}

.fr-modal .fr-modal-wrapper .fr-modal-head {
  background: #FFF;
  overflow: hidden;
  position: absolute;
  width: 100%;
  min-height: 42px;
  z-index: 3;
  border-bottom: solid #efefef 1px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-head-line {
  height: 56px;
  padding: 0 10px;
}

.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close {
  margin: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.fr-modal .fr-modal-wrapper .fr-modal-head h4 {
  font-size: 20px;
  padding: 19px 10px;
  margin: 0;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  float: left;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body {
  height: 100%;
  min-height: 150px;
  overflow-y: auto;
  padding-bottom: 20px;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body:focus {
  outline: 0;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command {
  height: 36px;
  line-height: 1;
  color: #0098f7;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command + button {
  margin-left: 24px;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover,
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus {
  background: #ebebeb;
  color: #0098f7;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active {
  background: #d6d6d6;
  color: #0098f7;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner {
  border: 0;
}

.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
  background: #ebebeb;
}

.fr-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 2147483639;
}

.amis-scope ol.decimal_type {
  counter-reset: item;
}

.amis-scope ol.decimal_type > li {
  display: block;
}

.amis-scope ol.decimal_type > li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

.fr-popup {
  position: absolute;
  display: none;
  color: #222222;
  background: #FFF;
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-top: 10px;
  z-index: 2147483635;
  text-align: left;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
}

.fr-popup .fr-icon {
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  font-weight: 400;
  box-sizing: content-box;
  padding: 6px;
}

.fr-popup .fr-icon-container {
  padding: 20px;
  max-height: 200px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@supports not (-ms-high-contrast: none) {
  .fr-popup .fr-icon-container {
    grid-template-columns: repeat(auto-fill, minmax(36px, 36px));
    display: grid;
  }
}

@media (min-width: 768px) {
  .fr-popup .fr-icon-container {
    min-width: 276px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fr-popup .fr-icon-container {
    display: inline-flex;
    -ms-flex-flow: row wrap;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .fr-popup .fr-icon-container {
    width: 236px;
  }
}

.fr-popup .fr-input-focus {
  background: whitesmoke;
}

.fr-popup.fr-above {
  margin-top: -10px;
  border-top: 0;
}

.fr-popup.fr-active {
  display: block;
}

.fr-popup.fr-hidden {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-popup.fr-empty {
  display: none !important;
}

.fr-popup .fr-hs {
  display: block !important;
}

.fr-popup .fr-hs.fr-hidden {
  display: none !important;
}

.fr-popup .fr-input-line {
  position: relative;
  padding: 15px 0;
}

.fr-popup .fr-input-line input[type=text],
.fr-popup .fr-input-line textarea {
  width: 100%;
  margin-bottom: 1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: solid 1px #999999;
  color: #222222;
  font-size: 14px;
  background: #FFF;
  position: relative;
  z-index: 2;
  padding: 4px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border 0.5s, padding 0.5s;
  -moz-transition: border 0.5s, padding 0.5s;
  -ms-transition: border 0.5s, padding 0.5s;
  -o-transition: border 0.5s, padding 0.5s;
}

.fr-popup .fr-input-line input[type=text]:hover,
.fr-popup .fr-input-line textarea:hover {
  border: solid 1px #515151;
}

.fr-popup .fr-input-line input[type=text]:focus,
.fr-popup .fr-input-line textarea:focus {
  border: solid 2px #0098f7;
  padding: 3px 11px;
}

.fr-popup .fr-input-line input[type=text] {
  height: 46px;
}

.fr-popup .fr-input-line input + label,
.fr-popup .fr-input-line textarea + label {
  position: absolute;
  top: 29px;
  left: 12px;
  font-size: 14px;
  color: grey;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 3;
  display: block;
  background: #FFF;
  padding: 0;
  cursor: text;
}

.fr-popup .fr-input-line input.fr-not-empty + label,
.fr-popup .fr-input-line textarea.fr-not-empty + label {
  color: gray;
  width: auto;
  left: 4px;
  padding: 0 4px;
  font-size: 11px;
  top: 9px;
}

.fr-popup input,
.fr-popup textarea {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

.fr-popup textarea {
  resize: none;
}

.fr-popup .fr-buttons {
  white-space: nowrap;
  line-height: 0;
}

.fr-popup .fr-buttons .fr-btn {
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
  float: none;
}

.fr-popup .fr-buttons .fr-btn i {
  float: left;
}

.fr-popup .fr-buttons .fr-separator {
  display: inline-block;
  float: none;
}

.fr-popup .fr-buttons.fr-tabs {
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f5f5f5;
  overflow: hidden;
}

@media (max-width: 768px) {
  .fr-popup .fr-buttons.fr-tabs.fr-tabs-scroll {
    overflow: scroll;
    overflow-y: hidden;
    width: 276px;
  }
}

.fr-popup .fr-buttons:not(.fr-tabs) {
  padding: 5px;
}

.fr-popup .fr-layer {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 195px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px;
  display: none;
}

@media (min-width: 768px) {
  .fr-popup .fr-layer {
    width: 260px;
  }
}

.fr-popup .fr-layer.fr-active {
  display: inline-block;
}

.fr-popup .fr-action-buttons {
  z-index: 7;
  height: 36px;
  text-align: right;
}

.fr-popup .fr-action-buttons button.fr-command {
  height: 36px;
  line-height: 1;
  color: #0098f7;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-popup .fr-action-buttons button.fr-command + button {
  margin-left: 24px;
}

.fr-popup .fr-action-buttons button.fr-command:hover,
.fr-popup .fr-action-buttons button.fr-command:focus {
  background: #ebebeb;
  color: #0098f7;
}

.fr-popup .fr-action-buttons button.fr-command:active {
  background: #d6d6d6;
  color: #0098f7;
}

.fr-popup .fr-action-buttons button::-moz-focus-inner {
  border: 0;
}

.fr-popup .fr-checkbox {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 10px;
  border-radius: 100%;
  line-height: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: middle;
}

.fr-popup .fr-checkbox svg {
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  width: 10px;
  height: 10px;
}

.fr-popup .fr-checkbox span {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
}

.fr-popup .fr-checkbox input {
  position: absolute;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border: 0 none;
  cursor: pointer;
  height: 18px;
  margin: 0;
  padding: 0;
  width: 18px;
  top: 7px;
  left: 7px;
}

.fr-popup .fr-checkbox input:not(:checked) + span {
  border: solid 2px #999999;
}

.fr-popup .fr-checkbox input:not(:checked):active + span {
  background-color: #f5f5f5;
}

.fr-popup .fr-checkbox input:not(:checked):focus + span,
.fr-popup .fr-checkbox input:not(:checked):hover + span {
  border-color: #515151;
}

.fr-popup .fr-checkbox input:checked + span {
  background: #0098f7;
  border: solid 2px #0098f7;
}

.fr-popup .fr-checkbox input:checked + span svg {
  display: block;
}

.fr-popup .fr-checkbox input:checked:active + span {
  background-color: #EcF5Ff;
}

.fr-popup .fr-checkbox input:checked:focus + span,
.fr-popup .fr-checkbox input:checked:hover + span {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-popup .fr-checkbox-line {
  font-size: 14px;
  line-height: 1.4px;
  margin-top: 10px;
}

.fr-popup .fr-checkbox-line label {
  cursor: pointer;
  margin: 0 5px;
  vertical-align: middle;
}

.fr-popup.fr-rtl {
  direction: rtl;
  text-align: right;
}

.fr-popup.fr-rtl .fr-action-buttons {
  text-align: left;
}

.fr-popup.fr-rtl .fr-input-line input + label,
.fr-popup.fr-rtl .fr-input-line textarea + label {
  left: auto;
  right: 0;
}

.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs {
  float: right;
}

.fr-text-edit-layer {
  width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block !important;
}

.fr-toolbar {
  color: #222222;
  background: #FFF;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
  border: 1px solid #CCCCCC;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  padding-bottom: 0;
  -webkit-transition: padding-bottom 0.5s;
  -moz-transition: padding-bottom 0.5s;
  -ms-transition: padding-bottom 0.5s;
  -o-transition: padding-bottom 0.5s;
}

.fr-toolbar::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-toolbar::after {
  height: 0;
}

.fr-toolbar .fr-newline {
  clear: both;
  display: block;
  content: "";
  margin-left: 9px;
  margin-right: 9px;
  background: #efefef;
  height: 1px;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
}

.fr-toolbar.fr-toolbar-open {
  padding-bottom: 48px;
}

.fr-toolbar.fr-toolbar-open .fr-newline {
  height: 0;
}

.fr-toolbar .fr-float-right {
  float: right;
}

.fr-toolbar .fr-float-left {
  float: left;
}

.fr-toolbar .fr-more-toolbar {
  float: left;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f5f5f5;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  height: 0;
  z-index: 2;
  overflow: hidden;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.fr-toolbar .fr-more-toolbar.fr-expanded {
  height: 48px;
}

.fr-toolbar .fr-more-toolbar.fr-overflow-visible {
  overflow: visible;
}

.fr-toolbar .fr-more-toolbar > .fr-command.fr-btn {
  margin-left: 4px;
  margin-right: 4px;
}

.fr-toolbar .fr-btn-grp {
  display: inline-block;
  margin: 0 17px 0 12px;
}

@media (max-width: 768px) {
  .fr-toolbar .fr-btn-grp {
    margin: 0 7px 0 6px;
  }
}

.fr-toolbar .fr-command.fr-btn.fr-open {
  margin-top: 10px;
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar .fr-command.fr-btn.fr-open:not(:hover):not(:focus):not(:active) {
  background: #f5f5f5;
}

.fr-toolbar.fr-rtl {
  text-align: right;
}

.fr-toolbar.fr-inline {
  display: none;
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  border: 0;
  white-space: nowrap;
  position: absolute;
  margin-top: 5px;
  z-index: 2147483630;
}

.fr-toolbar.fr-inline.fr-above {
  margin-top: -10px;
  border-top: 0;
}

.fr-toolbar.fr-inline .fr-newline {
  height: 0;
}

.fr-toolbar.fr-top {
  top: 0;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar.fr-bottom {
  bottom: 0;
  border-top: 0;
  padding-bottom: 0;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar.fr-bottom .fr-newline {
  padding-top: 0;
  -webkit-transition: padding-top 0.5s;
  -moz-transition: padding-top 0.5s;
  -ms-transition: padding-top 0.5s;
  -o-transition: padding-top 0.5s;
}

.fr-toolbar.fr-bottom.fr-toolbar-open .fr-newline {
  padding-top: 48px;
  background: #FFF;
}

.fr-toolbar.fr-bottom .fr-command.fr-btn.fr-open {
  margin-top: -1px;
  margin-bottom: 10px;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar.fr-sticky-on {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-separator {
  background: #ebebeb;
  display: block;
  vertical-align: top;
  float: left;
}

.fr-separator + .fr-separator {
  display: none;
}

.fr-separator.fr-vs {
  height: 32px;
  width: 1px;
  margin: 8px 4px;
}

.fr-separator.fr-hs {
  clear: both;
  width: calc(100% - (2 * 4px));
  margin: 0 4px;
  height: 1px;
}

.fr-separator.fr-hidden {
  display: none !important;
}

.fr-rtl .fr-separator {
  float: right;
}

.fr-toolbar.fr-inline .fr-separator.fr-hs {
  float: none;
}

.fr-toolbar.fr-inline .fr-separator.fr-vs {
  float: none;
  display: inline-block;
}

.amis-scope .second-toolbar {
  border: 1px solid #CCCCCC;
  border-top: 0;
  background: #FFF;
  line-height: 1.4;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.amis-scope .second-toolbar::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope #logo {
  float: left;
  outline: none;
}

.amis-scope #logo > span {
  display: inline-block;
  float: left;
  font-family: sans-serif;
  padding: 11px 5px 10px 15px;
  font-size: 12px;
  font-weight: 500;
  color: #b1b2b7;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}

.amis-scope #logo > svg {
  height: 20px;
  width: 47px;
  margin: 7px 0;
  cursor: pointer;
}

.amis-scope #logo > svg * {
  -webkit-transition: fill 0.3s;
  -moz-transition: fill 0.3s;
  -ms-transition: fill 0.3s;
  -o-transition: fill 0.3s;
}

.amis-scope #logo:hover > span,
.amis-scope #logo:focus > span {
  color: #0098f7;
}

.amis-scope #logo:hover > svg .fr-logo,
.amis-scope #logo:focus > svg .fr-logo {
  fill: #0098f7;
}

.fr-visibility-helper {
  display: none;
  margin-left: 0 !important;
}

@media (min-width: 768px) {
  .fr-visibility-helper {
    margin-left: 1px !important;
  }
}

@media (min-width: 992px) {
  .fr-visibility-helper {
    margin-left: 2px !important;
  }
}

@media (min-width: 1200px) {
  .fr-visibility-helper {
    margin-left: 3px !important;
  }
}

.fr-opacity-0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-box {
  position: relative;
}

.fr-sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}

.fr-sticky-off {
  position: relative;
}

.fr-sticky-on {
  position: fixed;
  z-index: 10;
}

.fr-sticky-on.fr-sticky-ios {
  position: absolute;
  left: 0;
  right: 0;
  width: auto !important;
}

.fr-sticky-dummy {
  display: none;
}

.fr-sticky-on + .fr-sticky-dummy,
.fr-sticky-box > .fr-sticky-dummy {
  display: block;
}

.amis-scope span.fr-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-box .fr-counter {
  padding: 10px;
  float: right;
  color: #999999;
  content: attr(data-chars);
  font-size: 14px;
  font-family: sans-serif;
  z-index: 1;
  border-radius: 2px 0 0 0;
  -moz-border-radius: 2px 0 0 0;
  -webkit-border-radius: 2px 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-box.fr-rtl .fr-counter {
  left: 0;
  right: auto;
  border-left: none;
  border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  -webkit-border-radius: 0 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-box.fr-code-view .fr-counter {
  display: none;
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.amis-scope textarea.fr-code {
  display: none;
  width: 100%;
  resize: none;
  -moz-resize: none;
  -webkit-resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 10px;
  margin: 0;
  font-family: "Courier New", monospace;
  font-size: 14px;
  background: #FFF;
  color: #000;
  outline: none;
}

.fr-box.fr-rtl textarea.fr-code {
  direction: rtl;
}

.fr-box .CodeMirror {
  display: none;
}

.fr-box.fr-code-view textarea.fr-code {
  display: block;
}

.fr-box.fr-code-view .fr-element,
.fr-box.fr-code-view .fr-placeholder,
.fr-box.fr-code-view .fr-iframe {
  display: none;
}

.fr-box.fr-code-view .CodeMirror {
  display: block;
}

.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
  display: block;
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  background: #FFF;
  color: #333333;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  padding: 8px 7px;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
  font-size: 24px;
  width: 24px;
  text-align: center;
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
  background: #ebebeb;
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-popup .fr-layer.fr-color-hex-layer {
  margin: 0;
  padding: 20px;
  padding-top: 0;
  float: left;
}

.fr-popup .fr-layer.fr-color-hex-layer .fr-input-line {
  float: left;
  width: calc(100% - 50px);
  padding: 15px 0 0;
}

.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons {
  float: right;
  width: 38px;
  height: 40px;
  padding: 17px 0 0;
  margin: 0;
}

.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons button.fr-command {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 13px;
  height: 40px;
  width: 38px;
}

.fr-popup .fr-separator + .fr-colors-tabs {
  margin-left: 2px;
  margin-right: 2px;
}

.fr-popup .fr-color-set {
  line-height: 0;
  display: none;
}

.fr-popup .fr-color-set.fr-selected-set {
  display: block;
  padding: 20px;
  padding-bottom: 0;
}

.fr-popup .fr-color-set > span {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 1;
}

.fr-popup .fr-color-set > span > i,
.fr-popup .fr-color-set > span > svg {
  text-align: center;
  line-height: 32px;
  height: 24px;
  width: 24px;
  margin: 4px;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  cursor: default;
  left: 0;
}

.fr-popup .fr-color-set > span > i path,
.fr-popup .fr-color-set > span > svg path {
  fill: #222222;
}

.fr-popup .fr-color-set > span .fr-selected-color {
  color: #FFF;
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  cursor: default;
}

.fr-popup .fr-color-set > span:hover,
.fr-popup .fr-color-set > span:focus {
  outline: 1px solid #222222;
  z-index: 2;
}

.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text] ~ [data-param1=background]::after {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-drag-helper {
  background: #0098f7;
  height: 2px;
  margin-top: -1px;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  z-index: 2147483640;
  display: none;
}

.fr-drag-helper.fr-visible {
  display: block;
}

.fr-dragging {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-popup .fr-emoticon {
  width: 24px;
  height: 24px;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
}

.fr-popup .fr-emoticon img {
  height: 24px;
  width: 24px;
}

.fr-popup .fr-command.fr-btn.fr-tabs-unicode {
  padding: 0 0 0 14px;
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  .fr-popup .fr-icon-container.fr-emoticon-container {
    width: 368px;
  }
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-popup .fr-file-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  margin: 20px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.fr-popup .fr-file-upload-layer:hover {
  background: #ebebeb;
}

.fr-popup .fr-file-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #0098f7;
}

.fr-popup .fr-file-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.fr-popup .fr-file-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500%;
  height: 100%;
  margin: 0;
  font-size: 400px;
}

.fr-popup .fr-file-progress-bar-layer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fr-popup .fr-file-progress-bar-layer > h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}

.fr-popup .fr-file-progress-bar-layer > div.fr-action-buttons {
  display: none;
}

.fr-popup .fr-file-progress-bar-layer > div.fr-loader {
  background: #b3e0fd;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.fr-popup .fr-file-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #0098f7;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}

.fr-popup .fr-file-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

.fr-popup .fr-file-progress-bar-layer.fr-error > div.fr-loader {
  display: none;
}

.fr-popup .fr-file-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block;
}

@keyframes loading {
  from {
    left: -25%;
  }

  to {
    left: 100%;
  }
}

@-webkit-keyframes loading {
  from {
    left: -25%;
  }

  to {
    left: 100%;
  }
}

@-moz-keyframes loading {
  from {
    left: -25%;
  }

  to {
    left: 100%;
  }
}

@-o-keyframes loading {
  from {
    left: -25%;
  }

  to {
    left: 100%;
  }
}

@keyframes loading {
  from {
    left: -25%;
  }

  to {
    left: 100%;
  }
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.amis-scope.fr-fullscreen {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}

.fr-box.fr-fullscreen {
  margin: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483630 !important;
  width: auto !important;
}

.fr-box.fr-fullscreen.fr-basic.fr-top .fr-wrapper {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-box.fr-fullscreen.fr-basic.fr-bottom .fr-wrapper {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-box.fr-fullscreen .fr-toolbar {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-box.fr-fullscreen .fr-toolbar.fr-top {
  top: 0 !important;
}

.fr-box.fr-fullscreen .fr-toolbar.fr-bottom {
  bottom: 0 !important;
}

.fr-box.fr-fullscreen .second-toolbar {
  margin-top: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-fullscreen-wrapper {
  z-index: 2147483640 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal {
  text-align: left;
  padding: 20px 20px 10px;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table {
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table + table {
  margin-top: 20px;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
  border: 0;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th {
  text-align: left;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th,
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table td {
  padding: 6px 0 4px;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
  border-bottom: solid 1px #ebebeb;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child {
  width: 60%;
  color: #646464;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:nth-child(n+2) {
  letter-spacing: 0.5px;
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-element img {
  cursor: pointer;
  padding: 0 1px;
}

.fr-image-resizer {
  position: absolute;
  border: solid 1px #0098f7;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fr-image-resizer.fr-active {
  display: block;
}

.fr-image-resizer .fr-handler {
  display: block;
  position: absolute;
  background: #0098f7;
  border: solid 1px #FFF;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fr-image-resizer .fr-handler.fr-hnw {
  cursor: nw-resize;
}

.fr-image-resizer .fr-handler.fr-hne {
  cursor: ne-resize;
}

.fr-image-resizer .fr-handler.fr-hsw {
  cursor: sw-resize;
}

.fr-image-resizer .fr-handler.fr-hse {
  cursor: se-resize;
}

.fr-image-resizer .fr-handler {
  width: 12px;
  height: 12px;
}

.fr-image-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}

.fr-image-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}

.fr-image-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}

.fr-image-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}

@media (min-width: 1200px) {
  .fr-image-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }

  .fr-image-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }

  .fr-image-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }

  .fr-image-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }

  .fr-image-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}

.fr-image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483640;
  display: none;
}

.fr-popup .fr-image-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  margin: 20px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  text-align: center;
}

.fr-popup .fr-image-upload-layer:hover {
  background: #ebebeb;
}

.fr-popup .fr-image-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #0098f7;
}

.fr-popup .fr-image-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.fr-popup .fr-image-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500%;
  height: 100%;
  margin: 0;
  font-size: 400px;
}

.fr-popup .fr-image-progress-bar-layer > h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}

.fr-popup .fr-image-progress-bar-layer > div.fr-action-buttons {
  display: none;
}

.fr-popup .fr-image-progress-bar-layer > div.fr-loader {
  background: #b3e0fd;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.fr-popup .fr-image-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #0098f7;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}

.fr-popup .fr-image-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

.fr-popup .fr-image-progress-bar-layer.fr-error > div.fr-loader {
  display: none;
}

.fr-popup .fr-image-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block;
}

.fr-image-size-layer .fr-image-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block;
}

.fr-image-size-layer .fr-image-group .fr-input-line + .fr-input-line {
  margin-left: 10px;
}

.fr-uploading {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@-webkit-keyframes loading {
  from {
    left: -25%;
  }

  to {
    left: 100%;
  }
}

@-moz-keyframes loading {
  from {
    left: -25%;
  }

  to {
    left: 100%;
  }
}

@-o-keyframes loading {
  from {
    left: -25%;
  }

  to {
    left: 100%;
  }
}

@keyframes loading {
  from {
    left: -25%;
  }

  to {
    left: 100%;
  }
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-modal .fr-modal-head .fr-modal-head-line::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more {
  margin-top: 10px;
}

.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more.fr-not-available {
  opacity: 0;
  width: 0;
  padding: 12px 0;
}

.fr-modal .fr-modal-head .fr-modal-tags {
  padding: 0 20px;
  display: none;
  text-align: left;
}

.fr-modal .fr-modal-head .fr-modal-tags a {
  display: inline-block;
  opacity: 0;
  padding: 6px 12px;
  margin: 8px 0 8px 8px;
  text-decoration: none;
  border-radius: 32px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  cursor: pointer;
  background-color: #f5f5f5;
}

.fr-modal .fr-modal-head .fr-modal-tags a:focus {
  outline: none;
  background-color: #ebebeb;
}

.fr-modal .fr-modal-head .fr-modal-tags a:hover {
  background-color: #ebebeb;
}

.fr-modal .fr-modal-head .fr-modal-tags a:active {
  background-color: #d6d6d6;
}

.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag {
  background-color: #EcF5Ff;
  color: #0098f7;
}

.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:focus {
  outline: none;
  background-color: #ebebeb;
}

.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:hover {
  background-color: #ebebeb;
}

.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:active {
  background-color: #d6d6d6;
}

.fr-show-tags .fr-modal-more svg path {
  fill: #0098f7;
}

.amis-scope div.fr-modal-body {
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
}

.amis-scope div.fr-modal-body .fr-preloader {
  display: block;
  margin: 50px auto;
}

.amis-scope div.fr-modal-body div.fr-image-list {
  text-align: center;
  margin: 0 20px;
  padding: 0;
}

.amis-scope div.fr-modal-body div.fr-image-list .fr-list-column {
  float: left;
  width: calc((100% - 20px) / 2);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .amis-scope div.fr-modal-body div.fr-image-list .fr-list-column {
    width: calc((100% - 40px) / 3);
  }
}

@media (min-width: 1200px) {
  .amis-scope div.fr-modal-body div.fr-image-list .fr-list-column {
    width: calc((100% - 60px) / 4);
  }
}

.amis-scope div.fr-modal-body div.fr-image-list .fr-list-column + .fr-list-column {
  margin-left: 20px;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container:first-child {
  margin-top: 20px;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container + div {
  margin-top: 20px;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after {
  position: absolute;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  background: #000;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before {
  content: attr(data-deleting);
  color: #FFF;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: 3;
  font-size: 15px;
  height: 20px;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty {
  height: 95px;
  background: #CCCCCC;
  z-index: 1;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: attr(data-loading);
  display: inline-block;
  height: 20px;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container img {
  width: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected img {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-delete-img,
.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-insert-img {
  display: inline-block;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img,
.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
  display: none;
  top: 50%;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  cursor: pointer;
  margin: 0;
  line-height: 40px;
  text-decoration: none;
  z-index: 3;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
  background: #B8312F;
  fill: #FFF;
  padding: 8px;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(25%);
  -moz-transform: translateY(-50%) translateX(25%);
  -ms-transform: translateY(-50%) translateX(25%);
  -o-transform: translateY(-50%) translateX(25%);
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
  background: #FFF;
  fill: #0098f7;
  padding: 8px;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-125%);
  -moz-transform: translateY(-50%) translateX(-125%);
  -ms-transform: translateY(-50%) translateX(-125%);
  -o-transform: translateY(-50%) translateX(-125%);
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover img {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-delete-img,
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-insert-img {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover {
  background: #bf4644;
  color: #FFF;
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover {
  background: #ebebeb;
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-line-breaker {
  cursor: text;
  border-top: 1px solid #0098f7;
  position: fixed;
  z-index: 2;
  display: none;
}

.fr-line-breaker.fr-visible {
  display: block;
}

.fr-line-breaker a.fr-floating-btn {
  position: absolute;
  left: calc(50% - (40px / 2));
  top: -20px;
}

.fr-line-breaker a.fr-floating-btn svg {
  margin: 8px;
  height: 24px;
  width: 24px;
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-quick-insert {
  position: absolute;
  z-index: 2147483639;
  white-space: nowrap;
  padding-right: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fr-quick-insert a.fr-floating-btn svg {
  margin: 8px;
  width: 24px;
  height: 24px;
}

.fr-quick-insert.fr-on a.fr-floating-btn svg {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

.fr-quick-insert.fr-hidden {
  display: none;
}

.fr-qi-helper {
  position: absolute;
  z-index: 3;
  padding-left: 20px;
  white-space: nowrap;
}

.fr-qi-helper a.fr-btn.fr-floating-btn {
  text-align: center;
  padding: 6px 10px 10px 10px;
  display: inline-block;
  color: #222222;
  background: #FFF;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}

.fr-qi-helper a.fr-btn.fr-floating-btn svg {
  fill: #222222;
}

.fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-popup .fr-buttons.fr-tabs .fr-special-character-category {
  padding: 10px 15px;
}

.fr-popup .fr-buttons.fr-tabs .fr-special-character-category span {
  font-weight: normal;
  font-size: 16px;
}

.fr-popup .fr-special-character {
  width: 24px;
  height: 24px;
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  .fr-popup .fr-icon-container.fr-sc-container {
    width: 368px;
  }
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-element table td.fr-selected-cell,
.fr-element table th.fr-selected-cell {
  border: 1px double #0098f7;
}

.fr-element table tr {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-element table td,
.fr-element table th {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}

.fr-element .fr-no-selection table td,
.fr-element .fr-no-selection table th {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-table-resizer {
  cursor: col-resize;
  position: absolute;
  z-index: 3;
  display: none;
}

.fr-table-resizer.fr-moving {
  z-index: 2;
}

.fr-table-resizer div {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-right: 1px solid #0098f7;
}

.fr-no-selection {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-popup .fr-table-size {
  margin: 20px;
}

.fr-popup .fr-table-size .fr-table-size-info {
  text-align: center;
  font-size: 14px;
}

.fr-popup .fr-table-size .fr-select-table-size {
  line-height: 0;
  padding: 5px;
  white-space: nowrap;
}

.fr-popup .fr-table-size .fr-select-table-size > span {
  display: inline-block;
  padding: 0 4px 4px 0;
  background: transparent;
}

.fr-popup .fr-table-size .fr-select-table-size > span > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #DDD;
}

.fr-popup .fr-table-size .fr-select-table-size > span.hover {
  background: transparent;
}

.fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
  background: rgba(0, 152, 247, 0.3);
  border: solid 1px #0098f7;
}

.fr-popup .fr-table-size .fr-select-table-size .new-line::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-popup.fr-above .fr-table-size .fr-select-table-size > span {
  display: inline-block !important;
}

.fr-popup .fr-table-colors {
  display: block;
  padding: 20px;
  padding-bottom: 0;
}

.fr-popup.fr-desktop .fr-table-size .fr-select-table-size > span > span {
  width: 12px;
  height: 12px;
}

.fr-insert-helper {
  position: absolute;
  z-index: 9999;
  white-space: nowrap;
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-element .fr-video {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-element .fr-video::after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: block;
  background: transparent;
}

.fr-element .fr-video.fr-active > * {
  z-index: 2;
  position: relative;
}

.fr-element .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}

.fr-box .fr-video-resizer {
  position: absolute;
  border: solid 1px #0098f7;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-box .fr-video-resizer.fr-active {
  display: block;
}

.fr-box .fr-video-resizer .fr-handler {
  display: block;
  position: absolute;
  background: #0098f7;
  border: solid 1px #FFF;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fr-box .fr-video-resizer .fr-handler.fr-hnw {
  cursor: nw-resize;
}

.fr-box .fr-video-resizer .fr-handler.fr-hne {
  cursor: ne-resize;
}

.fr-box .fr-video-resizer .fr-handler.fr-hsw {
  cursor: sw-resize;
}

.fr-box .fr-video-resizer .fr-handler.fr-hse {
  cursor: se-resize;
}

.fr-box .fr-video-resizer .fr-handler {
  width: 12px;
  height: 12px;
}

.fr-box .fr-video-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}

.fr-box .fr-video-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}

.fr-box .fr-video-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}

.fr-box .fr-video-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}

@media (min-width: 1200px) {
  .fr-box .fr-video-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }

  .fr-box .fr-video-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }

  .fr-box .fr-video-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }

  .fr-box .fr-video-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }

  .fr-box .fr-video-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}

.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block;
}

.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line + .fr-input-line {
  margin-left: 10px;
}

.fr-popup .fr-video-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  margin: 20px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  text-align: center;
}

.fr-popup .fr-video-upload-layer:hover {
  background: #ebebeb;
}

.fr-popup .fr-video-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #0098f7;
}

.fr-popup .fr-video-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.fr-popup .fr-video-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500%;
  height: 100%;
  margin: 0;
  font-size: 400px;
}

.fr-popup .fr-video-progress-bar-layer > h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}

.fr-popup .fr-video-progress-bar-layer > div.fr-action-buttons {
  display: none;
}

.fr-popup .fr-video-progress-bar-layer > div.fr-loader {
  background: #b3e0fd;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.fr-popup .fr-video-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #0098f7;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}

.fr-popup .fr-video-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

.fr-popup .fr-video-progress-bar-layer.fr-error > div.fr-loader {
  display: none;
}

.fr-popup .fr-video-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block;
}

.fr-video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483640;
  display: none;
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.amis-scope img.fr-rounded,
.fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.amis-scope img.fr-bordered,
.fr-img-caption.fr-bordered img {
  border: solid 5px #CCC;
}

.amis-scope img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fr-view {
  word-wrap: break-word;
}

.fr-view span[style~="color:"] a {
  color: inherit;
}

.fr-view strong {
  font-weight: 700;
}

.fr-view table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}

.fr-view table td {
  min-width: 5px;
}

.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
  border-style: dashed;
}

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: whitesmoke;
}

.fr-view table td,
.fr-view table th {
  border: 1px solid #DDD;
}

.fr-view table td:empty,
.fr-view table th:empty {
  height: 20px;
}

.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
  border: 1px double red;
}

.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
  border-width: 2px;
}

.fr-view table th {
  background: #ececec;
}

.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  break-after: always;
  page-break-after: always;
}

.fr-view .fr-file {
  position: relative;
}

.fr-view .fr-file::after {
  position: relative;
  content: "📎";
  font-weight: normal;
}

.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: visible;
}

.fr-view[dir=rtl] blockquote {
  border-left: none;
  border-right: solid 2px #5E35B1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0;
}

.fr-view[dir=rtl] blockquote blockquote {
  border-color: #00BCD4;
}

.fr-view[dir=rtl] blockquote blockquote blockquote {
  border-color: #43A047;
}

.fr-view blockquote {
  border-left: solid 2px #5E35B1;
  margin-left: 0;
  padding-left: 5px;
  color: #5E35B1;
}

.fr-view blockquote blockquote {
  border-color: #00BCD4;
  color: #00BCD4;
}

.fr-view blockquote blockquote blockquote {
  border-color: #43A047;
  color: #43A047;
}

.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  display: inline;
  line-height: 0;
}

.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}

.fr-view .fr-text-gray {
  color: #AAA !important;
}

.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}

.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}

.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}

.fr-view .fr-class-highlighted {
  background-color: #ffff00;
}

.fr-view .fr-class-code {
  border-color: #cccccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
}

.fr-view .fr-class-transparency {
  opacity: 0.5;
}

.fr-view img {
  position: relative;
  max-width: 100%;
}

.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%;
}

.fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.fr-view .fr-video {
  text-align: center;
  position: relative;
}

.fr-view .fr-video.fr-rv {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.fr-view .fr-video.fr-rv > iframe,
.fr-view .fr-video.fr-rv object,
.fr-view .fr-video.fr-rv embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}

.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}

.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}

.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}

.fr-view .fr-video.fr-dvi {
  display: inline-block;
}

.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}

.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}

.fr-view a.fr-strong {
  font-weight: 700;
}

.fr-view a.fr-green {
  color: green;
}

.fr-view .fr-img-caption {
  text-align: center;
}

.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0;
  margin: auto;
  text-align: center;
  width: 100%;
}

.fr-view .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100%;
}

.fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  text-align: center;
}

.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
  font-size: 24px;
}

.amis-scope a.fr-view.fr-strong {
  font-weight: 700;
}

.amis-scope a.fr-view.fr-green {
  color: green;
}

.amis-scope img.fr-view {
  position: relative;
  max-width: 100%;
}

.amis-scope img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.amis-scope img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.amis-scope img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.amis-scope img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

.amis-scope img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.amis-scope img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.amis-scope span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%;
}

.amis-scope span.fr-img-caption.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.amis-scope span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.amis-scope span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.amis-scope span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

.amis-scope span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.amis-scope span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.tox {
  box-shadow: none;
  box-sizing: content-box;
  color: #222f3e;
  cursor: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  vertical-align: initial;
  white-space: normal;
}

.tox *:not(svg):not(rect) {
  box-sizing: inherit;
  color: inherit;
  cursor: inherit;
  direction: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-tap-highlight-color: inherit;
  text-align: inherit;
  text-decoration: inherit;
  text-shadow: inherit;
  text-transform: inherit;
  vertical-align: inherit;
  white-space: inherit;
}

.tox *:not(svg):not(rect) {
  /* stylelint-disable-line no-duplicate-selectors */
  background: transparent;
  border: 0;
  box-shadow: none;
  float: none;
  height: auto;
  margin: 0;
  max-width: none;
  outline: 0;
  padding: 0;
  position: static;
  width: auto;
}

.tox:not([dir=rtl]) {
  direction: ltr;
  text-align: left;
}

.tox[dir=rtl] {
  direction: rtl;
  text-align: right;
}

.tox-tinymce {
  border: 2px solid #eeeeee;
  border-radius: 10px;
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  overflow: hidden;
  position: relative;
  visibility: inherit !important;
}

.tox.tox-tinymce-inline {
  border: none;
  box-shadow: none;
  overflow: initial;
}

.tox.tox-tinymce-inline .tox-editor-container {
  overflow: initial;
}

.tox.tox-tinymce-inline .tox-editor-header {
  background-color: #fff;
  border: 2px solid #eeeeee;
  border-radius: 10px;
  box-shadow: none;
  overflow: hidden;
}

.tox-tinymce-aux {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  z-index: 1300;
}

.tox-tinymce *:focus,
.tox-tinymce-aux *:focus {
  outline: none;
}

.amis-scope button::-moz-focus-inner {
  border: 0;
}

.tox[dir=rtl] .tox-icon--flip svg {
  transform: rotateY(180deg);
}

.tox .accessibility-issue__header {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
}

.tox .accessibility-issue__description {
  align-items: stretch;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
}

.tox .accessibility-issue__description > div {
  padding-bottom: 4px;
}

.tox .accessibility-issue__description > div > div {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
}

.tox .accessibility-issue__description > div > div .tox-icon svg {
  display: block;
}

.tox .accessibility-issue__repair {
  margin-top: 16px;
}

.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description {
  background-color: rgba(0, 101, 216, 0.1);
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2 {
  color: #006ce7;
}

.tox .tox-dialog__body-content .accessibility-issue--info .tox-icon svg {
  fill: #006ce7;
}

.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon {
  background-color: #006ce7;
  color: #fff;
}

.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:hover,
.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:focus {
  background-color: #0060ce;
}

.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:active {
  background-color: #0054b4;
}

.tox .tox-dialog__body-content .accessibility-issue--warn {
  /* stylelint-disable-next-line no-descending-specificity */
}

.tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description {
  background-color: rgba(255, 165, 0, 0.08);
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2 {
  color: #8f5d00;
}

.tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon svg {
  fill: #8f5d00;
}

.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon {
  background-color: #FFE89D;
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:hover,
.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:focus {
  background-color: #F2D574;
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:active {
  background-color: #E8C657;
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--error {
  /* stylelint-disable-next-line no-descending-specificity */
}

.tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description {
  background-color: rgba(204, 0, 0, 0.1);
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2 {
  color: #c00;
}

.tox .tox-dialog__body-content .accessibility-issue--error .tox-icon svg {
  fill: #c00;
}

.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon {
  background-color: #F2BFBF;
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:hover,
.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:focus {
  background-color: #E9A4A4;
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:active {
  background-color: #EE9494;
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description {
  background-color: rgba(120, 171, 70, 0.1);
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description > *:last-child {
  display: none;
}

.tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2 {
  color: #527530;
}

.tox .tox-dialog__body-content .accessibility-issue--success .tox-icon svg {
  fill: #527530;
}

.tox .tox-dialog__body-content .accessibility-issue__header .tox-form__group h1,
.tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2 {
  font-size: 14px;
  margin-top: 0;
}

.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button {
  margin-left: 4px;
}

.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
  margin-left: auto;
}

.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description {
  padding: 4px 4px 4px 8px;
}

.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button {
  margin-right: 4px;
}

.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
  margin-right: auto;
}

.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description {
  padding: 4px 8px 4px 4px;
}

.tox .tox-advtemplate .tox-form__grid {
  flex: 1;
}

.tox .tox-advtemplate .tox-form__grid > div:first-child {
  display: flex;
  flex-direction: column;
  width: 30%;
}

.tox .tox-advtemplate .tox-form__grid > div:first-child > div:nth-child(2) {
  flex-basis: 0;
  flex-grow: 1;
  overflow: auto;
}

@media only screen and (max-width: 767px) {
  .amis-scope:not(.tox-force-desktop) .tox .tox-advtemplate .tox-form__grid > div:first-child {
    width: 100%;
  }
}

.tox .tox-advtemplate iframe {
  border-color: #eeeeee;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  margin: 0 10px;
}

.tox .tox-anchorbar {
  display: flex;
  flex: 0 0 auto;
}

.tox .tox-bar {
  display: flex;
  flex: 0 0 auto;
}

.tox .tox-button {
  background-color: #006ce7;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-color: #006ce7;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0;
  outline: none;
  padding: 4px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.tox .tox-button::before {
  border-radius: 6px;
  bottom: -1px;
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #006ce7, 0 0 0 3px rgba(0, 108, 231, 0.25);
  content: "";
  left: -1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -1px;
  top: -1px;
}

.tox .tox-button[disabled] {
  background-color: #006ce7;
  background-image: none;
  border-color: #006ce7;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}

.tox .tox-button:focus:not(:disabled) {
  background-color: #0060ce;
  background-image: none;
  border-color: #0060ce;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button:focus-visible:not(:disabled)::before {
  opacity: 1;
}

.tox .tox-button:hover:not(:disabled) {
  background-color: #0060ce;
  background-image: none;
  border-color: #0060ce;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button:active:not(:disabled) {
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button.tox-button--enabled {
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button.tox-button--enabled[disabled] {
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}

.tox .tox-button.tox-button--enabled:focus:not(:disabled) {
  background-color: #00489b;
  background-image: none;
  border-color: #00489b;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button.tox-button--enabled:hover:not(:disabled) {
  background-color: #00489b;
  background-image: none;
  border-color: #00489b;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button.tox-button--enabled:active:not(:disabled) {
  background-color: #003c81;
  background-image: none;
  border-color: #003c81;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button--icon-and-text,
.tox .tox-button.tox-button--icon-and-text,
.tox .tox-button.tox-button--secondary.tox-button--icon-and-text {
  display: flex;
  padding: 5px 4px;
}

.tox .tox-button--icon-and-text .tox-icon svg,
.tox .tox-button.tox-button--icon-and-text .tox-icon svg,
.tox .tox-button.tox-button--secondary.tox-button--icon-and-text .tox-icon svg {
  display: block;
  fill: currentColor;
}

.tox .tox-button--secondary {
  background-color: #f0f0f0;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-color: #f0f0f0;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  color: #222f3e;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  outline: none;
  padding: 4px 16px;
  text-decoration: none;
  text-transform: none;
}

.tox .tox-button--secondary[disabled] {
  background-color: #f0f0f0;
  background-image: none;
  border-color: #f0f0f0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}

.tox .tox-button--secondary:focus:not(:disabled) {
  background-color: #e3e3e3;
  background-image: none;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--secondary:hover:not(:disabled) {
  background-color: #e3e3e3;
  background-image: none;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--secondary:active:not(:disabled) {
  background-color: #d6d6d6;
  background-image: none;
  border-color: #d6d6d6;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--secondary.tox-button--enabled {
  background-color: #a8c8ed;
  background-image: none;
  border-color: #a8c8ed;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--secondary.tox-button--enabled[disabled] {
  background-color: #a8c8ed;
  background-image: none;
  border-color: #a8c8ed;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}

.tox .tox-button--secondary.tox-button--enabled:focus:not(:disabled) {
  background-color: #93bbe9;
  background-image: none;
  border-color: #93bbe9;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--secondary.tox-button--enabled:hover:not(:disabled) {
  background-color: #93bbe9;
  background-image: none;
  border-color: #93bbe9;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--secondary.tox-button--enabled:active:not(:disabled) {
  background-color: #7daee4;
  background-image: none;
  border-color: #7daee4;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--icon,
.tox .tox-button.tox-button--icon,
.tox .tox-button.tox-button--secondary.tox-button--icon {
  padding: 4px;
}

.tox .tox-button--icon .tox-icon svg,
.tox .tox-button.tox-button--icon .tox-icon svg,
.tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg {
  display: block;
  fill: currentColor;
}

.tox .tox-button-link {
  background: 0;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.tox .tox-button-link--sm {
  font-size: 14px;
}

.tox .tox-button--naked {
  background-color: transparent;
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}

.tox .tox-button--naked[disabled] {
  background-color: rgba(34, 47, 62, 0.12);
  border-color: transparent;
  box-shadow: unset;
  color: rgba(34, 47, 62, 0.5);
}

.tox .tox-button--naked:hover:not(:disabled) {
  background-color: rgba(34, 47, 62, 0.12);
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}

.tox .tox-button--naked:focus:not(:disabled) {
  background-color: rgba(34, 47, 62, 0.12);
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}

.tox .tox-button--naked:active:not(:disabled) {
  background-color: rgba(34, 47, 62, 0.18);
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}

.tox .tox-button--naked .tox-icon svg {
  fill: currentColor;
}

.tox .tox-button--naked.tox-button--icon:hover:not(:disabled) {
  color: #222f3e;
}

.tox .tox-checkbox {
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  height: 36px;
  min-width: 36px;
}

.tox .tox-checkbox__input {
  /* Hide from view but visible to screen readers */
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.tox .tox-checkbox__icons {
  align-items: center;
  border-radius: 6px;
  box-shadow: 0 0 0 2px transparent;
  box-sizing: content-box;
  display: flex;
  height: 24px;
  justify-content: center;
  padding: calc(4px - 1px);
  width: 24px;
}

.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: block;
  fill: rgba(34, 47, 62, 0.3);
}

.tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  display: none;
  fill: #006ce7;
}

.tox .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  display: none;
  fill: #006ce7;
}

.tox .tox-checkbox--disabled {
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: none;
}

.tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  display: block;
}

.tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: none;
}

.tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  display: block;
}

.tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px #006ce7;
  padding: calc(4px - 1px);
}

.tox:not([dir=rtl]) .tox-checkbox__label {
  margin-left: 4px;
}

.tox:not([dir=rtl]) .tox-checkbox__input {
  left: -10000px;
}

.tox:not([dir=rtl]) .tox-bar .tox-checkbox {
  margin-left: 4px;
}

.tox[dir=rtl] .tox-checkbox__label {
  margin-right: 4px;
}

.tox[dir=rtl] .tox-checkbox__input {
  right: -10000px;
}

.tox[dir=rtl] .tox-bar .tox-checkbox {
  margin-right: 4px;
}

.tox {
  /* stylelint-disable-next-line no-descending-specificity */
}

.tox .tox-collection--toolbar .tox-collection__group {
  display: flex;
  padding: 0;
}

.tox .tox-collection--grid .tox-collection__group {
  display: flex;
  flex-wrap: wrap;
  max-height: 208px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}

.tox .tox-collection--list .tox-collection__group {
  border-bottom-width: 0;
  border-color: #e3e3e3;
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
  border-top-width: 1px;
  padding: 4px 0;
}

.tox .tox-collection--list .tox-collection__group:first-child {
  border-top-width: 0;
}

.tox .tox-collection__group-heading {
  background-color: #fcfcfc;
  color: rgba(34, 47, 62, 0.7);
  cursor: default;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 4px;
  margin-top: -4px;
  padding: 4px 8px;
  text-transform: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.tox .tox-collection__item {
  align-items: center;
  border-radius: 3px;
  color: #222f3e;
  display: flex;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.tox .tox-collection--list .tox-collection__item {
  padding: 4px 8px;
}

.tox .tox-collection--toolbar .tox-collection__item {
  border-radius: 3px;
  padding: 4px;
}

.tox .tox-collection--grid .tox-collection__item {
  border-radius: 3px;
  padding: 4px;
}

.tox .tox-collection--list .tox-collection__item--enabled {
  background-color: #fff;
  color: #222f3e;
}

.tox .tox-collection--list .tox-collection__item--active {
  background-color: #cce2fa;
}

.tox .tox-collection--toolbar .tox-collection__item--enabled {
  background-color: #a6ccf7;
  color: #222f3e;
}

.tox .tox-collection--toolbar .tox-collection__item--active {
  background-color: #cce2fa;
}

.tox .tox-collection--grid .tox-collection__item--enabled {
  background-color: #a6ccf7;
  color: #222f3e;
}

.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  background-color: #cce2fa;
  color: #222f3e;
}

.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  color: #222f3e;
}

.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  color: #222f3e;
}

.tox .tox-collection__item-icon,
.tox .tox-collection__item-checkmark {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.tox .tox-collection__item-icon svg,
.tox .tox-collection__item-checkmark svg {
  fill: currentColor;
}

.tox .tox-collection--toolbar-lg .tox-collection__item-icon {
  height: 48px;
  width: 48px;
}

.tox .tox-collection__item-label {
  color: currentColor;
  display: inline-block;
  flex: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  text-transform: none;
  word-break: break-all;
}

.tox .tox-collection__item-accessory {
  color: rgba(34, 47, 62, 0.7);
  display: inline-block;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-transform: none;
}

.tox .tox-collection__item-caret {
  align-items: center;
  display: flex;
  min-height: 24px;
}

.tox .tox-collection__item-caret::after {
  content: "";
  font-size: 0;
  min-height: inherit;
}

.tox .tox-collection__item-caret svg {
  fill: #222f3e;
}

.tox .tox-collection__item--state-disabled {
  background-color: transparent;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-collection__item--state-disabled .tox-collection__item-caret svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg {
  display: none;
}

.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory + .tox-collection__item-checkmark {
  display: none;
}

.tox .tox-collection--horizontal {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: nowrap;
  margin-bottom: 0;
  overflow-x: auto;
  padding: 0;
}

.tox .tox-collection--horizontal .tox-collection__group {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 4px;
}

.tox .tox-collection--horizontal .tox-collection__item {
  height: 28px;
  margin: 6px 1px 5px 0;
  padding: 0 4px;
}

.tox .tox-collection--horizontal .tox-collection__item-label {
  white-space: nowrap;
}

.tox .tox-collection--horizontal .tox-collection__item-caret {
  margin-left: 4px;
}

.tox .tox-collection__item-container {
  display: flex;
}

.tox .tox-collection__item-container--row {
  align-items: center;
  flex: 1 1 auto;
  flex-direction: row;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--align-left {
  margin-right: auto;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--align-right {
  justify-content: flex-end;
  margin-left: auto;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--valign-top {
  align-items: flex-start;
  margin-bottom: auto;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--valign-middle {
  align-items: center;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--valign-bottom {
  align-items: flex-end;
  margin-top: auto;
}

.tox .tox-collection__item-container--column {
  align-self: center;
  flex: 1 1 auto;
  flex-direction: column;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--align-left {
  align-items: flex-start;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--align-right {
  align-items: flex-end;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--valign-top {
  align-self: flex-start;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--valign-middle {
  align-self: center;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--valign-bottom {
  align-self: flex-end;
}

.tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
  border-right: 1px solid transparent;
}

.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > *:not(:first-child) {
  margin-left: 8px;
}

.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
  margin-left: 4px;
}

.tox:not([dir=rtl]) .tox-collection__item-accessory {
  margin-left: 16px;
  text-align: right;
}

.tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret {
  margin-left: 16px;
}

.tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
  border-left: 1px solid transparent;
}

.tox[dir=rtl] .tox-collection--list .tox-collection__item > *:not(:first-child) {
  margin-right: 8px;
}

.tox[dir=rtl] .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
  margin-right: 4px;
}

.tox[dir=rtl] .tox-collection__item-accessory {
  margin-right: 16px;
  text-align: left;
}

.tox[dir=rtl] .tox-collection .tox-collection__item-caret {
  margin-right: 16px;
  transform: rotateY(180deg);
}

.tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret {
  margin-right: 4px;
}

.tox .tox-color-picker-container {
  display: flex;
  flex-direction: row;
  height: 225px;
  margin: 0;
}

.tox .tox-sv-palette {
  box-sizing: border-box;
  display: flex;
  height: 100%;
}

.tox .tox-sv-palette-spectrum {
  height: 100%;
}

.tox .tox-sv-palette,
.tox .tox-sv-palette-spectrum {
  width: 225px;
}

.tox .tox-sv-palette-thumb {
  background: none;
  border: 1px solid black;
  border-radius: 50%;
  box-sizing: content-box;
  height: 12px;
  position: absolute;
  width: 12px;
}

.tox .tox-sv-palette-inner-thumb {
  border: 1px solid white;
  border-radius: 50%;
  height: 10px;
  position: absolute;
  width: 10px;
}

.tox .tox-hue-slider {
  box-sizing: border-box;
  height: 100%;
  width: 25px;
}

.tox .tox-hue-slider-spectrum {
  background: linear-gradient(to bottom, #f00, #ff0080, #f0f, #8000ff, #00f, #0080ff, #0ff, #00ff80, #0f0, #80ff00, #ff0, #ff8000, #f00);
  height: 100%;
  width: 100%;
}

.tox .tox-hue-slider,
.tox .tox-hue-slider-spectrum {
  width: 20px;
}

.tox .tox-hue-slider-thumb {
  background: white;
  border: 1px solid black;
  box-sizing: content-box;
  height: 4px;
  width: 100%;
}

.tox .tox-rgb-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tox .tox-rgb-form div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  width: inherit;
}

.tox .tox-rgb-form input {
  width: 6em;
}

.tox .tox-rgb-form input.tox-invalid {
  /* Need !important to override Chrome's focus styling unfortunately */
  border: 1px solid red !important;
}

.tox .tox-rgb-form .tox-rgba-preview {
  border: 1px solid black;
  flex-grow: 2;
  margin-bottom: 0;
}

.tox:not([dir=rtl]) .tox-sv-palette {
  margin-right: 15px;
}

.tox:not([dir=rtl]) .tox-hue-slider {
  margin-right: 15px;
}

.tox:not([dir=rtl]) .tox-hue-slider-thumb {
  margin-left: -1px;
}

.tox:not([dir=rtl]) .tox-rgb-form label {
  margin-right: 0.5em;
}

.tox[dir=rtl] .tox-sv-palette {
  margin-left: 15px;
}

.tox[dir=rtl] .tox-hue-slider {
  margin-left: 15px;
}

.tox[dir=rtl] .tox-hue-slider-thumb {
  margin-right: -1px;
}

.tox[dir=rtl] .tox-rgb-form label {
  margin-left: 0.5em;
}

.tox .tox-toolbar .tox-swatches,
.tox .tox-toolbar__primary .tox-swatches,
.tox .tox-toolbar__overflow .tox-swatches {
  margin: 5px 0 6px 11px;
}

.tox .tox-collection--list .tox-collection__group .tox-swatches-menu {
  border: 0;
  margin: -4px -4px;
}

.tox .tox-swatches__row {
  display: flex;
}

.tox .tox-swatch {
  height: 30px;
  transition: transform 0.15s, box-shadow 0.15s;
  width: 30px;
}

.tox .tox-swatch:hover,
.tox .tox-swatch:focus {
  box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.3) inset;
  transform: scale(0.8);
}

.tox .tox-swatch--remove {
  align-items: center;
  display: flex;
  justify-content: center;
}

.tox .tox-swatch--remove svg path {
  stroke: #e74c3c;
}

.tox .tox-swatches__picker-btn {
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  outline: none;
  padding: 0;
  width: 30px;
}

.tox .tox-swatches__picker-btn svg {
  fill: #222f3e;
  height: 24px;
  width: 24px;
}

.tox .tox-swatches__picker-btn:hover {
  background: #cce2fa;
}

.tox div.tox-swatch:not(.tox-swatch--remove) svg {
  display: none;
  fill: #222f3e;
  height: 24px;
  margin: calc((30px - 24px) / 2) calc((30px - 24px) / 2);
  width: 24px;
}

.tox div.tox-swatch:not(.tox-swatch--remove) svg path {
  fill: #fff;
  paint-order: stroke;
  stroke: #222f3e;
  stroke-width: 2px;
}

.tox div.tox-swatch:not(.tox-swatch--remove).tox-collection__item--enabled svg {
  display: block;
}

.tox:not([dir=rtl]) .tox-swatches__picker-btn {
  margin-left: auto;
}

.tox[dir=rtl] .tox-swatches__picker-btn {
  margin-right: auto;
}

.tox .tox-comment-thread {
  background: #fff;
  position: relative;
}

.tox .tox-comment-thread > *:not(:first-child) {
  margin-top: 8px;
}

.tox .tox-comment {
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
  padding: 8px 8px 16px 8px;
  position: relative;
}

.tox .tox-comment__header {
  align-items: center;
  color: #222f3e;
  display: flex;
  justify-content: space-between;
}

.tox .tox-comment__date {
  color: #222f3e;
  font-size: 12px;
  line-height: 18px;
}

.tox .tox-comment__body {
  color: #222f3e;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 8px;
  position: relative;
  text-transform: initial;
}

.tox .tox-comment__body textarea {
  resize: none;
  white-space: normal;
  width: 100%;
}

.tox .tox-comment__expander {
  padding-top: 8px;
}

.tox .tox-comment__expander p {
  color: rgba(34, 47, 62, 0.7);
  font-size: 14px;
  font-style: normal;
}

.tox .tox-comment__body p {
  margin: 0;
}

.tox .tox-comment__buttonspacing {
  padding-top: 16px;
  text-align: center;
}

.tox .tox-comment-thread__overlay::after {
  background: #fff;
  bottom: 0;
  content: "";
  display: flex;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.tox .tox-comment__reply {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 8px;
}

.tox .tox-comment__reply > *:first-child {
  margin-bottom: 8px;
  width: 100%;
}

.tox .tox-comment__edit {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 16px;
}

.tox .tox-comment__gradient::after {
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  bottom: 0;
  content: "";
  display: block;
  height: 5em;
  margin-top: -40px;
  position: absolute;
  width: 100%;
}

.tox .tox-comment__overlay {
  background: #fff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 5;
}

.tox .tox-comment__loading-text {
  align-items: center;
  color: #222f3e;
  display: flex;
  flex-direction: column;
  position: relative;
}

.tox .tox-comment__loading-text > div {
  padding-bottom: 16px;
}

.tox .tox-comment__overlaytext {
  bottom: 0;
  flex-direction: column;
  font-size: 14px;
  left: 0;
  padding: 1em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.tox .tox-comment__overlaytext p {
  background-color: #fff;
  box-shadow: 0 0 8px 8px #fff;
  color: #222f3e;
  text-align: center;
}

.tox .tox-comment__overlaytext div:nth-of-type(2) {
  font-size: 0.8em;
}

.tox .tox-comment__busy-spinner {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

.tox .tox-comment__scroll {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  overflow: auto;
}

.tox .tox-conversations {
  margin: 8px;
}

.tox:not([dir=rtl]) .tox-comment__edit {
  margin-left: 8px;
}

.tox:not([dir=rtl]) .tox-comment__buttonspacing > *:last-child,
.tox:not([dir=rtl]) .tox-comment__edit > *:last-child,
.tox:not([dir=rtl]) .tox-comment__reply > *:last-child {
  margin-left: 8px;
}

.tox[dir=rtl] .tox-comment__edit {
  margin-right: 8px;
}

.tox[dir=rtl] .tox-comment__buttonspacing > *:last-child,
.tox[dir=rtl] .tox-comment__edit > *:last-child,
.tox[dir=rtl] .tox-comment__reply > *:last-child {
  margin-right: 8px;
}

.tox .tox-user {
  align-items: center;
  display: flex;
}

.tox .tox-user__avatar svg {
  fill: rgba(34, 47, 62, 0.7);
}

.tox .tox-user__avatar img {
  border-radius: 50%;
  height: 36px;
  object-fit: cover;
  vertical-align: middle;
  width: 36px;
}

.tox .tox-user__name {
  color: #222f3e;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  text-transform: none;
}

.tox:not([dir=rtl]) .tox-user__avatar svg,
.tox:not([dir=rtl]) .tox-user__avatar img {
  margin-right: 8px;
}

.tox:not([dir=rtl]) .tox-user__avatar + .tox-user__name {
  margin-left: 8px;
}

.tox[dir=rtl] .tox-user__avatar svg,
.tox[dir=rtl] .tox-user__avatar img {
  margin-left: 8px;
}

.tox[dir=rtl] .tox-user__avatar + .tox-user__name {
  margin-right: 8px;
}

.tox .tox-dialog-wrap {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1100;
}

.tox .tox-dialog-wrap__backdrop {
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.tox .tox-dialog-wrap__backdrop--opaque {
  background-color: #fff;
}

.tox .tox-dialog {
  background-color: #fff;
  border-color: #eeeeee;
  border-radius: 10px;
  border-style: solid;
  border-width: 0px;
  box-shadow: 0 16px 16px -10px rgba(34, 47, 62, 0.15), 0 0 40px 1px rgba(34, 47, 62, 0.15);
  display: flex;
  flex-direction: column;
  max-height: 100%;
  max-width: 480px;
  overflow: hidden;
  position: relative;
  width: 95vw;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .amis-scope:not(.tox-force-desktop) .tox .tox-dialog {
    align-self: flex-start;
    margin: 8px auto;
    max-height: calc(100vh - 8px * 2);
    width: calc(100vw - 16px);
  }
}

.tox .tox-dialog-inline {
  z-index: 1100;
}

.tox .tox-dialog__header {
  align-items: center;
  background-color: #fff;
  border-bottom: none;
  color: #222f3e;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 8px 16px 0 16px;
  position: relative;
}

.tox .tox-dialog__header .tox-button {
  z-index: 1;
}

.tox .tox-dialog__draghandle {
  cursor: grab;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.tox .tox-dialog__draghandle:active {
  cursor: grabbing;
}

.tox .tox-dialog__dismiss {
  margin-left: auto;
}

.tox .tox-dialog__title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  text-transform: none;
}

.tox .tox-dialog__body {
  color: #222f3e;
  display: flex;
  flex: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  min-width: 0;
  text-align: left;
  text-transform: none;
}

@media only screen and (max-width: 767px) {
  .amis-scope:not(.tox-force-desktop) .tox .tox-dialog__body {
    flex-direction: column;
  }
}

.tox .tox-dialog__body-nav {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 16px 16px;
}

@media only screen and (max-width: 767px) {
  .amis-scope:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
    flex-direction: row;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 0;
  }
}

.tox .tox-dialog__body-nav-item {
  border-bottom: 2px solid transparent;
  color: rgba(34, 47, 62, 0.7);
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 8px;
  text-decoration: none;
  white-space: nowrap;
}

.tox .tox-dialog__body-nav-item:focus {
  background-color: rgba(0, 108, 231, 0.1);
}

.tox .tox-dialog__body-nav-item--active {
  border-bottom: 2px solid #006ce7;
  color: #006ce7;
}

.tox .tox-dialog__body-content {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  max-height: 650px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16px 16px;
}

.tox .tox-dialog__body-content > * {
  margin-bottom: 0;
  margin-top: 16px;
}

.tox .tox-dialog__body-content > *:first-child {
  margin-top: 0;
}

.tox .tox-dialog__body-content > *:last-child {
  margin-bottom: 0;
}

.tox .tox-dialog__body-content > *:only-child {
  margin-bottom: 0;
  margin-top: 0;
}

.tox .tox-dialog__body-content a {
  color: #006ce7;
  cursor: pointer;
  text-decoration: none;
}

.tox .tox-dialog__body-content a:hover,
.tox .tox-dialog__body-content a:focus {
  color: #0054b4;
  text-decoration: none;
}

.tox .tox-dialog__body-content a:active {
  color: #0054b4;
  text-decoration: none;
}

.tox .tox-dialog__body-content svg {
  fill: #222f3e;
}

.tox .tox-dialog__body-content ul {
  display: block;
  list-style-type: disc;
  margin-bottom: 16px;
  margin-inline-end: 0;
  margin-inline-start: 0;
  padding-inline-start: 2.5rem;
}

.tox .tox-dialog__body-content .tox-form__group h1 {
  color: #222f3e;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 16px;
  margin-top: 2rem;
  text-transform: none;
}

.tox .tox-dialog__body-content .tox-form__group h2 {
  color: #222f3e;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 16px;
  margin-top: 2rem;
  text-transform: none;
}

.tox .tox-dialog__body-content .tox-form__group p {
  margin-bottom: 16px;
}

.tox .tox-dialog__body-content .tox-form__group h1:first-child,
.tox .tox-dialog__body-content .tox-form__group h2:first-child,
.tox .tox-dialog__body-content .tox-form__group p:first-child {
  margin-top: 0;
}

.tox .tox-dialog__body-content .tox-form__group h1:last-child,
.tox .tox-dialog__body-content .tox-form__group h2:last-child,
.tox .tox-dialog__body-content .tox-form__group p:last-child {
  margin-bottom: 0;
}

.tox .tox-dialog__body-content .tox-form__group h1:only-child,
.tox .tox-dialog__body-content .tox-form__group h2:only-child,
.tox .tox-dialog__body-content .tox-form__group p:only-child {
  margin-bottom: 0;
  margin-top: 0;
}

.tox .tox-dialog--width-lg {
  height: 650px;
  max-width: 1200px;
}

.tox .tox-dialog--fullscreen {
  height: 100%;
  max-width: 100%;
}

.tox .tox-dialog--fullscreen .tox-dialog__body-content {
  max-height: 100%;
}

.tox .tox-dialog--width-md {
  max-width: 800px;
}

.tox .tox-dialog--width-md .tox-dialog__body-content {
  overflow: auto;
}

.tox .tox-dialog__body-content--centered {
  text-align: center;
}

.tox .tox-dialog__footer {
  align-items: center;
  background-color: #fff;
  border-top: none;
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
}

.tox .tox-dialog__footer-start,
.tox .tox-dialog__footer-end {
  display: flex;
}

.tox .tox-dialog__busy-spinner {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.tox .tox-dialog__table {
  border-collapse: collapse;
  width: 100%;
}

.tox .tox-dialog__table thead th {
  font-weight: bold;
  padding-bottom: 8px;
}

.tox .tox-dialog__table thead th:first-child {
  padding-right: 8px;
}

.tox .tox-dialog__table tbody tr {
  border-bottom: 1px solid #626262;
}

.tox .tox-dialog__table tbody tr:last-child {
  border-bottom: none;
}

.tox .tox-dialog__table td {
  padding-bottom: 8px;
  padding-top: 8px;
}

.tox .tox-dialog__table td:first-child {
  padding-right: 8px;
}

.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
  background: #fff;
}

.tox .tox-dialog__popups {
  position: absolute;
  width: 100%;
  z-index: 1100;
}

.tox .tox-dialog__body-iframe {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.tox .tox-dialog__body-iframe .tox-navobj {
  display: flex;
  flex: 1;
}

.tox .tox-dialog__body-iframe .tox-navobj :nth-child(2) {
  flex: 1;
  height: 100%;
}

.tox .tox-dialog-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}

.tox .tox-dialog-dock-fadein {
  opacity: 1;
  visibility: visible;
}

.tox .tox-dialog-dock-transition {
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}

.tox .tox-dialog-dock-transition.tox-dialog-dock-fadein {
  transition-delay: 0s;
}

@media only screen and (max-width: 767px) {
  .amis-scope:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .amis-scope:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child) {
    margin-left: 8px;
  }
}

.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start > *,
.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end > * {
  margin-left: 8px;
}

.tox[dir=rtl] .tox-dialog__body {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .amis-scope:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .amis-scope:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child) {
    margin-right: 8px;
  }
}

.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start > *,
.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end > * {
  margin-right: 8px;
}

.amis-scope.tox-dialog__disable-scroll {
  overflow: hidden;
}

.tox .tox-dropzone-container {
  display: flex;
  flex: 1;
}

.tox .tox-dropzone {
  align-items: center;
  background: #fff;
  border: 2px dashed #eeeeee;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  min-height: 100px;
  padding: 10px;
}

.tox .tox-dropzone p {
  color: rgba(34, 47, 62, 0.7);
  margin: 0 0 16px 0;
}

.tox .tox-edit-area {
  display: flex;
  flex: 1;
  overflow: hidden;
  position: relative;
}

.tox .tox-edit-area::before {
  border: 2px solid #2D6ADF;
  border-radius: 4px;
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.15s;
  z-index: 1;
}

.tox .tox-edit-area__iframe {
  background-color: #fff;
  border: 0;
  box-sizing: border-box;
  flex: 1;
  height: 100%;
  position: absolute;
  width: 100%;
}

.tox.tox-edit-focus .tox-edit-area::before {
  opacity: 1;
}

.tox.tox-inline-edit-area {
  border: 1px dotted #eeeeee;
}

.tox .tox-editor-container {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
}

.tox .tox-editor-header {
  display: grid;
  grid-template-columns: 1fr min-content;
  z-index: 2;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header {
  background-color: #fff;
  border-bottom: none;
  box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.1), 0 8px 8px -4px rgba(34, 47, 62, 0.07);
  padding: 4px 0;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header:not(.tox-editor-dock-transition) {
  transition: box-shadow 0.5s;
}

.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-bottom .tox-editor-header {
  border-top: 1px solid #e3e3e3;
  box-shadow: none;
}

.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on .tox-editor-header {
  background-color: #fff;
  box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.2), 0 8px 8px -4px rgba(34, 47, 62, 0.15);
  padding: 4px 0;
}

.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on.tox-tinymce--toolbar-bottom .tox-editor-header {
  box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.2), 0 8px 8px -4px rgba(34, 47, 62, 0.15);
}

.tox.tox:not(.tox-tinymce-inline) .tox-editor-header.tox-editor-header--empty {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}

.tox-editor-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}

.tox-editor-dock-fadein {
  opacity: 1;
  visibility: visible;
}

.tox-editor-dock-transition {
  transition: visibility 0s linear 0.25s, opacity 0.25s ease;
}

.tox-editor-dock-transition.tox-editor-dock-fadein {
  transition-delay: 0s;
}

.tox .tox-control-wrap {
  flex: 1;
  position: relative;
}

.tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid,
.tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown,
.tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid {
  display: none;
}

.tox .tox-control-wrap svg {
  display: block;
}

.tox .tox-control-wrap__status-icon-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tox .tox-control-wrap__status-icon-invalid svg {
  fill: #c00;
}

.tox .tox-control-wrap__status-icon-unknown svg {
  fill: orange;
}

.tox .tox-control-wrap__status-icon-valid svg {
  fill: green;
}

.tox:not([dir=rtl]) .tox-control-wrap--status-invalid .tox-textfield,
.tox:not([dir=rtl]) .tox-control-wrap--status-unknown .tox-textfield,
.tox:not([dir=rtl]) .tox-control-wrap--status-valid .tox-textfield {
  padding-right: 32px;
}

.tox:not([dir=rtl]) .tox-control-wrap__status-icon-wrap {
  right: 4px;
}

.tox[dir=rtl] .tox-control-wrap--status-invalid .tox-textfield,
.tox[dir=rtl] .tox-control-wrap--status-unknown .tox-textfield,
.tox[dir=rtl] .tox-control-wrap--status-valid .tox-textfield {
  padding-left: 32px;
}

.tox[dir=rtl] .tox-control-wrap__status-icon-wrap {
  left: 4px;
}

.tox .tox-autocompleter {
  max-width: 25em;
}

.tox .tox-autocompleter .tox-menu {
  box-sizing: border-box;
  max-width: 25em;
}

.tox .tox-autocompleter .tox-autocompleter-highlight {
  font-weight: bold;
}

.tox .tox-color-input {
  display: flex;
  position: relative;
  z-index: 1;
}

.tox .tox-color-input .tox-textfield {
  z-index: -1;
}

.tox .tox-color-input span {
  border-color: rgba(34, 47, 62, 0.2);
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  height: 24px;
  position: absolute;
  top: 6px;
  width: 24px;
}

.tox .tox-color-input span:hover:not([aria-disabled=true]),
.tox .tox-color-input span:focus:not([aria-disabled=true]) {
  border-color: #006ce7;
  cursor: pointer;
}

.tox .tox-color-input span::before {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%), linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%);
  background-position: 0 0, 0 6px, 6px -6px, -6px 0;
  background-size: 12px 12px;
  border: 1px solid #fff;
  border-radius: 6px;
  box-sizing: border-box;
  content: "";
  height: 24px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 24px;
  z-index: -1;
}

.tox .tox-color-input span[aria-disabled=true] {
  cursor: not-allowed;
}

.tox:not([dir=rtl]) .tox-color-input {
  /* stylelint-disable-next-line no-descending-specificity */
}

.tox:not([dir=rtl]) .tox-color-input .tox-textfield {
  padding-left: 36px;
}

.tox:not([dir=rtl]) .tox-color-input span {
  left: 6px;
}

.tox[dir=rtl] .tox-color-input {
  /* stylelint-disable-next-line no-descending-specificity */
}

.tox[dir=rtl] .tox-color-input .tox-textfield {
  padding-right: 36px;
}

.tox[dir=rtl] .tox-color-input span {
  right: 6px;
}

.tox .tox-label,
.tox .tox-toolbar-label {
  color: rgba(34, 47, 62, 0.7);
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  padding: 0 8px 0 0;
  text-transform: none;
  white-space: nowrap;
}

.tox .tox-toolbar-label {
  padding: 0 8px;
}

.tox[dir=rtl] .tox-label {
  padding: 0 0 0 8px;
}

.tox .tox-form {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.tox .tox-form__group {
  box-sizing: border-box;
  margin-bottom: 4px;
}

.tox .tox-form-group--maximize {
  flex: 1;
}

.tox .tox-form__group--error {
  color: #c00;
}

.tox .tox-form__group--collection {
  display: flex;
}

.tox .tox-form__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tox .tox-form__grid--2col > .tox-form__group {
  width: calc(50% - (8px / 2));
}

.tox .tox-form__grid--3col > .tox-form__group {
  width: calc(100% / 3 - (8px / 2));
}

.tox .tox-form__grid--4col > .tox-form__group {
  width: calc(25% - (8px / 2));
}

.tox .tox-form__controls-h-stack {
  align-items: center;
  display: flex;
}

.tox .tox-form__group--inline {
  align-items: center;
  display: flex;
}

.tox .tox-form__group--stretched {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.tox .tox-form__group--stretched .tox-textarea {
  flex: 1;
}

.tox .tox-form__group--stretched .tox-navobj {
  display: flex;
  flex: 1;
}

.tox .tox-form__group--stretched .tox-navobj :nth-child(2) {
  flex: 1;
  height: 100%;
}

.tox:not([dir=rtl]) .tox-form__controls-h-stack > *:not(:first-child) {
  margin-left: 4px;
}

.tox[dir=rtl] .tox-form__controls-h-stack > *:not(:first-child) {
  margin-right: 4px;
}

.tox .tox-lock.tox-locked .tox-lock-icon__unlock,
.tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock {
  display: none;
}

.tox .tox-textfield,
.tox .tox-toolbar-textfield,
.tox .tox-listboxfield .tox-listbox--select,
.tox .tox-textarea,
.tox .tox-textarea-wrap .tox-textarea:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #eeeeee;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #222f3e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  min-height: 34px;
  outline: none;
  padding: 5px 5.5px;
  resize: none;
  width: 100%;
}

.tox .tox-textfield[disabled],
.tox .tox-textarea[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}

.tox .tox-textfield:focus,
.tox .tox-listboxfield .tox-listbox--select:focus,
.tox .tox-textarea-wrap:focus-within,
.tox .tox-textarea:focus,
.tox .tox-custom-editor:focus-within {
  background-color: #fff;
  border-color: #006ce7;
  box-shadow: 0 0 0 2px rgba(0, 108, 231, 0.25);
  outline: none;
}

.tox .tox-toolbar-textfield {
  border-width: 0;
  margin-bottom: 3px;
  margin-top: 2px;
  max-width: 250px;
}

.tox .tox-naked-btn {
  background-color: transparent;
  border: 0;
  border-color: transparent;
  box-shadow: unset;
  color: #006ce7;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
}

.tox .tox-naked-btn svg {
  display: block;
  fill: #222f3e;
}

.tox:not([dir=rtl]) .tox-toolbar-textfield + * {
  margin-left: 4px;
}

.tox[dir=rtl] .tox-toolbar-textfield + * {
  margin-right: 4px;
}

.tox .tox-listboxfield {
  cursor: pointer;
  position: relative;
}

.tox .tox-listboxfield .tox-listbox--select[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}

.tox .tox-listbox__select-label {
  cursor: default;
  flex: 1;
  margin: 0 4px;
}

.tox .tox-listbox__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
}

.tox .tox-listbox__select-chevron svg {
  fill: #222f3e;
}

.tox .tox-listboxfield .tox-listbox--select {
  align-items: center;
  display: flex;
}

.tox:not([dir=rtl]) .tox-listboxfield svg {
  right: 8px;
}

.tox[dir=rtl] .tox-listboxfield svg {
  left: 8px;
}

.tox .tox-selectfield {
  cursor: pointer;
  position: relative;
}

.tox .tox-selectfield select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #eeeeee;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #222f3e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  min-height: 34px;
  outline: none;
  padding: 5px 5.5px;
  resize: none;
  width: 100%;
}

.tox .tox-selectfield select[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}

.tox .tox-selectfield select::-ms-expand {
  display: none;
}

.tox .tox-selectfield select:focus {
  background-color: #fff;
  border-color: #006ce7;
  box-shadow: 0 0 0 2px rgba(0, 108, 231, 0.25);
  outline: none;
}

.tox .tox-selectfield svg {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tox:not([dir=rtl]) .tox-selectfield select[size="0"],
.tox:not([dir=rtl]) .tox-selectfield select[size="1"] {
  padding-right: 24px;
}

.tox:not([dir=rtl]) .tox-selectfield svg {
  right: 8px;
}

.tox[dir=rtl] .tox-selectfield select[size="0"],
.tox[dir=rtl] .tox-selectfield select[size="1"] {
  padding-left: 24px;
}

.tox[dir=rtl] .tox-selectfield svg {
  left: 8px;
}

.tox .tox-textarea-wrap {
  border-color: #eeeeee;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  flex: 1;
  overflow: hidden;
}

.tox .tox-textarea {
  -webkit-appearance: textarea;
  -moz-appearance: textarea;
  appearance: textarea;
  white-space: pre-wrap;
}

.tox .tox-textarea-wrap .tox-textarea {
  border: none;
}

.tox .tox-textarea-wrap .tox-textarea:focus {
  border: none;
}

.tox-fullscreen {
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  overscroll-behavior: none;
  padding: 0;
  touch-action: pinch-zoom;
  width: 100%;
}

.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
  display: none;
}

.tox.tox-tinymce.tox-fullscreen,
.tox-shadowhost.tox-fullscreen {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1200;
}

.tox.tox-tinymce.tox-fullscreen {
  background-color: transparent;
}

.tox-fullscreen .tox.tox-tinymce-aux,
.tox-fullscreen ~ .tox.tox-tinymce-aux {
  z-index: 1201;
}

.tox .tox-help__more-link {
  list-style: none;
  margin-top: 1em;
}

.tox .tox-imagepreview {
  background-color: #666;
  height: 380px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.tox .tox-imagepreview.tox-imagepreview__loaded {
  overflow: auto;
}

.tox .tox-imagepreview__container {
  display: flex;
  left: 100vw;
  position: absolute;
  top: 100vw;
}

.tox .tox-imagepreview__image {
  background: url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==);
}

.tox .tox-image-tools .tox-spacer {
  flex: 1;
}

.tox .tox-image-tools .tox-bar {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
}

.tox .tox-image-tools .tox-imagepreview,
.tox .tox-image-tools .tox-imagepreview + .tox-bar {
  margin-top: 8px;
}

.tox .tox-image-tools .tox-croprect-block {
  background: black;
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  zoom: 1;
}

.tox .tox-image-tools .tox-croprect-handle {
  border: 2px solid white;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.tox .tox-image-tools .tox-croprect-handle-move {
  border: 0;
  cursor: move;
  position: absolute;
}

.tox .tox-image-tools .tox-croprect-handle-nw {
  border-width: 2px 0 0 2px;
  cursor: nw-resize;
  left: 100px;
  margin: -2px 0 0 -2px;
  top: 100px;
}

.tox .tox-image-tools .tox-croprect-handle-ne {
  border-width: 2px 2px 0 0;
  cursor: ne-resize;
  left: 200px;
  margin: -2px 0 0 -20px;
  top: 100px;
}

.tox .tox-image-tools .tox-croprect-handle-sw {
  border-width: 0 0 2px 2px;
  cursor: sw-resize;
  left: 100px;
  margin: -20px 2px 0 -2px;
  top: 200px;
}

.tox .tox-image-tools .tox-croprect-handle-se {
  border-width: 0 2px 2px 0;
  cursor: se-resize;
  left: 200px;
  margin: -20px 0 0 -20px;
  top: 200px;
}

.tox .tox-insert-table-picker {
  display: flex;
  flex-wrap: wrap;
  width: 170px;
}

.tox .tox-insert-table-picker > div {
  border-color: #eeeeee;
  border-style: solid;
  border-width: 0 1px 1px 0;
  box-sizing: border-box;
  height: 17px;
  width: 17px;
}

.tox .tox-collection--list .tox-collection__group .tox-insert-table-picker {
  margin: -4px -4px;
}

.tox .tox-insert-table-picker .tox-insert-table-picker__selected {
  background-color: rgba(0, 108, 231, 0.5);
  border-color: rgba(0, 108, 231, 0.5);
}

.tox .tox-insert-table-picker__label {
  color: rgba(34, 47, 62, 0.7);
  display: block;
  font-size: 14px;
  padding: 4px;
  text-align: center;
  width: 100%;
}

.tox:not([dir=rtl]) {
  /* stylelint-disable-next-line no-descending-specificity */
}

.tox:not([dir=rtl]) .tox-insert-table-picker > div:nth-child(10n) {
  border-right: 0;
}

.tox[dir=rtl] {
  /* stylelint-disable-next-line no-descending-specificity */
}

.tox[dir=rtl] .tox-insert-table-picker > div:nth-child(10n+1) {
  border-right: 0;
}

.tox {
  /* stylelint-disable */
  /* stylelint-enable */
}

.tox .tox-menu {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  z-index: 1150;
}

.tox .tox-menu.tox-collection.tox-collection--list {
  padding: 0 4px;
}

.tox .tox-menu.tox-collection.tox-collection--toolbar {
  padding: 8px;
}

.tox .tox-menu.tox-collection.tox-collection--grid {
  padding: 8px;
}

@media only screen and (min-width: 768px) {
  .tox .tox-menu .tox-collection__item-label {
    overflow-wrap: break-word;
    word-break: normal;
  }
}

.tox .tox-menu__label h1,
.tox .tox-menu__label h2,
.tox .tox-menu__label h3,
.tox .tox-menu__label h4,
.tox .tox-menu__label h5,
.tox .tox-menu__label h6,
.tox .tox-menu__label p,
.tox .tox-menu__label blockquote,
.tox .tox-menu__label code {
  margin: 0;
}

.tox .tox-menubar {
  background: repeating-linear-gradient(transparent 0px 1px, transparent 1px 39px) center top 39px/100% calc(100% - 39px) no-repeat;
  background-color: #fff;
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: wrap;
  grid-column: 1/-1;
  grid-row: 1;
  padding: 0 11px 0 12px;
}

.tox .tox-promotion + .tox-menubar {
  grid-column: 1;
}

.tox .tox-promotion {
  background: repeating-linear-gradient(transparent 0px 1px, transparent 1px 39px) center top 39px/100% calc(100% - 39px) no-repeat;
  background-color: #fff;
  grid-column: 2;
  grid-row: 1;
  padding-inline-end: 8px;
  padding-inline-start: 4px;
  padding-top: 5px;
}

.tox .tox-promotion-link {
  align-items: unsafe center;
  background-color: #E8F1F8;
  border-radius: 5px;
  color: #086BE6;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 26.6px;
  padding: 4px 8px;
  white-space: nowrap;
}

.tox .tox-promotion-link:hover {
  background-color: #B4D7FF;
}

.tox .tox-promotion-link:focus {
  background-color: #D9EDF7;
}

/* Deprecated. Remove in next major release */

.tox .tox-mbtn {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 28px;
  justify-content: center;
  margin: 5px 1px 6px 0;
  outline: none;
  overflow: hidden;
  padding: 0 4px;
  text-transform: none;
  width: auto;
}

.tox .tox-mbtn[disabled] {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-mbtn:focus:not(:disabled) {
  background: #cce2fa;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-mbtn--active {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
  background: #cce2fa;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-mbtn__select-label {
  cursor: default;
  font-weight: normal;
  margin: 0 4px;
}

.tox .tox-mbtn[disabled] .tox-mbtn__select-label {
  cursor: not-allowed;
}

.tox .tox-mbtn__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
  display: none;
}

.tox .tox-notification {
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  display: grid;
  font-size: 14px;
  font-weight: normal;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  margin-top: 4px;
  opacity: 0;
  padding: 4px;
  transition: transform 100ms ease-in, opacity 150ms ease-in;
}

.tox .tox-notification p {
  font-size: 14px;
  font-weight: normal;
}

.tox .tox-notification a {
  cursor: pointer;
  text-decoration: underline;
}

.tox .tox-notification--in {
  opacity: 1;
}

.tox .tox-notification--success {
  background-color: #e4eeda;
  border-color: #d7e6c8;
  color: #222f3e;
}

.tox .tox-notification--success p {
  color: #222f3e;
}

.tox .tox-notification--success a {
  color: #517342;
}

.tox .tox-notification--success svg {
  fill: #222f3e;
}

.tox .tox-notification--error {
  background-color: #f5cccc;
  border-color: #f0b3b3;
  color: #222f3e;
}

.tox .tox-notification--error p {
  color: #222f3e;
}

.tox .tox-notification--error a {
  color: #77181f;
}

.tox .tox-notification--error svg {
  fill: #222f3e;
}

.tox .tox-notification--warn,
.tox .tox-notification--warning {
  background-color: #fff5cc;
  border-color: #fff0b3;
  color: #222f3e;
}

.tox .tox-notification--warn p,
.tox .tox-notification--warning p {
  color: #222f3e;
}

.tox .tox-notification--warn a,
.tox .tox-notification--warning a {
  color: #7a6e25;
}

.tox .tox-notification--warn svg,
.tox .tox-notification--warning svg {
  fill: #222f3e;
}

.tox .tox-notification--info {
  background-color: #d6e7fb;
  border-color: #c1dbf9;
  color: #222f3e;
}

.tox .tox-notification--info p {
  color: #222f3e;
}

.tox .tox-notification--info a {
  color: #2a64a6;
}

.tox .tox-notification--info svg {
  fill: #222f3e;
}

.tox .tox-notification__body {
  align-self: center;
  color: #222f3e;
  font-size: 14px;
  grid-column-end: 3;
  grid-column-start: 2;
  grid-row-end: 2;
  grid-row-start: 1;
  text-align: center;
  white-space: normal;
  word-break: break-all;
  word-break: break-word;
}

.tox .tox-notification__body > * {
  margin: 0;
}

.tox .tox-notification__body > * + * {
  margin-top: 1rem;
}

.tox .tox-notification__icon {
  align-self: center;
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 1;
  justify-self: end;
}

.tox .tox-notification__icon svg {
  display: block;
}

.tox .tox-notification__dismiss {
  align-self: start;
  grid-column-end: 4;
  grid-column-start: 3;
  grid-row-end: 2;
  grid-row-start: 1;
  justify-self: end;
}

.tox .tox-notification .tox-progress-bar {
  grid-column-end: 4;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-row-start: 2;
  justify-self: center;
}

.tox .tox-pop {
  display: inline-block;
  position: relative;
}

.tox .tox-pop--resizing {
  transition: width 0.1s ease;
}

.tox .tox-pop--resizing .tox-toolbar,
.tox .tox-pop--resizing .tox-toolbar__group {
  flex-wrap: nowrap;
}

.tox .tox-pop--transition {
  transition: 0.15s ease;
  transition-property: left, right, top, bottom;
}

.tox .tox-pop--transition::before,
.tox .tox-pop--transition::after {
  transition: all 0.15s, visibility 0s, opacity 0.075s ease 0.075s;
}

.tox .tox-pop__dialog {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  min-width: 0;
  overflow: hidden;
}

.tox .tox-pop__dialog > *:not(.tox-toolbar) {
  margin: 4px 4px 4px 8px;
}

.tox .tox-pop__dialog .tox-toolbar {
  background-color: transparent;
  margin-bottom: -1px;
}

.tox .tox-pop::before,
.tox .tox-pop::after {
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  opacity: 1;
  position: absolute;
  width: 0;
}

.tox .tox-pop.tox-pop--inset::before,
.tox .tox-pop.tox-pop--inset::after {
  opacity: 0;
  transition: all 0s 0.15s, visibility 0s, opacity 0.075s ease;
}

.tox .tox-pop.tox-pop--bottom::before,
.tox .tox-pop.tox-pop--bottom::after {
  left: 50%;
  top: 100%;
}

.tox .tox-pop.tox-pop--bottom::after {
  border-color: #fff transparent transparent transparent;
  border-width: 8px;
  margin-left: -8px;
  margin-top: -1px;
}

.tox .tox-pop.tox-pop--bottom::before {
  border-color: #eeeeee transparent transparent transparent;
  border-width: 9px;
  margin-left: -9px;
}

.tox .tox-pop.tox-pop--top::before,
.tox .tox-pop.tox-pop--top::after {
  left: 50%;
  top: 0;
  transform: translateY(-100%);
}

.tox .tox-pop.tox-pop--top::after {
  border-color: transparent transparent #fff transparent;
  border-width: 8px;
  margin-left: -8px;
  margin-top: 1px;
}

.tox .tox-pop.tox-pop--top::before {
  border-color: transparent transparent #eeeeee transparent;
  border-width: 9px;
  margin-left: -9px;
}

.tox .tox-pop.tox-pop--left::before,
.tox .tox-pop.tox-pop--left::after {
  left: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}

.tox .tox-pop.tox-pop--left::after {
  border-color: transparent #fff transparent transparent;
  border-width: 8px;
  margin-left: -15px;
}

.tox .tox-pop.tox-pop--left::before {
  border-color: transparent #eeeeee transparent transparent;
  border-width: 10px;
  margin-left: -19px;
}

.tox .tox-pop.tox-pop--right::before,
.tox .tox-pop.tox-pop--right::after {
  left: 100%;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}

.tox .tox-pop.tox-pop--right::after {
  border-color: transparent transparent transparent #fff;
  border-width: 8px;
  margin-left: -1px;
}

.tox .tox-pop.tox-pop--right::before {
  border-color: transparent transparent transparent #eeeeee;
  border-width: 10px;
  margin-left: -1px;
}

.tox .tox-pop.tox-pop--align-left::before,
.tox .tox-pop.tox-pop--align-left::after {
  left: 20px;
}

.tox .tox-pop.tox-pop--align-right::before,
.tox .tox-pop.tox-pop--align-right::after {
  left: calc(100% - 20px);
}

.tox .tox-sidebar-wrap {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  min-height: 0;
}

.tox .tox-sidebar {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.tox .tox-sidebar__slider {
  display: flex;
  overflow: hidden;
}

.tox .tox-sidebar__pane-container {
  display: flex;
}

.tox .tox-sidebar__pane {
  display: flex;
}

.tox .tox-sidebar--sliding-closed {
  opacity: 0;
}

.tox .tox-sidebar--sliding-open {
  opacity: 1;
}

.tox .tox-sidebar--sliding-growing,
.tox .tox-sidebar--sliding-shrinking {
  transition: width 0.5s ease, opacity 0.5s ease;
}

.tox .tox-selector {
  background-color: #4099ff;
  border-color: #4099ff;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  display: inline-block;
  height: 10px;
  position: absolute;
  width: 10px;
}

.tox.tox-platform-touch .tox-selector {
  height: 12px;
  width: 12px;
}

.tox .tox-slider {
  align-items: center;
  display: flex;
  flex: 1;
  height: 24px;
  justify-content: center;
  position: relative;
}

.tox .tox-slider__rail {
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  height: 10px;
  min-width: 120px;
  width: 100%;
}

.tox .tox-slider__handle {
  background-color: #006ce7;
  border: 2px solid #0054b4;
  border-radius: 6px;
  box-shadow: none;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 14px;
}

.tox .tox-form__controls-h-stack > .tox-slider:not(:first-of-type) {
  margin-inline-start: 8px;
}

.tox .tox-form__controls-h-stack > .tox-form__group + .tox-slider {
  margin-inline-start: 32px;
}

.tox .tox-form__controls-h-stack > .tox-slider + .tox-form__group {
  margin-inline-start: 32px;
}

.tox .tox-source-code {
  overflow: auto;
}

.tox .tox-spinner {
  display: flex;
}

.tox .tox-spinner > div {
  animation: tam-bouncing-dots 1.5s ease-in-out 0s infinite both;
  background-color: rgba(34, 47, 62, 0.7);
  border-radius: 100%;
  height: 8px;
  width: 8px;
}

.tox .tox-spinner > div:nth-child(1) {
  animation-delay: -0.32s;
}

.tox .tox-spinner > div:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes tam-bouncing-dots {
  0%, 80%, 100% {
    transform: scale(0);
  }

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

.tox:not([dir=rtl]) .tox-spinner > div:not(:first-child) {
  margin-left: 4px;
}

.tox[dir=rtl] .tox-spinner > div:not(:first-child) {
  margin-right: 4px;
}

.tox .tox-statusbar {
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #e3e3e3;
  color: rgba(34, 47, 62, 0.7);
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: normal;
  height: 25px;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  text-transform: none;
}

.tox .tox-statusbar__text-container {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  overflow: hidden;
}

.tox .tox-statusbar__path {
  display: flex;
  flex: 1 1 auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tox .tox-statusbar__path > * {
  display: inline;
  white-space: nowrap;
}

.tox .tox-statusbar__wordcount {
  flex: 0 0 auto;
  margin-left: 1ch;
}

.tox .tox-statusbar a,
.tox .tox-statusbar__path-item,
.tox .tox-statusbar__wordcount {
  color: rgba(34, 47, 62, 0.7);
  text-decoration: none;
}

.tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]) {
  color: #222f3e;
  cursor: pointer;
}

.tox .tox-statusbar__branding svg {
  fill: rgba(34, 47, 62, 0.8);
  height: 1.14em;
  vertical-align: -0.28em;
  width: 3.6em;
}

.tox .tox-statusbar__branding a:hover:not(:disabled):not([aria-disabled=true]) svg,
.tox .tox-statusbar__branding a:focus:not(:disabled):not([aria-disabled=true]) svg {
  fill: #222f3e;
}

.tox .tox-statusbar__resize-handle {
  align-items: flex-end;
  align-self: stretch;
  cursor: nwse-resize;
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: -8px;
  padding-bottom: 3px;
  padding-left: 1ch;
  padding-right: 3px;
}

.tox .tox-statusbar__resize-handle svg {
  display: block;
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-statusbar__resize-handle:focus svg {
  background-color: #dee0e2;
  border-radius: 1px 1px 5px 1px;
  box-shadow: 0 0 0 2px #dee0e2;
}

.tox:not([dir=rtl]) .tox-statusbar__path > * {
  margin-right: 4px;
}

.tox:not([dir=rtl]) .tox-statusbar__branding {
  margin-left: 2ch;
}

.tox[dir=rtl] .tox-statusbar {
  flex-direction: row-reverse;
}

.tox[dir=rtl] .tox-statusbar__path > * {
  margin-left: 4px;
}

.tox .tox-throbber {
  z-index: 1299;
}

.tox .tox-throbber__busy-spinner {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.tox .tox-tbtn {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 28px;
  justify-content: center;
  margin: 6px 1px 5px 0;
  outline: none;
  overflow: hidden;
  padding: 0;
  text-transform: none;
  width: 34px;
}

.tox .tox-tbtn svg {
  display: block;
  fill: #222f3e;
}

.tox .tox-tbtn.tox-tbtn-more {
  padding-left: 5px;
  padding-right: 5px;
  width: inherit;
}

.tox .tox-tbtn:focus {
  background: #cce2fa;
  border: 0;
  box-shadow: none;
}

.tox .tox-tbtn:hover {
  background: #cce2fa;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-tbtn:hover svg {
  fill: #222f3e;
}

.tox .tox-tbtn:active {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-tbtn:active svg {
  fill: #222f3e;
}

.tox .tox-tbtn--disabled,
.tox .tox-tbtn--disabled:hover,
.tox .tox-tbtn:disabled,
.tox .tox-tbtn:disabled:hover {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-tbtn--disabled svg,
.tox .tox-tbtn--disabled:hover svg,
.tox .tox-tbtn:disabled svg,
.tox .tox-tbtn:disabled:hover svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-tbtn--enabled,
.tox .tox-tbtn--enabled:hover {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-tbtn--enabled > *,
.tox .tox-tbtn--enabled:hover > * {
  transform: none;
}

.tox .tox-tbtn--enabled svg,
.tox .tox-tbtn--enabled:hover svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: #222f3e;
}

.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
  color: #222f3e;
}

.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg {
  fill: #222f3e;
}

.tox .tox-tbtn:active > * {
  transform: none;
}

.tox .tox-tbtn--md {
  height: 42px;
  width: 51px;
}

.tox .tox-tbtn--lg {
  flex-direction: column;
  height: 56px;
  width: 68px;
}

.tox .tox-tbtn--return {
  align-self: stretch;
  height: unset;
  width: 16px;
}

.tox .tox-tbtn--labeled {
  padding: 0 4px;
  width: unset;
}

.tox .tox-tbtn__vlabel {
  display: block;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
  white-space: nowrap;
}

.tox .tox-number-input {
  border-radius: 3px;
  display: flex;
  margin: 6px 1px 5px 0;
  padding: 0 4px;
  width: auto;
}

.tox .tox-number-input .tox-input-wrapper {
  background: #f7f7f7;
  display: flex;
  pointer-events: none;
  text-align: center;
}

.tox .tox-number-input .tox-input-wrapper:focus {
  background: #cce2fa;
}

.tox .tox-number-input input {
  border-radius: 3px;
  color: #222f3e;
  font-size: 14px;
  margin: 2px 0;
  pointer-events: all;
  width: 60px;
}

.tox .tox-number-input input:hover {
  background: #cce2fa;
  color: #222f3e;
}

.tox .tox-number-input input:focus {
  background: #fff;
  color: #222f3e;
}

.tox .tox-number-input button {
  background: #f7f7f7;
  color: #222f3e;
  height: 28px;
  text-align: center;
  width: 24px;
}

.tox .tox-number-input button svg {
  display: block;
  fill: #222f3e;
  margin: 0 auto;
  transform: scale(0.67);
}

.tox .tox-number-input button:focus {
  background: #cce2fa;
}

.tox .tox-number-input button:hover {
  background: #cce2fa;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-number-input button:hover svg {
  fill: #222f3e;
}

.tox .tox-number-input button:active {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-number-input button:active svg {
  fill: #222f3e;
}

.tox .tox-number-input button.minus {
  border-radius: 3px 0 0 3px;
}

.tox .tox-number-input button.plus {
  border-radius: 0 3px 3px 0;
}

.tox .tox-number-input:focus:not(:active) > button,
.tox .tox-number-input:focus:not(:active) > .tox-input-wrapper {
  background: #cce2fa;
}

.tox .tox-tbtn--select {
  margin: 6px 1px 5px 0;
  padding: 0 4px;
  width: auto;
}

.tox .tox-tbtn__select-label {
  cursor: default;
  font-weight: normal;
  height: initial;
  margin: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tox .tox-tbtn__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
}

.tox .tox-tbtn__select-chevron svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-tbtn--bespoke {
  background: #f7f7f7;
}

.tox .tox-tbtn--bespoke + .tox-tbtn--bespoke {
  margin-inline-start: 4px;
}

.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 7em;
}

.tox .tox-split-button {
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  margin: 6px 1px 5px 0;
  overflow: hidden;
}

.tox .tox-split-button:hover {
  box-shadow: 0 0 0 1px #cce2fa inset;
}

.tox .tox-split-button:focus {
  background: #cce2fa;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-split-button > * {
  border-radius: 0;
}

.tox .tox-split-button__chevron {
  width: 16px;
}

.tox .tox-split-button__chevron svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-split-button .tox-tbtn {
  margin: 0;
}

.tox .tox-split-button.tox-tbtn--disabled:hover,
.tox .tox-split-button.tox-tbtn--disabled:focus,
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus {
  background: transparent;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}

.tox.tox-platform-touch .tox-split-button .tox-tbtn--select {
  padding: 0 0px;
}

.tox.tox-platform-touch .tox-split-button .tox-tbtn:not(.tox-tbtn--select):first-child {
  width: 30px;
}

.tox.tox-platform-touch .tox-split-button__chevron {
  width: 20px;
}

.tox .tox-toolbar-overlord {
  background-color: #fff;
}

.tox .tox-toolbar,
.tox .tox-toolbar__primary,
.tox .tox-toolbar__overflow {
  background-attachment: local;
  background-color: #fff;
  background-image: repeating-linear-gradient(#e3e3e3 0px 1px, transparent 1px 39px);
  background-position: center top 40px;
  background-repeat: no-repeat;
  background-size: calc(100% - 11px * 2) calc(100% - 41px);
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: wrap;
  padding: 0 0px;
  transform: perspective(1px);
}

.tox .tox-toolbar-overlord > .tox-toolbar,
.tox .tox-toolbar-overlord > .tox-toolbar__primary,
.tox .tox-toolbar-overlord > .tox-toolbar__overflow {
  background-position: center top 0px;
  background-size: calc(100% - 11px * 2) calc(100% - 0px);
}

.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
  height: 0;
  opacity: 0;
  padding-bottom: 0;
  padding-top: 0;
  visibility: hidden;
}

.tox .tox-toolbar__overflow--growing {
  transition: height 0.3s ease, opacity 0.2s linear 0.1s;
}

.tox .tox-toolbar__overflow--shrinking {
  transition: opacity 0.3s ease, height 0.2s linear 0.1s, visibility 0s linear 0.3s;
}

.tox .tox-toolbar-overlord,
.tox .tox-anchorbar {
  grid-column: 1/-1;
}

.tox .tox-menubar + .tox-toolbar,
.tox .tox-menubar + .tox-toolbar-overlord {
  border-top: 1px solid transparent;
  margin-top: -1px;
  padding-bottom: 1px;
  padding-top: 1px;
}

.tox .tox-toolbar--scrolling {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.tox .tox-pop .tox-toolbar {
  border-width: 0;
}

.tox .tox-toolbar--no-divider {
  background-image: none;
}

.tox .tox-toolbar-overlord .tox-toolbar:not(.tox-toolbar--scrolling):first-child,
.tox .tox-toolbar-overlord .tox-toolbar__primary {
  background-position: center top 39px;
}

.tox .tox-editor-header > .tox-toolbar--scrolling,
.tox .tox-toolbar-overlord .tox-toolbar--scrolling:first-child {
  background-image: none;
}

.tox.tox-tinymce-aux .tox-toolbar__overflow {
  background-color: #fff;
  background-position: center top 43px;
  background-size: calc(100% - 8px * 2) calc(100% - 51px);
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  overscroll-behavior: none;
  padding: 4px 0;
}

.tox-pop .tox-pop__dialog {
  /* stylelint-disable-next-line no-descending-specificity */
}

.tox-pop .tox-pop__dialog .tox-toolbar {
  background-position: center top 43px;
  background-size: calc(100% - 11px * 2) calc(100% - 51px);
  padding: 4px 0;
}

.tox .tox-toolbar__group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0;
  padding: 0 11px 0 12px;
}

.tox .tox-toolbar__group--pull-right {
  margin-left: auto;
}

.tox .tox-toolbar--scrolling .tox-toolbar__group {
  flex-shrink: 0;
  flex-wrap: nowrap;
}

.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
  border-right: 1px solid transparent;
}

.tox[dir=rtl] .tox-toolbar__group:not(:last-of-type) {
  border-left: 1px solid transparent;
}

.tox .tox-tooltip {
  display: inline-block;
  padding: 8px;
  position: relative;
}

.tox .tox-tooltip__body {
  background-color: #222f3e;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(34, 47, 62, 0.3);
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  padding: 4px 8px;
  text-transform: none;
}

.tox .tox-tooltip__arrow {
  position: absolute;
}

.tox .tox-tooltip--down .tox-tooltip__arrow {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #222f3e;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.tox .tox-tooltip--up .tox-tooltip__arrow {
  border-bottom: 8px solid #222f3e;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}

.tox .tox-tooltip--right .tox-tooltip__arrow {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #222f3e;
  border-top: 8px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tox .tox-tooltip--left .tox-tooltip__arrow {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #222f3e;
  border-top: 8px solid transparent;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tox .tox-tree {
  display: flex;
  flex-direction: column;
}

.tox .tox-tree .tox-trbtn {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 28px;
  margin-bottom: 4px;
  margin-top: 4px;
  outline: none;
  overflow: hidden;
  padding: 0;
  padding-left: 8px;
  text-transform: none;
}

.tox .tox-tree .tox-trbtn .tox-tree__label {
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tox .tox-tree .tox-trbtn svg {
  display: block;
  fill: #222f3e;
}

.tox .tox-tree .tox-trbtn:focus {
  background: #cce2fa;
  border: 0;
  box-shadow: none;
}

.tox .tox-tree .tox-trbtn:hover {
  background: #cce2fa;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-tree .tox-trbtn:hover svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-trbtn:active {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-tree .tox-trbtn:active svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-trbtn--disabled,
.tox .tox-tree .tox-trbtn--disabled:hover,
.tox .tox-tree .tox-trbtn:disabled,
.tox .tox-tree .tox-trbtn:disabled:hover {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-tree .tox-trbtn--disabled svg,
.tox .tox-tree .tox-trbtn--disabled:hover svg,
.tox .tox-tree .tox-trbtn:disabled svg,
.tox .tox-tree .tox-trbtn:disabled:hover svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-tree .tox-trbtn--enabled,
.tox .tox-tree .tox-trbtn--enabled:hover {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-tree .tox-trbtn--enabled > *,
.tox .tox-tree .tox-trbtn--enabled:hover > * {
  transform: none;
}

.tox .tox-tree .tox-trbtn--enabled svg,
.tox .tox-tree .tox-trbtn--enabled:hover svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: #222f3e;
}

.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) {
  color: #222f3e;
}

.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-trbtn:active > * {
  transform: none;
}

.tox .tox-tree .tox-trbtn--return {
  align-self: stretch;
  height: unset;
  width: 16px;
}

.tox .tox-tree .tox-trbtn--labeled {
  padding: 0 4px;
  width: unset;
}

.tox .tox-tree .tox-trbtn__vlabel {
  display: block;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
  white-space: nowrap;
}

.tox .tox-tree .tox-tree--directory {
  display: flex;
  flex-direction: column;
  /* stylelint-disable no-descending-specificity */
}

.tox .tox-tree .tox-tree--directory.tox-tree--directory--expanded > .tox-tree--directory__label .tox-chevron {
  transform: rotate(90deg);
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label {
  font-weight: bold;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn {
  margin-left: auto;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn svg {
  fill: transparent;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn.tox-mbtn--active svg,
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn:focus svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover .tox-mbtn svg,
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:focus .tox-mbtn svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) {
  background-color: transparent;
  color: #222f3e;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label.tox-tree--directory__label--active .tox-chevron {
  transform: rotate(90deg);
}

.tox .tox-tree .tox-tree--leaf__label {
  font-weight: normal;
}

.tox .tox-tree .tox-tree--leaf__label .tox-mbtn {
  margin-left: auto;
}

.tox .tox-tree .tox-tree--leaf__label .tox-mbtn svg {
  fill: transparent;
}

.tox .tox-tree .tox-tree--leaf__label .tox-mbtn.tox-mbtn--active svg,
.tox .tox-tree .tox-tree--leaf__label .tox-mbtn:focus svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-tree--leaf__label:hover .tox-mbtn svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) {
  background-color: transparent;
  color: #222f3e;
}

.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-tree--directory__children {
  overflow: hidden;
  padding-left: 16px;
}

.tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--growing,
.tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--shrinking {
  transition: height 0.5s ease-in-out;
}

.tox .tox-tree .tox-trbtn.tox-tree--leaf__label {
  display: flex;
  justify-content: space-between;
}

.tox .tox-view-wrap,
.tox .tox-view-wrap__slot-container {
  background-color: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.tox .tox-view {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
}

.tox .tox-view__header {
  align-items: center;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 8px 8px 0 8px;
  position: relative;
}

.tox .tox-view--mobile.tox-view__header,
.tox .tox-view--mobile.tox-view__toolbar {
  padding: 8px;
}

.tox .tox-view--scrolling {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.tox .tox-view__toolbar {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  padding: 8px 8px 0 8px;
}

.tox .tox-view__toolbar__group {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.tox .tox-view__header-start,
.tox .tox-view__header-end {
  display: flex;
}

.tox .tox-view__pane {
  height: 100%;
  padding: 8px;
  width: 100%;
}

.tox .tox-view__pane_panel {
  border: 1px solid #eeeeee;
  border-radius: 6px;
}

.tox:not([dir=rtl]) .tox-view__header .tox-view__header-start > *,
.tox:not([dir=rtl]) .tox-view__header .tox-view__header-end > * {
  margin-left: 8px;
}

.tox[dir=rtl] .tox-view__header .tox-view__header-start > *,
.tox[dir=rtl] .tox-view__header .tox-view__header-end > * {
  margin-right: 8px;
}

.tox .tox-well {
  border: 1px solid #eeeeee;
  border-radius: 6px;
  padding: 8px;
  width: 100%;
}

.tox .tox-well > *:first-child {
  margin-top: 0;
}

.tox .tox-well > *:last-child {
  margin-bottom: 0;
}

.tox .tox-well > *:only-child {
  margin: 0;
}

.tox .tox-custom-editor {
  border: 1px solid #eeeeee;
  border-radius: 6px;
  display: flex;
  flex: 1;
  overflow: hidden;
  position: relative;
}

/* stylelint-disable */

.tox {
  /* stylelint-enable */
}

.tox .tox-dialog-loading::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.tox .tox-tab {
  cursor: pointer;
}

.tox .tox-dialog__content-js {
  display: flex;
  flex: 1;
}

.tox .tox-dialog__body-content .tox-collection {
  display: flex;
  flex: 1;
}

.amis-scope .video-react .video-react-control:before,
.amis-scope .video-react .video-react-big-play-button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.amis-scope .video-react .video-react-control:before,
.amis-scope .video-react .video-react-big-play-button:before {
  text-align: center;
}

@font-face {
  font-family: "video-react";
  src: url(data:application/vnd.ms-fontobject;base64,MBgAAHwXAAABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAic4U8QAAAAAAAAAAAAAAAAAAAAAAABYAdgBpAGQAZQBvAC0AcgBlAGEAYwB0AAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAWAHYAaQBkAGUAbwAtAHIAZQBhAGMAdAAAAAAAAAEAAAALAIAAAwAwT1MvMg7RD8oAAAC8AAAAYGNtYXAOVuSnAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zsdb3FIAAAF4AAAS0GhlYWQLMledAAAUSAAAADZoaGVhB6wEJgAAFIAAAAAkaG10eIgAFM8AABSkAAAAlGxvY2FLllAoAAAVOAAAAExtYXhwACoAyQAAFYQAAAAgbmFtZVtqyukAABWkAAABtnBvc3QAAwAAAAAXXAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADyIAQAAAAAAAQAAAAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg8iD//f//AAAAAAAg8gD//f//AAH/4w4EAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAVYA1gMqAyoAAgAACQIBVgHU/iwDKv7W/tYAAgBWAFYDqgOqAAIAFgAAAS0BNzIeAhUUDgIjIi4CNTQ+AgGqAQD/AFZYnHNDQ3ObWVicc0NDc5sBQMDA6kNzm1lYnHNDQ3ObWVicc0MAAAADAFYAVgOqA6oAEwAnACoAACUyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CExEFAgBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObAwEAqjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9lgGAwAAAAAACAQAA1gMAAyoAAwAHAAABMxEjIREzEQJWqqr+qqoDKv2sAlT9rAAAAwBWAFYDqgOqAAMABwAbAAABESMRIxEjERMyHgIVFA4CIyIuAjU0PgICgFZUVoBYnHNDQ3ObWVicc0NDc5sBVgFU/qwBVP6sAlRDc5tZWJxzQ0Nzm1lYnHNDAAAEAFYAVgOqA6oAAwAXACsALwAAAREzEQcyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CAxEzEQIqVoBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObJ1YBVgFU/qysNl18R0Z9XTY2XXxHRn1dNgMAQ3ObWVicc0NDc5tZWJxzQ/2sAVT+rAABAQABAAMAAwAAAwAAASERIQEAAgD+AAMA/gAAAgBqAQADVgMAAAIABQAACQERIQkBAeoBbP6A/pQBbAIAAQD+AAEAAQAAAAACAKoBAAOWAwAAAgAFAAAJAiERAQIqAWz+lP6AAWwDAP8A/wACAP8AAAAAAAIBAAEAAwADAAACAAYAAAkBEQEzESMBlgFq/gBWVgIAAQD+AAIA/gAAAAAAAgEAAQADAAMAAAMABgAAATMRIyERAQKqVlb+VgFqAwD+AAIA/wAAAAIAqgCAA1YD1gBFAGgAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMRMh4CFRQOAiMiLgI1MxQeAjMyPgI1NC4CIxUnNwH4AwsEHgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYGBwMDEQYGDQMDCwYICiIODAMGAwoEBAoJA0Z9XTY2XXxHRn1dNlYpRV01NF5FKSlFXTXW1gG8AQUCAwNeHiYBAwMDAwMDAwMGAwcZDgYNAwMNBgYDAwMBAQMDAgMEFgwLCQEDCAkDGggKBAFuNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAEAKoAgANWA9YAGwBGAE0AcAAAARQWMzI2PwEwNj0BMCY1NCYjIgYPATAGHQEwFjcUBg8BMAYjIgYjIiYnLgEnLgE9ATQ2PwEwNjMyNjMyFhceARceARceARUHIzUHNTczEzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCNA4GAwgDCAQEEgQDBgMIBgZUAQMMEAYGDgYGDgYGCAYKCAEDDg4GBg4GBg4GBgoGBgMDAwG2KCpMBi5GfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAUJAQMKCQNWCQMECgMDCAkDVgknCRMGGgwEAQMDBgMFKA8eCRMGGgwEAQMDBgMDDgkJEAlqjAweGAEeNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAABACqAIADVgPWABsARgCjAMYAAAEUFjMyNj8BMDY9ATQmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1EzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCPBAGAwYDCAQEEAQDCAMIBARQAQMMEAYGDgYPFQoGAwMDAwMDDBAGBgwGBg4GBgoGBgMDAwHiDBIEBQMWBQMDASwWDgMOAw0ZCggIBAUDAwgDBg0DAwUBAwMGAwMNBgYOBgYLAwMNBggKJAQFAxYFAwMBBAUDGmZGfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAYIAQMKCQNWAwYDBAoDAwgJA1YJJwkTBhoMBAsFAw4JCRAJHgkTBhoMBAEDAwYDAw4JCRAJDgwIBQMDAQQFAwgPHwQHBQQYCg4JAwMFBwMDBwYGDgYGDQMDCgMDBQQBAwMCAwQbCwgFAwMBBAUDFgUDAwEeAWo1XXtHRn1dNjZdfEc0XkUpKUVdNTReRSms1tYAAAIAqgCAA1YD1gBCAGUAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMlND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgH0AwsEGgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYIFw8GDQMDCwYICiIODAMGAwoEBAoJA/6uNl18R9bWNF5FKSlFXTU0XkUpVjZdfEdGfV02AbwBBQIDA14eJgEDAwMDAwMDAwYDBxkOBg0DAw0GCAgBAwMCAwQWDAsJAQMICQMaCAoEGkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAABACqAIADVgPWABsARgBNAHAAAAEUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVByM1BzU3MwU0PgIzNRcHNSIOAhUUHgIzMj4CNTMUDgIjIi4CAjQOBgMIAwgEBBIEAwYDCAYGUAEDDBAGBg4GBg4GBggGCggBAw4OBgYOBgYOBgYKBgYDAwMBsigqTAb+2DZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgF4BQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQBAwMGAwUoDx4JEwYaDAQBAwMGAwMOCQkQCWqMDB4YNkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAAAAQAqgCAA1YD1gAiAD4AaQDGAAATND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgUUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1qjZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgGODgYDCAMIBAQSBAMGAwgEBFQBAwwQBgYOBg8VCgYDAwMDAwMMEAYGDAYGDgYGCgYGAwMDAeIMEgQFAxYFAwMBLBYOAw4DDRkKCAgEBQMDCAMGDQMDBQEDAwYDAw0GBg4GBgsDAw0GCAokBAUDFgUDAwEEBQMaAdZGfF01rNbWrClFXTU0XkUpKUVdNUZ9XTY2XXwXBQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQLBQMOCQkQCR4JEwYaDAQBAwMGAwMOCQkQCQ4MCAUDAwEEBQMIDx8EBwUEGAoOCQMDBQcDAwcGBg4GBg0DAwoDAwUEAQMDAgMEGwsIBQMDAQQFAxYFAwMBHgAAAAAEAIAAgAOAA4AAAgAUACYALgAAARUnJwEHJw4BBzU+ATcnEScjETMnATQuAic1HgMVFAYHJz4BJxwBByc1HgECAFrwAso2WCJOLBswFbbWqsrKAqofOU0vQG5PLRcVQAoMagJoMDoDVrRahP02NlgbKAtYBxoRtv7g1gEAyv62M1xLNg5YDkVjfEQwWydCGTkeBw0GaF4YWwAAAAABASoAqgKqA1YABQAAATM3EScjASqs1NSsAoDW/VTWAAIA1gCqAxYDVgAFAAwAABMzNxEnIyUUBgcRHgHWqtbWqgJAPDAwPAKA1v1U1oA5WxgBWBhbAAAAAwCAAIoDgAN2ABUAHAAiAAABHgMVFA4CBzU+AzU0LgInExQGBxEeASUzNxEnIwJWQG5PLS1PbUEuTjkfHzlNL2o6MDA6/cCq1taqA3YORWN8RER7Y0YOWA03S1wzM1xLNg7+4jlbGAFYGFtH1v1U1gAAAAAEANYA1gMqAyoABQALABEAFwAAATMVIzUjEzUzFSM1ATUzFSMVHQEzFSM1AlbUVICAVNT+gNSAgNQDKtSA/lSA1FQBLNRUgKyAVNQABADWANYDKgMqAAUACwARABcAAAEzFSM1MwM1MxUjFQE1MxUjNRE1MxUjNQKqgNRUVNSA/qxU1NRUAqpU1P2s1FSAAdSA1FT+rFTUgAAAAAADAIAAqgOAA1YAFwAvAD8AAAE1NCYrASIGHQEUFjsBMjY9ASMVIzUzFSM1NCYrASIGHQEUFjsBMjY9ASMVIzUzFQEyFhURFAYjISImNRE0NjMDABgSgBIaGhKAEhhAVlbqGhKAEhgYEoASGkBWVgGUIjQzI/2sJDIyJAIqLBIYGBKsEhgYEiwWgBYsEhgYEqwSGBgSLBaAFgEsMyP+ACI0MyMCACI0AAAEAIAAgAOAA4AAAwANABkAKQAAATUzFScRMzI2PQE0JiMBESMVIzUjETM1MxUBMhYVERQGIyEiJjURNDYzAmpWlqwSGBgS/wBAVkBAVgGUIjQzI/2sJDIyJAHAgIDA/wAYEqwSGP8AAQBqav8AVlYCADMj/awiNDMjAlQiNAAAAAIAZABWA5wDqgALAFkAAAEyNjU0JiMiBhUUFiUXHgEPAQ4BLwEOAQ8BDgErASImLwEuAScHBiYvASY2PwEuATU8ATcnLgE/AT4BHwE+AT8BPgE7ATIWHwEeARc3NhYfARYGDwEeARUcAQIAPVlYPj1ZWAF8WgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQECWgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQEBalg+PVlYPj1ZbEYEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVC0YEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVAAAAAQCAAFgDgAOqADMAAAEyFhUUBiMiJjU8ATclDgEjIiY1NDYzMhYXJS4BNTQ2MzIWFRQGIyImJwUeARUUBgcFPgEDADNJSTMzSQL+0hIsGjRMSzUZLRIBLAEDSzU0TEs1GS0S/tQBAwICATAQLAFSSTMzS0szBw8GsBASSzU0TBERrgcPCDRMSzU0TBMRsAcPCAcPCLAPEQADAFYAVgOqA6oAAwAHABsAAAE1IxUTESMREzIeAhUUDgIjIi4CNTQ+AgIqVFRUKlicc0NDc5tZWJxzQ0NzmwKAVlb+qgEA/wACgENzm1lYnHNDQ3ObWVicc0MAAAQAVgBWA6oDqgADABcAKwAvAAABNTMVAzI+AjU0LgIjIg4CFRQeAhMyHgIVFA4CIyIuAjU0PgITETMRAdZUKkZ9XTY2XXxHRn1dNjZdfEdYnHNDQ3ObWVicc0NDc5svVAKAVlb+KjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9gAEA/wAAAAEA1gDWAyoDKgALAAABBxcHJwcnNyc3FzcDKu7uPO7uPO7uPO7uAu7u7jzu7jzu7jzu7gABAFUAVQOrA6sAFAAAExQeAjMyPgI1NC4CIyIOAhVVQ3ScWFicdENDdJxYWJx0QwIAWJx0Q0N0nFhYnHRDQ3ScWAAAAAIAVQBVA6sDqwAUACgAAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAgIAWJx0Q0N0nFhYnHRDQ3ScWEd8XTU1XXxHR3xdNTVdfAOrQ3ScWFicdENDdJxYWJx0Q/0ANV18R0d8XTU1XXxHR3xdNQAAAAMAVQBVA6sDqwAUACgANAAAASIOAhUUHgIzMj4CNTQuAiMRIi4CNTQ+AjMyHgIVFA4CExQGIyImNTQ2MzIWAgBYnHRDQ3ScWFicdENDdJxYR3xdNTVdfEdHfF01NV18OUs1NUtLNTVLA6tDdJxYWJx0Q0N0nFhYnHRD/QA1XXxHR3xdNTVdfEdHfF01AVU1S0s1NUtLAAAAAQAAAAEAAPEUzolfDzz1AAsEAAAAAADUNIllAAAAANQ0iWUAAAAAA6sD1gAAAAgAAgAAAAAAAAABAAAEAAAAAAAEAAAAAAADqwABAAAAAAAAAAAAAAAAAAAAJQQAAAAAAAAAAAAAAAAAAAAEAAFWBAAAVgQAAFYEAAEABAAAVgQAAFYEAAEABAAAagQAAKoEAAEABAABAAQAAKoEAACqBAAAqgQAAKoEAACqBAAAqgQAAIAEAAEqBAAA1gQAAIAEAADWBAAA1gQAAIAEAACABAAAZAQAAIAEAABWBAAAVgQAANYEAABVBAAAVQQAAFUAAAAAAAoAFAAeACwAVACWAKoA2AEgAS4BRAFaAXABhAIQAqgDpgQuBMYFxAYSBiIGPgZ4Bp4GxgcaB1oH4gguCFwIpAi+COAJHAloAAEAAAAlAMcABAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQALAAAAAQAAAAAAAgAHAIQAAQAAAAAAAwALAEIAAQAAAAAABAALAJkAAQAAAAAABQALACEAAQAAAAAABgALAGMAAQAAAAAACgAaALoAAwABBAkAAQAWAAsAAwABBAkAAgAOAIsAAwABBAkAAwAWAE0AAwABBAkABAAWAKQAAwABBAkABQAWACwAAwABBAkABgAWAG4AAwABBAkACgA0ANR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADB2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRSZWd1bGFyAFIAZQBnAHUAbABhAHJ2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA?#iefix) format("eot");
}

@font-face {
  font-family: "video-react";
  src: url(data:application/font-woff;base64,d09GRgABAAAAABfIAAsAAAAAF3wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDtEPymNtYXAAAAFoAAAAVAAAAFQOVuSnZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAAEtAAABLQx1vcUmhlYWQAABSUAAAANgAAADYLMledaGhlYQAAFMwAAAAkAAAAJAesBCZobXR4AAAU8AAAAJQAAACUiAAUz2xvY2EAABWEAAAATAAAAExLllAobWF4cAAAFdAAAAAgAAAAIAAqAMluYW1lAAAV8AAAAbYAAAG2W2rK6XBvc3QAABeoAAAAIAAAACAAAwAAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8iAEAAAAAAAEAAAAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIPIg//3//wAAAAAAIPIA//3//wAB/+MOBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQFWANYDKgMqAAIAAAkCAVYB1P4sAyr+1v7WAAIAVgBWA6oDqgACABYAAAEtATcyHgIVFA4CIyIuAjU0PgIBqgEA/wBWWJxzQ0Nzm1lYnHNDQ3ObAUDAwOpDc5tZWJxzQ0Nzm1lYnHNDAAAAAwBWAFYDqgOqABMAJwAqAAAlMj4CNTQuAiMiDgIVFB4CEzIeAhUUDgIjIi4CNTQ+AhMRBQIARn1dNjZdfEdGfV02Nl18R1icc0NDc5tZWJxzQ0NzmwMBAKo2XXxHRn1dNjZdfEdGfV02AwBDc5tZWJxzQ0Nzm1lYnHND/ZYBgMAAAAAAAgEAANYDAAMqAAMABwAAATMRIyERMxECVqqq/qqqAyr9rAJU/awAAAMAVgBWA6oDqgADAAcAGwAAAREjESMRIxETMh4CFRQOAiMiLgI1ND4CAoBWVFaAWJxzQ0Nzm1lYnHNDQ3ObAVYBVP6sAVT+rAJUQ3ObWVicc0NDc5tZWJxzQwAABABWAFYDqgOqAAMAFwArAC8AAAERMxEHMj4CNTQuAiMiDgIVFB4CEzIeAhUUDgIjIi4CNTQ+AgMRMxECKlaARn1dNjZdfEdGfV02Nl18R1icc0NDc5tZWJxzQ0NzmydWAVYBVP6srDZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9rAFU/qwAAQEAAQADAAMAAAMAAAEhESEBAAIA/gADAP4AAAIAagEAA1YDAAACAAUAAAkBESEJAQHqAWz+gP6UAWwCAAEA/gABAAEAAAAAAgCqAQADlgMAAAIABQAACQIhEQECKgFs/pT+gAFsAwD/AP8AAgD/AAAAAAACAQABAAMAAwAAAgAGAAAJAREBMxEjAZYBav4AVlYCAAEA/gACAP4AAAAAAAIBAAEAAwADAAADAAYAAAEzESMhEQECqlZW/lYBagMA/gACAP8AAAACAKoAgANWA9YARQBoAAABDgEVFAYxIzczFSMHMDY1NDI1NBY7ATIWFx4BFx4BFRQGBw4BBw4BBw4BIyImJy4BJy4BNTMUFjMyNj8BMDY9AS8BMCYjETIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcB+AMLBB4KZkoEBAYFAwgGDQMDCgMHCwEDAwUGBgcDAxEGBg0DAwsGCAoiDgwDBgMKBAQKCQNGfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBvAEFAgMDXh4mAQMDAwMDAwMDBgMHGQ4GDQMDDQYGAwMDAQEDAwIDBBYMCwkBAwgJAxoICgQBbjVde0dGfV02Nl18RzReRSkpRV01NF5FKazW1gAABACqAIADVgPWABsARgBNAHAAAAEUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVByM1BzU3MxMyHgIVFA4CIyIuAjUzFB4CMzI+AjU0LgIjFSc3AjQOBgMIAwgEBBIEAwYDCAYGVAEDDBAGBg4GBg4GBggGCggBAw4OBgYOBgYOBgYKBgYDAwMBtigqTAYuRn1dNjZdfEdGfV02VilFXTU0XkUpKUVdNdbWAXgFCQEDCgkDVgkDBAoDAwgJA1YJJwkTBhoMBAEDAwYDBSgPHgkTBhoMBAEDAwYDAw4JCRAJaowMHhgBHjVde0dGfV02Nl18RzReRSkpRV01NF5FKazW1gAAAAQAqgCAA1YD1gAbAEYAowDGAAABFBYzMjY/ATA2PQE0JjU0JiMiBg8BMAYdATAWNxQGDwEwBiMiBiMiJicuAScuAT0BNDY/ATA2MzI2MzIWFx4BFx4BFx4BFSMyNj0BMCY1NCYrATAGIyIGHQEjNDYzMjYzMhYXHgEdATAGFRQGIyIGBx4BFx4BFRQGBw4BBw4BIyIGIyImJy4BJy4BNTMVMBYVFBY7ATA2MzI2PQEwJjU0JisBNRMyHgIVFA4CIyIuAjUzFB4CMzI+AjU0LgIjFSc3AjwQBgMGAwgEBBAEAwgDCAQEUAEDDBAGBg4GDxUKBgMDAwMDAwwQBgYMBgYOBgYKBgYDAwMB4gwSBAUDFgUDAwEsFg4DDgMNGQoICAQFAwMIAwYNAwMFAQMDBgMDDQYGDgYGCwMDDQYICiQEBQMWBQMDAQQFAxpmRn1dNjZdfEdGfV02VilFXTU0XkUpKUVdNdbWAXgGCAEDCgkDVgMGAwQKAwMICQNWCScJEwYaDAQLBQMOCQkQCR4JEwYaDAQBAwMGAwMOCQkQCQ4MCAUDAwEEBQMIDx8EBwUEGAoOCQMDBQcDAwcGBg4GBg0DAwoDAwUEAQMDAgMEGwsIBQMDAQQFAxYFAwMBHgFqNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAACAKoAgANWA9YAQgBlAAABDgEVFAYxIzczFSMHMDY1NDI1NBY7ATIWFx4BFx4BFRQGBw4BBw4BIyImJy4BJy4BNTMUFjMyNj8BMDY9AS8BMCYjJTQ+AjM1Fwc1Ig4CFRQeAjMyPgI1MxQOAiMiLgIB9AMLBBoKZkoEBAYFAwgGDQMDCgMHCwEDAwUGCBcPBg0DAwsGCAoiDgwDBgMKBAQKCQP+rjZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgG8AQUCAwNeHiYBAwMDAwMDAwMGAwcZDgYNAwMNBggIAQMDAgMEFgwLCQEDCAkDGggKBBpGfF01rNbWrClFXTU0XkUpKUVdNUZ9XTY2XXwAAAQAqgCAA1YD1gAbAEYATQBwAAABFBYzMjY/ATA2PQEwJjU0JiMiBg8BMAYdATAWNxQGDwEwBiMiBiMiJicuAScuAT0BNDY/ATA2MzI2MzIWFx4BFx4BFx4BFQcjNQc1NzMFND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgI0DgYDCAMIBAQSBAMGAwgGBlABAwwQBgYOBgYOBgYIBgoIAQMODgYGDgYGDgYGCgYGAwMDAbIoKkwG/tg2XXxH1tY0XkUpKUVdNTReRSlWNl18R0Z9XTYBeAUJAQMKCQNWCQMECgMDCAkDVgknCRMGGgwEAQMDBgMFKA8eCRMGGgwEAQMDBgMDDgkJEAlqjAweGDZGfF01rNbWrClFXTU0XkUpKUVdNUZ9XTY2XXwAAAAEAKoAgANWA9YAIgA+AGkAxgAAEzQ+AjM1Fwc1Ig4CFRQeAjMyPgI1MxQOAiMiLgIFFBYzMjY/ATA2PQEwJjU0JiMiBg8BMAYdATAWNxQGDwEwBiMiBiMiJicuAScuAT0BNDY/ATA2MzI2MzIWFx4BFx4BFx4BFSMyNj0BMCY1NCYrATAGIyIGHQEjNDYzMjYzMhYXHgEdATAGFRQGIyIGBx4BFx4BFRQGBw4BBw4BIyIGIyImJy4BJy4BNTMVMBYVFBY7ATA2MzI2PQEwJjU0JisBNao2XXxH1tY0XkUpKUVdNTReRSlWNl18R0Z9XTYBjg4GAwgDCAQEEgQDBgMIBARUAQMMEAYGDgYPFQoGAwMDAwMDDBAGBgwGBg4GBgoGBgMDAwHiDBIEBQMWBQMDASwWDgMOAw0ZCggIBAUDAwgDBg0DAwUBAwMGAwMNBgYOBgYLAwMNBggKJAQFAxYFAwMBBAUDGgHWRnxdNazW1qwpRV01NF5FKSlFXTVGfV02Nl18FwUJAQMKCQNWCQMECgMDCAkDVgknCRMGGgwECwUDDgkJEAkeCRMGGgwEAQMDBgMDDgkJEAkODAgFAwMBBAUDCA8fBAcFBBgKDgkDAwUHAwMHBgYOBgYNAwMKAwMFBAEDAwIDBBsLCAUDAwEEBQMWBQMDAR4AAAAABACAAIADgAOAAAIAFAAmAC4AAAEVJycBBycOAQc1PgE3JxEnIxEzJwE0LgInNR4DFRQGByc+ASccAQcnNR4BAgBa8ALKNlgiTiwbMBW21qrKygKqHzlNL0BuTy0XFUAKDGoCaDA6A1a0WoT9NjZYGygLWAcaEbb+4NYBAMr+tjNcSzYOWA5FY3xEMFsnQhk5HgcNBmheGFsAAAAAAQEqAKoCqgNWAAUAAAEzNxEnIwEqrNTUrAKA1v1U1gACANYAqgMWA1YABQAMAAATMzcRJyMlFAYHER4B1qrW1qoCQDwwMDwCgNb9VNaAOVsYAVgYWwAAAAMAgACKA4ADdgAVABwAIgAAAR4DFRQOAgc1PgM1NC4CJxMUBgcRHgElMzcRJyMCVkBuTy0tT21BLk45Hx85TS9qOjAwOv3AqtbWqgN2DkVjfEREe2NGDlgNN0tcMzNcSzYO/uI5WxgBWBhbR9b9VNYAAAAABADWANYDKgMqAAUACwARABcAAAEzFSM1IxM1MxUjNQE1MxUjFR0BMxUjNQJW1FSAgFTU/oDUgIDUAyrUgP5UgNRUASzUVICsgFTUAAQA1gDWAyoDKgAFAAsAEQAXAAABMxUjNTMDNTMVIxUBNTMVIzURNTMVIzUCqoDUVFTUgP6sVNTUVAKqVNT9rNRUgAHUgNRU/qxU1IAAAAAAAwCAAKoDgANWABcALwA/AAABNTQmKwEiBh0BFBY7ATI2PQEjFSM1MxUjNTQmKwEiBh0BFBY7ATI2PQEjFSM1MxUBMhYVERQGIyEiJjURNDYzAwAYEoASGhoSgBIYQFZW6hoSgBIYGBKAEhpAVlYBlCI0MyP9rCQyMiQCKiwSGBgSrBIYGBIsFoAWLBIYGBKsEhgYEiwWgBYBLDMj/gAiNDMjAgAiNAAABACAAIADgAOAAAMADQAZACkAAAE1MxUnETMyNj0BNCYjAREjFSM1IxEzNTMVATIWFREUBiMhIiY1ETQ2MwJqVpasEhgYEv8AQFZAQFYBlCI0MyP9rCQyMiQBwICAwP8AGBKsEhj/AAEAamr/AFZWAgAzI/2sIjQzIwJUIjQAAAACAGQAVgOcA6oACwBZAAABMjY1NCYjIgYVFBYlFx4BDwEOAS8BDgEPAQ4BKwEiJi8BLgEnBwYmLwEmNj8BLgE1PAE3Jy4BPwE+AR8BPgE/AT4BOwEyFh8BHgEXNzYWHwEWBg8BHgEVHAECAD1ZWD49WVgBfFoGAgRWBA4IahAkFBABCwisBwsCEBMkEWoHDgVWBAIGWgEBAloGAgRWBA4IahAkFBABCwisBwsCEBMkEWoHDgVWBAIGWgEBAWpYPj1ZWD49WWxGBBAIlAcEAyoMFghwBwsKCHAHFQ4qAwMIlAcQBUYKFQsKFQtGBBAIlAcEAyoMFghwBwsKCHAHFQ4qAwMIlAcQBUYKFQsKFQAAAAEAgABYA4ADqgAzAAABMhYVFAYjIiY1PAE3JQ4BIyImNTQ2MzIWFyUuATU0NjMyFhUUBiMiJicFHgEVFAYHBT4BAwAzSUkzM0kC/tISLBo0TEs1GS0SASwBA0s1NExLNRktEv7UAQMCAgEwECwBUkkzM0tLMwcPBrAQEks1NEwREa4HDwg0TEs1NEwTEbAHDwgHDwiwDxEAAwBWAFYDqgOqAAMABwAbAAABNSMVExEjERMyHgIVFA4CIyIuAjU0PgICKlRUVCpYnHNDQ3ObWVicc0NDc5sCgFZW/qoBAP8AAoBDc5tZWJxzQ0Nzm1lYnHNDAAAEAFYAVgOqA6oAAwAXACsALwAAATUzFQMyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CExEzEQHWVCpGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObL1QCgFZW/io2XXxHRn1dNjZdfEdGfV02AwBDc5tZWJxzQ0Nzm1lYnHND/YABAP8AAAABANYA1gMqAyoACwAAAQcXBycHJzcnNxc3Ayru7jzu7jzu7jzu7gLu7u487u487u487u4AAQBVAFUDqwOrABQAABMUHgIzMj4CNTQuAiMiDgIVVUN0nFhYnHRDQ3ScWFicdEMCAFicdENDdJxYWJx0Q0N0nFgAAAACAFUAVQOrA6sAFAAoAAABIg4CFRQeAjMyPgI1NC4CIxEiLgI1ND4CMzIeAhUUDgICAFicdENDdJxYWJx0Q0N0nFhHfF01NV18R0d8XTU1XXwDq0N0nFhYnHRDQ3ScWFicdEP9ADVdfEdHfF01NV18R0d8XTUAAAADAFUAVQOrA6sAFAAoADQAAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAhMUBiMiJjU0NjMyFgIAWJx0Q0N0nFhYnHRDQ3ScWEd8XTU1XXxHR3xdNTVdfDlLNTVLSzU1SwOrQ3ScWFicdENDdJxYWJx0Q/0ANV18R0d8XTU1XXxHR3xdNQFVNUtLNTVLSwAAAAEAAAABAADxFM6JXw889QALBAAAAAAA1DSJZQAAAADUNIllAAAAAAOrA9YAAAAIAAIAAAAAAAAAAQAABAAAAAAABAAAAAAAA6sAAQAAAAAAAAAAAAAAAAAAACUEAAAAAAAAAAAAAAAAAAAABAABVgQAAFYEAABWBAABAAQAAFYEAABWBAABAAQAAGoEAACqBAABAAQAAQAEAACqBAAAqgQAAKoEAACqBAAAqgQAAKoEAACABAABKgQAANYEAACABAAA1gQAANYEAACABAAAgAQAAGQEAACABAAAVgQAAFYEAADWBAAAVQQAAFUEAABVAAAAAAAKABQAHgAsAFQAlgCqANgBIAEuAUQBWgFwAYQCEAKoA6YELgTGBcQGEgYiBj4GeAaeBsYHGgdaB+IILghcCKQIvgjgCRwJaAABAAAAJQDHAAQAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEACwAAAAEAAAAAAAIABwCEAAEAAAAAAAMACwBCAAEAAAAAAAQACwCZAAEAAAAAAAUACwAhAAEAAAAAAAYACwBjAAEAAAAAAAoAGgC6AAMAAQQJAAEAFgALAAMAAQQJAAIADgCLAAMAAQQJAAMAFgBNAAMAAQQJAAQAFgCkAAMAAQQJAAUAFgAsAAMAAQQJAAYAFgBuAAMAAQQJAAoANADUdmlkZW8tcmVhY3QAdgBpAGQAZQBvAC0AcgBlAGEAYwB0VmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwdmlkZW8tcmVhY3QAdgBpAGQAZQBvAC0AcgBlAGEAYwB0dmlkZW8tcmVhY3QAdgBpAGQAZQBvAC0AcgBlAGEAYwB0UmVndWxhcgBSAGUAZwB1AGwAYQBydmlkZW8tcmVhY3QAdgBpAGQAZQBvAC0AcgBlAGEAYwB0Rm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff"), url(data:application/x-font-ttf;base64,AAEAAAALAIAAAwAwT1MvMg7RD8oAAAC8AAAAYGNtYXAOVuSnAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zsdb3FIAAAF4AAAS0GhlYWQLMledAAAUSAAAADZoaGVhB6wEJgAAFIAAAAAkaG10eIgAFM8AABSkAAAAlGxvY2FLllAoAAAVOAAAAExtYXhwACoAyQAAFYQAAAAgbmFtZVtqyukAABWkAAABtnBvc3QAAwAAAAAXXAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADyIAQAAAAAAAQAAAAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg8iD//f//AAAAAAAg8gD//f//AAH/4w4EAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAVYA1gMqAyoAAgAACQIBVgHU/iwDKv7W/tYAAgBWAFYDqgOqAAIAFgAAAS0BNzIeAhUUDgIjIi4CNTQ+AgGqAQD/AFZYnHNDQ3ObWVicc0NDc5sBQMDA6kNzm1lYnHNDQ3ObWVicc0MAAAADAFYAVgOqA6oAEwAnACoAACUyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CExEFAgBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObAwEAqjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9lgGAwAAAAAACAQAA1gMAAyoAAwAHAAABMxEjIREzEQJWqqr+qqoDKv2sAlT9rAAAAwBWAFYDqgOqAAMABwAbAAABESMRIxEjERMyHgIVFA4CIyIuAjU0PgICgFZUVoBYnHNDQ3ObWVicc0NDc5sBVgFU/qwBVP6sAlRDc5tZWJxzQ0Nzm1lYnHNDAAAEAFYAVgOqA6oAAwAXACsALwAAAREzEQcyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CAxEzEQIqVoBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObJ1YBVgFU/qysNl18R0Z9XTY2XXxHRn1dNgMAQ3ObWVicc0NDc5tZWJxzQ/2sAVT+rAABAQABAAMAAwAAAwAAASERIQEAAgD+AAMA/gAAAgBqAQADVgMAAAIABQAACQERIQkBAeoBbP6A/pQBbAIAAQD+AAEAAQAAAAACAKoBAAOWAwAAAgAFAAAJAiERAQIqAWz+lP6AAWwDAP8A/wACAP8AAAAAAAIBAAEAAwADAAACAAYAAAkBEQEzESMBlgFq/gBWVgIAAQD+AAIA/gAAAAAAAgEAAQADAAMAAAMABgAAATMRIyERAQKqVlb+VgFqAwD+AAIA/wAAAAIAqgCAA1YD1gBFAGgAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMRMh4CFRQOAiMiLgI1MxQeAjMyPgI1NC4CIxUnNwH4AwsEHgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYGBwMDEQYGDQMDCwYICiIODAMGAwoEBAoJA0Z9XTY2XXxHRn1dNlYpRV01NF5FKSlFXTXW1gG8AQUCAwNeHiYBAwMDAwMDAwMGAwcZDgYNAwMNBgYDAwMBAQMDAgMEFgwLCQEDCAkDGggKBAFuNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAEAKoAgANWA9YAGwBGAE0AcAAAARQWMzI2PwEwNj0BMCY1NCYjIgYPATAGHQEwFjcUBg8BMAYjIgYjIiYnLgEnLgE9ATQ2PwEwNjMyNjMyFhceARceARceARUHIzUHNTczEzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCNA4GAwgDCAQEEgQDBgMIBgZUAQMMEAYGDgYGDgYGCAYKCAEDDg4GBg4GBg4GBgoGBgMDAwG2KCpMBi5GfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAUJAQMKCQNWCQMECgMDCAkDVgknCRMGGgwEAQMDBgMFKA8eCRMGGgwEAQMDBgMDDgkJEAlqjAweGAEeNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAABACqAIADVgPWABsARgCjAMYAAAEUFjMyNj8BMDY9ATQmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1EzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCPBAGAwYDCAQEEAQDCAMIBARQAQMMEAYGDgYPFQoGAwMDAwMDDBAGBgwGBg4GBgoGBgMDAwHiDBIEBQMWBQMDASwWDgMOAw0ZCggIBAUDAwgDBg0DAwUBAwMGAwMNBgYOBgYLAwMNBggKJAQFAxYFAwMBBAUDGmZGfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAYIAQMKCQNWAwYDBAoDAwgJA1YJJwkTBhoMBAsFAw4JCRAJHgkTBhoMBAEDAwYDAw4JCRAJDgwIBQMDAQQFAwgPHwQHBQQYCg4JAwMFBwMDBwYGDgYGDQMDCgMDBQQBAwMCAwQbCwgFAwMBBAUDFgUDAwEeAWo1XXtHRn1dNjZdfEc0XkUpKUVdNTReRSms1tYAAAIAqgCAA1YD1gBCAGUAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMlND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgH0AwsEGgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYIFw8GDQMDCwYICiIODAMGAwoEBAoJA/6uNl18R9bWNF5FKSlFXTU0XkUpVjZdfEdGfV02AbwBBQIDA14eJgEDAwMDAwMDAwYDBxkOBg0DAw0GCAgBAwMCAwQWDAsJAQMICQMaCAoEGkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAABACqAIADVgPWABsARgBNAHAAAAEUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVByM1BzU3MwU0PgIzNRcHNSIOAhUUHgIzMj4CNTMUDgIjIi4CAjQOBgMIAwgEBBIEAwYDCAYGUAEDDBAGBg4GBg4GBggGCggBAw4OBgYOBgYOBgYKBgYDAwMBsigqTAb+2DZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgF4BQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQBAwMGAwUoDx4JEwYaDAQBAwMGAwMOCQkQCWqMDB4YNkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAAAAQAqgCAA1YD1gAiAD4AaQDGAAATND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgUUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1qjZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgGODgYDCAMIBAQSBAMGAwgEBFQBAwwQBgYOBg8VCgYDAwMDAwMMEAYGDAYGDgYGCgYGAwMDAeIMEgQFAxYFAwMBLBYOAw4DDRkKCAgEBQMDCAMGDQMDBQEDAwYDAw0GBg4GBgsDAw0GCAokBAUDFgUDAwEEBQMaAdZGfF01rNbWrClFXTU0XkUpKUVdNUZ9XTY2XXwXBQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQLBQMOCQkQCR4JEwYaDAQBAwMGAwMOCQkQCQ4MCAUDAwEEBQMIDx8EBwUEGAoOCQMDBQcDAwcGBg4GBg0DAwoDAwUEAQMDAgMEGwsIBQMDAQQFAxYFAwMBHgAAAAAEAIAAgAOAA4AAAgAUACYALgAAARUnJwEHJw4BBzU+ATcnEScjETMnATQuAic1HgMVFAYHJz4BJxwBByc1HgECAFrwAso2WCJOLBswFbbWqsrKAqofOU0vQG5PLRcVQAoMagJoMDoDVrRahP02NlgbKAtYBxoRtv7g1gEAyv62M1xLNg5YDkVjfEQwWydCGTkeBw0GaF4YWwAAAAABASoAqgKqA1YABQAAATM3EScjASqs1NSsAoDW/VTWAAIA1gCqAxYDVgAFAAwAABMzNxEnIyUUBgcRHgHWqtbWqgJAPDAwPAKA1v1U1oA5WxgBWBhbAAAAAwCAAIoDgAN2ABUAHAAiAAABHgMVFA4CBzU+AzU0LgInExQGBxEeASUzNxEnIwJWQG5PLS1PbUEuTjkfHzlNL2o6MDA6/cCq1taqA3YORWN8RER7Y0YOWA03S1wzM1xLNg7+4jlbGAFYGFtH1v1U1gAAAAAEANYA1gMqAyoABQALABEAFwAAATMVIzUjEzUzFSM1ATUzFSMVHQEzFSM1AlbUVICAVNT+gNSAgNQDKtSA/lSA1FQBLNRUgKyAVNQABADWANYDKgMqAAUACwARABcAAAEzFSM1MwM1MxUjFQE1MxUjNRE1MxUjNQKqgNRUVNSA/qxU1NRUAqpU1P2s1FSAAdSA1FT+rFTUgAAAAAADAIAAqgOAA1YAFwAvAD8AAAE1NCYrASIGHQEUFjsBMjY9ASMVIzUzFSM1NCYrASIGHQEUFjsBMjY9ASMVIzUzFQEyFhURFAYjISImNRE0NjMDABgSgBIaGhKAEhhAVlbqGhKAEhgYEoASGkBWVgGUIjQzI/2sJDIyJAIqLBIYGBKsEhgYEiwWgBYsEhgYEqwSGBgSLBaAFgEsMyP+ACI0MyMCACI0AAAEAIAAgAOAA4AAAwANABkAKQAAATUzFScRMzI2PQE0JiMBESMVIzUjETM1MxUBMhYVERQGIyEiJjURNDYzAmpWlqwSGBgS/wBAVkBAVgGUIjQzI/2sJDIyJAHAgIDA/wAYEqwSGP8AAQBqav8AVlYCADMj/awiNDMjAlQiNAAAAAIAZABWA5wDqgALAFkAAAEyNjU0JiMiBhUUFiUXHgEPAQ4BLwEOAQ8BDgErASImLwEuAScHBiYvASY2PwEuATU8ATcnLgE/AT4BHwE+AT8BPgE7ATIWHwEeARc3NhYfARYGDwEeARUcAQIAPVlYPj1ZWAF8WgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQECWgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQEBalg+PVlYPj1ZbEYEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVC0YEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVAAAAAQCAAFgDgAOqADMAAAEyFhUUBiMiJjU8ATclDgEjIiY1NDYzMhYXJS4BNTQ2MzIWFRQGIyImJwUeARUUBgcFPgEDADNJSTMzSQL+0hIsGjRMSzUZLRIBLAEDSzU0TEs1GS0S/tQBAwICATAQLAFSSTMzS0szBw8GsBASSzU0TBERrgcPCDRMSzU0TBMRsAcPCAcPCLAPEQADAFYAVgOqA6oAAwAHABsAAAE1IxUTESMREzIeAhUUDgIjIi4CNTQ+AgIqVFRUKlicc0NDc5tZWJxzQ0NzmwKAVlb+qgEA/wACgENzm1lYnHNDQ3ObWVicc0MAAAQAVgBWA6oDqgADABcAKwAvAAABNTMVAzI+AjU0LgIjIg4CFRQeAhMyHgIVFA4CIyIuAjU0PgITETMRAdZUKkZ9XTY2XXxHRn1dNjZdfEdYnHNDQ3ObWVicc0NDc5svVAKAVlb+KjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9gAEA/wAAAAEA1gDWAyoDKgALAAABBxcHJwcnNyc3FzcDKu7uPO7uPO7uPO7uAu7u7jzu7jzu7jzu7gABAFUAVQOrA6sAFAAAExQeAjMyPgI1NC4CIyIOAhVVQ3ScWFicdENDdJxYWJx0QwIAWJx0Q0N0nFhYnHRDQ3ScWAAAAAIAVQBVA6sDqwAUACgAAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAgIAWJx0Q0N0nFhYnHRDQ3ScWEd8XTU1XXxHR3xdNTVdfAOrQ3ScWFicdENDdJxYWJx0Q/0ANV18R0d8XTU1XXxHR3xdNQAAAAMAVQBVA6sDqwAUACgANAAAASIOAhUUHgIzMj4CNTQuAiMRIi4CNTQ+AjMyHgIVFA4CExQGIyImNTQ2MzIWAgBYnHRDQ3ScWFicdENDdJxYR3xdNTVdfEdHfF01NV18OUs1NUtLNTVLA6tDdJxYWJx0Q0N0nFhYnHRD/QA1XXxHR3xdNTVdfEdHfF01AVU1S0s1NUtLAAAAAQAAAAEAAPEUzolfDzz1AAsEAAAAAADUNIllAAAAANQ0iWUAAAAAA6sD1gAAAAgAAgAAAAAAAAABAAAEAAAAAAAEAAAAAAADqwABAAAAAAAAAAAAAAAAAAAAJQQAAAAAAAAAAAAAAAAAAAAEAAFWBAAAVgQAAFYEAAEABAAAVgQAAFYEAAEABAAAagQAAKoEAAEABAABAAQAAKoEAACqBAAAqgQAAKoEAACqBAAAqgQAAIAEAAEqBAAA1gQAAIAEAADWBAAA1gQAAIAEAACABAAAZAQAAIAEAABWBAAAVgQAANYEAABVBAAAVQQAAFUAAAAAAAoAFAAeACwAVACWAKoA2AEgAS4BRAFaAXABhAIQAqgDpgQuBMYFxAYSBiIGPgZ4Bp4GxgcaB1oH4gguCFwIpAi+COAJHAloAAEAAAAlAMcABAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQALAAAAAQAAAAAAAgAHAIQAAQAAAAAAAwALAEIAAQAAAAAABAALAJkAAQAAAAAABQALACEAAQAAAAAABgALAGMAAQAAAAAACgAaALoAAwABBAkAAQAWAAsAAwABBAkAAgAOAIsAAwABBAkAAwAWAE0AAwABBAkABAAWAKQAAwABBAkABQAWACwAAwABBAkABgAWAG4AAwABBAkACgA0ANR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADB2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRSZWd1bGFyAFIAZQBnAHUAbABhAHJ2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal;
}

.amis-scope .video-react-icon,
.amis-scope .video-react .video-react-closed-caption,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon,
.amis-scope .video-react .video-react-volume-level,
.amis-scope .video-react .video-react-mute-control,
.amis-scope .video-react .video-react-volume-menu-button,
.amis-scope .video-react .video-react-play-control,
.amis-scope .video-react .video-react-play-progress,
.amis-scope .video-react .video-react-big-play-button {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "video-react" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.amis-scope .video-react-icon-play-arrow:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-play:before,
.amis-scope .video-react .video-react-play-control:before,
.amis-scope .video-react .video-react-big-play-button:before {
  content: "\f200";
}

.amis-scope .video-react-icon-play-circle-filled:before {
  content: "\f201";
}

.amis-scope .video-react-icon-play-circle-outline:before {
  content: "\f202";
}

.amis-scope .video-react-icon-pause:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-pause:before,
.amis-scope .video-react .video-react-play-control.video-react-playing:before {
  content: "\f203";
}

.amis-scope .video-react-icon-pause-circle-filled:before {
  content: "\f204";
}

.amis-scope .video-react-icon-pause-circle-outline:before {
  content: "\f205";
}

.amis-scope .video-react-icon-stop:before {
  content: "\f206";
}

.amis-scope .video-react-icon-fast-rewind:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-fast-rewind:before {
  content: "\f207";
}

.amis-scope .video-react-icon-fast-forward:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-fast-forward:before {
  content: "\f208";
}

.amis-scope .video-react-icon-skip-previous:before {
  content: "\f209";
}

.amis-scope .video-react-icon-skip-next:before {
  content: "\f20a";
}

.amis-scope .video-react-icon-replay-5:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-replay-5:before {
  content: "\f20b";
}

.amis-scope .video-react-icon-replay-10:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-replay-10:before {
  content: "\f20c";
}

.amis-scope .video-react-icon-replay-30:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-replay-30:before {
  content: "\f20d";
}

.amis-scope .video-react-icon-forward-5:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-forward-5:before {
  content: "\f20e";
}

.amis-scope .video-react-icon-forward-10:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-forward-10:before {
  content: "\f20f";
}

.amis-scope .video-react-icon-forward-30:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-forward-30:before {
  content: "\f210";
}

.amis-scope .video-react-icon-volume-off:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-volume-off:before,
.amis-scope .video-react .video-react-mute-control.video-react-vol-muted:before,
.amis-scope .video-react .video-react-volume-menu-button.video-react-vol-muted:before {
  content: "\f211";
}

.amis-scope .video-react-icon-volume-mute:before,
.amis-scope .video-react .video-react-mute-control.video-react-vol-0:before,
.amis-scope .video-react .video-react-volume-menu-button.video-react-vol-0:before {
  content: "\f212";
}

.amis-scope .video-react-icon-volume-down:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-volume-down:before,
.amis-scope .video-react .video-react-mute-control.video-react-vol-2:before,
.amis-scope .video-react .video-react-volume-menu-button.video-react-vol-2:before,
.amis-scope .video-react .video-react-mute-control.video-react-vol-1:before,
.amis-scope .video-react .video-react-volume-menu-button.video-react-vol-1:before {
  content: "\f213";
}

.amis-scope .video-react-icon-volume-up:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-volume-up:before,
.amis-scope .video-react .video-react-mute-control:before,
.amis-scope .video-react .video-react-volume-menu-button:before {
  content: "\f214";
}

.amis-scope .video-react-icon-fullscreen:before {
  content: "\f215";
}

.amis-scope .video-react-icon-fullscreen-exit:before {
  content: "\f216";
}

.amis-scope .video-react-icon-closed-caption:before,
.amis-scope .video-react .video-react-closed-caption:before {
  content: "\f217";
}

.amis-scope .video-react-icon-hd:before {
  content: "\f218";
}

.amis-scope .video-react-icon-settings:before {
  content: "\f219";
}

.amis-scope .video-react-icon-share:before {
  content: "\f21a";
}

.amis-scope .video-react-icon-info:before {
  content: "\f21b";
}

.amis-scope .video-react-icon-info-outline:before {
  content: "\f21c";
}

.amis-scope .video-react-icon-close:before {
  content: "\f21d";
}

.amis-scope .video-react-icon-circle:before,
.amis-scope .video-react .video-react-volume-level:before,
.amis-scope .video-react .video-react-play-progress:before {
  content: "\f21e";
}

.amis-scope .video-react-icon-circle-outline:before {
  content: "\f21f";
}

.amis-scope .video-react-icon-circle-inner-circle:before {
  content: "\f220";
}

.amis-scope .video-react {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  font-size: 10px;
  line-height: 1;
  font-family: serif, Times, "Times New Roman";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .video-react:-moz-full-screen {
  position: absolute;
}

.amis-scope .video-react:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.amis-scope .video-react *,
.amis-scope .video-react *:before,
.amis-scope .video-react *:after {
  box-sizing: inherit;
}

.amis-scope .video-react ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.amis-scope .video-react.video-react-fluid,
.amis-scope .video-react.video-react-16-9,
.amis-scope .video-react.video-react-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.amis-scope .video-react.video-react-16-9 {
  padding-top: 56.25%;
}

.amis-scope .video-react.video-react-4-3 {
  padding-top: 75%;
}

.amis-scope .video-react.video-react-fill {
  width: 100%;
  height: 100%;
}

.amis-scope .video-react .video-react-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.amis-scope .video-react.video-react-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.amis-scope .video-react.video-react-fullscreen.video-react-user-inactive {
  cursor: none;
}

.amis-scope.video-react-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}

.amis-scope.video-react-full-window .video-react-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.amis-scope .video-react .video-react-button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  cursor: pointer;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.amis-scope .video-react .video-react-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.amis-scope .video-react .video-react-loading-spinner:before,
.amis-scope .video-react .video-react-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
  -webkit-animation: video-react-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, video-react-spinner-fade 1.1s linear infinite;
  animation: video-react-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, video-react-spinner-fade 1.1s linear infinite;
}

.amis-scope .video-react-seeking .video-react-loading-spinner,
.amis-scope .video-react-waiting .video-react-loading-spinner {
  display: block;
}

.amis-scope .video-react-seeking .video-react-loading-spinner:before,
.amis-scope .video-react-waiting .video-react-loading-spinner:before {
  border-top-color: white;
}

.amis-scope .video-react-seeking .video-react-loading-spinner:after,
.amis-scope .video-react-waiting .video-react-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes video-react-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes video-react-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes video-react-spinner-fade {
  0% {
    border-top-color: #73859f;
  }

  20% {
    border-top-color: #73859f;
  }

  35% {
    border-top-color: white;
  }

  60% {
    border-top-color: #73859f;
  }

  100% {
    border-top-color: #73859f;
  }
}

@-webkit-keyframes video-react-spinner-fade {
  0% {
    border-top-color: #73859f;
  }

  20% {
    border-top-color: #73859f;
  }

  35% {
    border-top-color: white;
  }

  60% {
    border-top-color: #73859f;
  }

  100% {
    border-top-color: #73859f;
  }
}

.amis-scope .video-react .video-react-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.amis-scope .video-react .video-react-big-play-button.video-react-big-play-button-center {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}

.amis-scope .video-react .video-react-big-play-button.big-play-button-hide {
  display: none;
}

.amis-scope .video-react:hover .video-react-big-play-button,
.amis-scope .video-react .video-react-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.amis-scope .video-react-menu-button {
  cursor: pointer;
}

.amis-scope .video-react-menu-button.video-react-disabled {
  cursor: default;
}

.amis-scope .video-react-menu .video-react-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: serif, Times, "Times New Roman";
}

.amis-scope .video-react-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
}

.amis-scope .video-react-menu li:focus,
.amis-scope .video-react-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.amis-scope .video-react-menu li.video-react-selected,
.amis-scope .video-react-menu li.video-react-selected:focus,
.amis-scope .video-react-menu li.video-react-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.amis-scope .video-react-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.amis-scope .video-react-scrubbing .vjs-menu-button:hover .video-react-menu {
  display: none;
}

.amis-scope .video-react .video-react-menu-button-popup .video-react-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.amis-scope .video-react .video-react-menu-button-popup .video-react-menu .video-react-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.amis-scope .video-react-menu-button-popup .video-react-menu.video-react-lock-showing {
  display: block;
}

.amis-scope .video-react .video-react-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

.amis-scope .video-react .video-react-menu-button-inline:before {
  width: 2.222222222em;
}

.amis-scope .video-react .video-react-menu-button-inline:hover,
.amis-scope .video-react .video-react-menu-button-inline:focus,
.amis-scope .video-react .video-react-menu-button-inline.video-react-slider-active {
  width: 12em;
}

.amis-scope .video-react .video-react-menu-button-inline:hover .video-react-menu,
.amis-scope .video-react .video-react-menu-button-inline:focus .video-react-menu,
.amis-scope .video-react .video-react-menu-button-inline.video-react-slider-active .video-react-menu {
  display: block;
  opacity: 1;
}

.amis-scope .video-react .video-react-menu-button-inline.video-react-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.amis-scope .video-react .video-react-menu-button-inline .video-react-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.amis-scope .video-react .video-react-menu-button-inline .video-react-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.amis-scope .video-react-no-flex .video-react-menu-button-inline .video-react-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.amis-scope .video-react-no-flex .video-react-menu-button-inline:hover,
.amis-scope .video-react-no-flex .video-react-menu-button-inline:focus,
.amis-scope .video-react-no-flex .video-react-menu-button-inline.video-react-slider-active {
  width: auto;
}

.amis-scope .video-react .video-react-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.amis-scope .video-react .video-react-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.amis-scope .video-react .video-react-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.amis-scope .video-react .video-react-slider:focus {
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.amis-scope .video-react .video-react-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.amis-scope .video-react .video-react-control:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.amis-scope .video-react .video-react-control:focus:before,
.amis-scope .video-react .video-react-control:hover:before,
.amis-scope .video-react .video-react-control:focus {
  text-shadow: 0em 0em 1em #fff, 0em 0em 0.5em #fff;
}

.amis-scope .video-react .video-react-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.amis-scope .video-react-no-flex .video-react-control {
  display: table-cell;
  vertical-align: middle;
}

.amis-scope .video-react .video-react-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.amis-scope .video-react-has-started .video-react-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

.amis-scope .video-react-has-started.video-react-user-inactive.video-react-playing .video-react-control-bar.video-react-control-bar-auto-hide {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.amis-scope .video-react-controls-disabled .video-react-control-bar,
.amis-scope .video-react-using-native-controls .video-react-control-bar,
.amis-scope .video-react-error .video-react-control-bar {
  display: none !important;
}

.amis-scope .video-react-audio.video-react-has-started.video-react-user-inactive.video-react-playing .video-react-control-bar {
  opacity: 1;
  visibility: visible;
}

.amis-scope .video-react-has-started.video-react-no-flex .video-react-control-bar {
  display: table;
}

.amis-scope .video-react .video-react-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
}

.amis-scope .video-react-live .video-react-progress-control {
  display: none;
}

.amis-scope .video-react .video-react-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}

.amis-scope .video-react .video-react-progress-control:hover .video-react-progress-holder {
  font-size: 1.6666666667em;
}

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */

.amis-scope .video-react .video-react-progress-control:hover .video-react-time-tooltip,
.amis-scope .video-react .video-react-progress-control:hover .video-react-mouse-display:after,
.amis-scope .video-react .video-react-progress-control:hover .video-react-play-progress:after {
  visibility: visible;
  font-size: 0.6em;
}

.amis-scope .video-react .video-react-progress-holder .video-react-play-progress,
.amis-scope .video-react .video-react-progress-holder .video-react-load-progress,
.amis-scope .video-react .video-react-progress-holder .video-react-tooltip-progress-bar,
.amis-scope .video-react .video-react-progress-holder .video-react-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}

.amis-scope .video-react .video-react-play-progress {
  background-color: #fff;
}

.amis-scope .video-react .video-react-play-progress:before {
  position: absolute;
  top: -0.3333333333em;
  right: -0.5em;
  font-size: 0.9em;
}

.amis-scope .video-react .video-react-time-tooltip,
.amis-scope .video-react .video-react-mouse-display:after,
.amis-scope .video-react .video-react-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}

.amis-scope .video-react .video-react-time-tooltip,
.amis-scope .video-react .video-react-play-progress:before,
.amis-scope .video-react .video-react-play-progress:after {
  z-index: 1;
}

.amis-scope .video-react .video-react-progress-control .video-react-keep-tooltips-inside:after {
  display: none;
}

.amis-scope .video-react .video-react-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5);
}

.amis-scope .video-react .video-react-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75);
}

.amis-scope .video-react.video-react-no-flex .video-react-progress-control {
  width: auto;
}

.amis-scope .video-react .video-react-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em;
}

.amis-scope .video-react .video-react-tooltip-progress-bar {
  visibility: hidden;
}

.amis-scope .video-react .video-react-progress-control .video-react-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.amis-scope .video-react-no-flex .video-react-progress-control .video-react-mouse-display {
  z-index: 0;
}

.amis-scope .video-react .video-react-progress-control:hover .video-react-mouse-display {
  display: block;
}

.amis-scope .video-react.video-react-user-inactive .video-react-progress-control .video-react-mouse-display,
.amis-scope .video-react.video-react-user-inactive .video-react-progress-control .video-react-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.amis-scope .video-react.video-react-user-inactive.video-react-no-flex .video-react-progress-control .video-react-mouse-display,
.amis-scope .video-react.video-react-user-inactive.video-react-no-flex .video-react-progress-control .video-react-mouse-display:after {
  display: none;
}

.amis-scope .video-react .video-react-mouse-display .video-react-time-tooltip,
.amis-scope .video-react .video-react-progress-control .video-react-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.amis-scope .video-react .video-react-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.amis-scope .video-react .video-react-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.amis-scope .video-react.video-react-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.amis-scope .video-react .video-react-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.amis-scope .video-react .video-react-time-divider {
  line-height: 3em;
  min-width: initial;
  padding: 0;
}

.amis-scope .video-react .video-react-mute-control,
.amis-scope .video-react .video-react-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.amis-scope .video-react .video-react-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.amis-scope .video-react .video-react-volume-bar {
  margin: 1.35em 0.45em;
}

.amis-scope .video-react .video-react-volume-bar.video-react-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.amis-scope .video-react .video-react-volume-bar.video-react-slider-horizontal .video-react-volume-level {
  width: 100%;
}

.amis-scope .video-react .video-react-volume-bar.video-react-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.amis-scope .video-react .video-react-volume-bar.video-react-slider-vertical .video-react-volume-level {
  height: 100%;
}

.amis-scope .video-react .video-react-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.amis-scope .video-react .video-react-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.amis-scope .video-react .video-react-slider-vertical .video-react-volume-level {
  width: 0.3em;
}

.amis-scope .video-react .video-react-slider-vertical .video-react-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.amis-scope .video-react .video-react-slider-horizontal .video-react-volume-level {
  height: 0.3em;
}

.amis-scope .video-react .video-react-slider-horizontal .video-react-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.amis-scope .video-react .video-react-menu-button-popup.video-react-volume-menu-button .video-react-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}

.amis-scope .video-react .video-react-menu-button-popup.video-react-volume-menu-button-vertical .video-react-menu {
  left: 0.5em;
  height: 8em;
}

.amis-scope .video-react .video-react-menu-button-popup.video-react-volume-menu-button-horizontal .video-react-menu {
  left: -2em;
}

.amis-scope .video-react .video-react-menu-button-popup.video-react-volume-menu-button .video-react-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.amis-scope .video-react .video-react-volume-menu-button-vertical:hover .video-react-menu-content,
.amis-scope .video-react .video-react-volume-menu-button-vertical:focus .video-react-menu-content,
.amis-scope .video-react .video-react-volume-menu-button-vertical.video-react-slider-active .video-react-menu-content,
.amis-scope .video-react .video-react-volume-menu-button-vertical .video-react-lock-showing .video-react-menu-content {
  height: 8em;
  width: 2.9em;
}

.amis-scope .video-react .video-react-volume-menu-button-horizontal:hover .video-react-menu-content,
.amis-scope .video-react .video-react-volume-menu-button-horizontal:focus .video-react-menu-content,
.amis-scope .video-react .video-react-volume-menu-button-horizontal .video-react-slider-active .video-react-menu-content,
.amis-scope .video-react .video-react-volume-menu-button-horizontal .video-react-lock-showing .video-react-menu-content {
  height: 2.9em;
  width: 8em;
}

.amis-scope .video-react .video-react-volume-menu-button.video-react-menu-button-inline .video-react-menu-content {
  background-color: transparent !important;
}

.amis-scope .video-react .video-react-playback-rate .video-react-playback-rate-value {
  line-height: 3em;
  text-align: center;
}

.amis-scope .video-react .video-react-playback-rate .video-react-menu {
  width: 4em;
  left: 0em;
}

.amis-scope .video-react .video-react-bezel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  z-index: 17;
  margin-left: -26px;
  margin-top: -26px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 26px;
}

.amis-scope .video-react .video-react-bezel.video-react-bezel-animation {
  -moz-animation: video-react-bezel-fadeout 0.5s linear 1 normal forwards;
  -webkit-animation: video-react-bezel-fadeout 0.5s linear 1 normal forwards;
  animation: video-react-bezel-fadeout 0.5s linear 1 normal forwards;
  pointer-events: none;
}

.amis-scope .video-react .video-react-bezel.video-react-bezel-animation-alt {
  -moz-animation: video-react-bezel-fadeout-alt 0.5s linear 1 normal forwards;
  -webkit-animation: video-react-bezel-fadeout-alt 0.5s linear 1 normal forwards;
  animation: video-react-bezel-fadeout-alt 0.5s linear 1 normal forwards;
  pointer-events: none;
}

.amis-scope .video-react .video-react-bezel .video-react-bezel-icon {
  width: 36px;
  height: 36px;
  margin: 8px;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
}

@keyframes video-react-bezel-fadeout {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: scale(2);
  }
}

@keyframes video-react-bezel-fadeout-alt {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: scale(2);
  }
}

.amis-scope .video-react .video-react-closed-caption {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.amis-scope .video-react video::-webkit-media-text-track-container {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

/*!
 * Cropper.js v1.5.13
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2022-11-20T05:30:43.444Z
 */

.amis-scope .cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .cropper-container img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

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

.amis-scope .cropper-wrap-box,
.amis-scope .cropper-canvas {
  overflow: hidden;
}

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

.amis-scope .cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.amis-scope .cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 75%);
  overflow: hidden;
  width: 100%;
}

.amis-scope .cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.amis-scope .cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%;
}

.amis-scope .cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3);
}

.amis-scope .cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

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

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

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

.amis-scope .cropper-face,
.amis-scope .cropper-line,
.amis-scope .cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.amis-scope .cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

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

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

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

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

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

.amis-scope .cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .amis-scope .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 992px) {
  .amis-scope .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1200px) {
  .amis-scope .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}

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

.amis-scope .cropper-invisible {
  opacity: 0;
}

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

.amis-scope .cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

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

.amis-scope .cropper-move {
  cursor: move;
}

.amis-scope .cropper-crop {
  cursor: crosshair;
}

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

/*!
 * https://github.com/arqex/react-datetime
 */

.amis-scope .rdt {
  position: relative;
}

.amis-scope .rdtPicker {
  display: none;
  position: absolute;
  width: 240px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #f9f9f9;
}

.amis-scope .rdtPickerNotDays {
  width: 192px;
}

.amis-scope .rdtOpen .rdtPicker {
  display: block;
}

.amis-scope .rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}

.amis-scope .rdtPicker .rdtTimeToggle {
  text-align: center;
}

.amis-scope .rdtPicker table {
  width: 100%;
  margin: 0;
  padding: 0 12px;
  border-spacing: 0 8px;
  border-collapse: inherit;
}

.amis-scope .rdtMonths table,
.amis-scope .rdtYears table {
  border-spacing: 0 12px;
}

.amis-scope .rdtMonths .headerTable,
.amis-scope .rdtYears .headerTable {
  border-spacing: 0;
  border-bottom: 1px solid #e8e9eb;
}

.amis-scope .rdtPicker td,
.amis-scope .rdtPicker th {
  text-align: center;
  height: 24px;
  line-height: 24px;
  width: 24px;
}

.amis-scope .rdtPicker td {
  cursor: pointer;
}

.amis-scope .rdtPicker td > span {
  display: inline-block;
  border-radius: 2px 2px 2px 2px;
  height: 24px;
  width: 24px;
}

.amis-scope .rdtPicker td.rdtDay:hover,
.amis-scope .rdtPicker td.rdtHour:hover,
.amis-scope .rdtPicker td.rdtMinute:hover,
.amis-scope .rdtPicker td.rdtSecond:hover,
.amis-scope .rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer;
}

.amis-scope .rdtPicker td.rdtOld,
.amis-scope .rdtPicker td.rdtNew {
  color: #b8babf;
}

.amis-scope .rdtPicker td.rdtOld span,
.amis-scope .rdtPicker td.rdtNew span {
  background: #ffffff;
}

.amis-scope .rdtPicker td.rdtToday {
  position: relative;
}

.amis-scope .rdtPicker td.rdtToday > span {
  border: 1px solid #2468f2;
}

.amis-scope .rdtPicker td.rdtActive,
.amis-scope .rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.amis-scope .rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}

.amis-scope .rdtPicker td.rdtDisabled,
.amis-scope .rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #b8babf;
  cursor: not-allowed;
}

.amis-scope .rdtPicker td span.rdtOld {
  color: #b8babf;
}

.amis-scope .rdtPicker td span.rdtDisabled,
.amis-scope .rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #b8babf;
  cursor: not-allowed;
}

.amis-scope .rdtPicker td span.rdtDisabled > span,
.amis-scope .rdtPicker td span.rdtDisabled:hover > span {
  border-color: #e8e9eb;
}

.amis-scope .rdtPicker th {
  border-bottom: 1px solid #f9f9f9;
}

.amis-scope .rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
  cursor: default;
}

.amis-scope .rdtPicker th.rdtSwitch {
  width: 100px;
  height: 40px;
  line-height: 40px;
}

.amis-scope .rdtPicker th.rdtNext,
.amis-scope .rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
}

.amis-scope .rdtPrev span,
.amis-scope .rdtNext span {
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.amis-scope .rdtPicker th.rdtDisabled,
.amis-scope .rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #b8babf;
  cursor: not-allowed;
}

.amis-scope .rdtPicker thead tr:first-of-type th {
  cursor: pointer;
}

.amis-scope .rdtPicker thead tr:first-of-type th:hover {
  background: #eeeeee;
}

.amis-scope .rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}

.amis-scope .rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}

.amis-scope .rdtPicker button:hover {
  background-color: #eee;
}

.amis-scope .rdtPicker thead button {
  width: 100%;
  height: 100%;
}

.amis-scope td.rdtMonth,
.amis-scope td.rdtYear,
.amis-scope td.rdtQuarter {
  height: 24px;
  width: 48px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}

.amis-scope td.rdtMonth > span,
.amis-scope td.rdtYear > span,
.amis-scope td.rdtQuarter > span {
  width: 48px;
}

.amis-scope td.rdtMonth:hover,
.amis-scope td.rdtYear:hover,
.amis-scope td.rdtQuarter:hover {
  background: #eee;
}

.amis-scope .rdtCounters {
  display: inline-block;
}

.amis-scope .rdtCounters > div {
  float: left;
}

.amis-scope .rdtCounter {
  height: 100px;
}

.amis-scope .rdtCounter {
  width: 40px;
}

.amis-scope .rdtCounterSeparator {
  line-height: 100px;
}

.amis-scope .rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.amis-scope .rdtCounter .rdtBtn:hover {
  background: #eee;
}

.amis-scope .rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}

.amis-scope .rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}

.amis-scope .rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}

.amis-scope .rdtTime td {
  cursor: default;
}

/* Reset
  =============== */

.amis-scope {
  box-sizing: border-box;
}

.amis-scope *,
.amis-scope *::before,
.amis-scope *::after {
  box-sizing: inherit;
}

.amis-scope figure {
  margin: 0;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

.amis-scope {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

.amis-scope {
  margin: 0;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

.amis-scope h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

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

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

.amis-scope pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

.amis-scope a {
  background: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

.amis-scope abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

.amis-scope b,
.amis-scope strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

.amis-scope code,
.amis-scope kbd,
.amis-scope samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
   * Add the correct font size in all browsers.
   */

.amis-scope small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

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

.amis-scope sub {
  bottom: -0.25em;
}

.amis-scope sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

.amis-scope img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

.amis-scope button,
.amis-scope input,
.amis-scope optgroup,
.amis-scope select,
.amis-scope textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

.amis-scope button,
.amis-scope input {
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

.amis-scope button,
.amis-scope select {
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

.amis-scope button,
.amis-scope [type=button],
.amis-scope [type=reset],
.amis-scope [type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

.amis-scope button::-moz-focus-inner,
.amis-scope [type=button]::-moz-focus-inner,
.amis-scope [type=reset]::-moz-focus-inner,
.amis-scope [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

.amis-scope button:-moz-focusring,
.amis-scope [type=button]:-moz-focusring,
.amis-scope [type=reset]:-moz-focusring,
.amis-scope [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

.amis-scope fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

.amis-scope legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

.amis-scope progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

.amis-scope textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

.amis-scope [type=checkbox],
.amis-scope [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

.amis-scope [type=number]::-webkit-inner-spin-button,
.amis-scope [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

.amis-scope [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

.amis-scope [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

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

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

.amis-scope details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

.amis-scope summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

.amis-scope template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

.amis-scope [hidden] {
  display: none;
}

/** Browser Compatibility
    ========================================================================== */

/* 兼容Safari浏览器input disbaled状态下文字颜色不显示 */

.amis-scope input[disabled],
.amis-scope input:disabled,
.amis-scope input.disabled,
.amis-scope input.is-disabled {
  -webkit-text-fill-color: #b8babf;
}

.amis-scope svg.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  position: relative;
  top: 0.125em;
}

.amis-scope svg.icon-object {
  top: 0;
}

.amis-scope svg.r90 {
  transform: rotate(90deg);
}

.amis-scope svg.icon-success {
  color: #28a745;
}

.amis-scope svg.icon-fail {
  color: #dc3545;
}

/**
 * Basic typography style for copy text
 */

.amis-scope {
  font-size: 16px;
}

.amis-scope {
  color: #151b26;
  background: #ffffff;
  font-size: 14px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, SF Pro SC, SF Pro Text,
    Helvetica Neue, Helvetica, PingFang SC, Segoe UI, Roboto, Hiragino Sans GB,
    Arial, microsoft yahei ui, Microsoft YaHei, SimSun, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.amis-scope a {
  color: #2468f2;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  font-style: none;
  background-color: transparent;
}

.amis-scope a:hover {
  color: #528eff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  font-style: none;
  background-color: transparent;
}

.amis-scope a:active {
  color: #144bcc;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  font-style: none;
  background-color: transparent;
}

.amis-scope label {
  font-weight: 400;
}

.amis-scope h1,
.amis-scope h2,
.amis-scope h3,
.amis-scope h4,
.amis-scope h5,
.amis-scope h6 {
  font-weight: 400;
  color: #151b26;
  line-height: 1.1;
}

.amis-scope .is-matched {
  color: #f23d3d;
}

.amis-scope pre,
.amis-scope code,
.amis-scope kbd,
.amis-scope samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

.amis-scope .amis-routes-wrapper {
  width: 100%;
  height: 100%;
}

.amis-scope .has-popover {
  position: relative;
}

.amis-scope .is-keyword {
  color: #144bcc;
}

.amis-scope,
.amis-scope {
  width: 100%;
  height: 100%;
}

.amis-scope {
  overflow-x: hidden;
}

.amis-scope .cxd-Layout {
  min-height: 100%;
  width: 100%;
  position: relative;
}

.amis-scope .cxd-Layout:before {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #ffffff;
  border: inherit;
  display: block;
}

.amis-scope .cxd-Layout--boxed {
  margin-right: auto;
  margin-left: auto;
}

.amis-scope .cxd-Layout .cxd-Layout-header {
  background: #f7f8fa;
  box-shadow: none;
  height: 3.125rem;
}

.amis-scope .cxd-Layout--headerFixed {
  padding-top: 3.125rem;
}

.amis-scope .cxd-Layout--headerFixed .cxd-Layout-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1200;
}

.amis-scope .cxd-Layout-brandBar {
  background: #151b26;
  color: #a0a0a0;
}

.amis-scope .cxd-Layout-brandBar > button {
  padding: 0.625rem 1.0625rem;
  font-size: 1rem;
  line-height: calc(3.125rem - 1rem);
  text-decoration: none;
  background: transparent;
  border: none;
}

.amis-scope .cxd-Layout-brand {
  color: #ffffff;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  max-width: 100%;
  height: auto;
  line-height: 3.125rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amis-scope .cxd-Layout-brand:hover {
  text-decoration: none;
}

.amis-scope .cxd-Layout-brand img {
  max-height: calc(3.125rem / 2);
  vertical-align: middle;
  display: inline;
}

.amis-scope .cxd-Layout-headerBar {
  border-bottom: none;
  min-height: 3.125rem;
  padding: 0 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.amis-scope .cxd-Layout-offScreenBtn {
  display: none;
  float: right;
  padding: 13px 1rem;
}

.amis-scope .cxd-Layout-aside {
  position: relative;
  background: #151b26;
  color: #a0a0a0;
}

.amis-scope .cxd-Layout-aside:before {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: inherit;
  border: inherit;
}

.amis-scope .cxd-Layout-asideFooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1200;
  max-width: 11.25rem;
}

.amis-scope .cxd-Layout-asideFooter ~ div {
  padding-bottom: 3.125rem;
}

.amis-scope .cxd-Layout-main {
  padding-bottom: 3.125rem;
  width: 100%;
  height: 100%;
}

.amis-scope .cxd-Layout--noFooter .cxd-Layout-main {
  padding-bottom: 0;
}

.amis-scope .cxd-Layout-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.amis-scope .cxd-Layout--sm .cxd-Layout-asideFooter {
  max-width: 9.375rem;
}

.amis-scope .cxd-Layout--sm .cxd-AsideNav-item a {
  font-size: 12px;
}

.amis-scope .cxd-Layout--md .cxd-Layout-asideFooter {
  max-width: 15.625rem;
}

.amis-scope .cxd-Layout--lg .cxd-Layout-asideFooter {
  max-width: 18.75rem;
}

@media (max-width: 767px) {
  .amis-scope .cxd-Layout-content {
    transition: transform 0s ease;
  }

  .amis-scope .cxd-Layout-aside {
    display: none;
  }

  .amis-scope .cxd-Layout--offScreen .cxd-Layout-aside {
    position: fixed;
    top: 3.125rem;
    bottom: 0;
    width: 75%;
    display: block !important;
    visibility: visible;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1010;
  }

  .amis-scope .cxd-Layout-headerBar {
    display: none;
  }

  .amis-scope .cxd-Layout--offScreen .cxd-Layout-body,
  .amis-scope .cxd-Layout--offScreen .cxd-Layout-footer {
    background: #ffffff;
    transition: transform 0s ease;
    backface-visibility: hidden;
    transform: translate3d(75%, 0px, 0px);
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1015;
    padding-top: 3.125rem;
  }

  .amis-scope .cxd-Layout-offScreenBtn {
    display: block;
  }
}

@media (min-width: 768px) {
  .amis-scope .cxd-Layout {
    display: flex;
    flex-direction: column;
  }

  .amis-scope .cxd-Layout-header {
    width: 100%;
  }

  .amis-scope .cxd-Layout-main {
    flex-grow: 1;
    display: flex;
    min-width: 0;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
  }

  .amis-scope .cxd-Layout-body {
    flex-grow: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
  }

  .amis-scope .cxd-Layout-content {
    display: flex;
    flex-grow: 1;
    min-width: 0;
    position: relative;
    min-height: 0;
  }

  .amis-scope .cxd-Layout > .cxd-Layout-body {
    flex-grow: 1;
    position: relative;
  }

  .amis-scope .cxd-Layout--boxed {
    width: 47.5rem;
  }

  .amis-scope .cxd-Layout--boxed.cxd-Layout--headerFixed .cxd-Layout-header {
    width: 47.5rem;
  }

  .amis-scope .cxd-Layout-brand,
  .amis-scope .cxd-Layout-brandBar,
  .amis-scope .cxd-Layout-aside {
    width: 11.25rem;
    flex-shrink: 0;
    transition: width 0s ease;
  }

  .amis-scope .cxd-Layout-brandBar {
    float: left;
  }

  .amis-scope .cxd-Layout--withAside .cxd-Layout-headerBar,
  .amis-scope .cxd-Layout--withAside .cxd-Layout-footer {
    margin-left: 11.25rem;
    transition: margin 0s ease;
  }

  .amis-scope .cxd-Layout .visible-folded {
    display: none;
  }

  .amis-scope .cxd-Layout--folded .visible-folded {
    display: inherit;
  }

  .amis-scope .cxd-Layout--folded .hidden-folded {
    display: none !important;
  }

  .amis-scope .cxd-Layout--folded .text-center-folded {
    text-align: center;
  }

  .amis-scope .cxd-Layout--folded .pull-none-folded {
    float: none !important;
  }

  .amis-scope .cxd-Layout--folded .w-auto-folded {
    width: auto;
  }

  .amis-scope .cxd-Layout--folded .cxd-Layout-aside,
  .amis-scope .cxd-Layout--folded .cxd-Layout-brandBar {
    width: 3.75rem;
  }

  .amis-scope .cxd-Layout--folded.cxd-Layout--withAside .cxd-Layout-headerBar,
  .amis-scope .cxd-Layout--folded.cxd-Layout--withAside .cxd-Layout-footer {
    margin-left: 3.75rem;
  }

  .amis-scope .cxd-Layout--folded .cxd-Layout-brand {
    display: block;
    padding: 0;
    font-size: 16px;
    text-align: center;
  }

  .amis-scope .cxd-Layout--asideFixed .cxd-Layout-aside {
    height: 100%;
  }

  .amis-scope .cxd-Layout--asideFixed .cxd-Layout-aside:before {
    position: fixed;
    z-index: 15;
  }

  .amis-scope .cxd-Layout--asideFixed .cxd-Layout-brandBar {
    position: fixed;
  }

  .amis-scope .cxd-Layout--asideFixed .cxd-Layout-asideWrap {
    position: fixed;
    overflow: hidden;
    top: 3.125rem;
    bottom: 0;
    left: 0;
    width: inherit;
    z-index: 1200;
  }

  .amis-scope .cxd-Layout--asideFixed .cxd-Layout-asideInner {
    width: calc(100% + 17px);
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .amis-scope .cxd-Layout--asideFixed .cxd-Layout-asideInner::-webkit-scrollbar {
    -webkit-appearance: none;
  }

  .amis-scope .cxd-Layout--asideFixed .cxd-Layout-asideInner::-webkit-scrollbar:vertical {
    width: 17px;
  }

  .amis-scope .cxd-Layout--noHeader .cxd-Layout-asideWrap {
    top: 0;
  }

  .amis-scope .cxd-Layout--asideFixed.cxd-Layout--folded .cxd-Layout-aside {
    position: static;
  }

  .amis-scope .cxd-Layout--asideFixed.cxd-Layout--folded .cxd-Layout-brandBar {
    position: static;
  }

  .amis-scope .cxd-Layout--asideFixed.cxd-Layout--folded .cxd-Layout-asideWrap {
    overflow: visible;
    z-index: 15;
  }

  .amis-scope .cxd-Layout--asideFixed.cxd-Layout--folded .cxd-Layout-asideInner {
    overflow: visible;
    padding-right: 17px;
  }

  .amis-scope .cxd-Layout--sm:not(.cxd-Layout--folded) .cxd-Layout-brand,
  .amis-scope .cxd-Layout--sm:not(.cxd-Layout--folded) .cxd-Layout-brandBar,
  .amis-scope .cxd-Layout--sm:not(.cxd-Layout--folded) .cxd-Layout-aside {
    width: 9.375rem;
  }

  .amis-scope .cxd-Layout--md:not(.cxd-Layout--folded) .cxd-Layout-brand,
  .amis-scope .cxd-Layout--md:not(.cxd-Layout--folded) .cxd-Layout-brandBar,
  .amis-scope .cxd-Layout--md:not(.cxd-Layout--folded) .cxd-Layout-aside {
    width: 15.625rem;
  }

  .amis-scope .cxd-Layout--lg:not(.cxd-Layout--folded) .cxd-Layout-brand,
  .amis-scope .cxd-Layout--lg:not(.cxd-Layout--folded) .cxd-Layout-brandBar,
  .amis-scope .cxd-Layout--lg:not(.cxd-Layout--folded) .cxd-Layout-aside {
    width: 18.75rem;
  }
}

@media (min-width: 992px) {
  .amis-scope .cxd-Layout--boxed {
    width: 61.25rem;
  }

  .amis-scope .cxd-Layout--boxed.cxd-Layout--headerFixed .cxd-Layout-header {
    width: 61.25rem;
  }
}

@media (min-width: 1200px) {
  .amis-scope .cxd-Layout--boxed {
    width: 73.75rem;
  }

  .amis-scope .cxd-Layout--boxed.cxd-Layout--headerFixed .cxd-Layout-header {
    width: 73.75rem;
  }
}

.amis-scope .cxd-Grid-col--xs1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .cxd-Grid-col--xs2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .cxd-Grid-col--xs3 {
  flex: 0 0 25%;
  max-width: 25%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .cxd-Grid-col--xs4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .cxd-Grid-col--xs5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .cxd-Grid-col--xs6 {
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .cxd-Grid-col--xs7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .cxd-Grid-col--xs8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .cxd-Grid-col--xs9 {
  flex: 0 0 75%;
  max-width: 75%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .cxd-Grid-col--xs10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .cxd-Grid-col--xs11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .cxd-Grid-col--xs12 {
  flex: 0 0 100%;
  max-width: 100%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .cxd-Grid-col--xs {
  flex-basis: 0;
  flex-grow: 1;
  min-height: 1px;
  max-width: 100%;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .cxd-Grid-col--xsAuto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 576px) {
  .amis-scope .cxd-Grid {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
  }

  .amis-scope .cxd-Grid--hRight {
    justify-content: flex-end;
  }

  .amis-scope .cxd-Grid--hCenter {
    justify-content: center;
  }

  .amis-scope .cxd-Grid--hBetween {
    justify-content: space-between;
  }

  .amis-scope .cxd-Grid--vMiddle > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .amis-scope .cxd-Grid--vBottom > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .amis-scope .cxd-Grid--vBetween > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .amis-scope .cxd-Grid > .cxd-Grid-col--vTop {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .amis-scope .cxd-Grid > .cxd-Grid-col--vMiddle {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .amis-scope .cxd-Grid > .cxd-Grid-col--vBottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .amis-scope .cxd-Grid > .cxd-Grid-col--vBetween {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .amis-scope .cxd-Grid-col--sm1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--sm2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--sm3 {
    flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--sm4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--sm5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--sm6 {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--sm7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--sm8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--sm9 {
    flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--sm10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--sm11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--sm12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--sm {
    flex-basis: 0;
    flex-grow: 1;
    min-height: 1px;
    max-width: 100%;
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--smAuto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 768px) {
  .amis-scope .cxd-Grid-col--md1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--md2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--md3 {
    flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--md4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--md5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--md6 {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--md7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--md8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--md9 {
    flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--md10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--md11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--md12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--md {
    flex-basis: 0;
    flex-grow: 1;
    min-height: 1px;
    max-width: 100%;
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--mdAuto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 992px) {
  .amis-scope .cxd-Grid-col--lg1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--lg2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--lg3 {
    flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--lg4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--lg5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--lg6 {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--lg7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--lg8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--lg9 {
    flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--lg10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--lg11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--lg12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--lg {
    flex-basis: 0;
    flex-grow: 1;
    min-height: 1px;
    max-width: 100%;
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .cxd-Grid-col--lgAuto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.amis-scope .cxd-Grid--none {
  margin-left: 0;
  margin-right: 0;
}

.amis-scope .cxd-Grid--none > div {
  padding-left: 0;
  padding-right: 0;
}

.amis-scope .cxd-Grid--xs {
  margin-left: calc(0.25rem * -0.5);
  margin-right: calc(0.25rem * -0.5);
}

.amis-scope .cxd-Grid--xs > div {
  padding-left: calc(0.25rem * 0.5);
  padding-right: calc(0.25rem * 0.5);
}

.amis-scope .cxd-Grid--sm {
  margin-left: calc(0.5rem * -0.5);
  margin-right: calc(0.5rem * -0.5);
}

.amis-scope .cxd-Grid--sm > div {
  padding-left: calc(0.5rem * 0.5);
  padding-right: calc(0.5rem * 0.5);
}

.amis-scope .cxd-Grid--base {
  margin-left: calc(0.75rem * -0.5);
  margin-right: calc(0.75rem * -0.5);
}

.amis-scope .cxd-Grid--base > div {
  padding-left: calc(0.75rem * 0.5);
  padding-right: calc(0.75rem * 0.5);
}

.amis-scope .cxd-Grid--md {
  margin-left: calc(1rem * -0.5);
  margin-right: calc(1rem * -0.5);
}

.amis-scope .cxd-Grid--md > div {
  padding-left: calc(1rem * 0.5);
  padding-right: calc(1rem * 0.5);
}

.amis-scope .cxd-Grid--lg {
  margin-left: calc(1.25rem * -0.5);
  margin-right: calc(1.25rem * -0.5);
}

.amis-scope .cxd-Grid--lg > div {
  padding-left: calc(1.25rem * 0.5);
  padding-right: calc(1.25rem * 0.5);
}

.amis-scope .cxd-AsideNav::before,
.amis-scope .cxd-AsideNav::after {
  display: table;
  content: "";
}

.amis-scope .cxd-AsideNav::after {
  clear: both;
}

.amis-scope .cxd-AsideNav-label {
  color: #868787;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 12px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.amis-scope .cxd-AsideNav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.amis-scope .cxd-AsideNav-itemArrow {
  float: right;
  display: block;
  width: 1rem;
  text-align: center;
  line-height: 1.0625rem;
  margin-top: 0.125rem;
}

.amis-scope .cxd-AsideNav-itemArrow:empty:before {
  content: "";
  display: inline-block;
  transform-origin: center;
  transition: transform 0s ease;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgNTEzIDEwMjEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cgk8ZyBpZD0icmlnaHQtYXJyb3ciIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0ibm9uemVybyI+CgkJPHBhdGggZD0iTTU2LjU1OTA1NCwxMDEzLjc3MzY5IEw1MTIuOTA4MTE2LDUxMi42ODQ1MjQgTDU2LjU1OTA1NCwxMi4yMzQ1MDEgQzQ5LjQxMTQ2NzgsMi45MzQ1NTkxMiAzNy42NjY0MjM4LC0xLjU5MTg4MTc2IDI2LjEyNjIzMjQsMC41MDU5NDgyNDYgQzE0LjU4NjA0MSwyLjYwMzc3ODI1IDUuMTg1NDQ0MDksMTAuOTc0MTcyNyAxLjc2ODE1NTE2LDIyLjE5NDY0NzEgQy0xLjY0OTEzMzc3LDMzLjQxNTEyMTQgMS40ODk4MDIyOCw0NS42MDQ1MzUxIDkuOTAxNTE2LDUzLjc3ODg4NCBMNDI0LjcwNjE5Nyw1MTIuNjg0NTI0IEwxMi40NTgwOTQsOTY5LjY3MjczMSBDMi40NTgyMDU5Niw5ODIuNTUxNDk4IDQuMDEyOTc3MzcsMTAwMC45NDgzIDE2LjAzMjQ0MjIsMTAxMS45NjYxNSBDMjguMDUxOTA3MSwxMDIyLjk4Mzk5IDQ2LjUxNDIzNDYsMTAyMi45MzYxOSA1OC40NzY0ODcsMTAxMS44NTYyNiBMNTYuNTU5MDU0LDEwMTMuNzczNjkgWiIgaWQ9Iui3r+W+hCI+CgkJPC9wYXRoPgoJPC9nPgo8L3N2Zz4K);
  width: 0.625rem;
  height: 0.625rem;
  background-position: center center;
  background-repeat: no-repeat;
}

.amis-scope .cxd-AsideNav-item.is-open > a > .cxd-AsideNav-itemArrow:empty:before {
  transform: rotate(90deg);
  color: #144bcc;
}

.amis-scope .cxd-AsideNav-itemArrow > svg {
  color: #ffffff;
  width: 0.625rem;
  height: 0.625rem;
  transform-origin: center;
  transition: transform 0s ease;
}

.amis-scope .cxd-AsideNav-item.is-open > a > .cxd-AsideNav-itemArrow > svg {
  transform: rotate(90deg);
}

.amis-scope .cxd-AsideNav-itemBadge {
  padding: 0.125rem 0.25rem;
  margin-top: 0.125rem;
  font-size: 12px;
  text-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.2);
  float: right;
  min-width: 0.0625rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.625rem;
}

.amis-scope .cxd-AsideNav-itemIcon {
  margin: calc( ( 2.5rem - 1.5 * 12px ) / -2 ) -0.625rem;
  line-height: 2.5rem;
  width: 2.5rem;
  vertical-align: middle;
  float: left;
  margin-right: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: inherit;
  font-size: 1rem;
}

.amis-scope .cxd-AsideNav-itemIcon:before {
  position: relative;
  z-index: 2;
}

.amis-scope .cxd-AsideNav-subList {
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  margin-left: calc(1rem * -1);
  transition: all 0s ease-in-out 0s;
  background: #151b26;
}

.amis-scope .cxd-Layout--folded .cxd-AsideNav-item > .cxd-AsideNav-subList {
  display: block;
  overflow: hidden;
}

.amis-scope .is-open > .cxd-AsideNav-subList,
.amis-scope .cxd-Layout--folded .cxd-AsideNav-item .cxd-AsideNav-item.is-open > .cxd-AsideNav-subList,
.amis-scope .cxd-Layout--folded .cxd-AsideNav-item:hover > .cxd-AsideNav-subList,
.amis-scope .cxd-Layout--folded .cxd-AsideNav-item:focus > .cxd-AsideNav-subList,
.amis-scope .cxd-Layout--folded .cxd-AsideNav-item:active > .cxd-AsideNav-subList {
  opacity: 1;
  margin-left: 0;
  height: auto !important;
  overflow: visible;
}

.amis-scope .cxd-AsideNav-item {
  position: relative;
  display: block;
}

.amis-scope .cxd-AsideNav-item a {
  font-weight: normal;
  cursor: pointer;
  text-transform: none;
  display: block;
  font-size: 12px;
  padding: calc( ( 2.5rem - 1.5 * 12px ) / 2 ) 0.75rem;
  position: relative;
  transition: background-color 0s ease-in-out 0s;
  color: #ffffff;
  text-decoration: none;
  user-select: none;
}

.amis-scope .cxd-AsideNav-item a:hover {
  color: #528eff;
  text-decoration: none;
  background: #2c3239;
}

.amis-scope .cxd-AsideNav-item a:hover .cxd-AsideNav-itemIcon {
  color: #528eff;
}

.amis-scope .cxd-AsideNav-item.is-active > a {
  background: #272d33;
  color: #144bcc;
}

.amis-scope .cxd-AsideNav-item.is-active > a:hover {
  background: #272d33;
}

.amis-scope .cxd-AsideNav-item.is-lg > a {
  padding: calc( ( 3.125rem - 1.5 * 12px ) / 2 ) 1rem;
}

.amis-scope .cxd-AsideNav-item .cxd-AsideNav-item a {
  padding-left: calc(2.5rem + 0.3125rem);
}

.amis-scope .cxd-AsideNav-item .cxd-AsideNav-item .cxd-AsideNav-item a {
  padding-left: calc(2.5rem + 0.9375rem);
}

.amis-scope .cxd-AsideNav-item .cxd-AsideNav-item .cxd-AsideNav-item .cxd-AsideNav-item a {
  padding-left: calc(2.5rem + 1.875rem);
}

.amis-scope .cxd-AsideNav-item .cxd-AsideNav-item .cxd-AsideNav-item .cxd-AsideNav-item .cxd-AsideNav-item a {
  padding-left: calc(2.5rem + 2.8125rem);
}

.amis-scope .cxd-AsideNav-item .cxd-AsideNav-item .cxd-AsideNav-subList {
  display: none;
}

.amis-scope .cxd-AsideNav-item .cxd-AsideNav-item.is-open .cxd-AsideNav-subList {
  display: block;
}

.amis-scope .cxd-AsideNav-subHeader {
  display: none;
}

.amis-scope .cxd-AsideNav-subHeader a {
  cursor: default;
  background: transparent;
  color: #ffffff;
  padding: calc( ( 2.5rem - 1.5 * 12px ) / 2 ) 1rem;
}

.amis-scope .cxd-AsideNav-subHeader a:hover {
  color: #528eff;
  background: transparent;
}

.amis-scope .cxd-AsideNav-tooltip {
  pointer-events: none;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.7);
  border: 0 solid #e8e9eb;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
    0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  left: 100%;
  color: #ffffff;
  padding: 0.125rem 0.625rem;
  opacity: 0;
  transition: all 0s ease-in-out;
}

.amis-scope .cxd-AsideNav-divider {
  width: auto;
  height: 0.0625rem;
  margin: 0 0.625rem;
  overflow: hidden;
  font-size: 0;
  background: #303540;
}

.amis-scope img.cxd-AsideNav-itemIcon {
  float: none;
  height: 12px;
  width: auto;
  margin-right: 0.25rem;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .amis-scope .cxd-Layout--folded .cxd-AsideNav-label {
    display: none;
  }

  .amis-scope .cxd-Layout--folded .cxd-AsideNav-subHeader {
    display: block;
  }

  .amis-scope .cxd-Layout--folded .cxd-AsideNav-item:hover > .cxd-AsideNav-tooltip {
    opacity: 1;
    z-index: 1600;
    margin: 0 0 0 0.5rem;
    opacity: 1;
  }

  .amis-scope .cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item > a {
    text-align: center;
    position: relative;
    padding: 0;
    text-align: center;
    height: 2.5rem;
    border: none;
  }

  .amis-scope .cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item > a .cxd-AsideNav-itemArrow,
  .amis-scope .cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item > a .cxd-AsideNav-itemLabel {
    display: none;
  }

  .amis-scope .cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item > a .cxd-AsideNav-itemIcon {
    width: auto;
    float: none !important;
    display: block;
    font-size: 1rem;
    margin: 0;
    line-height: 2.5rem;
    border: none !important;
  }

  .amis-scope .cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item > a .cxd-AsideNav-itemBadge {
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
    z-index: 3;
  }

  .amis-scope .cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item.is-lg > a {
    height: 3.125rem;
  }

  .amis-scope .cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item.is-lg > a .cxd-AsideNav-itemIcon {
    line-height: 3.125rem;
  }

  .amis-scope .cxd-Layout--folded .cxd-AsideNav-item .cxd-AsideNav-item a {
    padding-left: 1rem !important;
  }

  .amis-scope .cxd-Layout--folded .cxd-AsideNav-subList {
    height: 0 !important;
    position: absolute;
    left: 100%;
    top: 0 !important;
    z-index: 1050;
    width: 11.25rem;
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.1);
  }

  .amis-scope .cxd-Layout--folded.cxd-Layout--sm .cxd-AsideNav-subList {
    width: 9.375rem;
  }

  .amis-scope .cxd-Layout--folded.cxd-Layout--md .cxd-AsideNav-subList {
    width: 15.625rem;
  }

  .amis-scope .cxd-Layout--folded.cxd-Layout--lg .cxd-AsideNav-subList {
    width: 18.75rem;
  }
}

.amis-scope .cxd-Hbox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.amis-scope .cxd-Hbox-col {
  flex-basis: 0;
  flex-grow: 1;
  min-height: 1px;
  max-width: 100%;
  width: 100%;
}

.amis-scope .cxd-Hbox-col--customWidth {
  flex-grow: unset;
  flex-basis: unset;
}

.amis-scope .cxd-Hbox-col--auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.amis-scope .cxd-Hbox--hRight {
  justify-content: flex-end;
}

.amis-scope .cxd-Hbox--hCenter {
  justify-content: center;
}

.amis-scope .cxd-Hbox--hBetween {
  justify-content: space-between;
}

.amis-scope .cxd-Hbox--vMiddle > .cxd-Hbox-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.amis-scope .cxd-Hbox--vBottom > .cxd-Hbox-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.amis-scope .cxd-Hbox--vBetween > .cxd-Hbox-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.amis-scope .cxd-Hbox > .cxd-Hbox-col--vTop {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.amis-scope .cxd-Hbox > .cxd-Hbox-col--vMiddle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.amis-scope .cxd-Hbox > .cxd-Hbox-col--vBottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.amis-scope .cxd-Hbox > .cxd-Hbox-col--vBetween {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.amis-scope .cxd-Hbox--xs {
  margin-left: calc(0.25rem * -0.5);
  margin-right: calc(0.25rem * -0.5);
}

.amis-scope .cxd-Hbox--xs > .cxd-Hbox-col {
  padding-left: calc(0.25rem * 0.5);
  padding-right: calc(0.25rem * 0.5);
}

.amis-scope .cxd-Hbox--sm {
  margin-left: calc(0.5rem * -0.5);
  margin-right: calc(0.5rem * -0.5);
}

.amis-scope .cxd-Hbox--sm > .cxd-Hbox-col {
  padding-left: calc(0.5rem * 0.5);
  padding-right: calc(0.5rem * 0.5);
}

.amis-scope .cxd-Hbox--base {
  margin-left: calc(0.75rem * -0.5);
  margin-right: calc(0.75rem * -0.5);
}

.amis-scope .cxd-Hbox--base > .cxd-Hbox-col {
  padding-left: calc(0.75rem * 0.5);
  padding-right: calc(0.75rem * 0.5);
}

.amis-scope .cxd-Hbox--md {
  margin-left: calc(1rem * -0.5);
  margin-right: calc(1rem * -0.5);
}

.amis-scope .cxd-Hbox--md > .cxd-Hbox-col {
  padding-left: calc(1rem * 0.5);
  padding-right: calc(1rem * 0.5);
}

.amis-scope .cxd-Hbox--lg {
  margin-left: calc(1.25rem * -0.5);
  margin-right: calc(1.25rem * -0.5);
}

.amis-scope .cxd-Hbox--lg > .cxd-Hbox-col {
  padding-left: calc(1.25rem * 0.5);
  padding-right: calc(1.25rem * 0.5);
}

.amis-scope .cxd-Vbox {
  display: table;
  border-spacing: 0;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 240px;
}

.amis-scope .cxd-Vbox .row-row {
  display: table-row;
  height: 100%;
}

.amis-scope .cxd-Vbox .row-row .cxd-Vbox-cell {
  position: relative;
  height: 100%;
  width: 100%;
}

.amis-scope .ie .cxd-Vbox .row-row .cxd-Vbox-cell {
  display: table-cell;
  overflow: auto;
}

.amis-scope .ie .cxd-Vbox .row-row .cxd-Vbox-cell .cell-inner {
  overflow: visible !important;
}

.amis-scope .cxd-Vbox .row-row .cxd-Vbox-cell .cell-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.amis-scope .cxd-Button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  user-select: none;
  background: transparent;
  transition: color 0s ease-in-out,
    background-color 0s ease-in-out,
    border-color 0s ease-in-out,
    box-shadow 0s ease-in-out;
  white-space: nowrap;
  min-width: auto;
}

.amis-scope .cxd-Button > svg.icon {
  top: 0;
}

.amis-scope .cxd-Button--primary {
  color: #ffffff;
  background: #2468f2;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--primary:not(:disabled):not(.is-disabled):hover {
  color: #ffffff;
  background: #528eff;
  border-color: #528eff #528eff #528eff #528eff;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--primary:not(:disabled):not(.is-disabled).hover {
  color: #ffffff;
  background: #528eff;
  border-color: #528eff #528eff #528eff #528eff;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--primary:not(:disabled):not(.is-disabled):hover:active {
  color: #ffffff;
  background: #144bcc;
  border-color: #144bcc #144bcc #144bcc #144bcc;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--primary:not(:disabled):not(.is-disabled).active {
  color: #ffffff;
  background: #144bcc;
  border-color: #144bcc #144bcc #144bcc #144bcc;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--primary:disabled,
.amis-scope .cxd-Button--primary.is-disabled {
  color: #b8babf;
  background: #f7f8fa;
  border-color: #f7f8fa #f7f8fa #f7f8fa #f7f8fa;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--secondary {
  color: #ffffff;
  background: #b8babf;
  border-color: #b8babf #b8babf #b8babf #b8babf;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--secondary:not(:disabled):not(.is-disabled):hover {
  color: #ffffff;
  background: #84878c;
  border-color: #84878c #84878c #84878c #84878c;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--secondary:not(:disabled):not(.is-disabled).hover {
  color: #ffffff;
  background: #84878c;
  border-color: #84878c #84878c #84878c #84878c;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
  color: #ffffff;
  background: #5c5f66;
  border-color: #5c5f66 #5c5f66 #5c5f66 #5c5f66;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--secondary:not(:disabled):not(.is-disabled).active {
  color: #ffffff;
  background: #5c5f66;
  border-color: #5c5f66 #5c5f66 #5c5f66 #5c5f66;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--secondary:disabled,
.amis-scope .cxd-Button--secondary.is-disabled {
  color: #b8babf;
  background: #f7f8fa;
  border-color: #f7f8fa #f7f8fa #f7f8fa #f7f8fa;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--success {
  color: #ffffff;
  background: #30bf13;
  border-color: #30bf13 #30bf13 #30bf13 #30bf13;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--success:not(:disabled):not(.is-disabled):hover {
  color: #ffffff;
  background: #54cc39;
  border-color: #54cc39 #54cc39 #54cc39 #54cc39;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--success:not(:disabled):not(.is-disabled).hover {
  color: #ffffff;
  background: #54cc39;
  border-color: #54cc39 #54cc39 #54cc39 #54cc39;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--success:not(:disabled):not(.is-disabled):hover:active {
  color: #ffffff;
  background: #1b9908;
  border-color: #1b9908 #1b9908 #1b9908 #1b9908;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--success:not(:disabled):not(.is-disabled).active {
  color: #ffffff;
  background: #1b9908;
  border-color: #1b9908 #1b9908 #1b9908 #1b9908;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--success:disabled,
.amis-scope .cxd-Button--success.is-disabled {
  color: #b8babf;
  background: #f7f8fa;
  border-color: #f7f8fa #f7f8fa #f7f8fa #f7f8fa;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--enhance {
  color: #2468f2;
  background: #ffffff;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--enhance:not(:disabled):not(.is-disabled):hover {
  color: #528eff;
  background: #ffffff;
  border-color: #528eff #528eff #528eff #528eff;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--enhance:not(:disabled):not(.is-disabled).hover {
  color: #528eff;
  background: #ffffff;
  border-color: #528eff #528eff #528eff #528eff;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
  color: #144bcc;
  background: #ffffff;
  border-color: #144bcc #144bcc #144bcc #144bcc;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--enhance:not(:disabled):not(.is-disabled).active {
  color: #144bcc;
  background: #ffffff;
  border-color: #144bcc #144bcc #144bcc #144bcc;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--enhance:disabled,
.amis-scope .cxd-Button--enhance.is-disabled {
  color: #b8babf;
  background: #f7f8fa;
  border-color: #f7f8fa #f7f8fa #f7f8fa #f7f8fa;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--info {
  color: #ffffff;
  background: #2468f2;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--info:not(:disabled):not(.is-disabled):hover {
  color: #ffffff;
  background: #528eff;
  border-color: #528eff #528eff #528eff #528eff;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--info:not(:disabled):not(.is-disabled).hover {
  color: #ffffff;
  background: #528eff;
  border-color: #528eff #528eff #528eff #528eff;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--info:not(:disabled):not(.is-disabled):hover:active {
  color: #ffffff;
  background: #144bcc;
  border-color: #144bcc #144bcc #144bcc #144bcc;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--info:not(:disabled):not(.is-disabled).active {
  color: #ffffff;
  background: #144bcc;
  border-color: #144bcc #144bcc #144bcc #144bcc;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--info:disabled,
.amis-scope .cxd-Button--info.is-disabled {
  color: #b8babf;
  background: #f7f8fa;
  border-color: #f7f8fa #f7f8fa #f7f8fa #f7f8fa;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--warning {
  color: #ffffff;
  background: #ff9326;
  border-color: #ff9326 #ff9326 #ff9326 #ff9326;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--warning:not(:disabled):not(.is-disabled):hover {
  color: #ffffff;
  background: #ffab52;
  border-color: #ffab52 #ffab52 #ffab52 #ffab52;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--warning:not(:disabled):not(.is-disabled).hover {
  color: #ffffff;
  background: #ffab52;
  border-color: #ffab52 #ffab52 #ffab52 #ffab52;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--warning:not(:disabled):not(.is-disabled):hover:active {
  color: #ffffff;
  background: #d97116;
  border-color: #d97116 #d97116 #d97116 #d97116;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--warning:not(:disabled):not(.is-disabled).active {
  color: #ffffff;
  background: #d97116;
  border-color: #d97116 #d97116 #d97116 #d97116;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--warning:disabled,
.amis-scope .cxd-Button--warning.is-disabled {
  color: #b8babf;
  background: #f7f8fa;
  border-color: #f7f8fa #f7f8fa #f7f8fa #f7f8fa;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--danger {
  color: #ffffff;
  background: #f23d3d;
  border-color: #f23d3d #f23d3d #f23d3d #f23d3d;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--danger:not(:disabled):not(.is-disabled):hover {
  color: #ffffff;
  background: #ff6966;
  border-color: #ff6966 #ff6966 #ff6966 #ff6966;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--danger:not(:disabled):not(.is-disabled).hover {
  color: #ffffff;
  background: #ff6966;
  border-color: #ff6966 #ff6966 #ff6966 #ff6966;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--danger:not(:disabled):not(.is-disabled):hover:active {
  color: #ffffff;
  background: #cc292e;
  border-color: #cc292e #cc292e #cc292e #cc292e;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--danger:not(:disabled):not(.is-disabled).active {
  color: #ffffff;
  background: #cc292e;
  border-color: #cc292e #cc292e #cc292e #cc292e;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--danger:disabled,
.amis-scope .cxd-Button--danger.is-disabled {
  color: #b8babf;
  background: #f7f8fa;
  border-color: #f7f8fa #f7f8fa #f7f8fa #f7f8fa;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--light {
  color: #151b26;
  background: #e6f0ff;
  border-color: #e6f0ff #e6f0ff #e6f0ff #e6f0ff;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled):hover {
  color: #151b26;
  background: #d4e5ff;
  border-color: #d4e5ff #d4e5ff #d4e5ff #d4e5ff;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled).hover {
  color: #151b26;
  background: #d4e5ff;
  border-color: #d4e5ff #d4e5ff #d4e5ff #d4e5ff;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled):hover:active {
  color: #151b26;
  background: #7dadff;
  border-color: #7dadff #7dadff #7dadff #7dadff;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled).active {
  color: #151b26;
  background: #7dadff;
  border-color: #7dadff #7dadff #7dadff #7dadff;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--light:disabled,
.amis-scope .cxd-Button--light.is-disabled {
  color: #b8babf;
  background: #f7f8fa;
  border-color: #f7f8fa #f7f8fa #f7f8fa #f7f8fa;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--dark {
  color: #ffffff;
  background: #303540;
  border-color: #303540 #303540 #303540 #303540;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--dark:not(:disabled):not(.is-disabled):hover {
  color: #ffffff;
  background: #5c5f66;
  border-color: #5c5f66 #5c5f66 #5c5f66 #5c5f66;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--dark:not(:disabled):not(.is-disabled).hover {
  color: #ffffff;
  background: #5c5f66;
  border-color: #5c5f66 #5c5f66 #5c5f66 #5c5f66;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--dark:not(:disabled):not(.is-disabled):hover:active {
  color: #ffffff;
  background: #84878c;
  border-color: #84878c #84878c #84878c #84878c;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--dark:not(:disabled):not(.is-disabled).active {
  color: #ffffff;
  background: #84878c;
  border-color: #84878c #84878c #84878c #84878c;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--dark:disabled,
.amis-scope .cxd-Button--dark.is-disabled {
  color: #b8babf;
  background: #f7f8fa;
  border-color: #f7f8fa #f7f8fa #f7f8fa #f7f8fa;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--default {
  color: #151b26;
  background: #ffffff;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--default:not(:disabled):not(.is-disabled):hover {
  color: #2468f2;
  background: #ffffff;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--default:not(:disabled):not(.is-disabled).hover {
  color: #2468f2;
  background: #ffffff;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--default:not(:disabled):not(.is-disabled):hover:active {
  color: #144bcc;
  background: #ffffff;
  border-color: #144bcc #144bcc #144bcc #144bcc;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--default:not(:disabled):not(.is-disabled).active {
  color: #144bcc;
  background: #ffffff;
  border-color: #144bcc #144bcc #144bcc #144bcc;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--default:disabled,
.amis-scope .cxd-Button--default.is-disabled {
  color: #b8babf;
  background: #f7f8fa;
  border-color: #f7f8fa #f7f8fa #f7f8fa #f7f8fa;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--size-default {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 4px 4px 4px 4px;
  height: 2rem;
  padding: 0.25rem 0.75rem 0.25rem 0.75rem;
  margin: 0rem 0rem 0rem 0rem;
}

.amis-scope .cxd-Button--size-default .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
.amis-scope .cxd-Button--size-default > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .cxd-Button--size-default > .pull-left {
  margin-right: 0.25rem;
  font-size: 0.875rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-Button--size-default .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
.amis-scope .cxd-Button--size-default > .pull-right {
  font-size: 0.875rem;
  margin-left: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-Button--size-default .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
.amis-scope .cxd-Button--size-default > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .cxd-Button--size-default > .pull-left {
  font-size: 0.875rem;
  margin-right: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-Button--size-default .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
.amis-scope .cxd-Button--size-default > .pull-right {
  font-size: 0.875rem;
  margin-left: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-Button--size-default.cxd-Button--iconOnly {
  min-width: 2rem;
  padding: 0;
}

.amis-scope .cxd-Button--size-default.cxd-Button--iconOnly:not(.cxd-Button--link) > svg.icon {
  width: 0.875rem;
  height: 0.875rem;
}

.amis-scope .cxd-Button--size-default.cxd-Button--iconOnly:not(.cxd-Button--link) > .fa,
.amis-scope .cxd-Button--size-default.cxd-Button--iconOnly:not(.cxd-Button--link) > .iconfont {
  font-size: 0.875rem;
}

.amis-scope .cxd-Button--size-default.cxd-Button--iconOnly:not(.cxd-Button--link) > .iconfont {
  line-height: 1;
}

.amis-scope .cxd-Button--size-default img.cxd-Button-icon {
  height: 0.875rem;
  vertical-align: middle;
}

.amis-scope .cxd-Button--size-xs {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 4px 4px 4px 4px;
  height: 1.375rem;
  padding: 0.125rem 0.25rem 0.125rem 0.25rem;
  margin: 0rem 0rem 0rem 0rem;
}

.amis-scope .cxd-Button--size-xs .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
.amis-scope .cxd-Button--size-xs > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .cxd-Button--size-xs > .pull-left {
  margin-right: 0.25rem;
  font-size: 0.875rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-Button--size-xs .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
.amis-scope .cxd-Button--size-xs > .pull-right {
  font-size: 0.875rem;
  margin-left: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-Button--size-xs .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
.amis-scope .cxd-Button--size-xs > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .cxd-Button--size-xs > .pull-left {
  font-size: 0.875rem;
  margin-right: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-Button--size-xs .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
.amis-scope .cxd-Button--size-xs > .pull-right {
  font-size: 0.875rem;
  margin-left: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-Button--size-xs.cxd-Button--iconOnly {
  min-width: 1.375rem;
  padding: 0;
}

.amis-scope .cxd-Button--size-xs.cxd-Button--iconOnly:not(.cxd-Button--link) > svg.icon {
  width: 0.875rem;
  height: 0.875rem;
}

.amis-scope .cxd-Button--size-xs.cxd-Button--iconOnly:not(.cxd-Button--link) > .fa,
.amis-scope .cxd-Button--size-xs.cxd-Button--iconOnly:not(.cxd-Button--link) > .iconfont {
  font-size: 0.875rem;
}

.amis-scope .cxd-Button--size-xs.cxd-Button--iconOnly:not(.cxd-Button--link) > .iconfont {
  line-height: 1;
}

.amis-scope .cxd-Button--size-xs img.cxd-Button-icon {
  height: 0.875rem;
  vertical-align: middle;
}

.amis-scope .cxd-Button--size-sm {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 4px 4px 4px 4px;
  height: 1.875rem;
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
  margin: 0rem 0rem 0rem 0rem;
}

.amis-scope .cxd-Button--size-sm .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
.amis-scope .cxd-Button--size-sm > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .cxd-Button--size-sm > .pull-left {
  margin-right: 0.25rem;
  font-size: 0.875rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-Button--size-sm .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
.amis-scope .cxd-Button--size-sm > .pull-right {
  font-size: 0.875rem;
  margin-left: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-Button--size-sm .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
.amis-scope .cxd-Button--size-sm > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .cxd-Button--size-sm > .pull-left {
  font-size: 0.875rem;
  margin-right: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-Button--size-sm .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
.amis-scope .cxd-Button--size-sm > .pull-right {
  font-size: 0.875rem;
  margin-left: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-Button--size-sm.cxd-Button--iconOnly {
  min-width: 1.875rem;
  padding: 0;
}

.amis-scope .cxd-Button--size-sm.cxd-Button--iconOnly:not(.cxd-Button--link) > svg.icon {
  width: 0.875rem;
  height: 0.875rem;
}

.amis-scope .cxd-Button--size-sm.cxd-Button--iconOnly:not(.cxd-Button--link) > .fa,
.amis-scope .cxd-Button--size-sm.cxd-Button--iconOnly:not(.cxd-Button--link) > .iconfont {
  font-size: 0.875rem;
}

.amis-scope .cxd-Button--size-sm.cxd-Button--iconOnly:not(.cxd-Button--link) > .iconfont {
  line-height: 1;
}

.amis-scope .cxd-Button--size-sm img.cxd-Button-icon {
  height: 0.875rem;
  vertical-align: middle;
}

.amis-scope .cxd-Button--size-md {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 4px 4px 4px 4px;
  height: 2rem;
  padding: 0.25rem 0.75rem 0.25rem 0.75rem;
  margin: 0rem 0rem 0rem 0rem;
}

.amis-scope .cxd-Button--size-md .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
.amis-scope .cxd-Button--size-md > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .cxd-Button--size-md > .pull-left {
  margin-right: 0.25rem;
  font-size: 0.875rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-Button--size-md .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
.amis-scope .cxd-Button--size-md > .pull-right {
  font-size: 0.875rem;
  margin-left: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-Button--size-md .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
.amis-scope .cxd-Button--size-md > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .cxd-Button--size-md > .pull-left {
  font-size: 0.875rem;
  margin-right: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-Button--size-md .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
.amis-scope .cxd-Button--size-md > .pull-right {
  font-size: 0.875rem;
  margin-left: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-Button--size-md.cxd-Button--iconOnly {
  min-width: 2rem;
  padding: 0;
}

.amis-scope .cxd-Button--size-md.cxd-Button--iconOnly:not(.cxd-Button--link) > svg.icon {
  width: 0.875rem;
  height: 0.875rem;
}

.amis-scope .cxd-Button--size-md.cxd-Button--iconOnly:not(.cxd-Button--link) > .fa,
.amis-scope .cxd-Button--size-md.cxd-Button--iconOnly:not(.cxd-Button--link) > .iconfont {
  font-size: 0.875rem;
}

.amis-scope .cxd-Button--size-md.cxd-Button--iconOnly:not(.cxd-Button--link) > .iconfont {
  line-height: 1;
}

.amis-scope .cxd-Button--size-md img.cxd-Button-icon {
  height: 0.875rem;
  vertical-align: middle;
}

.amis-scope .cxd-Button--size-lg {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 4px 4px 4px 4px;
  height: 2.375rem;
  padding: 0.625rem 1rem 0.625rem 1rem;
  margin: 0rem 0rem 0rem 0rem;
}

.amis-scope .cxd-Button--size-lg .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
.amis-scope .cxd-Button--size-lg > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .cxd-Button--size-lg > .pull-left {
  margin-right: 0.25rem;
  font-size: 0.875rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-Button--size-lg .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
.amis-scope .cxd-Button--size-lg > .pull-right {
  font-size: 0.875rem;
  margin-left: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-Button--size-lg .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
.amis-scope .cxd-Button--size-lg > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .cxd-Button--size-lg > .pull-left {
  font-size: 0.875rem;
  margin-right: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-Button--size-lg .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
.amis-scope .cxd-Button--size-lg > .pull-right {
  font-size: 0.875rem;
  margin-left: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-Button--size-lg.cxd-Button--iconOnly {
  min-width: 2.375rem;
  padding: 0;
}

.amis-scope .cxd-Button--size-lg.cxd-Button--iconOnly:not(.cxd-Button--link) > svg.icon {
  width: 0.875rem;
  height: 0.875rem;
}

.amis-scope .cxd-Button--size-lg.cxd-Button--iconOnly:not(.cxd-Button--link) > .fa,
.amis-scope .cxd-Button--size-lg.cxd-Button--iconOnly:not(.cxd-Button--link) > .iconfont {
  font-size: 0.875rem;
}

.amis-scope .cxd-Button--size-lg.cxd-Button--iconOnly:not(.cxd-Button--link) > .iconfont {
  line-height: 1;
}

.amis-scope .cxd-Button--size-lg img.cxd-Button-icon {
  height: 0.875rem;
  vertical-align: middle;
}

.amis-scope .cxd-Button:hover:focus {
  text-decoration: none;
}

.amis-scope .cxd-Button:focus,
.amis-scope .cxd-Button.focus {
  outline: 0;
  box-shadow: var(--Button-onFocus-boxShadow);
}

.amis-scope .cxd-Button.is-disabled,
.amis-scope .cxd-Button:disabled {
  box-shadow: none;
  cursor: not-allowed;
}

.amis-scope .cxd-Button.is-disabled > svg,
.amis-scope .cxd-Button.is-disabled > svg path,
.amis-scope .cxd-Button:disabled > svg,
.amis-scope .cxd-Button:disabled > svg path {
  fill: currentColor;
}

.amis-scope .cxd-Button:not(:disabled):not(.is-disabled) {
  cursor: pointer;
}

.amis-scope .cxd-Button--link {
  color: #2468f2;
  background: transparent;
  border-color: transparent transparent transparent transparent;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--link:not(:disabled):not(.is-disabled):hover {
  color: #528eff;
  background: transparent;
  border-color: transparent transparent transparent transparent;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--link:not(:disabled):not(.is-disabled).hover {
  color: #528eff;
  background: transparent;
  border-color: transparent transparent transparent transparent;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--link:not(:disabled):not(.is-disabled):hover:active {
  color: #144bcc;
  background: transparent;
  border-color: transparent transparent transparent transparent;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--link:not(:disabled):not(.is-disabled).active {
  color: #144bcc;
  background: transparent;
  border-color: transparent transparent transparent transparent;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--link:disabled,
.amis-scope .cxd-Button--link.is-disabled {
  color: #b8babf;
  background: transparent;
  border-color: transparent transparent transparent transparent;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Button--block {
  display: block;
  width: 100%;
}

.amis-scope .cxd-Button--block + .cxd-Button--block {
  margin-top: 0.75rem;
}

.amis-scope .cxd-Button > .pull-left,
.amis-scope .cxd-Button > .pull-right {
  line-height: inherit;
}

.amis-scope .cxd-Button > .fa,
.amis-scope .cxd-Button > .iconfont,
.amis-scope .cxd-Button > .glyphicon {
  font-size: inherit;
}

.amis-scope a.cxd-Button.is-disabled,
.amis-scope fieldset:disabled a.cxd-Button {
  pointer-events: none;
}

.amis-scope .cxd-Button--loading {
  transition: --Button-transition;
}

.amis-scope .cxd-Button--loading svg {
  animation: var(--Button-animation-spin);
}

.amis-scope input[type=submit].cxd-Button--block,
.amis-scope input[type=reset].cxd-Button--block,
.amis-scope input[type=button].cxd-Button--block {
  width: 100%;
}

.amis-scope .cxd-ButtonToolbar {
  margin-left: calc(0.25rem * -1);
  margin-top: calc(0.25rem * -1);
}

.amis-scope .cxd-ButtonToolbar > .cxd-Button {
  margin-left: 0.25rem;
  margin-top: 0.25rem;
}

.amis-scope .cxd-Action {
  display: inline-block;
}

.amis-scope .cxd-Action:hover {
  cursor: pointer;
}

.amis-scope .cxd-Avatar {
  background: #d1d5db;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  position: relative;
  display: inline-block;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 50%;
  text-align: center;
}

.amis-scope .cxd-Avatar i {
  font-size: 16px;
}

.amis-scope .cxd-Avatar--lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}

.amis-scope .cxd-Avatar--lg i {
  font-size: 1.25rem;
}

.amis-scope .cxd-Avatar--sm {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

.amis-scope .cxd-Avatar--sm i {
  font-size: 0.75rem;
}

.amis-scope .cxd-Avatar--text {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}

.amis-scope .cxd-Avatar--square {
  border-radius: 0%;
}

.amis-scope .cxd-Avatar--rounded {
  border-radius: 10%;
}

.amis-scope .cxd-Avatar img {
  width: 100%;
  height: 100%;
}

.amis-scope .cxd-Avatar:hover img,
.amis-scope .cxd-Avatar:hover i {
  transform: scale(1.1);
}

.amis-scope .cxd-Breadcrumb {
  font-size: 14px;
  font-weight: 400;
  color: #84878c;
}

.amis-scope .cxd-Breadcrumb-icon {
  margin-right: 0.125rem;
  min-width: 0.25rem;
}

.amis-scope .cxd-Breadcrumb-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.amis-scope .cxd-Breadcrumb-item-default {
  cursor: pointer;
  color: #84878c;
}

.amis-scope .cxd-Breadcrumb-item-default:hover {
  color: #2468f2;
}

.amis-scope .cxd-Breadcrumb-item-default:active {
  color: #144bcc;
}

.amis-scope .cxd-Breadcrumb-item-dropdown {
  cursor: pointer;
  color: #151b26;
}

.amis-scope .cxd-Breadcrumb-item a:hover {
  color: #2468f2;
}

.amis-scope .cxd-Breadcrumb-item a:active {
  color: #144bcc;
}

.amis-scope .cxd-Breadcrumb-item-last .cxd-Breadcrumb-item-default {
  font-weight: 500;
  color: #151a26;
}

.amis-scope .cxd-Breadcrumb-item-caret {
  height: 16px;
  margin: 0 2px;
  cursor: pointer;
  display: inline-block;
  transition: transform 0s ease;
}

.amis-scope .cxd-Breadcrumb-item-caret > svg {
  width: 0.625rem;
  height: 0.625rem;
  top: 0.0625rem;
}

.amis-scope .cxd-Breadcrumb-item.is-opened .cxd-Breadcrumb-item-caret {
  transform: translateY(0.125rem) rotate(180deg);
  color: #2468f2;
}

.amis-scope .cxd-Breadcrumb-item.is-opened .cxd-Breadcrumb-item-default {
  color: #2468f2;
}

.amis-scope .cxd-Breadcrumb-separator {
  user-select: none;
  margin: 0 0.5rem;
  text-align: center;
  min-width: 0.25rem;
}

.amis-scope .cxd-Breadcrumb-dropdown {
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  margin: 0.0625rem 0;
  background: #ffffff;
  list-style: none;
  padding: 0.25rem 0;
  border: 0.0625rem solid #e8e9eb;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
    0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  min-width: 100%;
  text-align: left;
  font-size: 12px;
}

.amis-scope .cxd-Breadcrumb-dropdown > li {
  padding: 0.5rem calc(
    (2rem - 12px) / 2
  );
  white-space: nowrap;
  box-sizing: border-box;
  padding-left: 0.75rem;
  vertical-align: middle;
  user-select: none;
  color: #151b26;
  background-color: #ffffff;
}

.amis-scope .cxd-Breadcrumb-dropdown > li:hover {
  background: #e6f0ff;
}

.amis-scope .cxd-Breadcrumb-dropdown > li:hover a {
  color: #2468f2;
}

.amis-scope .cxd-Badge {
  display: inline-block;
  position: relative;
}

.amis-scope .cxd-Badge-text,
.amis-scope .cxd-Badge-dot,
.amis-scope .cxd-Badge-ribbon {
  background: #f23d3d;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100% 0;
  z-index: auto;
  border-radius: calc(1rem / 2);
}

.amis-scope .cxd-Badge--top-left {
  top: 0;
  left: 0;
  right: auto;
  transform: translate(-50%, -50%);
}

.amis-scope .cxd-Badge--bottom-left {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  transform: translate(-50%, 50%);
}

.amis-scope .cxd-Badge--bottom-right {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  transform: translate(50%, 50%);
}

.amis-scope .cxd-Badge--danger {
  background: #f23d3d;
}

.amis-scope .cxd-Badge--info {
  background: #2468f2;
}

.amis-scope .cxd-Badge--success {
  background: #30bf13;
}

.amis-scope .cxd-Badge--warning {
  background: #ff9326;
}

.amis-scope .cxd-Badge-text {
  color: #ffffff;
  height: 1rem;
  line-height: 1rem;
  white-space: nowrap;
  text-align: center;
  padding: 0 6px;
  border: 1px solid #ffffff;
}

.amis-scope .cxd-Badge-dot {
  z-index: auto;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}

.amis-scope .cxd-Badge-ribbon-out {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
}

.amis-scope .cxd-Badge-ribbon {
  color: #ffffff;
  height: 1rem;
  line-height: 1rem;
  transform: translateX(calc(50% - 5px)) rotate(45deg) scale(0.7);
  transform-origin: 50% 0;
  border-radius: 0;
  text-align: center;
  width: 62.5rem;
  top: 5px;
}

.amis-scope .cxd-Badge-ribbon-out--top-left,
.amis-scope .cxd-Badge-ribbon-out--top-right {
  top: 0;
}

.amis-scope .cxd-Badge-ribbon-out--top-left,
.amis-scope .cxd-Badge-ribbon-out--bottom-left {
  left: 0;
  right: auto;
}

.amis-scope .cxd-Badge-ribbon--top-left {
  transform: translateX(calc(-50% + 5px)) rotate(-45deg) scale(0.7);
  left: 0;
  right: auto;
}

.amis-scope .cxd-Badge-ribbon--bottom-left,
.amis-scope .cxd-Badge-ribbon-out--bottom--left {
  transform: translateX(calc(-50% + 5px)) rotate(45deg) scale(0.7);
  transform-origin: 50% 100%;
  left: 0;
  right: auto;
  bottom: 5px;
  top: auto;
}

.amis-scope .cxd-Badge-ribbon--bottom-right,
.amis-scope .cxd-Badge-ribbon-out--bottom--right {
  transform: translateX(calc(50% - 5px)) rotate(-45deg) scale(0.7);
  transform-origin: 50% 100%;
  left: auto;
  right: 0;
  bottom: 5px;
  top: auto;
}

@keyframes badgeDotAnimation {
  0% {
    transform: scale(0.8);
    opacity: 0.4;
  }

  to {
    transform: scale(3.2);
    opacity: 0;
  }
}

.is-modalOpened {
  overflow: hidden;
}

.is-modalOpened .amis-scope .cxd-Modal {
  overflow-x: hidden;
  overflow-y: auto;
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translate3d(0, -300px, 0) scale(0.2);
  }
}

@keyframes modalOut {
  to {
    opacity: 0;
    transform: translate3d(0, -300px, 0) scale(0.2);
  }
}

.amis-scope .cxd-Modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1400;
  overflow: hidden;
  outline: 0;
}

.amis-scope .cxd-Modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background: #ffffff;
  background-clip: padding-box;
  outline: 0;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.75rem;
  margin-bottom: 1rem;
  padding: 1.5rem 0rem;
  border: 0px solid #e8e9eb;
  border-radius: 0.375rem;
}

.amis-scope .cxd-Modal-content.in,
.amis-scope .cxd-Modal-content.out {
  animation-duration: 0s;
  animation-fill-mode: both;
}

.amis-scope .cxd-Modal-content.in {
  animation-name: modalIn;
}

.amis-scope .cxd-Modal-content.out {
  animation-name: modalOut;
}

.amis-scope .cxd-Modal-overlay {
  transition: ease-in-out opacity 0s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  opacity: 0;
}

.amis-scope .cxd-Modal-overlay.in {
  opacity: 1;
}

.amis-scope .cxd-Modal-overlay.out {
  opacity: 0;
}

.amis-scope .cxd-Modal-header {
  padding: 0rem 1.5rem;
  background: #ffffff;
  border-bottom: none solid
    #f7f8fa;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.amis-scope .cxd-Modal-header::before,
.amis-scope .cxd-Modal-header::after {
  display: table;
  content: "";
}

.amis-scope .cxd-Modal-header::after {
  clear: both;
}

.amis-scope .cxd-Modal-header .Dialog-close {
  content: '<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon icon-close"><g id="close" transform="translate(1.439340, 1.439340)" fill="currentColor" fill-rule="nonzero"><polygon points="12.0606602 5.80646642e-14 13.1213203 1.06066017 7.62066017 6.56066017 13.1213203 12.0606602 12.0606602 13.1213203 6.56066017 7.62066017 1.06066017 13.1213203 0 12.0606602 5.49966017 6.56066017 1.72084569e-13 1.06066017 1.06066017 0 6.56066017 5.49966017"></polygon></g></svg>';
}

.amis-scope .cxd-Modal-title {
  font-size: 14px;
  color: #151b26;
  font-weight: 500;
  height: auto;
}

.amis-scope .cxd-Modal-close {
  float: right;
  color: #b8babf;
  line-height: inherit;
  text-decoration: none;
  vertical-align: middle;
  z-index: calc(11 + 1);
}

.amis-scope .cxd-Modal-close svg {
  width: 1rem;
  height: 1rem;
  fill: #b8babf;
  color: #b8babf;
}

.amis-scope .cxd-Modal-close:not(.is-disabled) {
  cursor: pointer;
}

.amis-scope .cxd-Modal-close:not(.is-disabled):hover {
  text-decoration: none;
  color: #151b26;
}

.amis-scope .cxd-Modal-close:not(.is-disabled):hover svg {
  fill: #151b26;
}

.amis-scope .cxd-Modal-content > .cxd-Modal-close {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  z-index: 10;
}

.amis-scope .cxd-Modal-body {
  margin: 1rem 0 1.5rem 0;
  flex-grow: 1;
  height: auto;
  padding: 0 1.5rem;
  font-size: 0.875rem;
  color: #151b26;
}

.amis-scope .cxd-Modal-footer {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0rem 1.5rem;
  border-top: none solid
    #f7f8fa;
  margin: 0rem 0rem;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.amis-scope .cxd-Modal-footer .cxd-Button {
  min-width: 4.5rem;
  margin-left: 0.5rem;
}

.amis-scope .cxd-Modal--2th .cxd-Modal-content {
  margin-top: calc( 3.75rem + 1 * 1.875rem );
}

.amis-scope .cxd-Modal--3th .cxd-Modal-content {
  margin-top: calc( 3.75rem + 2 * 1.875rem );
}

.amis-scope .cxd-Modal--4th .cxd-Modal-content {
  margin-top: calc( 3.75rem + 3 * 1.875rem );
}

.amis-scope .cxd-Modal--5th .cxd-Modal-content {
  margin-top: calc( 3.75rem + 4 * 1.875rem );
}

.amis-scope .cxd-Modal--6th .cxd-Modal-content {
  margin-top: calc( 3.75rem + 5 * 1.875rem );
}

.amis-scope .cxd-Modal--7th .cxd-Modal-content {
  margin-top: calc( 3.75rem + 6 * 1.875rem );
}

.amis-scope .cxd-Modal--8th .cxd-Modal-content {
  margin-top: calc( 3.75rem + 7 * 1.875rem );
}

.amis-scope .cxd-Modal--9th .cxd-Modal-content {
  margin-top: calc( 3.75rem + 8 * 1.875rem );
}

.amis-scope .cxd-Modal--10th .cxd-Modal-content {
  margin-top: calc( 3.75rem + 9 * 1.875rem );
}

@media (min-width: 576px) {
  .amis-scope .cxd-Modal-content {
    max-width: 31.25rem;
    border-width: 0rem;
  }

  .amis-scope .cxd-Modal--sm .cxd-Modal-content {
    max-width: 21.875rem;
  }

  .amis-scope .cxd-Modal--base .cxd-Modal-content {
    max-width: 31.25rem;
  }

  .amis-scope .cxd-Modal--md .cxd-Modal-content {
    max-width: 50rem;
  }

  .amis-scope .cxd-Modal--lg .cxd-Modal-content {
    max-width: 68.75rem;
  }

  .amis-scope .cxd-Modal--xl .cxd-Modal-content {
    max-width: 90%;
  }
}

.amis-scope .cxd-Dialog-info {
  flex-basis: 0;
  flex-grow: 1;
  text-align: left;
}

.amis-scope .cxd-Dialog-error {
  color: #f23d3d;
  white-space: pre-wrap;
}

.amis-scope .cxd-Modal--full {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.amis-scope .cxd-Modal--full > .cxd-Modal-content {
  flex-basis: 0;
  flex-grow: 1;
  margin: 30px;
  width: calc(100% - 60px);
  max-width: unset;
}

.amis-scope .cxd-Modal--full > .cxd-Modal-content > .cxd-Modal-body {
  height: 0;
  overflow: auto;
}

/* 移动端样式调整 */

@media (max-width: 767px) {
  .amis-scope .cxd-Modal .cxd-Modal-footer {
    display: flex;
  }

  .amis-scope .cxd-Modal .cxd-Modal-footer > .cxd-Button {
    flex: 1;
    height: 2.75rem;
  }

  .amis-scope .cxd-Modal .cxd-Modal-footer > .cxd-Button:first-child {
    margin-left: 0;
  }
}

.amis-scope .cxd-Drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1400;
  overflow: hidden;
  outline: 0;
}

.amis-scope .cxd-Drawer-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  background: #ffffff;
  background-clip: padding-box;
  outline: 0;
  z-index: 2;
  border-radius: 0;
  transition: transform ease-in-out 0s;
}

.amis-scope .cxd-Drawer-overlay {
  transition: ease-out opacity 0s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.amis-scope .cxd-Drawer-overlay.in {
  opacity: 1;
}

.amis-scope .cxd-Drawer-header {
  padding: 1rem 1.5rem;
  background: #ffffff;
  border-bottom: 0.0625rem solid #f7f8fa;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.amis-scope .cxd-Drawer-header::before,
.amis-scope .cxd-Drawer-header::after {
  display: table;
  content: "";
}

.amis-scope .cxd-Drawer-header::after {
  clear: both;
}

.amis-scope .cxd-Drawer-title {
  font-size: 14px;
  font-weight: 500;
  color: #151b26;
  height: auto;
}

.amis-scope .cxd-Drawer-close {
  position: absolute;
  color: #151b26;
  line-height: 1;
  text-decoration: none;
}

.amis-scope .cxd-Drawer-close svg {
  margin-top: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  fill: #151b26;
  color: #151b26;
}

.amis-scope .cxd-Drawer-close .Drawer-close {
  content: '<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class=" icon-close"><g id="close" transform="translate(1.439340, 1.439340)" fill="currentColor" fill-rule="nonzero"><polygon points="12.0606602 5.80646642e-14 13.1213203 1.06066017 7.62066017 6.56066017 13.1213203 12.0606602 12.0606602 13.1213203 6.56066017 7.62066017 1.06066017 13.1213203 0 12.0606602 5.49966017 6.56066017 1.72084569e-13 1.06066017 1.06066017 0 6.56066017 5.49966017"></polygon></g></svg>';
}

.amis-scope .cxd-Drawer-close:not(.is-disabled) {
  cursor: pointer;
}

.amis-scope .cxd-Drawer-close:not(.is-disabled):hover {
  text-decoration: none;
  color: #151b26;
}

.amis-scope .cxd-Drawer-close:not(.is-disabled):hover svg {
  fill: #151b26;
}

.amis-scope .cxd-Drawer-body {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  flex-basis: 0;
  flex-grow: 1;
  overflow: auto;
}

.amis-scope .cxd-Drawer-footer {
  display: flex;
  align-items: flex-end;
  height: auto;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 0.0625rem solid #f7f8fa;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.amis-scope .cxd-Drawer-footer .cxd-Button {
  margin-left: 0.25rem;
}

.amis-scope .cxd-Drawer-footer .cxd-Drawer-info {
  flex-basis: 0;
  flex-grow: 1;
  text-align: left;
  align-self: center;
}

.amis-scope .cxd-Drawer-footer .cxd-Drawer-error {
  color: #f23d3d;
  white-space: pre-wrap;
}

.amis-scope .cxd-Drawer.cxd-Drawer--noOverlay {
  pointer-events: none;
}

.amis-scope .cxd-Drawer .cxd-Drawer-resizeCtrl {
  position: absolute;
  border: 0.0625rem solid #e8e9eb;
  background: #ffffff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 0.625rem;
  text-align: center;
  user-select: none;
}

@media (min-width: 576px) {
  .amis-scope .cxd-Drawer .cxd-Drawer-content {
    width: 25rem;
    height: 25rem;
  }

  .amis-scope .cxd-Drawer--xs .cxd-Drawer-content {
    width: 12.5rem;
    height: 12.5rem;
  }

  .amis-scope .cxd-Drawer--sm .cxd-Drawer-content {
    width: 18.75rem;
    height: 18.75rem;
  }

  .amis-scope .cxd-Drawer--md .cxd-Drawer-content {
    width: 31.25rem;
    height: 31.25rem;
  }

  .amis-scope .cxd-Drawer--lg .cxd-Drawer-content {
    width: 50rem;
    height: 50rem;
  }

  .amis-scope .cxd-Drawer--xl .cxd-Drawer-content {
    width: 90%;
    height: 90%;
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--2th.cxd-Drawer .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--2th.cxd-Drawer .cxd-Drawer-content {
    width: calc(25rem - 20px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--2th.cxd-Drawer--xs .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--2th.cxd-Drawer--xs .cxd-Drawer-content {
    width: calc(12.5rem - 20px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--2th.cxd-Drawer--sm .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--2th.cxd-Drawer--sm .cxd-Drawer-content {
    width: calc(18.75rem - 20px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--2th.cxd-Drawer--md .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--2th.cxd-Drawer--md .cxd-Drawer-content {
    width: calc(31.25rem - 20px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--2th.cxd-Drawer--lg .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--2th.cxd-Drawer--lg .cxd-Drawer-content {
    width: calc(50rem - 20px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--2th.cxd-Drawer--xl .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--2th.cxd-Drawer--xl .cxd-Drawer-content {
    width: calc(90% - 20px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--2th.cxd-Drawer .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--2th.cxd-Drawer .cxd-Drawer-content {
    height: calc(25rem - 20px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--2th.cxd-Drawer--xs .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--2th.cxd-Drawer--xs .cxd-Drawer-content {
    height: calc(12.5rem - 20px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--2th.cxd-Drawer--sm .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--2th.cxd-Drawer--sm .cxd-Drawer-content {
    height: calc(18.75rem - 20px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--2th.cxd-Drawer--md .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--2th.cxd-Drawer--md .cxd-Drawer-content {
    height: calc(31.25rem - 20px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--2th.cxd-Drawer--lg .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--2th.cxd-Drawer--lg .cxd-Drawer-content {
    height: calc(50rem - 20px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--2th.cxd-Drawer--xl .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--2th.cxd-Drawer--xl .cxd-Drawer-content {
    height: calc(90% - 20px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--3th.cxd-Drawer .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--3th.cxd-Drawer .cxd-Drawer-content {
    width: calc(25rem - 40px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--3th.cxd-Drawer--xs .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--3th.cxd-Drawer--xs .cxd-Drawer-content {
    width: calc(12.5rem - 40px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--3th.cxd-Drawer--sm .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--3th.cxd-Drawer--sm .cxd-Drawer-content {
    width: calc(18.75rem - 40px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--3th.cxd-Drawer--md .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--3th.cxd-Drawer--md .cxd-Drawer-content {
    width: calc(31.25rem - 40px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--3th.cxd-Drawer--lg .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--3th.cxd-Drawer--lg .cxd-Drawer-content {
    width: calc(50rem - 40px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--3th.cxd-Drawer--xl .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--3th.cxd-Drawer--xl .cxd-Drawer-content {
    width: calc(90% - 40px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--3th.cxd-Drawer .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--3th.cxd-Drawer .cxd-Drawer-content {
    height: calc(25rem - 40px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--3th.cxd-Drawer--xs .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--3th.cxd-Drawer--xs .cxd-Drawer-content {
    height: calc(12.5rem - 40px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--3th.cxd-Drawer--sm .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--3th.cxd-Drawer--sm .cxd-Drawer-content {
    height: calc(18.75rem - 40px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--3th.cxd-Drawer--md .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--3th.cxd-Drawer--md .cxd-Drawer-content {
    height: calc(31.25rem - 40px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--3th.cxd-Drawer--lg .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--3th.cxd-Drawer--lg .cxd-Drawer-content {
    height: calc(50rem - 40px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--3th.cxd-Drawer--xl .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--3th.cxd-Drawer--xl .cxd-Drawer-content {
    height: calc(90% - 40px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--4th.cxd-Drawer .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--4th.cxd-Drawer .cxd-Drawer-content {
    width: calc(25rem - 60px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--4th.cxd-Drawer--xs .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--4th.cxd-Drawer--xs .cxd-Drawer-content {
    width: calc(12.5rem - 60px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--4th.cxd-Drawer--sm .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--4th.cxd-Drawer--sm .cxd-Drawer-content {
    width: calc(18.75rem - 60px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--4th.cxd-Drawer--md .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--4th.cxd-Drawer--md .cxd-Drawer-content {
    width: calc(31.25rem - 60px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--4th.cxd-Drawer--lg .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--4th.cxd-Drawer--lg .cxd-Drawer-content {
    width: calc(50rem - 60px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--4th.cxd-Drawer--xl .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--4th.cxd-Drawer--xl .cxd-Drawer-content {
    width: calc(90% - 60px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--4th.cxd-Drawer .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--4th.cxd-Drawer .cxd-Drawer-content {
    height: calc(25rem - 60px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--4th.cxd-Drawer--xs .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--4th.cxd-Drawer--xs .cxd-Drawer-content {
    height: calc(12.5rem - 60px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--4th.cxd-Drawer--sm .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--4th.cxd-Drawer--sm .cxd-Drawer-content {
    height: calc(18.75rem - 60px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--4th.cxd-Drawer--md .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--4th.cxd-Drawer--md .cxd-Drawer-content {
    height: calc(31.25rem - 60px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--4th.cxd-Drawer--lg .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--4th.cxd-Drawer--lg .cxd-Drawer-content {
    height: calc(50rem - 60px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--4th.cxd-Drawer--xl .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--4th.cxd-Drawer--xl .cxd-Drawer-content {
    height: calc(90% - 60px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--5th.cxd-Drawer .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--5th.cxd-Drawer .cxd-Drawer-content {
    width: calc(25rem - 80px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--5th.cxd-Drawer--xs .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--5th.cxd-Drawer--xs .cxd-Drawer-content {
    width: calc(12.5rem - 80px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--5th.cxd-Drawer--sm .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--5th.cxd-Drawer--sm .cxd-Drawer-content {
    width: calc(18.75rem - 80px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--5th.cxd-Drawer--md .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--5th.cxd-Drawer--md .cxd-Drawer-content {
    width: calc(31.25rem - 80px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--5th.cxd-Drawer--lg .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--5th.cxd-Drawer--lg .cxd-Drawer-content {
    width: calc(50rem - 80px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--5th.cxd-Drawer--xl .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--5th.cxd-Drawer--xl .cxd-Drawer-content {
    width: calc(90% - 80px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--5th.cxd-Drawer .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--5th.cxd-Drawer .cxd-Drawer-content {
    height: calc(25rem - 80px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--5th.cxd-Drawer--xs .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--5th.cxd-Drawer--xs .cxd-Drawer-content {
    height: calc(12.5rem - 80px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--5th.cxd-Drawer--sm .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--5th.cxd-Drawer--sm .cxd-Drawer-content {
    height: calc(18.75rem - 80px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--5th.cxd-Drawer--md .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--5th.cxd-Drawer--md .cxd-Drawer-content {
    height: calc(31.25rem - 80px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--5th.cxd-Drawer--lg .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--5th.cxd-Drawer--lg .cxd-Drawer-content {
    height: calc(50rem - 80px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--5th.cxd-Drawer--xl .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--5th.cxd-Drawer--xl .cxd-Drawer-content {
    height: calc(90% - 80px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--6th.cxd-Drawer .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--6th.cxd-Drawer .cxd-Drawer-content {
    width: calc(25rem - 100px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--6th.cxd-Drawer--xs .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--6th.cxd-Drawer--xs .cxd-Drawer-content {
    width: calc(12.5rem - 100px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--6th.cxd-Drawer--sm .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--6th.cxd-Drawer--sm .cxd-Drawer-content {
    width: calc(18.75rem - 100px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--6th.cxd-Drawer--md .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--6th.cxd-Drawer--md .cxd-Drawer-content {
    width: calc(31.25rem - 100px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--6th.cxd-Drawer--lg .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--6th.cxd-Drawer--lg .cxd-Drawer-content {
    width: calc(50rem - 100px);
  }

  .amis-scope .cxd-Drawer--right.cxd-Modal--6th.cxd-Drawer--xl .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--left.cxd-Modal--6th.cxd-Drawer--xl .cxd-Drawer-content {
    width: calc(90% - 100px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--6th.cxd-Drawer .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--6th.cxd-Drawer .cxd-Drawer-content {
    height: calc(25rem - 100px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--6th.cxd-Drawer--xs .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--6th.cxd-Drawer--xs .cxd-Drawer-content {
    height: calc(12.5rem - 100px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--6th.cxd-Drawer--sm .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--6th.cxd-Drawer--sm .cxd-Drawer-content {
    height: calc(18.75rem - 100px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--6th.cxd-Drawer--md .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--6th.cxd-Drawer--md .cxd-Drawer-content {
    height: calc(31.25rem - 100px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--6th.cxd-Drawer--lg .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--6th.cxd-Drawer--lg .cxd-Drawer-content {
    height: calc(50rem - 100px);
  }

  .amis-scope .cxd-Drawer--top.cxd-Modal--6th.cxd-Drawer--xl .cxd-Drawer-content,
  .amis-scope .cxd-Drawer--bottom.cxd-Modal--6th.cxd-Drawer--xl .cxd-Drawer-content {
    height: calc(90% - 100px);
  }
}

.amis-scope .cxd-Drawer--top .cxd-Drawer-content.in,
.amis-scope .cxd-Drawer--right .cxd-Drawer-content.in,
.amis-scope .cxd-Drawer--bottom .cxd-Drawer-content.in,
.amis-scope .cxd-Drawer--left .cxd-Drawer-content.in {
  transform: translate3d(0, 0, 0);
}

.amis-scope .cxd-Drawer--top .cxd-Drawer-close {
  top: 0.75rem;
  right: 0.75rem;
  left: auto;
  margin-top: 0;
  z-index: 10;
}

.amis-scope .cxd-Drawer--top .cxd-Drawer-content {
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  width: 100%;
  transform: translate3d(0, -100%, 0);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  min-height: 120px;
}

.amis-scope .cxd-Drawer--top .cxd-Drawer-resizeCtrl {
  bottom: -0.375rem;
  left: 50%;
  cursor: ns-resize;
  width: 1.5rem;
  height: 0.75rem;
}

.amis-scope .cxd-Drawer--right .cxd-Drawer-close {
  top: 1rem;
  right: 1rem;
  margin-right: 0;
  z-index: 10;
}

.amis-scope .cxd-Drawer--right .cxd-Drawer-content {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  height: 100%;
  transform: translate3d(100%, 0, 0);
  box-shadow: -10px 0 10px -10px rgba(0, 0, 0, 0.2);
  min-width: 120px;
}

.amis-scope .cxd-Drawer--right .cxd-Drawer-footer {
  justify-content: flex-end;
}

.amis-scope .cxd-Drawer--right .cxd-Drawer-footer .cxd-Button {
  margin-left: 1rem;
  margin-right: 0.25rem;
}

.amis-scope .cxd-Drawer--right .cxd-Drawer-footer .cxd-Drawer-info {
  flex-basis: 0;
  flex-grow: 1;
  align-self: center;
}

.amis-scope .cxd-Drawer--right .cxd-Drawer-footer .cxd-Drawer-error {
  color: #f23d3d;
}

.amis-scope .cxd-Drawer--right .cxd-Drawer-resizeCtrl {
  left: -0.375rem;
  top: 50%;
  cursor: ew-resize;
  writing-mode: vertical-lr;
  width: 0.75rem;
  height: 1.5rem;
}

.amis-scope .cxd-Drawer--bottom .cxd-Drawer-close {
  top: 0.75rem;
  right: 0.75rem;
  left: auto;
  margin-bottom: 0;
  z-index: 10;
}

.amis-scope .cxd-Drawer--bottom .cxd-Drawer-content {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  transform: translate3d(0, 100%, 0);
  box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.2);
  min-height: 120px;
}

.amis-scope .cxd-Drawer--bottom .cxd-Drawer-resizeCtrl {
  top: -0.375rem;
  left: 50%;
  cursor: ns-resize;
  width: 1.5rem;
  height: 0.75rem;
}

.amis-scope .cxd-Drawer--left .cxd-Drawer-close {
  left: auto;
  right: 0.75rem;
  top: 0.75rem;
  z-index: 10;
}

.amis-scope .cxd-Drawer--left .cxd-Drawer-content {
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  height: 100%;
  transform: translate3d(-100%, 0, 0);
  box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.2);
  border-width: 0 0.0625rem 0 0;
  min-width: 120px;
}

.amis-scope .cxd-Drawer--left .cxd-Drawer-resizeCtrl {
  right: -0.375rem;
  top: 50%;
  cursor: ew-resize;
  writing-mode: vertical-lr;
  width: 0.75rem;
  height: 1.5rem;
}

.amis-scope .cxd-Drawer--left .cxd-Button {
  margin-left: 1rem;
}

.amis-scope .cxd-Tooltip {
  position: absolute;
  top: 0;
  left: 0;
  font-family: inherit;
  border-radius: 4px;
  min-width: auto;
  max-width: 15rem;
  text-align: left;
  white-space: normal;
  z-index: 1600;
  word-wrap: break-word;
  background: #ffffff;
  box-shadow: 0 4px 6px 1px rgb(8 14 26 / 6%),
    0 1px 10px 0 rgb(8 14 26 / 5%), 0 2px 4px -1px rgb(8 14 26 / 4%);
}

.amis-scope .cxd-Tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.5rem;
  height: 0.25rem;
  margin-left: calc(0.5rem * -1 / 2);
  left: 50%;
}

.amis-scope .cxd-Tooltip-arrow::before,
.amis-scope .cxd-Tooltip-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.amis-scope .cxd-Tooltip--top {
  margin-top: calc(0.25rem * -1 - 0.125rem);
}

.amis-scope .cxd-Tooltip--top .cxd-Tooltip-arrow {
  bottom: calc( (0.25rem + 0.0625rem) * -1 );
}

.amis-scope .cxd-Tooltip--top .cxd-Tooltip-arrow::before,
.amis-scope .cxd-Tooltip--top .cxd-Tooltip-arrow::after {
  border-width: 0.25rem calc(0.5rem / 2) 0;
}

.amis-scope .cxd-Tooltip--top .cxd-Tooltip-arrow::before {
  bottom: 0;
}

.amis-scope .cxd-Tooltip--top .cxd-Tooltip-arrow::after {
  bottom: 0.0625rem;
  border-top-color: #ffffff;
}

.amis-scope .cxd-Tooltip--right {
  margin-left: calc(0.25rem + 0.125rem);
}

.amis-scope .cxd-Tooltip--right .cxd-Tooltip-arrow {
  left: calc(0.0625rem * -1);
  width: 0.25rem;
  height: 0.5rem;
  margin-top: calc(0.5rem / -2);
  top: 50%;
}

.amis-scope .cxd-Tooltip--right .cxd-Tooltip-arrow::before,
.amis-scope .cxd-Tooltip--right .cxd-Tooltip-arrow::after {
  border-width: calc(0.5rem / 2) 0.25rem calc(0.5rem / 2) 0;
}

.amis-scope .cxd-Tooltip--right .cxd-Tooltip-arrow::before {
  left: 0;
}

.amis-scope .cxd-Tooltip--right .cxd-Tooltip-arrow::after {
  left: 0.0625rem;
  border-right-color: #ffffff;
}

.amis-scope .cxd-Tooltip--bottom {
  margin-top: calc(0.25rem + 0.125rem);
}

.amis-scope .cxd-Tooltip--bottom .cxd-Tooltip-arrow {
  top: calc( (0.25rem + 0.0625rem) * -1 );
}

.amis-scope .cxd-Tooltip--bottom .cxd-Tooltip-arrow::before,
.amis-scope .cxd-Tooltip--bottom .cxd-Tooltip-arrow::after {
  border-width: 0 calc(0.5rem / 2) 0.25rem calc(0.5rem / 2);
}

.amis-scope .cxd-Tooltip--bottom .cxd-Tooltip-arrow::before {
  top: 0;
}

.amis-scope .cxd-Tooltip--bottom .cxd-Tooltip-arrow::after {
  top: 0.0625rem;
  border-bottom-color: #ffffff;
}

.amis-scope .cxd-Tooltip--bottom .cxd-Tooltip-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0.5rem;
  margin-left: calc(0.5rem / -2);
  content: "";
  border-bottom: 0.0625rem solid #f7f7f7;
}

.amis-scope .cxd-Tooltip--left {
  margin-left: calc(0.25rem * -1 - 0.125rem);
}

.amis-scope .cxd-Tooltip--left .cxd-Tooltip-arrow {
  left: auto;
  right: calc( (0.25rem + 0.0625rem) * -1 );
  width: 0.25rem;
  height: 0.5rem;
  margin-top: calc(0.5rem * -1 / 2);
  top: 50%;
}

.amis-scope .cxd-Tooltip--left .cxd-Tooltip-arrow::before,
.amis-scope .cxd-Tooltip--left .cxd-Tooltip-arrow::after {
  border-width: calc(0.5rem / 2) 0 calc(0.5rem / 2) 0.25rem;
}

.amis-scope .cxd-Tooltip--left .cxd-Tooltip-arrow::before {
  right: 0;
}

.amis-scope .cxd-Tooltip--left .cxd-Tooltip-arrow::after {
  right: 0.0625rem;
  border-left-color: #ffffff;
}

.amis-scope .cxd-Tooltip-title {
  padding: 0.5rem 0.75rem 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #151b26;
  font-weight: 500;
  border-top-left-radius: calc( 8px - 0.0625rem );
  border-top-right-radius: calc( 8px - 0.0625rem );
  font-weight: bold;
}

.amis-scope .cxd-Tooltip-title:empty {
  display: none;
}

.amis-scope .cxd-Tooltip-body {
  color: #151b26;
  padding: 0.5rem 0.75rem;
  word-break: break-all;
  text-align: left;
}

.amis-scope .cxd-Tooltip--dark {
  background: rgba(7, 12, 20, 0.85);
  border: none;
  box-shadow: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
}

.amis-scope .cxd-Tooltip--dark .cxd-Tooltip-title {
  color: #ffffff;
  background: transparent;
  border-bottom: none;
}

.amis-scope .cxd-Tooltip--dark .cxd-Tooltip-title::before {
  border-bottom-color: transparent;
}

.amis-scope .cxd-Tooltip--dark .cxd-Tooltip-body {
  color: #ffffff;
}

.amis-scope .cxd-Tooltip--dark.cxd-Tooltip--top .cxd-Tooltip-arrow::before {
  border-width: 0;
}

.amis-scope .cxd-Tooltip--dark.cxd-Tooltip--top .cxd-Tooltip-arrow::after {
  border-top-color: rgba(7, 12, 20, 0.85);
}

.amis-scope .cxd-Tooltip--dark.cxd-Tooltip--bottom .cxd-Tooltip-arrow::before {
  border-width: 0;
}

.amis-scope .cxd-Tooltip--dark.cxd-Tooltip--bottom .cxd-Tooltip-arrow::after {
  border-bottom-color: rgba(7, 12, 20, 0.85);
}

.amis-scope .cxd-Tooltip--dark.cxd-Tooltip--left .cxd-Tooltip-arrow::before {
  border-width: 0;
}

.amis-scope .cxd-Tooltip--dark.cxd-Tooltip--left .cxd-Tooltip-arrow::after {
  border-left-color: rgba(7, 12, 20, 0.85);
}

.amis-scope .cxd-Tooltip--dark.cxd-Tooltip--right .cxd-Tooltip-arrow::before {
  border-width: 0;
}

.amis-scope .cxd-Tooltip--dark.cxd-Tooltip--right .cxd-Tooltip-arrow::after {
  border-right-color: rgba(7, 12, 20, 0.85);
}

.amis-scope .cxd-TooltipWrapper--inline {
  display: inline-block;
}

@keyframes tooltipIn {
  from {
    opacity: 0;
    margin: 0;
  }
}

.amis-scope [data-tooltip] {
  position: relative;
}

.amis-scope [data-tooltip]:after {
  pointer-events: none;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: attr(data-tooltip);
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  white-space: normal;
  width: max-content;
  box-sizing: content-box;
  max-width: 300px;
  background: rgba(0, 0, 0, 0.7);
  border: 0 solid #e8e9eb;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
    0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  left: 100%;
  color: #ffffff;
  padding: 0.125rem 0.625rem;
  display: none;
  animation-duration: 0s;
  animation-fill-mode: both;
}

@media screen and (min-width: 0\0 ) {
  .amis-scope [data-tooltip]:after {
    white-space: nowrap;
    max-width: unset;
  }
}

.amis-scope [data-tooltip]:not(.is-disabled):hover:after {
  display: inline-block;
  animation-name: tooltipIn;
  opacity: 1;
  z-index: 1600;
  margin: 0 0 0 0.5rem;
  opacity: 1;
}

.amis-scope [data-tooltip][data-position=bottom]:after {
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}

.amis-scope [data-tooltip][data-position=bottom]:hover:after {
  margin: 0.5rem 0 0 0;
}

.amis-scope [data-tooltip][data-position=left]:after {
  top: 50%;
  right: 100%;
  left: auto;
  transform: translateY(-50%);
}

.amis-scope [data-tooltip][data-position=left]:hover:after {
  margin: 0 0.5rem 0 0;
}

.amis-scope [data-tooltip][data-position=top]:after {
  left: 50%;
  top: auto;
  bottom: 100%;
  transform: translateX(-50%);
}

.amis-scope [data-tooltip][data-position=top]:hover:after {
  margin: calc(0.5rem * -1) 0 0 0;
}

.amis-scope [data-tooltip]:hover:active:after {
  content: "";
  display: none !important;
}

.amis-scope .cxd-TplField.is-inline {
  display: inline;
}

.amis-scope .cxd-PopOver {
  position: absolute;
  background: white;
  top: 0;
  left: 0;
  z-index: 1300;
  display: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 0.0625rem solid #e8e9eb;
  border-radius: 4px;
}

.amis-scope .cxd-PopOver > * {
  position: relative;
  z-index: 2;
}

.amis-scope .cxd-PopOver-overlay {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  background: transparent;
}

.amis-scope .cxd-PopOver-isMobile .cxd-PopOver-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.amis-scope .cxd-PopOver--leftBottomLeftTop {
  margin-top: 0.25rem;
}

.amis-scope .cxd-PopOver--leftTopLeftBottom {
  margin-top: -0.25rem;
}

@keyframes PopUpIn {
  from {
    height: 0;
  }
}

@keyframes PopUpOut {
  to {
    height: 0;
  }
}

@keyframes PopUpOpacityIn {
  from {
    opacity: 0;
  }
}

@keyframes PopUpOpacityOut {
  to {
    opacity: 0;
  }
}

.amis-scope .cxd-PopUp {
  width: 100%;
  height: 25rem;
  position: fixed;
  background: white;
  left: 0;
  bottom: 0;
  z-index: 3000;
  padding: 0;
  margin: 0;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 0.0625rem solid #e8e9eb;
  border-radius: 4px;
  overflow: hidden;
}

.amis-scope .cxd-PopUp.in,
.amis-scope .cxd-PopUp.out {
  animation-duration: 0s;
  animation-fill-mode: both;
}

.amis-scope .cxd-PopUp.in {
  animation-name: PopUpIn;
}

.amis-scope .cxd-PopUp.in .cxd-PopUp-overlay {
  animation-name: PopUpOpacityIn;
}

.amis-scope .cxd-PopUp.out {
  animation-name: PopUpOut;
}

.amis-scope .cxd-PopUp.out .cxd-PopUp-overlay {
  animation-name: PopUpOpacityOut;
}

.amis-scope .cxd-PopUp-inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.amis-scope .cxd-PopUp-closeBox {
  width: 3rem;
  height: 3rem;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.amis-scope .cxd-PopUp-closeWrap {
  position: relative;
  text-align: center;
  height: 3rem;
  line-height: 3rem;
}

.amis-scope .cxd-PopUp-closeWrap .cxd-PopUp-close {
  z-index: 1;
  color: #84878c;
  cursor: pointer;
}

.amis-scope .cxd-PopUp-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.75rem;
}

.amis-scope .cxd-PopUp-title {
  font-size: 14px;
}

.amis-scope .cxd-PopUp-cancel {
  color: #666;
  margin-left: 0.5rem;
}

.amis-scope .cxd-PopUp-confirm {
  margin-right: 0.5rem;
}

.amis-scope .cxd-PopUp-content {
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex: 1;
}

.amis-scope .cxd-PopUp > * {
  position: relative;
  z-index: 2;
}

.amis-scope .cxd-PopUp-overlay {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  animation-duration: 0s;
  animation-fill-mode: both;
}

.amis-scope .cxd-PopUp--leftBottomLeftTop {
  margin-top: 0.25rem;
}

.amis-scope .cxd-PopUp--leftTopLeftBottom {
  margin-top: -0.25rem;
}

.amis-scope .cxd-PopUp-safearea {
  height: 1rem;
}

.amis-scope .cxd-PickerColumns {
  position: relative;
  background-color: white;
  user-select: none;
  flex: 1;
  overflow: hidden;
  font-size: 16px;
}

.amis-scope .cxd-PickerColumns li:focus {
  outline: none;
}

.amis-scope .cxd-PickerColumns-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.125rem;
}

.amis-scope .cxd-PickerColumns-cancel,
.amis-scope .cxd-PickerColumns-confirm {
  height: 100%;
  padding: 0 1rem;
  font-size: 16px;
  background-color: transparent !important;
  border: none;
  cursor: pointer;
}

.amis-scope .cxd-PickerColumns-cancel:active,
.amis-scope .cxd-PickerColumns-confirm:active {
  background-color: none !important;
}

.amis-scope .cxd-PickerColumns-cancel:hover,
.amis-scope .cxd-PickerColumns-confirm:hover {
  background-color: none !important;
}

.amis-scope .cxd-PickerColumns-confirm {
  color: #2468f2 !important;
}

.amis-scope .cxd-PickerColumns-cancel {
  color: #666 !important;
}

.amis-scope .cxd-PickerColumns-title {
  max-width: 50%;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #222;
}

.amis-scope .cxd-PickerColumns-columns {
  touch-action: none;
  position: relative;
  display: flex;
  cursor: grab;
}

.amis-scope .cxd-PickerColumns-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #84878c;
  background-color: var(--PickerColumns-loadingMask-color);
}

.amis-scope .cxd-PickerColumns-frame {
  position: absolute;
  top: 50%;
  right: 1rem;
  left: 1rem;
  z-index: 2;
  transform: translateY(-50%);
  pointer-events: none;
}

.amis-scope .cxd-PickerColumns-frame::after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #e8e9eb;
  border-top: 1px solid #e8e9eb;
  top: -50%;
  right: -50%;
  left: -50%;
  bottom: -50%;
  transform: scale(0.5);
}

.amis-scope .cxd-PickerColumns-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4)), linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
  background-repeat: no-repeat;
  background-position: top, bottom;
  transform: translateZ(0);
  pointer-events: none;
}

.amis-scope .cxd-PickerColumns-columnWrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
}

.amis-scope .cxd-PickerColumns-columnItem {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #151b26;
}

.amis-scope .cxd-PickerColumns-columnItem.is-disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.amis-scope .cxd-PickerColumns-columnItemis-selected {
  font-size: 18px;
  color: --PickerColumns-title-color;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.amis-scope .cxd-Toast {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 25rem;
  pointer-events: auto;
  margin-bottom: 0.25rem;
  padding: 0.25rem 1rem 0.25rem 1rem;
  box-shadow: 0px 4px 6px 0px rgba(8, 14, 26, 0.06),
    0px 1px 10px 0px rgba(8, 14, 26, 0.05),
    0px 2px 4px -1px rgba(8, 14, 26, 0.04);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid;
  color: #ffffff;
  position: relative;
  opacity: 1;
  opacity: 0;
  transform: translateZ(0);
  width: 25rem;
}

.amis-scope .cxd-Toast-wrap {
  pointer-events: none;
  position: fixed;
  z-index: 2000;
}

.amis-scope .cxd-Toast.in,
.amis-scope .cxd-Toast.out {
  animation-fill-mode: both;
  animation-duration: 0s;
  opacity: 1;
}

.amis-scope .cxd-Toast.in {
  animation-name: bounceIn;
}

.amis-scope .cxd-Toast.out {
  animation-name: bounceOut;
}

.amis-scope .cxd-Toast-close {
  display: inline-flex;
  font-size: 16px;
  line-height: 1.5rem;
  height: 1.5rem;
  color: #84878c;
  margin-left: 0.5rem;
  align-items: center;
  cursor: pointer;
}

.amis-scope .cxd-Toast-close:hover {
  font-size: 16px;
  color: #2468f2;
}

.amis-scope .cxd-Toast-close > svg {
  top: 0;
}

.amis-scope .cxd-Toast-content {
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.amis-scope .cxd-Toast-content .cxd-Toast-title {
  color: #151b26;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
}

.amis-scope .cxd-Toast-content .cxd-Toast-body {
  display: inline-block;
  vertical-align: middle;
  white-space: pre-wrap;
  flex-grow: 1;
  line-height: 1.5rem;
}

.amis-scope .cxd-Toast-content .cxd-Toast-body .cxd-Html {
  word-break: break-word;
}

.amis-scope .cxd-Toast-icon {
  display: inline-flex;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  margin-right: 0.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  align-items: center;
}

.amis-scope .cxd-Toast-icon > svg {
  top: 0;
  width: 1rem;
  height: 1rem;
  color: inherit;
}

.amis-scope .cxd-Toast--error {
  color: #151b26;
  background: #ffffff;
  font-size: 12px;
  font-weight: 400;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #ffffff #ffffff #ffffff #ffffff;
}

.amis-scope .cxd-Toast--warning {
  color: #151b26;
  background: #ffffff;
  font-size: 12px;
  font-weight: 400;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #ffffff #ffffff #ffffff #ffffff;
}

.amis-scope .cxd-Toast--info {
  color: #151b26;
  font-size: 16px;
  font-weight: 400;
  background: #ffffff;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #ffffff #ffffff #ffffff #ffffff;
}

.amis-scope .cxd-Toast--success {
  color: #151b26;
  font-size: 12px;
  font-weight: 400;
  background: #ffffff;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #ffffff #ffffff #ffffff #ffffff;
}

.amis-scope .cxd-Toast-wrap--topRight {
  top: 0.75rem;
  right: 0.75rem;
}

.amis-scope .cxd-Toast-wrap--topCenter {
  top: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
}

.amis-scope .cxd-Toast-wrap--topLeft {
  top: 0.75rem;
  left: 0.75rem;
}

.amis-scope .cxd-Toast-wrap--bottomLeft {
  left: 0.75rem;
  bottom: 0.75rem;
}

.amis-scope .cxd-Toast-wrap--bottomCenter {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.75rem;
}

.amis-scope .cxd-Toast-wrap--bottomRight {
  bottom: 0.75rem;
  right: 0.75rem;
}

.amis-scope .cxd-Toast-wrap--center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.amis-scope .cxd-Toast-mobile .cxd-Toast {
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0.25rem;
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  text-align: center;
  width: auto;
}

.amis-scope .cxd-Toast-mobile .cxd-Toast-title {
  color: #fff;
  width: 100%;
}

.amis-scope .cxd-Toast-mobile .cxd-Toast-body {
  line-height: 1.125rem;
  font-size: 14px;
}

.amis-scope .cxd-Toast-mobile .cxd-Toast-icon {
  margin-right: 0 !important;
  margin: 0.75rem 0;
  width: 2.5rem;
  height: 2.5rem;
}

.amis-scope .cxd-Toast-mobile .cxd-Toast-icon > svg {
  width: 2.5rem;
  height: 2.5rem;
}

.amis-scope .cxd-Toast-mobile .cxd-Toast-mobile--has-icon {
  min-width: 7.5rem;
  padding-bottom: 1.25rem;
}

.amis-scope .cxd-Alert {
  font-size: 12px;
  font-weight: 400;
  box-shadow: 0px 0px 0px 0px transparent;
  padding: 0.25rem 1rem 0.25rem 1rem;
  border: 0.0625rem solid transparent;
  border-radius: 4px
    4px
    4px
    4px;
  margin: 0rem 0rem 1rem 0rem;
  position: relative;
  color: #5c5f66;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.amis-scope .cxd-Alert-has-title {
  padding: 1rem 1rem 1rem 1rem;
}

.amis-scope .cxd-Alert-has-title .cxd-Alert-content .cxd-Alert-title {
  line-height: 1.375rem;
}

.amis-scope .cxd-Alert-has-title .cxd-Alert-content .cxd-Alert-desc {
  line-height: 1.25rem;
}

.amis-scope .cxd-Alert-icon {
  margin-right: 0.5rem;
  font-size: 1rem;
}

.amis-scope .cxd-Alert-content {
  flex: 1;
}

.amis-scope .cxd-Alert-content .cxd-Alert-title {
  color: #151b26;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
}

.amis-scope .cxd-Alert-content .cxd-Alert-desc {
  line-height: 1.5rem;
}

.amis-scope .cxd-Alert-close {
  outline: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  margin-left: 0.5rem;
  line-height: 1.5rem;
}

.amis-scope .cxd-Alert-close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.amis-scope .cxd-Alert--danger {
  color: #151b26;
  background: #ffe8e6;
  border-color: transparent;
}

.amis-scope .cxd-Alert--danger .cxd-Alert-icon .icon-alert-danger path {
  fill: #f23d3d;
}

.amis-scope .cxd-Alert--info {
  color: #151b26;
  background: #e6f0ff;
  border-color: transparent;
}

.amis-scope .cxd-Alert--info .cxd-Alert-icon .icon-alert-info path {
  fill: #2468f2;
}

.amis-scope .cxd-Alert--success {
  color: #151b26;
  background: #ecffe6;
  border-color: transparent;
}

.amis-scope .cxd-Alert--success .cxd-Alert-icon .icon-alert-success path {
  fill: #30bf13;
}

.amis-scope .cxd-Alert--warning {
  color: #151b26;
  background: #fff4e6;
  border-color: transparent;
}

.amis-scope .cxd-Alert--warning .cxd-Alert-icon .icon-alert-warning path {
  fill: #ff9326;
}

.amis-scope .cxd-AppBcn {
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0 0 0 1rem;
  border-bottom: 0.0625rem solid #e8e9eb;
}

.amis-scope .cxd-AppBcn-item {
  display: inline-block;
}

.amis-scope .cxd-AppBcn-item + .cxd-AppBcn-item:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.amis-scope .cxd-AppFoldBtn {
  color: #84878c;
  padding: 0.625rem;
  margin-left: -0.625rem;
  cursor: pointer;
}

.amis-scope .cxd-AppFoldBtn:hover {
  color: #2468f2;
}

.amis-scope .cxd-AppLogo-html {
  display: inline-flex;
  vertical-align: middle;
}

.amis-scope .cxd-AppContent {
  display: flex;
  flex-direction: column;
}

.amis-scope .cxd-AppBody {
  flex: 1;
  min-height: 0;
}

.amis-scope .cxd-ArrayInput-placeholder {
  color: #b8babf;
  padding-top: calc(
    (
        2rem - 1.5 *
          14px
      ) / 2
  );
}

.amis-scope .cxd-ArrayInput-addBtn {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 4px 4px 4px 4px;
  height: 1.625rem;
  padding: calc(
    (
        1.625rem - 1px * 2 -
          1.5 * 12px
      ) / 2
  ) 0.5rem calc(
    (
        1.625rem - 1px * 2 -
          1.5 * 12px
      ) / 2
  ) 0.5rem;
  margin: 0rem 0rem 0rem 0rem;
  color: #ffffff;
  background: #2468f2;
  border-color: #ffffff #528eff #528eff #ffffff;
  border-width: #144bcc #144bcc #ffffff 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-ArrayInput-addBtn > svg {
  width: 12px;
  height: 12px;
}

.amis-scope .cxd-ArrayInput-addBtn .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
.amis-scope .cxd-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .cxd-ArrayInput-addBtn > .pull-left {
  margin-right: 0.25rem;
  font-size: 0.875rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-ArrayInput-addBtn .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
.amis-scope .cxd-ArrayInput-addBtn > .pull-right {
  font-size: 0.875rem;
  margin-left: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-ArrayInput-addBtn .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
.amis-scope .cxd-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .cxd-ArrayInput-addBtn > .pull-left {
  font-size: 0.875rem;
  margin-right: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-ArrayInput-addBtn .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
.amis-scope .cxd-ArrayInput-addBtn > .pull-right {
  font-size: 0.875rem;
  margin-left: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-ArrayInput-addBtn.cxd-Button--iconOnly {
  min-width: 1.625rem;
  padding: 0;
}

.amis-scope .cxd-ArrayInput-addBtn.cxd-Button--iconOnly:not(.cxd-Button--link) > svg.icon {
  width: 0.875rem;
  height: 0.875rem;
}

.amis-scope .cxd-ArrayInput-addBtn.cxd-Button--iconOnly:not(.cxd-Button--link) > .fa,
.amis-scope .cxd-ArrayInput-addBtn.cxd-Button--iconOnly:not(.cxd-Button--link) > .iconfont {
  font-size: 0.875rem;
}

.amis-scope .cxd-ArrayInput-addBtn.cxd-Button--iconOnly:not(.cxd-Button--link) > .iconfont {
  line-height: 1;
}

.amis-scope .cxd-ArrayInput-addBtn img.cxd-Button-icon {
  height: 0.875rem;
  vertical-align: middle;
}

.amis-scope .cxd-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover {
  color: #2468f2;
  background: #ffffff;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-ArrayInput-addBtn:not(:disabled):not(.is-disabled).hover {
  color: #2468f2;
  background: #ffffff;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover:active {
  color: #144bcc;
  background: #ffffff;
  border-color: #144bcc #144bcc #144bcc #144bcc;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-ArrayInput-addBtn:not(:disabled):not(.is-disabled).active {
  color: #144bcc;
  background: #ffffff;
  border-color: #144bcc #144bcc #144bcc #144bcc;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-ArrayInput-addBtn:disabled,
.amis-scope .cxd-ArrayInput-addBtn.is-disabled {
  color: #b8babf;
  background: #f7f8fa;
  border-color: #f7f8fa #f7f8fa #f7f8fa #f7f8fa;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-ArrayInput-addBtn.is-disabled {
  pointer-events: none;
  opacity: var(--Button-onDisabled-opacity);
}

.amis-scope .cxd-ArrayInput-toolbar {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.amis-scope .cxd-ArrayInput-toolbar--dnd {
  padding-left: 29px;
}

.amis-scope .cxd-ArrayInput-sortTip {
  color: #b8babf;
}

.amis-scope .cxd-ArrayInput-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0.25rem;
}

.amis-scope .cxd-ArrayInput-item > div {
  flex-grow: 1;
  width: 0;
  min-width: 120px;
  margin-right: 0.25rem;
}

.amis-scope .cxd-ArrayInput-item > div:not(:first-child) {
  margin-left: 0.25rem;
}

.amis-scope .cxd-ArrayInput-item--dragging {
  position: relative;
  opacity: 0.4;
}

.amis-scope .cxd-ArrayInput-itemRemove,
.amis-scope .cxd-ArrayInput-itemDrager {
  margin: 0;
  flex-grow: unset;
  display: inline-block;
  padding: calc(
    (
        2rem - 1.5 *
          14px
      ) / 2
  ) 0.25rem;
  cursor: pointer;
}

.amis-scope .cxd-ArrayInput-itemRemove > svg,
.amis-scope .cxd-ArrayInput-itemDrager > svg {
  color: #84878c;
}

.amis-scope .cxd-ArrayInput-itemRemove:hover > svg,
.amis-scope .cxd-ArrayInput-itemDrager:hover > svg {
  color: #2468f2;
}

.amis-scope .cxd-ArrayInput-itemDrager {
  cursor: move;
}

.amis-scope .cxd-Tabs-drag-tip {
  display: none;
}

.amis-scope .cxd-Tabs-linksWrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 0.0625rem solid #e8e9eb;
}

.amis-scope .cxd-Tabs-linksContainer-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable {
  display: flex;
  margin-left: 1.25rem;
  align-items: center;
  justify-content: flex-start;
  padding: var(--Tabs--line-addPadding);
  white-space: nowrap;
  cursor: pointer;
}

.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable-icon {
  width: 0.9375rem;
  height: 0.9375rem;
  padding: 0.0625rem;
  margin-right: 0.25rem;
}

.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable span {
  margin-left: 4px;
  line-height: 1;
}

.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable:hover {
  color: #2468f2;
  fill: #2468f2;
}

.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow {
  margin: var(--Tabs--line-addPadding);
  width: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  box-sizing: content-box;
}

.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow .iconfont {
  font-size: 12px;
}

.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow:hover {
  color: #2468f2;
}

.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow--left {
  padding-right: 16px;
}

.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow--right {
  padding-left: 16px;
}

.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow--disabled .iconfont {
  cursor: not-allowed;
  color: #b8babf;
}

.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow--disabled:hover {
  color: #b8babf;
}

.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-main {
  position: relative;
  overflow-y: auto;
  scrollbar-width: none;
  width: 100%;
}

.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-main::-webkit-scrollbar {
  display: none;
}

.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-main .cxd-Tabs-links {
  min-width: 100%;
  max-width: 0;
  height: 100%;
  overflow-x: hidden;
}

.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-main .cxd-Tabs-links .cxd-Tabs-links-drag {
  position: absolute;
  height: 100%;
  top: 0;
  box-shadow: 0 0 0 1px red;
}

.amis-scope .cxd-Tabs-links {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  user-select: none;
}

.amis-scope .cxd-Tabs-links::before,
.amis-scope .cxd-Tabs-links::after {
  display: table;
  content: "";
}

.amis-scope .cxd-Tabs-links::after {
  clear: both;
}

.amis-scope .cxd-Tabs-links > .cxd-Tabs-link {
  position: relative;
  flex: none;
  display: flex;
  max-width: 10rem;
  overflow: hidden;
}

.amis-scope .cxd-Tabs-links > .cxd-Tabs-link .cxd-Tabs-link-edit {
  max-width: 10rem;
  border: none;
  outline: none;
}

.amis-scope .cxd-Tabs-links > .cxd-Tabs-link:hover .cxd-Tabs-link-close {
  width: 0.75rem;
  margin-left: 0.25rem;
}

.amis-scope .cxd-Tabs-links > .cxd-Tabs-link .cxd-Tabs-link-close {
  width: 0;
  margin: 0.0625rem 0 0;
  fill: #83868c;
  transition: all 0s linear;
  overflow: hidden;
  cursor: pointer;
}

.amis-scope .cxd-Tabs-links > .cxd-Tabs-link .cxd-Tabs-link-close .cxd-Tabs-link-close-icon {
  width: 0.75rem;
}

.amis-scope .cxd-Tabs-links > .cxd-Tabs-link > a:first-child {
  font-size: 14px;
  outline: none;
  border: 0.0625rem solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #151b26;
  margin: 0 0.1875rem 0 0;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  cursor: pointer;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.amis-scope .cxd-Tabs-links > .cxd-Tabs-link > a:first-child > .cxd-Icon {
  margin-right: 0.5rem;
  vertical-align: unset;
}

.amis-scope .cxd-Tabs-links > .cxd-Tabs-link > a:first-child > img.cxd-Icon {
  position: relative;
  top: 0.125em;
}

.amis-scope .cxd-Tabs-links > .cxd-Tabs-link > a.cxd-Tabs-togglor {
  display: flex;
}

.amis-scope .cxd-Tabs-links > .cxd-Tabs-link > .cxd-Combo-toolbarBtn {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
  display: none;
}

.amis-scope .cxd-Tabs-links > .cxd-Tabs-link:hover > .cxd-Combo-toolbarBtn {
  display: block;
}

.amis-scope .cxd-Tabs-links > .cxd-Tabs-link:hover > a:first-child,
.amis-scope .cxd-Tabs-links > .cxd-Tabs-link > a:first-child:focus {
  text-decoration: none;
}

.amis-scope .cxd-Tabs-links > .cxd-Tabs-link.disabled,
.amis-scope .cxd-Tabs-links > .cxd-Tabs-link.is-disabled {
  cursor: not-allowed;
}

.amis-scope .cxd-Tabs-links > .cxd-Tabs-link.disabled > a:first-child,
.amis-scope .cxd-Tabs-links > .cxd-Tabs-link.is-disabled > a:first-child {
  color: #b8babf;
  background: transparent;
  border-color: transparent;
  pointer-events: none;
}

.amis-scope .cxd-Tabs-links > .cxd-Tabs-link.active > a:first-child,
.amis-scope .cxd-Tabs-links > .cxd-Tabs-link.is-active > a:first-child {
  color: #151b26;
  border-color: #e8e9eb;
  border-bottom-color: transparent;
}

.amis-scope .cxd-Tabs .cxd-Tabs-togglor {
  display: flex;
  justify-content: center;
  margin: auto;
  cursor: pointer;
}

.amis-scope .cxd-Tabs .cxd-Tabs-togglor-arrow {
  width: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transform: rotate(90deg);
}

.amis-scope .cxd-Tabs .cxd-Tabs-togglor-arrow > svg {
  transition: transform 0s;
  display: inline-block;
  color: #84878c;
  width: 10px;
  height: 10px;
  top: 0;
}

.amis-scope .cxd-Tabs .cxd-Tabs-togglor.is-opened {
  color: #151b26;
}

.amis-scope .cxd-Tabs .cxd-Tabs-togglor.is-opened .cxd-Tabs-togglor-arrow > svg {
  transform: rotate(180deg);
}

.amis-scope .cxd-Tabs-PopOver.cxd-PopOver {
  border: 0;
  border-radius: 0;
}

.amis-scope .cxd-Tabs-content {
  background: #ffffff;
  border-style: solid;
  border-width: 0 0.0625rem 0.0625rem;
  border-color: #e8e9eb;
}

.amis-scope .cxd-Tabs-pane {
  display: none;
  padding: 0.75rem;
  opacity: 0;
  transition: opacity 0s linear;
}

.amis-scope .cxd-Tabs-pane.is-active {
  display: block;
}

.amis-scope .cxd-Tabs-pane.in {
  opacity: 1;
}

.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper {
  position: relative;
}

.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #e8e9eb;
}

.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper--toolbar .cxd-Tabs-link {
  padding-top: 10px;
}

.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper--toolbar .cxd-Tabs-addable {
  padding: 0;
}

.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper--toolbar .cxd-Tabs-linksContainer-arrow {
  margin: 0;
}

.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-arrow {
  top: -4px;
}

.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li,
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li {
  padding: 0 calc(2rem / 2);
}

.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:first-of-type,
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:first-of-type {
  padding-left: 0;
}

.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:last-of-type,
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:last-of-type {
  padding-right: 0;
}

.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child,
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child {
  border-width: 0;
  padding: 0 0 0.5rem;
  color: #151b26;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:not(.is-disabled):hover a:first-child,
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:not(.is-disabled):hover a:first-child {
  color: #2468f2;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  background: transparent;
}

.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:not(.is-disabled):hover .cxd-Tabs-link-close,
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:not(.is-disabled):hover .cxd-Tabs-link-close {
  fill: #2468f2;
}

.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-disabled a:first-child,
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-disabled a:first-child {
  color: #b8babf;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child,
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child:hover,
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child:focus,
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child,
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:hover,
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:focus {
  border-bottom: 2px solid #2468f2;
  color: #2468f2;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  background: transparent;
}

.amis-scope .cxd-Tabs--line > .cxd-Tabs-content {
  border-width: 0;
}

.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper {
  background: #f7f8fa;
}

.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-addable {
  margin-left: 0;
  padding: 0;
  padding-top: 0.4375rem;
  margin-right: 1rem;
}

.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer .cxd-Tabs-addable {
  padding: 0;
}

.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-arrow {
  padding: 0.5rem 1rem 0;
  margin-bottom: 0;
}

.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links {
  padding: 0.375rem
    0.625rem 0rem
    0.625rem;
  border-top: 1px solid #e8e9eb;
}

.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li {
  padding: 0.625rem;
  margin-right: 0.625rem;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: transparent;
  cursor: pointer;
}

.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child {
  padding: 0;
  border: none;
  color: #151b26;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active {
  color: #151b26;
  background: #ffffff;
}

.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child {
  color: #151b26;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-disabled {
  cursor: not-allowed;
  background: transparent;
}

.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-disabled > a:first-child {
  color: #b8babf;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:not(.is-disabled):hover,
.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:not(.is-disabled):focus {
  background: #ffffff;
}

.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:not(.is-disabled):hover > a:first-child,
.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:not(.is-disabled):focus > a:first-child {
  color: #151b26;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-toolbar {
  padding: 0.375rem
    0.625rem 0rem
    0.625rem;
  margin: 0;
}

.amis-scope .cxd-Tabs--card > .cxd-Tabs-content {
  border-width: 0;
}

.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper {
  margin-bottom: 0.625rem;
}

.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable {
  padding: 0;
}

.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-arrow {
  margin-bottom: 0;
}

.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links {
  border: 0;
}

.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li {
  margin: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  min-width: 68px;
  height: 1.875rem;
  background: #ffffff;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-width: 1px 1px 1px 1px;
}

.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:hover,
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:focus {
  background: #ffffff;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-width: 1px 1px 1px 1px;
}

.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:hover > a:first-child,
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:focus > a:first-child {
  font-size: 14px;
  color: #151b26;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child {
  padding: 0;
  border-radius: 0;
  font-size: 14px;
  color: #151b26;
  font-weight: 400;
  line-height: 1.5;
  border: none;
}

.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active {
  position: relative;
  z-index: 1;
  background: #2468f2;
  border-style: solid solid solid solid;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-width: 1px 1px 1px 1px;
}

.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > .cxd-Tabs-link-close {
  fill: #ffffff;
}

.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-disabled {
  background: #ffffff;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-width: 1px 1px 1px 1px;
}

.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-disabled > a:first-child {
  font-size: 14px;
  color: #b8babf;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li + li {
  margin-left: calc(1px * -1);
}

.amis-scope .cxd-Tabs--radio > .cxd-Tabs-content {
  border-top: 0.0625rem solid #e8e9eb;
}

.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper {
  align-items: stretch;
  border-bottom: none;
}

.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer {
  flex: 1;
  align-items: stretch;
}

.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-arrow {
  margin-bottom: 0;
  padding: 0 10px;
  height: auto;
  align-items: center;
  justify-content: center;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #e8e9eb;
}

.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer.cxd-Tabs-linksContainer--overflow > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:first-of-type {
  border-left-width: 0;
}

.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer.cxd-Tabs-linksContainer--overflow > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:last-of-type {
  border-right-width: 0;
}

.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable {
  padding: 0 0.75rem;
  margin-left: 0;
  white-space: nowrap;
  border-style: solid;
  border-color: #e8e9eb;
  border-width: 0.0625rem;
  border-left-width: 0;
}

.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-left: 1px;
  border-bottom: 0;
}

.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li {
  max-width: unset;
  flex-grow: 1;
  text-align: center;
  margin-left: calc(1px * -1);
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-width: 1px 1px 1px 1px;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  cursor: pointer;
}

.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:hover,
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:focus {
  position: relative;
  z-index: 1;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-width: 1px 1px 1px 1px;
}

.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:hover > a:first-child,
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:focus > a:first-child {
  color: #151b26;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child {
  color: #151b26;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  border-radius: 0;
  padding: 0;
  flex: 1;
  border: none;
}

.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active {
  cursor: default;
  border-style: solid solid solid solid;
  border-color: #2468f2 #e8e9eb transparent #e8e9eb;
  border-width: 1px 1px 1px 1px;
}

.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child {
  color: #151b26;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-disabled {
  cursor: not-allowed;
  color: #b8babf;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-width: 1px 1px 1px 1px;
}

.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-disabled > a:first-child {
  color: #b8babf;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--vertical {
  display: flex;
  min-height: 12.5rem;
  border: 1px solid #e8e9eb;
  border-radius: 0;
}

.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper {
  flex-direction: column;
  background: #f7f8fa;
  border-bottom: 0;
}

.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper > .cxd-Tabs-links {
  width: 8.75rem;
  border: none;
  flex-direction: column;
}

.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li {
  margin: 0 0 0 -1px;
  display: block;
}

.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child {
  border-radius: 0;
  border: 0;
  border-left-style: solid;
  border-left-width: 4px;
  border-left-color: transparent;
  margin: 0;
  color: #151b26;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
}

.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child:hover,
.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child:focus {
  color: #528eff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-disabled > a:first-child {
  color: #b8babf;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child {
  color: #2468f2;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border-left-style: solid;
  border-left-color: #2468f2;
  border-left-width: 4px;
}

.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper + .cxd-Tabs-content {
  width: calc(100% - 8.75rem);
}

.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-content {
  border: none;
  flex-grow: 1;
}

.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-content > .cxd-Tabs-pane {
  height: 100%;
}

.amis-scope .cxd-Tabs--sidebar {
  display: flex;
  height: 100%;
}

.amis-scope .cxd-Tabs--sidebar.sidebar--left {
  flex-direction: row;
}

.amis-scope .cxd-Tabs--sidebar.sidebar--left > .cxd-Tabs-content {
  border-right: none;
}

.amis-scope .cxd-Tabs--sidebar.sidebar--right {
  flex-direction: row-reverse;
}

.amis-scope .cxd-Tabs--sidebar.sidebar--right > .cxd-Tabs-content {
  border-left: none;
}

.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper {
  flex: 0 0 3.875rem;
  align-items: flex-start;
  border: none;
}

.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links {
  position: relative;
  margin: 0;
  padding-top: 1.375rem;
  flex-grow: 1;
  border: none;
  flex-direction: column;
  border: 0;
}

.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li {
  display: flex;
  margin-bottom: 1.375rem;
  padding: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 0;
}

.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-disabled > a:first-child {
  color: #b8babf;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child {
  padding: 0;
  border: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #84878c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child .cxd-Icon {
  font-size: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.3125rem;
  margin-right: 0;
  top: 0;
}

.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child:hover,
.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child:focus {
  color: #528eff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child {
  color: #2468f2;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-content {
  flex-grow: 1;
  border-bottom: none;
}

.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-content > .cxd-Tabs-pane {
  height: 100%;
}

.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper {
  background: #f7f8fa;
  border-bottom: none;
  overflow-x: hidden;
}

.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-addable {
  margin-left: 0;
  padding: 0;
  padding-top: 10px;
}

.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links {
  border-bottom: 0;
  padding: 0 0.625rem;
  padding-top: 0.5rem;
  display: flex;
  width: 100%;
}

.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li {
  position: relative;
  margin-bottom: 0;
  white-space: nowrap;
  min-width: 0;
  max-width: 15.625rem;
  padding: 0.4375rem 1.25rem 0.375rem;
  cursor: pointer;
  flex: 1;
  overflow: inherit;
}

.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a {
  /* 最少展示一个字 */
  min-width: 14px;
}

.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child {
  background: none;
  border: none;
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
}

.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child,
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child:hover,
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child:focus {
  background: none;
  border: none;
}

.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active:after {
  display: none;
}

.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:not(:last-child):after {
  content: "";
  width: 1px;
  height: calc(100% - 0.5rem * 2);
  position: absolute;
  right: -2px;
  background: #84878c;
  top: 0.5rem;
}

.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:hover .chrome-tab-background {
  z-index: 3;
  display: block;
  background-color: #f7f8fa;
}

.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:hover .chrome-tab-background > svg {
  fill: #f7f8fa;
}

.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:hover:after {
  display: none;
}

.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active .chrome-tab-background {
  display: block;
  background-color: #ffffff;
}

.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active .chrome-tab-background > svg {
  fill: #ffffff;
}

.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-disabled {
  cursor: not-allowed;
}

.amis-scope .cxd-Tabs--chrome .chrome-tab-background {
  display: none;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 0.5rem 0.5rem 0 0;
}

.amis-scope .cxd-Tabs--chrome .chrome-tab-background > svg {
  width: 0.5rem;
  height: 0.5rem;
  bottom: 0;
  position: absolute;
}

.amis-scope .cxd-Tabs--chrome .chrome-tab-background > .chrome-tab-background--right {
  right: calc(0.5rem * -1);
}

.amis-scope .cxd-Tabs--chrome .chrome-tab-background > .chrome-tab-background--left {
  left: calc(0.5rem * -1);
}

.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper {
  border-bottom: none;
}

.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable {
  padding: 0;
}

.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-arrow {
  margin-bottom: 0;
}

.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links {
  border: none;
}

.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li {
  position: relative;
  border: none;
  padding: 0.25rem
    1rem 0.25rem
    1rem;
}

.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:not(.is-disabled) > a {
  font-size: 14px;
  color: #151b26;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:not(.is-disabled):hover > a {
  font-size: 14px;
  color: #2468f2 !important;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-disabled > a {
  font-size: 14px;
  color: #b8babf !important;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a {
  font-size: 14px;
  color: #2468f2 !important;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 14px;
  transform: translateY(-50%);
  border: 1px solid #e8e9eb;
}

.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > .cxd-Tabs-link-close {
  cursor: pointer;
}

.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:last-of-type::after {
  content: none;
}

.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:not(.is-disabled):hover .cxd-Tabs-link-close {
  fill: #2468f2;
}

.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child {
  padding: 0;
}

.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child,
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:hover,
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:focus {
  border: none;
}

.amis-scope .cxd-Tabs--simple > .cxd-Tabs-content {
  border: none;
}

.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper {
  align-items: stretch;
  border-bottom: 0.0625rem solid #e8e9eb;
}

.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable {
  width: 2rem;
  margin-left: 0.5rem;
  padding: 0;
  margin-bottom: calc(0.0625rem * -1);
  align-items: center;
  justify-content: center;
  font-size: 0;
  border: 0.0625rem solid #e8e9eb;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex: none;
}

.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable > .cxd-Tabs-addable-icon {
  margin-right: 0;
}

.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable:hover {
  color: var(--Tabs--line-onHover-color);
}

.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer {
  margin-bottom: calc(0.0625rem * -1);
}

.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer.cxd-Tabs-linksContainer--overflow > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:first-of-type {
  border-left-width: 0;
  border-top-left-radius: 0;
}

.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer.cxd-Tabs-linksContainer--overflow > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:last-of-type {
  border-right-width: 0;
  border-top-right-radius: 0;
}

.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer .cxd-Tabs-linksContainer-arrow {
  width: 1.5rem;
  margin-bottom: 0;
  padding: 0;
  justify-content: center;
  border: 0.0625rem solid #e8e9eb;
  border-top-right-radius: 4px;
  box-sizing: border-box;
}

.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer .cxd-Tabs-linksContainer-arrow--left {
  padding-right: 0;
  border-right-width: 0;
  border-top-left-radius: 4px;
}

.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer .cxd-Tabs-linksContainer-arrow--right {
  padding-left: 0;
  border-left-width: 0;
  border-top-right-radius: 4px;
}

.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link {
  margin: 0rem 0.5rem 0rem 0rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  background: #ffffff;
  border-radius: 4px 4px 0px 0px;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  cursor: pointer;
}

.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:not(.is-disabled) > a {
  font-size: 14px;
  color: #151b26;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:not(.is-disabled):hover {
  background: #ffffff;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
}

.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:not(.is-disabled):hover > a {
  font-size: 14px;
  color: #2468f2 !important;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link.is-disabled {
  cursor: not-allowed;
  background: #ffffff;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
}

.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link.is-disabled > a {
  font-size: 14px;
  color: #b8babf !important;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link.is-active {
  background: #ffffff;
  border-color: #e8e9eb #e8e9eb transparent #e8e9eb;
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
}

.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link.is-active > a {
  font-size: 14px;
  color: #2468f2 !important;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:not(.is-disabled):hover .cxd-Tabs-link-close {
  fill: #2468f2;
}

.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:last-of-type {
  margin-right: 0;
}

.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link > a:first-child {
  padding: 0;
  margin: 0;
  border: none;
}

.amis-scope .cxd-Tabs-toolbar {
  flex: 1 1 auto;
  margin-left: 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.amis-scope .cxd-Nav {
  position: relative;
  cursor: pointer;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 2.5rem;
}

.amis-scope .cxd-Nav-horizontal {
  line-height: 3.125rem;
}

.amis-scope .cxd-Nav .cxd-Nav-dropIndicator {
  position: absolute;
  background: #2468f2;
  height: 2px;
}

.amis-scope .cxd-Page {
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.amis-scope .cxd-Page-header {
  padding: 0.625rem 1rem;
}

.amis-scope .cxd-Page-main {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.amis-scope .cxd-Page-content {
  padding: 0rem 0rem;
  position: relative;
  height: 100%;
  width: 100%;
}

.amis-scope .cxd-Page-main > .cxd-Page-header {
  border-bottom: 0.0625rem solid #e8e9eb;
}

.amis-scope .cxd-Page-headerRow {
  border-bottom: 0.0625rem solid #e8e9eb;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.amis-scope .cxd-Page-headerRow .cxd-Page-header,
.amis-scope .cxd-Page-headerRow .cxd-Page-toolbar {
  flex-grow: 1;
  min-height: 100%;
}

.amis-scope .cxd-Page-headerRow .cxd-Page-toolbar {
  text-align: right;
  padding-right: 0.75rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.amis-scope .cxd-Page-title {
  margin: 0;
  padding: 0;
  color: #151b26;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}

.amis-scope .cxd-Page-body {
  padding: 0.75rem;
  flex: 1 auto;
}

.amis-scope .cxd-Page-asideTplWrapper {
  padding: 0.25rem;
}

.amis-scope .cxd-Page-asideResizor {
  position: absolute;
  right: -0.375rem;
  top: 50%;
  cursor: ew-resize;
  writing-mode: vertical-lr;
  width: 0.75rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  border: 0.0625rem solid #dee2e6;
  background-color: #fff;
  border-radius: 0.142rem;
  font-size: 12px;
  line-height: 0.625rem;
  text-align: center;
  user-select: none;
  color: #666;
}

.amis-scope .cxd-Page-asideResizor:hover {
  color: #000;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.amis-scope .cxd-Page-asideResizor:after {
  content: "···";
}

.amis-scope .cxd-Page-toolbar > * + * {
  margin-left: 0.25rem;
}

@media (min-width: 768px) {
  .amis-scope .cxd-Page-aside {
    width: 10rem;
    border-right: 0.0625rem solid #e8e9eb;
  }

  .amis-scope .cxd-Page-aside::before {
    content: "";
    position: absolute;
    width: inherit;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: inherit;
    border: inherit;
  }

  .amis-scope .cxd-Page-aside--withWidth {
    min-width: 10rem;
    max-width: 18.75rem;
  }

  .amis-scope .cxd-Page--withSidebar {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }

  .amis-scope .cxd-Page--withSidebar > .cxd-Page-content,
  .amis-scope .cxd-Page--withSidebar > .cxd-PullRefresh {
    width: 0;
    flex-grow: 1;
  }
}

.amis-scope .cxd-Remark {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  cursor: pointer;
  text-align: center;
}

.amis-scope .cxd-Remark > span {
  color: #84878c;
  font-size: 12px;
}

.amis-scope .cxd-Remark-icon {
  color: #84878c;
  font-size: 12px;
  background: #ffffff;
  border: 1px solid #e8e9eb;
  width: 1rem;
  height: 1rem;
  line-height: 1;
  display: inline-flex;
  vertical-align: baseline;
  align-self: center;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.amis-scope .cxd-Remark-icon > svg {
  width: 100%;
  height: 100%;
  display: block;
}

.amis-scope .cxd-Remark-icon--circle {
  border-radius: 50%;
}

.amis-scope .cxd-Remark > span + .cxd-Remark-icon {
  margin-left: 0.25rem;
}

.amis-scope .cxd-Remark:hover > .cxd-Remark-icon {
  color: #ffffff;
  background: #ff9326;
  border-color: #ff9326;
}

.amis-scope .cxd-Remark > svg {
  width: calc(1rem - 0.125rem);
  height: calc(1rem - 0.125rem);
  color: #84878c;
}

.amis-scope .cxd-Remark:hover > svg {
  color: #ffffff;
}

.amis-scope .cxd-Chart {
  min-width: 300px;
  min-height: 300px;
  position: relative;
}

.amis-scope .cxd-Chart-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.amis-scope .cxd-Chart-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.amis-scope .cxd-Video {
  min-width: 200px;
}

.amis-scope .cxd-Video-cursor {
  position: absolute;
  border: 2px solid #2468f2;
  transition: all 0s ease-out;
}

.amis-scope .cxd-Video-frameList .cxd-Video-frameItem {
  cursor: pointer;
}

.amis-scope .cxd-Video-frameLabel {
  text-align: center;
}

.amis-scope .cxd-Video .video-react-paused .video-react-big-play-button.big-play-button-hide {
  display: block;
}

.amis-scope .cxd-Video-player {
  position: relative;
}

.amis-scope .cxd-Video-error {
  position: absolute;
  display: block;
  width: 100%;
  padding: 5px 10px;
  color: #f23d3d;
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
  top: 0;
}

.amis-scope .cxd-Audio-original {
  display: none;
}

.amis-scope .cxd-Audio--inline {
  display: inline-block;
}

.amis-scope .cxd-Audio {
  box-sizing: border-box;
  height: 3.125rem;
  line-height: 3.125rem;
  border: 0.0625rem solid #dee2e6;
  padding-left: 0.625rem;
  overflow: hidden;
}

.amis-scope .cxd-Audio-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.amis-scope .cxd-Audio-rates {
  width: 2.5rem;
  height: 3.125rem;
  text-align: center;
  background: #dee2e6;
  cursor: pointer;
  margin-right: 0.625rem;
}

.amis-scope .cxd-Audio-rateControl {
  margin-right: 0.625rem;
}

.amis-scope .cxd-Audio-rateControl::after {
  clear: both;
  content: "";
}

.amis-scope .cxd-Audio-rateControl .cxd-Audio-rateControlItem {
  width: 2.5rem;
  height: 3.125rem;
  background: #dee2e6;
  cursor: pointer;
  text-align: center;
  float: left;
  box-sizing: border-box;
  border-right: 0.0625rem solid #d3dae0;
}

.amis-scope .cxd-Audio-play {
  width: 1rem;
  cursor: pointer;
  margin-right: 0.625rem;
}

.amis-scope .cxd-Audio-play svg {
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 0.375rem;
}

.amis-scope .cxd-Audio-times {
  min-width: 4.6875rem;
  margin-right: 0.625rem;
  cursor: default;
  flex-shrink: 0;
}

.amis-scope .cxd-Audio-process {
  flex: auto;
  cursor: pointer;
  min-width: 5rem;
  margin-right: 0.625rem;
}

.amis-scope .cxd-Audio-process input[type=range] {
  -webkit-appearance: none;
  outline: none;
  border: none;
  padding: 0;
  background: none;
}

.amis-scope .cxd-Audio-process input[type=range]::-webkit-slider-runnable-track {
  background: #d7dbdd;
  height: 0.375rem;
  border-radius: 0.1875rem;
  border: 0.0625rem solid transparent;
}

.amis-scope .cxd-Audio-process input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  border-radius: 100%;
  cursor: pointer;
  background: #606670;
  width: 0.875rem;
  height: 0.875rem;
  margin-top: -0.3125rem;
}

.amis-scope .cxd-Audio-volume {
  width: 1rem;
  height: 3.125rem;
  line-height: 3.125rem;
  cursor: pointer;
  margin-right: 0.625rem;
}

.amis-scope .cxd-Audio-volume svg {
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 0.375rem;
}

.amis-scope .cxd-Audio-volumeControl {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 6.875rem;
  height: 3.125rem;
  line-height: 3.125rem;
  margin-right: 0.625rem;
}

.amis-scope .cxd-Audio-volumeControl input[type=range] {
  -webkit-appearance: none;
  outline: none;
  border: none;
  padding: 0;
  background: none;
}

.amis-scope .cxd-Audio-volumeControl input[type=range]::-webkit-slider-runnable-track {
  background: #d7dbdd;
  height: 0.375rem;
  border-radius: 0.1875rem;
  border: 0.0625rem solid transparent;
}

.amis-scope .cxd-Audio-volumeControl input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  border-radius: 100%;
  cursor: pointer;
  background: #606670;
  width: 0.875rem;
  height: 0.875rem;
  margin-top: -0.3125rem;
}

.amis-scope .cxd-Audio-volumeControl .cxd-Audio-volumeControlIcon {
  margin-right: 0.625rem;
  cursor: pointer;
}

.amis-scope .cxd-Audio-volumeControl svg {
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 0.375rem;
}

.amis-scope .cxd-Panel {
  margin: 0rem 0rem 1.25rem 0rem;
  background: #ffffff;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-style: solid solid solid solid;
  border-width: 1px
    1px 1px
    1px;
  border-radius: 4px
    4px 4px
    4px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  /* 主题 */
  /* 子组件 */
}

.amis-scope .cxd-Panel-fixedBottom {
  position: absolute;
  background: #ffffff;
  z-index: -1;
  opacity: 0;
  bottom: 999999px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
    0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  border-top: none;
}

.amis-scope .cxd-Panel-fixedBottom.in {
  position: fixed;
  bottom: 0;
  z-index: 900;
  opacity: 1;
}

.amis-scope .cxd-Panel--default {
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
}

.amis-scope .cxd-Panel--default > .cxd-Panel-heading {
  background: #f7f8fa;
  color: #303540;
}

.amis-scope .cxd-Panel--default > .cxd-Panel-heading .badge {
  color: #f7f8fa;
  background: #303540;
}

.amis-scope .cxd-Panel--default > .cxd-Panel-heading {
  border-color: transparent transparent #e8e9eb transparent;
}

.amis-scope .cxd-Panel--primary {
  border-color: #2468f2;
}

.amis-scope .cxd-Panel--primary > .cxd-Panel-heading {
  background: #2468f2;
  color: #ffffff;
}

.amis-scope .cxd-Panel--primary > .cxd-Panel-heading .badge {
  color: #2468f2;
  background: #ffffff;
}

.amis-scope .cxd-Panel--primary > .cxd-Panel-heading,
.amis-scope .cxd-Panel--primary > .cxd-Panel-footer {
  border-color: #2468f2;
}

.amis-scope .cxd-Panel--success {
  border-color: #30bf13;
}

.amis-scope .cxd-Panel--success > .cxd-Panel-heading {
  background: #30bf13;
  color: #ffffff;
}

.amis-scope .cxd-Panel--success > .cxd-Panel-heading .badge {
  color: #30bf13;
  background: #ffffff;
}

.amis-scope .cxd-Panel--success > .cxd-Panel-heading,
.amis-scope .cxd-Panel--success > .cxd-Panel-footer {
  border-color: #30bf13;
}

.amis-scope .cxd-Panel--info {
  border-color: #2468f2;
}

.amis-scope .cxd-Panel--info > .cxd-Panel-heading {
  background: #2468f2;
  color: #ffffff;
}

.amis-scope .cxd-Panel--info > .cxd-Panel-heading .badge {
  color: #2468f2;
  background: #ffffff;
}

.amis-scope .cxd-Panel--info > .cxd-Panel-heading,
.amis-scope .cxd-Panel--info > .cxd-Panel-footer {
  border-color: #2468f2;
}

.amis-scope .cxd-Panel--warning {
  border-color: #ff9326;
}

.amis-scope .cxd-Panel--warning > .cxd-Panel-heading {
  background: #ff9326;
  color: #ffffff;
}

.amis-scope .cxd-Panel--warning > .cxd-Panel-heading .badge {
  color: #ff9326;
  background: #ffffff;
}

.amis-scope .cxd-Panel--warning > .cxd-Panel-heading,
.amis-scope .cxd-Panel--warning > .cxd-Panel-footer {
  border-color: #ff9326;
}

.amis-scope .cxd-Panel--danger {
  border-color: #f23d3d;
}

.amis-scope .cxd-Panel--danger > .cxd-Panel-heading {
  background: #f23d3d;
  color: #ffffff;
}

.amis-scope .cxd-Panel--danger > .cxd-Panel-heading .badge {
  color: #f23d3d;
  background: #ffffff;
}

.amis-scope .cxd-Panel--danger > .cxd-Panel-heading,
.amis-scope .cxd-Panel--danger > .cxd-Panel-footer {
  border-color: #f23d3d;
}

.amis-scope .cxd-Panel-heading {
  padding: 0.5rem
    0.75rem 0.5rem
    0.75rem;
  border-color: transparent transparent #e8e9eb transparent;
  border-style: solid solid solid solid;
  border-width: 0px 0px 1px 0px;
  border-radius: 4px
    4px 0 0;
}

.amis-scope .cxd-Panel-title {
  margin: 0;
  font-size: 12px;
  color: #303540;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Panel-body {
  padding: 0.75rem
    0.75rem 0.75rem
    0.75rem;
}

.amis-scope .cxd-Panel-footer {
  border-color: #e8e9eb
    transparent
    transparent
    transparent;
  border-radius: 0 0 4px
    4px;
  background: #ffffff;
  padding: 0.5rem
    0.75rem 0.5rem
    0.75rem;
  border-style: solid solid solid solid;
  border-width: 1px 0px 0px 0px;
  clear: both;
}

.amis-scope .cxd-Panel-footer .cxd-Button + .cxd-Button {
  margin-left: 0.5rem;
}

.amis-scope .cxd-Panel-btnToolbar {
  text-align: right;
}

.amis-scope .cxd-Panel-btnToolbar::before,
.amis-scope .cxd-Panel-btnToolbar::after {
  display: table;
  content: "";
}

.amis-scope .cxd-Panel-btnToolbar::after {
  clear: both;
}

.amis-scope .cxd-Panel-btnToolbar .cxd-Button {
  margin-left: 0.5rem;
}

.amis-scope .cxd-Panel-btnToolbar:empty {
  display: none;
}

/* 移动端样式调整 */

@media (max-width: 767px) {
  .amis-scope .cxd-Panel--form {
    border: none;
    box-shadow: none;
    margin: 0 calc(0.75rem * -1) calc(1.25rem / 2);
  }

  .amis-scope .cxd-Panel--form .cxd-Panel-body {
    padding: 0 1rem 1rem;
  }

  .amis-scope .cxd-Panel--form > .cxd-Panel-heading {
    background: none;
    border: none;
    border-radius: 0;
  }

  .amis-scope .cxd-Panel--form > .cxd-Panel-heading .cxd-Panel-title {
    padding-left: 0.75rem;
    border-left: 0.1875rem solid #2468f2;
    font-size: 16px;
  }

  .amis-scope .cxd-Panel--form .cxd-Panel-footerWrap {
    padding-bottom: 0.75rem;
  }

  .amis-scope .cxd-Panel--form .cxd-Panel-footer {
    border-top: none;
    display: flex;
    padding: 0 0.75rem;
  }

  .amis-scope .cxd-Panel--form .cxd-Panel-footer > .cxd-Button {
    flex: 1;
  }

  .amis-scope .cxd-Panel--form .cxd-Panel-footer > .cxd-Button:first-child {
    margin-left: 0;
  }
}

.amis-scope .cxd-Service {
  position: relative;
}

.amis-scope .cxd-Sparkline {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.amis-scope .cxd-Sparkline-line {
  stroke: #2468f2;
  stroke-width: 1px;
}

.amis-scope .cxd-Sparkline-area {
  fill: rgba(0, 123, 255, 0.1);
}

.amis-scope .cxd-Sparkline--clickable {
  cursor: pointer;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.amis-scope .cxd-Spinner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: ease-out opacity 0s;
}

.amis-scope .cxd-Spinner.in {
  opacity: 1;
}

.amis-scope .cxd-Spinner .cxd-Spinner-icon {
  width: 2rem;
  height: 2rem;
  position: relative;
  transform: translateZ(0);
  animation: spin 2s linear infinite;
  transition: ease-out all 0s;
}

.amis-scope .cxd-Spinner .cxd-Spinner-icon--default {
  background: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDY0IDY0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPGcgaWQ9Iumhtemdoi0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0ibG9hZGluZyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC41MDAwMDAsIDAuNTAwMDAwKSI+CiAgICAgICAgICAgIDxyZWN0IGlkPSLnn6nlvaIiIHN0cm9rZT0iIzk3OTc5NyIgZmlsbD0iI0Q4RDhEOCIgZmlsbC1ydWxlPSJub256ZXJvIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iNjMiIGhlaWdodD0iNjMiPjwvcmVjdD4KICAgICAgICAgICAgPGcgaWQ9Iue8lue7hOWkh+S7vS02IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzLjk4MDAwMCwgMC43ODAwMDApIj4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJmcmFtZSIgc3Ryb2tlPSIjMjQ2OEYyIiBzdHJva2Utd2lkdGg9IjMuMiIgcG9pbnRzPSIyNy41MiA1LjEyIDQ5LjY5MDI1MDMgMTcuOTIgNDkuNjkwMjUwMyA0My41MiAyNy41MiA1Ni4zMiA1LjM0OTc0OTY2IDQzLjUyIDUuMzQ5NzQ5NjYgMTcuOTIiIHN0cm9rZS1kYXNoYXJyYXk9IjE2MCAxNjAiIHN0cm9rZS1kYXNob2Zmc2V0PSIxNjAiPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlIGlkPSJmcmFtZTEiIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNob2Zmc2V0IiBiZWdpbj0iLjQ1cztmcmFtZTIuZW5kIiBkdXI9Ii45cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSIxNjAiIHRvPSItMTYwIiBmaWxsPSJmcmVlemUiICBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlIGlkPSJmcmFtZTIiIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNob2Zmc2V0IiBiZWdpbj0iZnJhbWUxLmVuZCIgZHVyPSIuOXMiIHR5cGU9InRyYW5zbGF0ZSIgZnJvbT0iMTYwIiB0bz0iMTYwIiBmaWxsPSJmcmVlemUiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiAga2V5U3BsaW5lcz0iLjUgMCAuNSAxIi8+CiAgICAgICAgICAgICAgICA8L3BvbHlnb24+CiAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJjaXJjbGUxIiBmaWxsPSIjMjQ2OEYyIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGN4PSIyNy41MiIgY3k9IjQuOCIgcj0iNC44Ij4KICAgICAgICAgICAgICAgICAgICA8YW5pbWF0ZVRyYW5zZm9ybSBpZD0iY2lyY2xlMW9uZSIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiBiZWdpbj0iMHM7Y2lyY2xlMXR3by5lbmQiIGR1cj0iLjU0cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSIwIDI2IiB0bz0iMCAwIiBmaWxsPSJmcmVlemUiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiAga2V5U3BsaW5lcz0iLjUgMCAuNSAxIi8+CiAgICAgICAgICAgICAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0gaWQ9ImNpcmNsZTF0d28iIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgYmVnaW49ImNpcmNsZTFvbmUuZW5kICsgLjcycyIgZHVyPSIuNTRzIiB0eXBlPSJ0cmFuc2xhdGUiIGZyb209IjAgMCIgdG89IjAgMjYiIGZpbGw9ImZyZWV6ZSIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiICBrZXlTcGxpbmVzPSIuNSAwIC41IDEiLz4KICAgICAgICAgICAgICAgIDwvY2lyY2xlPgogICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iY2lyY2xlMiIgZmlsbD0iIzI0NjhGMiIgZmlsbC1ydWxlPSJub256ZXJvIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MC4yNDAwMDAsIDE3LjI4MDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTUwLjI0MDAwMCwgLTE3LjI4MDAwMCkgIiBjeD0iNTAuMjQiIGN5PSIxNy4yOCIgcj0iNC44Ij4KICAgICAgICAgICAgICAgICAgICA8YW5pbWF0ZVRyYW5zZm9ybSBpZD0iY2lyY2xlMm9uZSIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiBiZWdpbj0iMHM7Y2lyY2xlMnR3by5lbmQiIGR1cj0iLjU0cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSItMjIuNSAxMyIgdG89IjAgMCIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtIGlkPSJjaXJjbGUydHdvIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGJlZ2luPSJjaXJjbGUyb25lLmVuZCArIC43MnMiIGR1cj0iLjU0cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSIwIDAiIHRvPSItMjIuNSAxMyIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgPC9jaXJjbGU+CiAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJjaXJjbGUzIiBmaWxsPSIjMjQ2OEYyIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUwLjI0MDAwMCwgNDMuMjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTUwLjI0MDAwMCwgLTQzLjIwMDAwMCkgIiBjeD0iNTAuMjQiIGN5PSI0My4yIiByPSI0LjgiPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtIGlkPSJjaXJjbGUzb25lIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGJlZ2luPSIwcztjaXJjbGUzdHdvLmVuZCIgZHVyPSIuNTRzIiB0eXBlPSJ0cmFuc2xhdGUiIGZyb209Ii0yMi41IC0xMyIgdG89IjAgMCIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtIGlkPSJjaXJjbGUzdHdvIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGJlZ2luPSJjaXJjbGUzb25lLmVuZCArIC43MnMiIGR1cj0iLjU0cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSIwIDAiIHRvPSItMjIuNSAtMTMiIGZpbGw9ImZyZWV6ZSIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiICBrZXlTcGxpbmVzPSIuNSAwIC41IDEiLz4KICAgICAgICAgICAgICAgIDwvY2lyY2xlPgogICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iY2lyY2xlNCIgZmlsbD0iIzI0NjhGMiIgZmlsbC1ydWxlPSJub256ZXJvIiBjeD0iMjcuNTIiIGN5PSI1Ni42NCIgcj0iNC44Ij4KICAgICAgICAgICAgICAgICAgICA8YW5pbWF0ZVRyYW5zZm9ybSBpZD0iY2lyY2xlMW9uZSIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiBiZWdpbj0iMHM7Y2lyY2xlMXR3by5lbmQiIGR1cj0iLjU0cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSIwIC0yNiIgdG89IjAgMCIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtIGlkPSJjaXJjbGUxdHdvIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGJlZ2luPSJjaXJjbGUxb25lLmVuZCArIC43MnMiIGR1cj0iLjU0cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSIwIDAiIHRvPSIwIC0yNiIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgPC9jaXJjbGU+CiAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJjaXJjbGU1IiBmaWxsPSIjMjQ2OEYyIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuODAwMDAwLCA0My4yMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC00LjgwMDAwMCwgLTQzLjIwMDAwMCkgIiBjeD0iNC44IiBjeT0iNDMuMiIgcj0iNC44Ij4KICAgICAgICAgICAgICAgICAgICA8YW5pbWF0ZVRyYW5zZm9ybSBpZD0iY2lyY2xlNW9uZSIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiBiZWdpbj0iMHM7Y2lyY2xlNXR3by5lbmQiIGR1cj0iLjU0cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSIyMi41IC0xMyIgdG89IjAgMCIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtIGlkPSJjaXJjbGU1dHdvIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGJlZ2luPSJjaXJjbGU1b25lLmVuZCArIC43MnMiIGR1cj0iLjU0cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSIwIDAiIHRvPSIyMi41IC0xMyIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgPC9jaXJjbGU+CiAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJjaXJjbGU2IiBmaWxsPSIjMjQ2OEYyIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuODAwMDAwLCAxNy4yODAwMDApIHJvdGF0ZSg5MC4wMDAwMDApIHRyYW5zbGF0ZSgtNC44MDAwMDAsIC0xNy4yODAwMDApICIgY3g9IjQuOCIgY3k9IjE3LjI4IiByPSI0LjgiPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtIGlkPSJjaXJjbGU2b25lIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGJlZ2luPSIwcztjaXJjbGU2dHdvLmVuZCIgZHVyPSIuNTRzIiB0eXBlPSJ0cmFuc2xhdGUiIGZyb209IjIyLjUgMTMiIHRvPSIwIDAiIGZpbGw9ImZyZWV6ZSIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiICBrZXlTcGxpbmVzPSIuNSAwIC41IDEiLz4KICAgICAgICAgICAgICAgICAgICA8YW5pbWF0ZVRyYW5zZm9ybSBpZD0iY2lyY2xlNnR3byIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiBiZWdpbj0iY2lyY2xlNm9uZS5lbmQgKyAuNzJzIiBkdXI9Ii41NHMiIHR5cGU9InRyYW5zbGF0ZSIgZnJvbT0iMCAwIiB0bz0iMjIuNSAxMyIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgPC9jaXJjbGU+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-size: 100%;
  animation: none;
}

.amis-scope .cxd-Spinner .cxd-Spinner-icon--simple {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amis-scope .cxd-Spinner .cxd-Spinner-icon--simple .icon {
  width: 100%;
  height: 100%;
  color: #2468f2;
}

.amis-scope .cxd-Spinner .cxd-Spinner-icon--simple svg.icon {
  top: 0;
}

.amis-scope .cxd-Spinner .cxd-Spinner-icon--simple svg.icon path {
  fill: #2468f2;
}

.amis-scope .cxd-Spinner .cxd-Spinner-icon--simple i.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.amis-scope .cxd-Spinner .cxd-Spinner-icon--custom {
  width: auto;
  height: auto;
}

.amis-scope .cxd-Spinner .cxd-Spinner-icon--lg {
  width: 3rem;
  height: 3rem;
}

.amis-scope .cxd-Spinner .cxd-Spinner-icon--lg i.icon {
  font-size: 3rem;
}

.amis-scope .cxd-Spinner .cxd-Spinner-icon--sm {
  width: 1rem;
  height: 1rem;
}

.amis-scope .cxd-Spinner .cxd-Spinner-icon--sm i.icon {
  font-size: 1rem;
}

.amis-scope .cxd-Spinner .cxd-Spinner-tip {
  margin: 0.75rem 0 0 0;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 12px;
  color: #2468f2;
  font-weight: 400;
}

.amis-scope .cxd-Spinner.cxd-Spinner-tip--top {
  flex-direction: column-reverse;
}

.amis-scope .cxd-Spinner.cxd-Spinner-tip--top .cxd-Spinner-tip {
  margin: 0 0 0.75rem 0;
}

.amis-scope .cxd-Spinner.cxd-Spinner-tip--right {
  flex-direction: row;
}

.amis-scope .cxd-Spinner.cxd-Spinner-tip--right .cxd-Spinner-tip {
  margin: 0 0 0 0.75rem;
}

.amis-scope .cxd-Spinner.cxd-Spinner-tip--bottom {
  flex-direction: column;
}

.amis-scope .cxd-Spinner.cxd-Spinner-tip--bottom .cxd-Spinner-tip {
  margin: 0.75rem 0 0 0;
}

.amis-scope .cxd-Spinner.cxd-Spinner-tip--left {
  flex-direction: row-reverse;
}

.amis-scope .cxd-Spinner.cxd-Spinner-tip--left .cxd-Spinner-tip {
  margin: 0 0.75rem 0 0;
}

.amis-scope .cxd-Spinner--overlay {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.amis-scope .cxd-Spinner-overlay {
  position: absolute;
  z-index: calc(11 - 1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  transition: ease-out opacity 0s;
  opacity: 0;
}

.amis-scope .cxd-Spinner-overlay.in {
  opacity: 1;
}

.amis-scope .cxd-Spinner-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.amis-scope .cxd-Spinner-wrap .cxd-Spinner {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.amis-scope .cxd-Spinner-mark {
  position: absolute;
  z-index: -999;
  opacity: 0;
}

.amis-scope .cxd-ButtonGroup {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.amis-scope .cxd-ButtonGroup > .cxd-Button {
  position: relative;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.amis-scope .cxd-ButtonGroup > .cxd-Button:hover,
.amis-scope .cxd-ButtonGroup .cxd-Badge:hover {
  z-index: 1;
}

.amis-scope .cxd-ButtonGroup > .cxd-Button.hover,
.amis-scope .cxd-ButtonGroup .cxd-Badge.hover {
  z-index: 1;
}

.amis-scope .cxd-ButtonGroup > .cxd-Button:focus,
.amis-scope .cxd-ButtonGroup > .cxd-Button:active,
.amis-scope .cxd-ButtonGroup > .cxd-Button.active,
.amis-scope .cxd-ButtonGroup > .cxd-Button.is-active,
.amis-scope .cxd-ButtonGroup .cxd-Badge:focus,
.amis-scope .cxd-ButtonGroup .cxd-Badge:active,
.amis-scope .cxd-ButtonGroup .cxd-Badge.active,
.amis-scope .cxd-ButtonGroup .cxd-Badge.is-active {
  z-index: 1;
}

.amis-scope .cxd-ButtonGroup .cxd-Badge .cxd-Badge-text,
.amis-scope .cxd-ButtonGroup .cxd-Badge .cxd-Badge-dot,
.amis-scope .cxd-ButtonGroup .cxd-Badge .cxd-Badge-ribbon,
.amis-scope .cxd-ButtonGroup .cxd-Badge .cxd-Badge-dot {
  z-index: 2;
}

.amis-scope .cxd-ButtonGroup .cxd-Button + .cxd-Button,
.amis-scope .cxd-ButtonGroup .cxd-Button + .cxd-ButtonGroup,
.amis-scope .cxd-ButtonGroup .cxd-Button + .cxd-Badge,
.amis-scope .cxd-ButtonGroup .cxd-ButtonGroup + .cxd-Button,
.amis-scope .cxd-ButtonGroup .cxd-ButtonGroup + .cxd-ButtonGroup,
.amis-scope .cxd-ButtonGroup .cxd-Badge + .cxd-Badge,
.amis-scope .cxd-ButtonGroup .cxd-Badge + .cxd-Button {
  margin-left: calc(1px * -1);
}

.amis-scope .cxd-ButtonGroup--block {
  display: block;
}

.amis-scope .cxd-ButtonToolbar {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.amis-scope .cxd-ButtonToolbar .cxd-ButtonGroup {
  margin-left: 0.25rem;
  margin-top: 0.25rem;
  width: auto;
}

.amis-scope .cxd-ButtonGroup > .cxd-Button:first-child,
.amis-scope .cxd-ButtonGroup > .cxd-Badge .cxd-Button {
  margin-left: 0;
}

.amis-scope .cxd-ButtonGroup .cxd-Button--primary.is-active {
  color: #ffffff;
  background: #2468f2;
}

.amis-scope .cxd-ButtonGroup > .cxd-Button:not(:last-child),
.amis-scope .cxd-ButtonGroup > .cxd-ButtonGroup:not(:last-child) > .cxd-Button,
.amis-scope .cxd-ButtonGroup > .cxd-Badge:not(:last-child) > .cxd-Button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.amis-scope .cxd-ButtonGroup > .cxd-Button:not(:first-child),
.amis-scope .cxd-ButtonGroup > .cxd-ButtonGroup:not(:first-child) > .cxd-Button,
.amis-scope .cxd-ButtonGroup > .cxd-Badge:not(:first-child) > .cxd-Button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.amis-scope .cxd-ButtonGroup > .cxd-ButtonGroup:last-child > .cxd-Button:not(:last-child) {
  border-top-right-radius: 0;
}

.amis-scope .cxd-ButtonGroup--vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  /* 修正头尾的圆角 */
}

.amis-scope .cxd-ButtonGroup--vertical .cxd-Button,
.amis-scope .cxd-ButtonGroup--vertical .cxd-ButtonGroup {
  width: 100%;
}

.amis-scope .cxd-ButtonGroup--vertical > .cxd-Button + .cxd-Button,
.amis-scope .cxd-ButtonGroup--vertical > .cxd-Button + .cxd-ButtonGroup,
.amis-scope .cxd-ButtonGroup--vertical > .cxd-Button + .cxd-Badge,
.amis-scope .cxd-ButtonGroup--vertical > .cxd-ButtonGroup + .cxd-Button,
.amis-scope .cxd-ButtonGroup--vertical > .cxd-ButtonGroup + .cxd-ButtonGroup,
.amis-scope .cxd-ButtonGroup--vertical > .cxd-Badge + .cxd-Badge,
.amis-scope .cxd-ButtonGroup--vertical > .cxd-Badge + .cxd-Button {
  margin-top: calc(1px * -1);
  margin-left: 0;
}

.amis-scope .cxd-ButtonGroup--vertical > .cxd-Button:not(:last-child),
.amis-scope .cxd-ButtonGroup--vertical > .cxd-ButtonGroup:not(:last-child) > .cxd-Button,
.amis-scope .cxd-ButtonGroup--vertical > .cxd-Badge:not(:last-child) > .cxd-Button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.amis-scope .cxd-ButtonGroup--vertical > .cxd-Button:not(:first-child),
.amis-scope .cxd-ButtonGroup--vertical > .cxd-ButtonGroup:not(:first-child) > .btn,
.amis-scope .cxd-ButtonGroup--vertical > .cxd-Badge:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.amis-scope .cxd-ButtonGroup--vertical > .cxd-Button:first-child,
.amis-scope .cxd-ButtonGroup--vertical > .cxd-ButtonGroup:first-child > .cxd-Button:first-child,
.amis-scope .cxd-ButtonGroup--vertical > .cxd-Badge:first-child > .cxd-Button:first-child {
  border-top-right-radius: 4px;
}

.amis-scope .cxd-ButtonGroup--vertical > .cxd-Button:last-child,
.amis-scope .cxd-ButtonGroup--vertical > .cxd-ButtonGroup:last-child > .cxd-Button:last-child,
.amis-scope .cxd-ButtonGroup--vertical > .cxd-Badge:last-child > .cxd-Button:last-child {
  border-bottom-left-radius: 4px;
}

.amis-scope .cxd-ButtonGroup--tiled {
  display: flex;
}

.amis-scope .cxd-ButtonGroup--tiled .cxd-Button,
.amis-scope .cxd-ButtonGroup--tiled .cxd-ButtonGroup {
  flex-grow: 1;
  text-align: center;
}

.amis-scope .cxd-DropDown {
  position: relative;
  display: inline-block;
}

.amis-scope .cxd-DropDown-caret {
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: top;
  transition: transform 0s ease;
}

.amis-scope .cxd-DropDown-caret > svg {
  width: 0.625rem;
  height: 0.625rem;
  top: 0.125em;
}

.amis-scope .cxd-DropDown.is-opened .cxd-DropDown-caret {
  transform: rotate(180deg);
}

.amis-scope .cxd-DropDown.is-actived .cxd-Button {
  color: #2468f2;
}

.amis-scope .cxd-DropDown--block {
  display: block;
}

.amis-scope .cxd-DropDown--block .cxd-Button {
  display: block;
}

.amis-scope .cxd-DropDown-menu {
  background: #ffffff;
  list-style: none;
  padding: 0.25rem 0;
  margin: 0;
  min-width: 10rem;
  text-align: left;
  border: none;
  user-select: none;
}

.amis-scope .cxd-DropDown-menu-root {
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  margin: 0.0625rem 0 0;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
    0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  min-width: 10rem;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 18.75rem;
}

.amis-scope .cxd-DropDown--alignRight .cxd-DropDown-menu {
  left: auto;
  right: 0;
}

.amis-scope .cxd-DropDown-menuItem,
.amis-scope .cxd-DropDown-menu > li {
  padding: calc(
    (2.125rem - 14px * 1.5) /
      2
  ) 0.5rem;
  white-space: nowrap;
  box-sizing: border-box;
  height: 2.125rem;
  vertical-align: middle;
  user-select: none;
  color: #151a26;
  text-decoration: none;
}

.amis-scope .cxd-DropDown-menuItem:hover,
.amis-scope .cxd-DropDown-menu > li:hover {
  background: #e8e9eb;
  color: #2468f2;
}

.amis-scope .cxd-DropDown-menuItem.is-active,
.amis-scope .cxd-DropDown-menu > li.is-active {
  background: #e8e9eb;
  color: #2468f2;
}

.amis-scope .cxd-DropDown-menuItem:not(.is-disabled),
.amis-scope .cxd-DropDown-menuItem:not(.disabled),
.amis-scope .cxd-DropDown-menu > li:not(.is-disabled),
.amis-scope .cxd-DropDown-menu > li:not(.disabled) {
  cursor: pointer;
}

.amis-scope .cxd-DropDown-menuItem.is-disabled,
.amis-scope .cxd-DropDown-menu > li.is-disabled {
  cursor: not-allowed;
  color: #b4b6ba;
  filter: grayscale(80%);
}

.amis-scope .cxd-DropDown-menuItem.cxd-DropDown-divider,
.amis-scope .cxd-DropDown-menu > li.cxd-DropDown-divider {
  height: 0.0625rem;
  margin: 0.5625rem 0;
  overflow: hidden;
  background: #e8e9eb;
  padding: 0;
}

.amis-scope .cxd-DropDown-menuItem.cxd-DropDown-groupTitle,
.amis-scope .cxd-DropDown-menu > li.cxd-DropDown-groupTitle {
  height: inherit;
  font-size: 12px;
  padding: 0.25rem 0.25rem;
  padding-left: 0.5rem;
  color: #848b99;
  flex-grow: 1;
  cursor: default;
}

.amis-scope .cxd-DropDown-menuItem.cxd-DropDown-groupTitle:hover,
.amis-scope .cxd-DropDown-menu > li.cxd-DropDown-groupTitle:hover {
  background: none;
}

.amis-scope .cxd-DropDown-menuItem.cxd-DropDown-groupTitle span,
.amis-scope .cxd-DropDown-menu > li.cxd-DropDown-groupTitle span {
  white-space: nowrap;
}

.amis-scope .cxd-DropDown-menuItem.cxd-DropDown-groupTitle ~ .cxd-DropDown-button,
.amis-scope .cxd-DropDown-menu > li.cxd-DropDown-groupTitle ~ .cxd-DropDown-button {
  padding-left: 1.25rem;
}

.amis-scope .cxd-DropDown-menu > li a {
  color: inherit;
  display: block;
  text-decoration: none;
}

.amis-scope .cxd-DropDown-popover {
  border: none;
  box-shadow: none;
}

.amis-scope .cxd-DropDown-popover > .cxd-DropDown-menu-root {
  position: relative;
}

.amis-scope .cxd-DropDown > .cxd-Button {
  min-width: unset;
}

.amis-scope .cxd-Each-placeholder {
  color: #b8babf;
  text-align: left;
  padding: 0.5rem;
}

.amis-scope .cxd-ScheduleCalendar-icon {
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  z-index: 10;
}

.amis-scope .cxd-ScheduleCalendar-action {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  color: inherit;
}

.amis-scope .cxd-ScheduleCalendar-action:not(:disabled):not(.is-disabled):hover {
  color: inherit;
  background: transparent;
  border-color: transparent;
}

.amis-scope .cxd-ScheduleCalendar .rdtDay {
  position: relative;
}

.amis-scope .cxd-ScheduleCalendar-text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  width: 100%;
}

.amis-scope .cxd-ScheduleCalendar .rdt .rdtPicker td.rdtActive {
  background: transparent;
  color: #151b26;
}

.amis-scope .cxd-ScheduleCalendar .rdt .rdtPicker td.rdtActive > span {
  color: #151b26 !important;
  background: transparent !important;
}

.amis-scope .cxd-ScheduleCalendar .rdt .rdtPicker td.rdtActive:hover {
  background: #f7f8fa;
}

.amis-scope .cxd-ScheduleCalendar-large {
  width: 100%;
}

.amis-scope .cxd-ScheduleCalendar-large .rdtPicker {
  width: 100%;
}

.amis-scope .cxd-ScheduleCalendar-large .rdtPicker table {
  border-collapse: collapse;
  border-spacing: 0;
}

.amis-scope .cxd-ScheduleCalendar-large .rdtPicker table td {
  border: 1px solid #e8e9eb;
}

.amis-scope .cxd-ScheduleCalendar-large .rdtHeader {
  margin-top: 0;
}

.amis-scope .cxd-ScheduleCalendar-large .rdtPicker .dow {
  height: 2.5rem;
}

.amis-scope .cxd-ScheduleCalendar-large .rdtDay {
  height: 6.875rem;
  vertical-align: top;
}

.amis-scope .cxd-ScheduleCalendar-large .cxd-ScheduleCalendar-large-day-wrap {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.amis-scope .cxd-ScheduleCalendar-large .cxd-ScheduleCalendar-large-day-wrap .cxd-ScheduleCalendar-large-schedule-content {
  position: relative;
  z-index: 10;
  border-radius: 4px;
  text-align: left;
  padding: 0 0.25rem;
  height: 1.25rem;
  color: #ffffff;
  text-shadow: none;
}

.amis-scope .cxd-ScheduleCalendar-large .cxd-ScheduleCalendar-large-day-wrap .cxd-ScheduleCalendar-large-schedule-header,
.amis-scope .cxd-ScheduleCalendar-large .cxd-ScheduleCalendar-large-day-wrap .cxd-ScheduleCalendar-large-schedule-footer {
  text-shadow: none;
}

.amis-scope .cxd-ScheduleCalendar-large .cxd-ScheduleCalendar-action {
  z-index: 20;
  position: relative;
}

.amis-scope .cxd-CalendarMobile {
  height: 100%;
  width: 100%;
  overflow: scroll;
}

.amis-scope .cxd-CalendarMobile-pop {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 90vh;
  background: #fff;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
  border-width: 0;
}

.amis-scope .cxd-CalendarMobile-pop--time {
  height: fit-content;
  max-height: 90vh;
}

.amis-scope .cxd-CalendarMobile-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.amis-scope .cxd-CalendarMobile-header {
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
  position: relative;
}

.amis-scope .cxd-CalendarMobile-header .subtitle-text {
  display: inline-block;
  width: 6.875rem;
  position: relative;
}

.amis-scope .cxd-CalendarMobile-header .rdtPrev {
  width: 1.25rem;
  height: 2.75rem;
  display: block;
  position: absolute;
  top: 0;
  left: -1.25rem;
}

.amis-scope .cxd-CalendarMobile-header .rdtNext {
  width: 1.25rem;
  height: 2.75rem;
  display: block;
  position: absolute;
  top: 0;
  right: -1.25rem;
}

.amis-scope .cxd-CalendarMobile-title,
.amis-scope .cxd-CalendarMobile-subtitle {
  height: 2.75rem;
  font-weight: 500;
  line-height: 2.75rem;
  text-align: center;
}

.amis-scope .cxd-CalendarMobile-title {
  font-size: 16px;
}

.amis-scope .cxd-CalendarMobile-weekdays {
  display: flex;
}

.amis-scope .cxd-CalendarMobile-weekdays .weekday {
  flex: 1;
  line-height: 1.875rem;
  text-align: center;
}

.amis-scope .cxd-CalendarMobile-close {
  position: absolute;
  z-index: 1;
  color: #c8c9cc;
  font-size: 1rem;
  cursor: pointer;
  top: 0.6875rem;
  right: 1rem;
}

.amis-scope .cxd-CalendarMobile-body::-webkit-scrollbar {
  width: 0;
}

.amis-scope .cxd-CalendarMobile-body {
  flex: 1;
  overflow-y: scroll;
}

.amis-scope .cxd-CalendarMobile-body table {
  border-spacing: 0 0.25rem;
}

.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
  background: transparent;
  color: #151b26;
  text-shadow: none;
}

.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled,
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
  color: #999;
}

.amis-scope .cxd-CalendarMobile-body .rdtOldNone td.rdtOld {
  display: none;
}

.amis-scope .cxd-CalendarMobile-body .rdtPicker td {
  height: 3.5rem;
  position: relative;
}

.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
  background: transparent;
}

.amis-scope .cxd-CalendarMobile-body .calendar-wrap {
  position: relative;
  width: 3.125rem;
  height: 100%;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}

.amis-scope .cxd-CalendarMobile-embed .cxd-CalendarMobile-body .calendar-wrap {
  width: auto;
  max-width: 3.125rem;
}

.amis-scope .cxd-CalendarMobile-footer {
  flex-shrink: 0;
}

.amis-scope .cxd-CalendarMobile-footer .date-range-confirm {
  height: 2.25rem;
  margin: 0.4375rem 0;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.amis-scope .cxd-CalendarMobile-footer .is-disabled {
  opacity: 0.5;
  color: var(--Button--primary-color);
  background: var(--Button--primary-bg);
  border-color: var(--Button--primary-bg);
  filter: none;
}

.amis-scope .cxd-CalendarMobile-footer-toolbar {
  padding: 0 1rem;
}

.amis-scope .cxd-CalendarMobile-footer-ranges {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
  border-radius: 24px;
  overflow-x: auto;
  position: relative;
  height: 3rem;
  line-height: 3rem;
}

.amis-scope .cxd-CalendarMobile-footer .cxd-DateRangePicker-rangers {
  position: absolute;
  white-space: nowrap;
}

.amis-scope .cxd-CalendarMobile-footer .cxd-DateRangePicker-rangers .cxd-DateRangePicker-ranger {
  margin: 0 1.5625rem;
}

.amis-scope .cxd-CalendarMobile-footer .cxd-DatePicker-shortcuts {
  width: auto;
}

.amis-scope .cxd-CalendarMobile-calendar-wrap {
  padding: 0.5rem 0;
}

.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker {
  width: 100%;
  padding: 0;
}

.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtOld {
  visibility: hidden;
}

.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtNew {
  display: none;
}

.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtBetween {
  background: #e6f0ff !important;
  color: var(--Button--primary-bg);
}

.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtBetween::after {
  width: 0;
}

.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
  background: #2468f2 !important;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
  background: linear-gradient(to right, transparent 0%, transparent 50%, #e6f0ff 51%, #e6f0ff 100%) !important;
}

.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
  background: linear-gradient(to right, #e6f0ff 0%, #e6f0ff 50%, transparent 51%, transparent 100%) !important;
}

.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtToday {
  border: none;
}

.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtToday .calendar-wrap {
  border: 1px solid #2468f2;
}

.amis-scope .cxd-CalendarMobile-calendar-header {
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
}

.amis-scope .cxd-CalendarMobile-range-text {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

.amis-scope .cxd-CalendarMobile-calendar-wrap {
  position: relative;
}

.amis-scope .cxd-CalendarMobile-calendar-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  color: rgba(242, 243, 245, 0.8);
  font-size: 10rem;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.amis-scope .cxd-CalendarMobile-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.5rem;
  height: 2.25rem;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.amis-scope .cxd-CalendarMobile-time {
  height: 11.25rem;
}

.amis-scope .cxd-CalendarMobile-time-title {
  border: 1px solid #e8e9eb;
  border-left: none;
  border-right: none;
  text-align: center;
  height: 1.875rem;
  line-height: 1.875rem;
}

.amis-scope .cxd-CalendarMobile-time .rdtPicker {
  margin: 0 auto;
}

.amis-scope .cxd-CalendarMobile .cxd-CalendarTime {
  height: 8.125rem;
  overflow: hidden;
}

.amis-scope .cxd-CalendarMobile .cxd-PickerColumns-header {
  display: none;
}

.amis-scope .cxd-Collapse {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-radius: 4px 4px 4px 4px;
  padding: 0;
  line-height: 1.25rem;
}

.amis-scope .cxd-Collapse-header {
  font-size: 14px;
  font-weight: 400;
  color: #151b26;
  line-height: 1.5;
  padding: 1rem
    1rem
    1rem
    1rem;
  margin: 0;
  cursor: pointer;
  background: #f7f8fa;
}

.amis-scope .cxd-Collapse-header-wrapper {
  display: inline-flex;
  flex-direction: row-reverse;
}

.amis-scope .cxd-Collapse-header-tpl {
  margin-right: 0.5rem;
}

.amis-scope .cxd-Collapse-header:hover {
  background: #f2f3f5;
  color: #151b26;
}

.amis-scope .cxd-Collapse .Collapse-arrow {
  content: '<svg viewBox="0 0 99 176" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(-0.132812, 0.304688)" fill="currentColor" fill-rule="nonzero"><path d="M95.6353697,79.4031346 C95.3433678,79.1111326 95.037575,78.8417152 94.7219891,78.5906854 L19.819373,3.29993262 C15.6492004,-0.870040234 8.88818437,-0.870040234 4.71821172,3.29993262 C0.548238867,7.47010527 0.548238867,14.2309215 4.71821172,18.4010939 L72.9329621,87.0041811 L3.25320488,156.617783 C-0.916767969,160.787956 -0.916767969,167.548772 3.25320488,171.719144 C7.42317773,175.889117 14.1841937,175.889117 18.3543662,171.719144 L94.7211895,95.4180764 C95.0369754,95.1668467 95.342968,94.8976293 95.6351697,94.6054273 C97.7329475,92.5076496 98.7744412,89.7539166 98.7615739,87.0043809 C98.7746414,84.2544453 97.7331475,81.5009123 95.6353697,79.4031346 Z" id="路径"></path></g></svg>';
}

.amis-scope .cxd-Collapse-arrow-wrap {
  width: 1rem;
  height: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}

.amis-scope .cxd-Collapse-arrow-wrap svg {
  width: 0.625rem;
  height: 0.625rem;
  color: #84878c;
  top: 0;
}

.amis-scope .cxd-Collapse-icon-tranform {
  display: inline-block;
  width: 1rem;
  text-align: center;
  margin-right: 0.25rem;
}

.amis-scope .cxd-Collapse.is-active > .cxd-Collapse-header > .cxd-Collapse-arrow-wrap > .cxd-Collapse-arrow {
  transform: rotate(90deg);
  transform-origin: 50% 50%;
}

.amis-scope .cxd-Collapse.is-active > * > .cxd-Collapse-icon-tranform {
  transform: rotate(90deg);
}

.amis-scope .cxd-Collapse--disabled > .cxd-Collapse-header {
  cursor: not-allowed;
  user-select: none;
  color: #b8babf;
  background: #f7f8fa;
}

.amis-scope .cxd-Collapse--disabled .cxd-Collapse-arrow-wrap svg {
  color: #b8babf;
}

.amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-header {
  text-align: center;
  font-size: 14px;
  border-top: none;
  border-bottom: none;
}

.amis-scope .cxd-Collapse--title-bottom.is-collapsed .cxd-Collapse-header {
  border-top: none;
}

.amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-arrow {
  top: -0.25rem;
  transform: rotate(90deg);
}

.amis-scope .cxd-Collapse--title-bottom.is-active .cxd-Collapse-arrow {
  top: 0;
  transform: rotate(calc(-1 * 90deg));
}

.amis-scope .cxd-Collapse-contentWrapper {
  transition: height 0s ease;
}

.amis-scope .cxd-Collapse-contentWrapper.in,
.amis-scope .cxd-Collapse-contentWrapper.out {
  height: 0;
  overflow: hidden;
}

.amis-scope .cxd-Collapse-content {
  padding: 1rem
    1rem
    1rem
    1rem;
  color: #151b26;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  background: #ffffff;
}

.amis-scope .cxd-Form .cxd-Collapse {
  border: none;
}

.amis-scope .cxd-Form .cxd-Collapse-header {
  background-color: #ffffff;
  display: inline-flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  border-radius: 0;
}

.amis-scope .cxd-Form .cxd-Collapse-content {
  padding: 0;
}

.amis-scope .cxd-CollapseGroup .cxd-Collapse {
  border-radius: 0;
}

.amis-scope .cxd-CollapseGroup .cxd-Collapse:first-child {
  border-radius: 4px 4px 0 0;
}

.amis-scope .cxd-CollapseGroup .cxd-Collapse:first-child > .cxd-Collapse-header {
  border-radius: 4px 4px 0 0;
}

.amis-scope .cxd-CollapseGroup .cxd-Collapse:last-child {
  border-radius: 0 0 4px 4px;
}

.amis-scope .cxd-CollapseGroup .cxd-Collapse:last-child > .cxd-Collapse-header {
  border-radius: 0 0 4px 4px;
}

.amis-scope .cxd-CollapseGroup .cxd-Collapse:first-child:nth-last-child(1) {
  border-radius: 4px;
}

.amis-scope .cxd-CollapseGroup .cxd-Collapse:first-child:nth-last-child(1) > .cxd-Collapse-header {
  border-radius: 4px;
}

.amis-scope .cxd-CollapseGroup .cxd-Collapse:not(:last-child) {
  border-bottom: none;
}

.amis-scope .cxd-CollapseGroup.icon-position-right .cxd-Collapse-header .cxd-Collapse-arrow-wrap {
  float: right;
  margin-right: 0;
}

.amis-scope .cxd-CollapseGroup.icon-position-right .cxd-Collapse-header .cxd-Collapse-icon-tranform {
  float: right;
}

.amis-scope .cxd-ColorField {
  display: inline-block;
}

.amis-scope .cxd-ColorField-previewIcon {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background: #ccc;
}

.amis-scope .cxd-ColorField-value {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.amis-scope .cxd-CBGroup {
  font-size: 12px;
  position: relative;
  display: flex;
}

.amis-scope .cxd-CBGroup-toolbarCondition {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.625rem 0 0;
  flex-direction: column;
}

.amis-scope .cxd-CBGroup-toolbarCondition[draggable=true] {
  cursor: grab;
}

.amis-scope .cxd-CBGroup-toolbarCondition-arrow {
  position: absolute;
  top: 0;
  font-size: 14px;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #d4e5ff;
  text-align: center;
  color: #0832a6;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.amis-scope .cxd-CBGroup-toolbarCondition-arrow.is-collapse {
  transform: rotate(180deg);
}

.amis-scope .cxd-CBGroup-toolbarCondition-arrow:hover {
  background: #2468f2;
  color: #ffffff;
}

.amis-scope .cxd-CBGroup-toolbarCondition .cxd-Select {
  font-size: 12px;
  height: 1.75rem;
  width: 1.75rem;
  background: #d4e5ff;
  border: none;
  color: #0832a6;
  font-weight: 500;
  padding: 0;
  text-align: center;
  min-height: 1.75rem;
}

.amis-scope .cxd-CBGroup-toolbarCondition .cxd-Select.is-focused {
  color: #0832a6 !important;
  font-size: 12px;
  font-weight: 500;
  background: #d4e5ff !important;
  border: none !important;
  box-shadow: none !important;
}

.amis-scope .cxd-CBGroup-toolbarCondition .cxd-Select:hover {
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 500;
  background: #2468f2 !important;
  border: none !important;
  box-shadow: none !important;
}

.amis-scope .cxd-CBGroup-toolbarCondition .cxd-Select-arrow {
  display: none;
}

.amis-scope .cxd-CBGroup-toolbarCondition .cxd-Select-menu {
  padding: 0;
}

.amis-scope .cxd-CBGroup-toolbarCondition .cxd-Select-menu > .cxd-Select-option {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2rem !important;
  text-align: center;
  padding: 0 !important;
}

.amis-scope .cxd-CBGroup-toolbarCondition::before {
  content: " ";
  position: absolute;
  top: 0.3125rem;
  bottom: 0.3125rem;
  width: 0.125rem;
  background-color: #d4e5ff;
}

.amis-scope .cxd-CBGroup-body {
  position: relative;
}

.amis-scope .cxd-CBGroup-body-wrapper {
  flex: 1;
}

.amis-scope .cxd-CBGroup-body-collapse {
  text-align: center;
  color: #84868c;
  display: flex;
  justify-content: center;
  align-items: center;
}

.amis-scope .cxd-CBGroup-body-collapse > span {
  padding: 0 10px;
  cursor: pointer;
}

.amis-scope .cxd-CBGroup-body-collapse::before,
.amis-scope .cxd-CBGroup-body-collapse::after {
  content: " ";
  height: 1px;
  background: #e8e9eb;
  display: block;
  flex: 1;
}

.amis-scope .cxd-CBGroup-body-wrapper {
  flex: 1;
}

.amis-scope .cxd-CBGroup-toolbar {
  display: flex;
  flex-direction: row;
  padding-top: 0.5rem;
}

.amis-scope .cxd-CBGroup-toolbar[draggable=true] {
  cursor: grab;
}

.amis-scope .cxd-CBGroup-toolbar .cxd-Button {
  transition: padding 0s;
  min-width: unset;
}

.amis-scope .cxd-CBGroup-toolbar .cxd-Button svg {
  width: 10px;
  height: 10px;
  top: 0;
  margin-right: 5px;
}

.amis-scope .cxd-CBGroup-toolbar .cxd-CBGroup-toolbarConditionAdd {
  display: flex;
  align-items: center;
}

.amis-scope .cxd-CBGroup-toolbar .cxd-CBGroup-toolbarConditionAdd .cxd-ButtonGroup > .cxd-Button:not(:last-child) {
  margin-right: 1.5rem;
}

.amis-scope .cxd-CBGroup .cxd-ResultBox {
  padding-right: 0.1875rem;
}

.amis-scope .cxd-CBGroup-field,
.amis-scope .cxd-CBGroup-operator {
  position: relative;
  display: inline-block;
  margin: 0.1875rem;
  vertical-align: middle;
}

.amis-scope .cxd-CBGroup-fieldCaret,
.amis-scope .cxd-CBGroup-operatorCaret {
  transition: transform 0s ease-out;
  margin: 5px;
  display: flex;
  color: #84878c;
}

.amis-scope .cxd-CBGroup-fieldCaret:hover,
.amis-scope .cxd-CBGroup-operatorCaret:hover {
  color: #84878c;
}

.amis-scope .cxd-CBGroup-fieldCaret > svg,
.amis-scope .cxd-CBGroup-operatorCaret > svg {
  width: 0.625rem;
  height: 0.625rem;
  top: 0;
}

.amis-scope .cxd-CBGroup-fieldInput.is-active .cxd-CBGroup-fieldCaret,
.amis-scope .cxd-CBGroup-operatorInput.is-active .cxd-CBGroup-operatorCaret {
  transform: rotate(180deg);
}

.amis-scope .cxd-CBGroup-placeholder {
  color: #b8babf;
  position: relative;
  padding: 0.75rem 0.75rem 0.75rem 0.625rem;
  background: #f7f8fa;
}

.amis-scope .cxd-CBGroup-placeholder.simple {
  margin-left: 0;
}

.amis-scope .cxd-CBDelete {
  margin-left: 5px;
  font-size: 16px;
  color: #84868c;
}

.amis-scope .cxd-CBGroupOrItem {
  position: relative;
  transition: box-shadow 0.3s ease;
}

.amis-scope .cxd-CBGroupOrItem.is-hover {
  box-shadow: #e8ebee 0 2px 10px 0;
}

.amis-scope .cxd-CBGroupOrItem + .cxd-CBGroupOrItem {
  margin-top: 0.625rem;
}

.amis-scope .cxd-CBGroupOrItem-dragbar {
  cursor: move;
  width: 20px;
  margin-left: -5px;
  opacity: 0.6;
  text-align: center;
  transition: opacity 0s ease-out;
  color: #84878c;
}

.amis-scope .cxd-CBGroupOrItem-dragbar:hover {
  color: #2468f2;
}

.amis-scope .cxd-CBGroupOrItem-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  transition: all 0s ease-out;
}

.amis-scope .cxd-CBGroupOrItem-body-group {
  width: 100%;
  flex-direction: row;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  padding-left: 10px;
}

.amis-scope .cxd-CBGroupOrItem-body-group.is-hover {
  cursor: grab;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 10px;
  margin: -10px 0px;
  background: #fff;
  z-index: 1;
}

.amis-scope .cxd-CBGroupOrItem-body-group > .cxd-CBGroupOrItem-dragbar {
  left: -0.3125rem;
  position: absolute;
}

.amis-scope .cxd-CBGroupOrItem-body-group > .cxd-CBGroup {
  margin: 0px;
}

.amis-scope .cxd-CBGroupOrItem-body-item {
  background-color: #f7f8fa;
  width: 100%;
  padding: 0.75rem 0.75rem 0.75rem 1.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.amis-scope .cxd-CBGroupOrItem-body-item > .cxd-CBGroupOrItem-dragbar {
  left: 0.625rem;
  position: absolute;
}

.amis-scope .cxd-CBGroupOrItem.is-dragging {
  display: none;
}

.amis-scope .cxd-CBGroupOrItem.is-ghost > .cxd-CBGroupOrItem-body:before {
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 123, 255, 0.2);
}

.amis-scope .cxd-CBGroupOrItem .cxd-CBGroup {
  flex-grow: 1;
}

.amis-scope .cxd-CBGroupOrItem > .cxd-CBGroupOrItem-body > .cxd-CBGroupOrItem-body-group > .cxd-CBGroupOrItem-dragbar,
.amis-scope .cxd-CBGroupOrItem > .cxd-CBGroupOrItem-body > .cxd-CBGroupOrItem-body-item > .cxd-CBGroupOrItem-dragbar,
.amis-scope .cxd-CBGroupOrItem > .cxd-CBGroupOrItem-body > .cxd-CBGroupOrItem-body-item > .cxd-CBDelete {
  opacity: 0;
}

.amis-scope .cxd-CBGroupOrItem:hover > .cxd-CBGroupOrItem-body > .cxd-CBGroupOrItem-body-item > .cxd-CBGroupOrItem-dragbar,
.amis-scope .cxd-CBGroupOrItem:hover > .cxd-CBGroupOrItem-body > .cxd-CBGroupOrItem-body-item > .cxd-CBDelete {
  opacity: 1;
}

.amis-scope .cxd-CBGroupOrItem-simple {
  margin-bottom: 0.5rem;
}

.amis-scope .cxd-CBInputSwitch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.amis-scope .cxd-CBInputSwitch > a {
  color: #84878c;
}

.amis-scope .cxd-CBInputSwitch > a:hover {
  color: #2468f2;
}

.amis-scope .cxd-CBInputSwitch svg {
  width: 0.625rem;
  height: 0.625rem;
}

.amis-scope .cxd-CBFunc {
  display: inline-block;
  vertical-align: middle;
  margin: 0.1875rem;
}

.amis-scope .cxd-CBFunc-select {
  display: inline-block;
  position: relative;
}

.amis-scope .cxd-CBFunc-error {
  color: #f23d3d;
}

.amis-scope .cxd-CBFunc-args {
  display: inline-block;
}

.amis-scope .cxd-CBFunc-args > span {
  display: inline-block;
  padding: 0 5px;
  color: #2468f2;
}

.amis-scope .cxd-CBFunc-args > div {
  display: inline-block;
}

.amis-scope .cxd-CBValue {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0.1875rem;
}

.amis-scope .cxd-CBFormula {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0.1875rem;
}

.amis-scope .cxd-CBFormula-label {
  background: #f7f8fa;
  color: #b8babf;
  display: block;
  font-size: 12px;
  align-self: center;
  margin: -5px 5px -5px -8px;
  padding: 5px;
  border-radius: 5px;
  user-select: none;
}

.amis-scope .cxd-CBSeprator {
  width: 20px;
  text-align: center;
  display: inline-block;
  user-select: none;
}

.amis-scope .cxd-CBPicker-trigger {
  cursor: pointer;
  transition: transform 0s ease-out;
  display: flex;
  color: #84878c;
}

.amis-scope .cxd-CBPicker-trigger:hover {
  color: #2468f2;
}

@keyframes contextMenuInSpecial {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes contextMenuIn {
  from {
    opacity: 0;
  }
}

@keyframes contextMenuOut {
  to {
    opacity: 0;
  }
}

.amis-scope .cxd-ContextMenu {
  z-index: 1500;
  position: fixed;
  left: 0;
  top: 0;
}

.amis-scope .cxd-ContextMenu-menu {
  position: absolute;
  z-index: 1500;
  display: block;
  position: absolute;
  margin: 0;
  padding: 4px 0;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
  color: #151b26;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  line-height: 20px;
}

.amis-scope .cxd-ContextMenu-menu.in,
.amis-scope .cxd-ContextMenu-menu.out {
  animation-duration: 0s;
  animation-fill-mode: both;
}

.amis-scope .cxd-ContextMenu-menu.in {
  animation-name: contextMenuInSpecial;
  animation-duration: 0s;
}

.amis-scope .cxd-ContextMenu-menu.out {
  animation-name: contextMenuOut;
}

.amis-scope .cxd-ContextMenu-divider {
  border: none;
  height: 1px;
  background: #e8e9eb;
  margin: 4px 1px;
  padding: 0;
}

.amis-scope .cxd-ContextMenu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 150px;
}

.amis-scope .cxd-ContextMenu-item {
  position: relative;
}

.amis-scope .cxd-ContextMenu-item > a {
  white-space: nowrap;
  display: block;
  padding: 4px 12px;
  color: inherit;
  border-top: none;
  border-bottom: none;
}

.amis-scope .cxd-ContextMenu-item:not(.is-disabled):hover > a {
  text-decoration: none;
  color: #2468f2;
  background: #e6f0ff;
  cursor: pointer;
  border-top: none;
  border-bottom: none;
}

.amis-scope .cxd-ContextMenu-item.is-disabled > a {
  color: #b8babf;
  pointer-events: none;
}

.amis-scope .cxd-ContextMenu-item.has-child > a::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #84868c;
  text-shadow: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.amis-scope .cxd-ContextMenu-item.has-child:hover > a::after {
  border-color: transparent transparent transparent #2468f2;
}

.amis-scope .cxd-ContextMenu-itemIcon {
  margin-right: 5px;
}

.amis-scope .cxd-ContextMenu-subList {
  display: none;
  list-style: none;
  transition: display ease-out 0.25s;
}

.amis-scope .cxd-ContextMenu-item:hover > .cxd-ContextMenu-subList {
  display: block;
  animation-duration: 0s;
  animation-fill-mode: both;
  animation-name: contextMenuIn;
  position: absolute;
  left: 100%;
  top: -3px;
  min-width: 100px;
  margin: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
  border-radius: 4px;
  color: #151b26;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  line-height: 20px;
}

.amis-scope .cxd-ContextMenu-item:hover > .cxd-ContextMenu-subList:hover {
  display: block;
}

.amis-scope .cxd-ContextMenu-item:hover > .cxd-ContextMenu-subList::before {
  display: block;
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: 4px;
  border: 1px solid #e8e9eb;
  z-index: -1;
}

.amis-scope .cxd-ContextMenu--left .cxd-ContextMenu-item:hover > .cxd-ContextMenu-subList {
  left: auto;
  right: 100%;
}

.amis-scope .cxd-ContextMenu-cursor {
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: -1;
}

.amis-scope .cxd-ContextMenu-overlay {
  position: fixed !important;
  z-index: 1499;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  pointer-events: none;
}

.amis-scope .cxd-Code--dark {
  background-color: #1e1e1e;
  border-radius: 4px;
}

.amis-scope .cxd-Code-pre-wrap {
  padding: 0.5rem;
}

.amis-scope .cxd-Wizard {
  position: relative;
}

.amis-scope .cxd-Wizard::before,
.amis-scope .cxd-Wizard::after {
  display: table;
  content: "";
}

.amis-scope .cxd-Wizard::after {
  clear: both;
}

.amis-scope .cxd-Wizard,
.amis-scope .cxd-Wizard-tabs {
  padding: 0;
}

.amis-scope .cxd-Wizard .cxd-Badge,
.amis-scope .cxd-Wizard-tabs .cxd-Badge {
  display: inline-block;
  width: 1.625rem;
  height: 1.625rem;
  font-size: 14px;
  line-height: 1.625rem;
  color: #b8babf;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background: #ffffff;
  border-radius: 50%;
  text-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.2);
  margin-right: 0.375rem;
  border: 1px solid
    #b8babf;
  box-sizing: content-box;
}

.amis-scope .cxd-Wizard .cxd-Badge.is-active,
.amis-scope .cxd-Wizard-tabs .cxd-Badge.is-active {
  color: #ffffff;
  background: #303540;
}

.amis-scope .cxd-Wizard .cxd-Badge.is-complete,
.amis-scope .cxd-Wizard-tabs .cxd-Badge.is-complete {
  color: #ffffff;
  background: #303540;
}

.amis-scope .cxd-Wizard ul li.active,
.amis-scope .cxd-Wizard-tabs ul li.active {
  color: #2468f2;
}

.amis-scope .cxd-Wizard .cxd-Panel-footer > .cxd-Form-group,
.amis-scope .cxd-Wizard .cxd-Panel-footer > .btn,
.amis-scope .cxd-Wizard-tabs .cxd-Panel-footer > .cxd-Form-group,
.amis-scope .cxd-Wizard-tabs .cxd-Panel-footer > .btn {
  margin-left: 0.25rem;
}

.amis-scope .cxd-Wizard > ul.nav,
.amis-scope .cxd-Wizard-tabs > ul.nav {
  padding: 0;
  margin: 0;
  border: 0.0625rem solid #e8e9eb;
}

.amis-scope .cxd-Wizard > ul.nav li,
.amis-scope .cxd-Wizard-tabs > ul.nav li {
  position: relative;
  float: left;
  padding: 0 1rem 0 1.5625rem;
  margin: 0;
  color: #b8babf;
  cursor: pointer;
  height: 3.75rem;
  line-height: 3.75rem;
}

.amis-scope .cxd-Wizard > ul.nav li a,
.amis-scope .cxd-Wizard-tabs > ul.nav li a {
  border: 0 none !important;
  background: transparent !important;
  color: inherit;
  display: inline;
  padding: 0;
}

.amis-scope .cxd-Wizard > ul.nav li a div,
.amis-scope .cxd-Wizard-tabs > ul.nav li a div {
  display: inline;
}

.amis-scope .cxd-Wizard > ul.nav li:first-child,
.amis-scope .cxd-Wizard-tabs > ul.nav li:first-child {
  padding-left: 1rem;
  border-radius: 0.25rem 0 0 0;
}

.amis-scope .cxd-Wizard > ul.nav li:before,
.amis-scope .cxd-Wizard > ul.nav li:after,
.amis-scope .cxd-Wizard-tabs > ul.nav li:before,
.amis-scope .cxd-Wizard-tabs > ul.nav li:after {
  content: "";
  position: absolute;
  right: -0.625rem;
  border: 1rem solid transparent;
  border-right: 0;
  border-left: 0.625rem solid #e8e9eb;
  border-left-color: rgba(0, 0, 0, 0.05);
  z-index: 1;
  bottom: 0;
}

.amis-scope .cxd-Wizard > ul.nav li:after,
.amis-scope .cxd-Wizard-tabs > ul.nav li:after {
  right: -0.5625rem;
  border-left-color: #ffffff;
  z-index: 2;
}

.amis-scope .cxd-Wizard > ul.nav li.is-active,
.amis-scope .cxd-Wizard-tabs > ul.nav li.is-active {
  color: #303540;
  background: #ffffff;
}

.amis-scope .cxd-Wizard > ul.nav li.is-active:after,
.amis-scope .cxd-Wizard-tabs > ul.nav li.is-active:after {
  border-left-color: #fff;
}

.amis-scope .cxd-Wizard-steps {
  font-size: 14px;
  padding: 0.625rem
    0rem 0.625rem
    0rem;
  background: #ffffff;
  border-bottom: 0px solid #e8e9eb;
  text-align: center;
}

.amis-scope .cxd-Wizard-steps::before,
.amis-scope .cxd-Wizard-steps::after {
  display: table;
  content: "";
}

.amis-scope .cxd-Wizard-steps::after {
  clear: both;
}

.amis-scope .cxd-Wizard-steps ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none outside none;
}

.amis-scope .cxd-Wizard-steps ul li {
  position: relative;
  float: left;
  padding: 0 1rem 0 1.5625rem;
  margin: 0;
  font-size: 14px;
  color: #b8babf;
  cursor: default;
  height: 3.75rem;
  line-height: 3.75rem;
}

.amis-scope .cxd-Wizard-steps ul li:first-child {
  padding-left: 1rem;
  border-radius: 0.25rem 0 0 0;
}

.amis-scope .cxd-Wizard-steps ul li:before,
.amis-scope .cxd-Wizard-steps ul li:after {
  font-family: "iconfont";
  content: "";
  position: absolute;
  bottom: 0;
  right: -0.625rem;
  z-index: 2;
  color: #ffffff;
}

.amis-scope .cxd-Wizard-steps ul li:after {
  right: -0.5625rem;
  border-left-color: #ffffff;
  z-index: 2;
}

.amis-scope .cxd-Wizard-steps ul li.is-active {
  color: #303540;
  background: #ffffff;
}

.amis-scope .cxd-Wizard-steps ul li.is-active:after,
.amis-scope .cxd-Wizard-steps ul li.is-complete:after,
.amis-scope .cxd-Wizard-steps ul li.is-active:before,
.amis-scope .cxd-Wizard-steps ul li.is-complete:before {
  color: #ffffff;
  border-left-color: #ffffff;
}

.amis-scope .cxd-Wizard-steps ul li.is-complete,
.amis-scope .cxd-Wizard-steps ul li.is-complete:hover {
  color: #303540;
  cursor: pointer;
}

.amis-scope .cxd-Wizard-stepContent {
  padding: 0.75rem
    0.75rem
    0.75rem
    0.75rem;
}

.amis-scope .cxd-Wizard-stepContent .Step-pane {
  display: none;
}

.amis-scope .cxd-Wizard-stepContent .Step-pane.is-active {
  display: inherit;
}

.amis-scope .cxd-Wizard-footer {
  padding: 0.5rem 0.75rem;
}

.amis-scope .cxd-Wizard-footer .cxd-Button + .cxd-Button {
  margin-left: 0.5rem;
}

.amis-scope .cxd-Wizard-fixedButtom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.amis-scope .cxd-Wizard--vertical > .cxd-Wizard-step {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: none;
}

.amis-scope .cxd-Wizard--vertical > .cxd-Wizard-step > .cxd-Wizard-steps {
  height: auto;
  min-width: 40px;
  margin-right: 30px;
  margin-bottom: 1.875rem;
  background: none;
  border-bottom: none;
}

.amis-scope .cxd-Wizard--vertical > .cxd-Wizard-step > .cxd-Wizard-steps li {
  background: #ffffff;
}

.amis-scope .cxd-Wizard--vertical > .cxd-Wizard-step > .cxd-Wizard-steps ul li {
  height: 2.5rem;
  line-height: 2.5rem;
  position: relative;
  float: none;
  border-bottom: 0.0625rem solid #e8e9eb;
  padding-left: 1rem;
}

.amis-scope .cxd-Wizard--vertical > .cxd-Wizard-step > .cxd-Wizard-steps ul li.is-active {
  background: #ffffff;
}

.amis-scope .cxd-Wizard--vertical > .cxd-Wizard-step > .cxd-Wizard-stepContent {
  flex-grow: 1;
  width: 0;
}

.amis-scope .cxd-Wizard--vertical > .cxd-Wizard-step > .cxd-Wizard-footer {
  width: 100%;
}

.amis-scope .cxd-Crud {
  position: relative;
}

.amis-scope .cxd-Crud-selection {
  margin-bottom: 0.75rem;
}

.amis-scope .cxd-Crud-selectionLabel {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.25rem;
}

.amis-scope .cxd-Crud-value {
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  line-height: calc( 1.5 * 14px - 0.125rem );
  display: inline-block;
  font-size: 12px;
  color: #2468f2;
  font-weight: 400;
  background: #cce5ff;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #7dadff #7dadff #7dadff #7dadff;
  border-radius: 4px 4px 4px 4px;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
}

.amis-scope .cxd-Crud-value:hover {
  background: #b3d7ff;
}

.amis-scope .cxd-Crud-value.is-disabled {
  pointer-events: none;
  opacity: var(--Button-onDisabled-opacity);
}

.amis-scope .cxd-Crud-valueIcon {
  color: #2468f2;
  cursor: pointer;
  border-right: 0.0625rem solid #7dadff;
  padding: 1px 5px;
}

.amis-scope .cxd-Crud-valueIcon:hover {
  background: #b3d7ff;
}

.amis-scope .cxd-Crud-valueLabel {
  padding: 0 0.25rem;
}

.amis-scope .cxd-Crud-selectionClear {
  display: inline-block;
  cursor: pointer;
  user-select: none;
  margin-left: 0.25rem;
  margin-top: 0.25rem;
  vertical-align: middle;
}

.amis-scope .cxd-Crud-toolbar-item {
  margin-top: 0.625rem;
  line-height: 1.5;
  height: 1.875rem;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
}

.amis-scope .cxd-Crud-toolbar-item--left:not(:first-child) {
  margin-left: 0.625rem;
}

.amis-scope .cxd-Crud-toolbar-item--right:not(:last-child) {
  margin-left: 0.625rem;
}

.amis-scope .cxd-Crud-toolbar-item--left {
  float: left;
}

.amis-scope .cxd-Crud-toolbar-item--right {
  float: right;
}

.amis-scope .cxd-Crud-actions > * + .cxd-Button,
.amis-scope .cxd-Crud-actions > * + .cxd-ButtonGroup,
.amis-scope .cxd-Crud-actions > * + .cxd-ButtonToolbar {
  margin-left: 0.625rem;
}

.amis-scope .cxd-Crud-statistics {
  line-height: 1.875rem;
  vertical-align: middle;
}

.amis-scope .cxd-Crud-pageSwitch {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.amis-scope .cxd-Crud-pageSwitch .cxd-Select {
  margin-left: 0.625rem;
}

.amis-scope .cxd-Crud-pager {
  align-self: flex-start;
}

.amis-scope .cxd-Crud-filter {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .amis-scope .cxd-Crud-toolbar {
    margin-top: calc(0.625rem * -1);
    flex-basis: 0;
    flex-grow: 1;
  }

  .amis-scope .cxd-Crud-toolbar::before,
  .amis-scope .cxd-Crud-toolbar::after {
    display: table;
    content: "";
  }

  .amis-scope .cxd-Crud-toolbar::after {
    clear: both;
  }

  .amis-scope .cxd-Crud-toolbar-item {
    line-height: 1.5;
    height: 1.875rem;
    vertical-align: middle;
  }

  .amis-scope .cxd-Crud-toolbar-item--left:not(:first-child) {
    margin-left: 0.625rem;
  }

  .amis-scope .cxd-Crud-toolbar-item--right:not(:last-child) {
    margin-left: 0.625rem;
  }

  .amis-scope .cxd-Crud-toolbar-item--left {
    float: left;
  }

  .amis-scope .cxd-Crud-toolbar-item--right {
    float: right;
  }

  .amis-scope .cxd-Crud-actions > * + .cxd-Button,
  .amis-scope .cxd-Crud-actions > * + .cxd-Button--disabled-wrap {
    margin-left: 0.625rem;
  }
}

.amis-scope .cxd-Crud2 {
  position: relative;
}

.amis-scope .cxd-Crud2-selection,
.amis-scope .cxd-Crud2-toolbar,
.amis-scope .cxd-Crud2-body {
  margin-bottom: 0.75rem;
}

.amis-scope .cxd-Crud2-selectionLabel {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.25rem;
}

.amis-scope .cxd-Crud2-value {
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  line-height: calc( 1.5 * 14px - 0.125rem );
  display: inline-block;
  font-size: 12px;
  color: #2468f2;
  font-weight: 400;
  background: #cce5ff;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #7dadff #7dadff #7dadff #7dadff;
  border-radius: 4px 4px 4px 4px;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
}

.amis-scope .cxd-Crud2-value:hover {
  background: #b3d7ff;
}

.amis-scope .cxd-Crud2-value.is-disabled {
  pointer-events: none;
  opacity: var(--Button-onDisabled-opacity);
}

.amis-scope .cxd-Crud2-valueIcon {
  color: #2468f2;
  cursor: pointer;
  border-right: 0.0625rem solid #7dadff;
  padding: 1px 5px;
}

.amis-scope .cxd-Crud2-valueIcon:hover {
  background: #b3d7ff;
}

.amis-scope .cxd-Crud2-valueLabel {
  padding: 0 0.25rem;
}

.amis-scope .cxd-Crud2-selectionClear {
  display: inline-block;
  cursor: pointer;
  user-select: none;
  margin-left: 0.25rem;
  margin-top: 0.25rem;
  vertical-align: middle;
}

.amis-scope .cxd-Crud2-toolbar-item {
  margin-top: 0.625rem;
  line-height: 1.5;
  height: 1.875rem;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
}

.amis-scope .cxd-Crud2-toolbar-item--left:not(:first-child) {
  margin-left: 0.625rem;
}

.amis-scope .cxd-Crud2-toolbar-item--right:not(:last-child) {
  margin-left: 0.625rem;
}

.amis-scope .cxd-Crud2-toolbar-item--left {
  float: left;
}

.amis-scope .cxd-Crud2-toolbar-item--right {
  float: right;
}

.amis-scope .cxd-Crud2-actions > * + .cxd-Button,
.amis-scope .cxd-Crud2-actions > * + .cxd-ButtonGroup,
.amis-scope .cxd-Crud2-actions > * + .cxd-ButtonToolbar {
  margin-left: 0.625rem;
}

.amis-scope .cxd-Crud2-statistics {
  line-height: 1.875rem;
  vertical-align: middle;
}

.amis-scope .cxd-Crud2-pageSwitch .cxd-Select {
  margin-left: 0.625rem;
}

.amis-scope .cxd-Crud2-pager {
  align-self: flex-start;
}

.amis-scope .cxd-Crud2-filter {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .amis-scope .cxd-Crud-toolbar {
    margin-top: calc(0.625rem * -1);
    flex-basis: 0;
    flex-grow: 1;
  }

  .amis-scope .cxd-Crud-toolbar::before,
  .amis-scope .cxd-Crud-toolbar::after {
    display: table;
    content: "";
  }

  .amis-scope .cxd-Crud-toolbar::after {
    clear: both;
  }

  .amis-scope .cxd-Crud-toolbar-item {
    line-height: 1.5;
    height: 1.875rem;
    vertical-align: middle;
  }

  .amis-scope .cxd-Crud-toolbar-item--left:not(:first-child) {
    margin-left: 0.625rem;
  }

  .amis-scope .cxd-Crud-toolbar-item--right:not(:last-child) {
    margin-left: 0.625rem;
  }

  .amis-scope .cxd-Crud-toolbar-item--left {
    float: left;
  }

  .amis-scope .cxd-Crud-toolbar-item--right {
    float: right;
  }

  .amis-scope .cxd-Crud-actions > * + .cxd-Button,
  .amis-scope .cxd-Crud-actions > * + .cxd-Button--disabled-wrap {
    margin-left: 0.625rem;
  }
}

.amis-scope .cxd-Table {
  position: relative;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.amis-scope .cxd-Form-control > .cxd-Table {
  margin-bottom: 0.5rem;
}

.amis-scope .cxd-Table-fixedLeft,
.amis-scope .cxd-Table-fixedRight {
  position: absolute;
  background: #ffffff;
  z-index: 5;
  top: auto;
  box-shadow: none;
}

.amis-scope .cxd-Table-fixedLeft--autoFillHeight > table thead,
.amis-scope .cxd-Table-fixedRight--autoFillHeight > table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

.amis-scope .cxd-Table-fixedLeft {
  left: 0;
  top: -999999px;
}

.amis-scope .cxd-Table-fixedLeft.in {
  box-shadow: 0.42rem 0 0.42rem -0.28rem rgba(0, 0, 0, 0.15);
  top: auto;
}

.amis-scope .cxd-Table-fixedLeft > .cxd-Table-table > thead > tr > th:last-child,
.amis-scope .cxd-Table-fixedLeft > .cxd-Table-table > tbody > tr > td:last-child {
  padding-right: 0.625rem;
}

.amis-scope .cxd-Table-fixedRight {
  right: 0;
  top: -999999px;
}

.amis-scope .cxd-Table-fixedRight.in {
  box-shadow: -0.42rem 0 0.42rem -0.28rem rgba(0, 0, 0, 0.15);
  top: auto;
}

.amis-scope .cxd-Table-fixedRight > .cxd-Table-table > thead > tr > th:first-child,
.amis-scope .cxd-Table-fixedRight > .cxd-Table-table > tbody > tr > td:first-child {
  padding-left: 0.625rem;
}

.amis-scope .cxd-Table-fixedTop {
  position: absolute;
  background: #ffffff;
  z-index: -1;
  opacity: 0;
}

.amis-scope .cxd-Table-fixedTop:after {
  content: "";
  position: absolute;
  width: 100%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
    0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  z-index: 10;
  height: 1px;
  margin-top: -3px;
  background-color: transparent;
}

.amis-scope .cxd-Table-fixedTop.in {
  position: fixed;
  opacity: 1;
  z-index: 900;
}

.amis-scope .cxd-Table-fixedTop > .cxd-Table-fixedLeft,
.amis-scope .cxd-Table-fixedTop > .cxd-Table-fixedRight {
  z-index: 910;
  background: transparent;
}

.amis-scope .cxd-Table-fixedTop.is-fakeHide > .cxd-Table-fixedLeft,
.amis-scope .cxd-Table-fixedTop.is-fakeHide > .cxd-Table-fixedRight,
.amis-scope .cxd-Table-fixedTop.is-fakeHide > .cxd-Table-wrapper {
  visibility: hidden;
  position: absolute;
}

.amis-scope .cxd-Table-heading {
  background: #ffffff;
  padding: calc( ( 2.5rem - 12px * 1.5 ) / 2 ) 0.5rem;
}

.amis-scope .cxd-Table--unsaved .cxd-Table-heading {
  background: #e8f0fe;
  color: #4285f4;
}

.amis-scope .cxd-Table-wrapper {
  overflow: hidden;
}

.amis-scope .cxd-Table-placeholder {
  color: #b8babf;
  text-align: center;
  height: 12.5rem;
  background: transparent !important;
}

.amis-scope .cxd-Table-placeholder:hover {
  color: #b8babf;
  background: transparent !important;
}

.amis-scope .cxd-Table-placeholder > td {
  vertical-align: middle !important;
  text-align: center;
}

.amis-scope .cxd-Table-placeholder-empty-icon.icon {
  display: block;
  margin: 0 auto;
  width: 4.625rem;
  height: 4.625rem;
}

.amis-scope .cxd-Table-searchableForm {
  background: #f6f7f8;
  border-radius: 0.25rem;
  margin-bottom: 0;
}

.amis-scope .cxd-Table-searchableForm-footer {
  padding: 0.5rem
    0.75rem 0.5rem
    0.75rem;
  clear: both;
}

.amis-scope .cxd-Table-searchableForm-checkbox-inner {
  /* 消除checkbox自身的padding top */
  padding-top: 0 !important;
}

.amis-scope .cxd-Table-header {
  padding: 0.75rem 0.25rem;
}

.amis-scope .cxd-Table-header > * + .cxd-Button,
.amis-scope .cxd-Table-header > * + .cxd-ButtonGroup,
.amis-scope .cxd-Table-header > * + .cxd-ButtonToolbar {
  margin-left: 0.625rem;
}

.amis-scope .cxd-Table-toolbar {
  display: flex;
  padding: 0.75rem 0.25rem;
  flex-wrap: wrap;
}

.amis-scope .cxd-Table-toolbar::before,
.amis-scope .cxd-Table-toolbar::after {
  display: table;
  content: "";
}

.amis-scope .cxd-Table-toolbar::after {
  clear: both;
}

.amis-scope .cxd-Table-toolbar .cxd-DropDown-menuItem {
  height: auto;
}

.amis-scope .cxd-Table-toolbar .cxd-DropDown-menuItem .cxd-Checkbox {
  display: flex;
  align-items: center;
}

.amis-scope .cxd-Table-header + .cxd-Table-toolbar {
  padding-top: 0;
}

.amis-scope .cxd-Table-contentWrap {
  position: relative;
  margin-bottom: 0.75rem;
}

.amis-scope .cxd-Table-actions {
  display: inline-block;
}

.amis-scope .cxd-Table-actions > * {
  margin-right: 0.625rem;
}

.amis-scope .cxd-Table-content {
  min-height: 0.01%;
  overflow-x: auto;
  transform: translateZ(0);
}

.amis-scope .cxd-Table-content th {
  position: relative;
}

.amis-scope .cxd-Table-content-colDragLine {
  position: absolute;
  width: 7px;
  top: 0;
  bottom: 0;
  right: -4px;
  cursor: col-resize;
  user-select: none;
  opacity: 0.5;
  z-index: 3000;
}

.amis-scope .cxd-Table-content-colDragLine:hover {
  background: #2468f2;
}

.amis-scope .cxd-Table-table {
  width: 100%;
  min-width: 100%;
  margin-bottom: 0;
  font-size: 12px;
  color: #151b26;
  background: #ffffff;
  border-spacing: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #e8e9eb;
}

.amis-scope .cxd-Table-table th,
.amis-scope .cxd-Table-table td {
  text-align: left;
}

.amis-scope .cxd-Table-table th.text-center,
.amis-scope .cxd-Table-table td.text-center,
.amis-scope .cxd-Table-table th[colspan],
.amis-scope .cxd-Table-table td[colspan] {
  text-align: center;
}

.amis-scope .cxd-Table-table th.text-right,
.amis-scope .cxd-Table-table td.text-right {
  text-align: right;
}

.amis-scope .cxd-Table-table td .cxd-SwitchControl {
  padding-top: 0;
}

.amis-scope .cxd-Table-table--withCombine > thead > tr > th:first-child,
.amis-scope .cxd-Table-table--withCombine > tbody > tr > td:first-child {
  padding-left: 0.625rem !important;
}

.amis-scope .cxd-Table-table--withCombine > thead > tr > th:last-child,
.amis-scope .cxd-Table-table--withCombine > tbody > tr > td:last-child {
  padding-right: 0.625rem !important;
}

.amis-scope .cxd-Table-table--withCombine > tbody > tr:hover {
  background: transparent;
}

.amis-scope .cxd-Table-table--withCombine > tbody > tr > td {
  vertical-align: middle;
}

.amis-scope .cxd-Table-table--withCombine > tbody > tr > td:not(:last-child) {
  border-right: 1px solid #e8e9eb;
}

.amis-scope .cxd-Table-table--checkOnItemClick > tbody > tr {
  cursor: pointer;
}

.amis-scope .cxd-Table-table > thead > tr > th {
  background: #f7f8fa;
  padding: calc(
    (2.5rem - 12px * 1.5) /
      2
  ) 0.625rem;
  text-align: left;
  border-bottom: 1px solid #ffffff;
  font-size: 14px;
  color: #151b26;
  font-weight: 400;
  white-space: nowrap;
}

.amis-scope .cxd-Table-table > thead > tr > th:first-child {
  padding-left: 0.75rem;
}

.amis-scope .cxd-Table-table > thead > tr > th:first-child.cxd-Table-checkCell {
  padding-left: 1rem;
}

.amis-scope .cxd-Table-table > thead > tr > th:last-child {
  padding-right: 0.75rem;
}

.amis-scope .cxd-Table-table > thead > tr > th:last-child .cxd-Table-content-colDragLine {
  width: 4px;
  right: 0;
}

.amis-scope .cxd-Table-table > thead > tr > th:not(:last-child) {
  border-right: 1px solid #ffffff;
}

.amis-scope .cxd-Table-table > thead > tr > th .cxd-Remark {
  margin-left: 0.25rem;
}

.amis-scope .cxd-Table-table > thead > tr > th .cxd-TableCell--title {
  min-width: fit-content;
}

.amis-scope .cxd-Table-table > thead > tr > th:first-child {
  border-top-left-radius: 4px;
}

.amis-scope .cxd-Table-table > thead > tr > th:last-child {
  border-top-right-radius: 4px;
}

.amis-scope .cxd-Table-table > thead > tr + tr {
  border-top: 1px solid #e8e9eb;
}

.amis-scope .cxd-Table-table > thead > tr {
  border-bottom: 1px solid #e8e9eb;
}

.amis-scope .cxd-Table-table > tbody > tr {
  position: relative;
}

.amis-scope .cxd-Table-table > tbody > tr + tr {
  border-top: 1px solid #e8e9eb;
}

.amis-scope .cxd-Table-table > tbody > tr + tr > th {
  border-top: 1px solid #ffffff;
}

.amis-scope .cxd-Table-table > tbody > tr > th {
  background: #f7f8fa;
  color: #151b26;
  font-weight: 400;
  white-space: nowrap;
  border-right: 1px solid #ffffff;
}

.amis-scope .cxd-Table-table > tbody > tr > td,
.amis-scope .cxd-Table-table > tbody > tr > th {
  padding: calc(
    (2.5rem - 12px * 1.5) /
      2
  ) 0.625rem;
}

.amis-scope .cxd-Table-table > tbody > tr > td:first-child,
.amis-scope .cxd-Table-table > tbody > tr > th:first-child {
  padding-left: 1rem;
}

.amis-scope .cxd-Table-table > tbody > tr > td:last-child,
.amis-scope .cxd-Table-table > tbody > tr > th:last-child {
  padding-right: 1rem;
}

.amis-scope .cxd-Table-table > tbody > tr.cxd-Table-tr--hasItemAction:hover {
  cursor: pointer;
}

.amis-scope .cxd-Table-table > tbody > tr:hover,
.amis-scope .cxd-Table-table > tbody > tr.is-hovered {
  background: #e6f0ff;
  border-color: #e8e9eb;
  color: #151b26;
}

.amis-scope .cxd-Table-table > tbody > tr:hover + tr,
.amis-scope .cxd-Table-table > tbody > tr.is-hovered + tr {
  border-color: #e8e9eb;
}

.amis-scope .cxd-Table-table > tbody > tr:active {
  background: transparent;
}

.amis-scope .cxd-Table-table > tbody > tr:hover.cxd-Table-placeholder {
  color: #b8babf;
}

.amis-scope .cxd-Table-table > tbody > tr.is-checked {
  background: #ffffff;
  border-color: #e8e9eb;
  color: #151b26;
}

.amis-scope .cxd-Table-table > tbody > tr.is-checked + tr {
  border-color: #e8e9eb;
}

.amis-scope .cxd-Table-table > tbody > tr.is-moved,
.amis-scope .cxd-Table-table > tbody > tr.is-modified {
  background: #e8f0fe;
  border-color: #d0e0fd;
  color: #4285f4;
}

.amis-scope .cxd-Table-table > tbody > tr.is-moved + tr,
.amis-scope .cxd-Table-table > tbody > tr.is-modified + tr {
  border-color: #d0e0fd;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-light {
  background-color: #f8f9fa;
  color: #58666e;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-light.lt,
.amis-scope .cxd-Table-table > tbody > tr.bg-light .lt {
  background: #fefefe;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-light.lter,
.amis-scope .cxd-Table-table > tbody > tr.bg-light .lter {
  background: white;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-light.dk,
.amis-scope .cxd-Table-table > tbody > tr.bg-light .dk {
  background: #eff1f4;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-light.dker,
.amis-scope .cxd-Table-table > tbody > tr.bg-light .dker {
  background: #e8ecf0;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-light.bg,
.amis-scope .cxd-Table-table > tbody > tr.bg-light .bg {
  background-color: #f8f9fa;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-dark {
  background-color: #343a40;
  color: #a0a0a0;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-dark.lt,
.amis-scope .cxd-Table-table > tbody > tr.bg-dark .lt {
  background: #41474c;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-dark.lter,
.amis-scope .cxd-Table-table > tbody > tr.bg-dark .lter {
  background: #4f5458;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-dark.dk,
.amis-scope .cxd-Table-table > tbody > tr.bg-dark .dk {
  background: #272d33;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-dark.dker,
.amis-scope .cxd-Table-table > tbody > tr.bg-dark .dker {
  background: #1c2125;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-dark.bg,
.amis-scope .cxd-Table-table > tbody > tr.bg-dark .bg {
  background-color: #343a40;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-dark a,
.amis-scope .cxd-Table-table > tbody > tr.bg-dark .cxd-Button--link {
  color: #b9baba;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-dark a:hover,
.amis-scope .cxd-Table-table > tbody > tr.bg-dark .cxd-Button--link:hover {
  color: #fff;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-dark .open > a,
.amis-scope .cxd-Table-table > tbody > tr.bg-dark .open > a:hover,
.amis-scope .cxd-Table-table > tbody > tr.bg-dark .open > a:focus {
  color: #fff;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-dark .text-muted {
  color: #414c52 !important;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-dark .text-lt {
  color: #99a6ad !important;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-black {
  background-color: #000;
  color: #666666;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-black.lt,
.amis-scope .cxd-Table-table > tbody > tr.bg-black .lt {
  background: #0d0d0d;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-black.lter,
.amis-scope .cxd-Table-table > tbody > tr.bg-black .lter {
  background: #1a1a1a;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-black.dk,
.amis-scope .cxd-Table-table > tbody > tr.bg-black .dk {
  background: black;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-black.dker,
.amis-scope .cxd-Table-table > tbody > tr.bg-black .dker {
  background: black;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-black.bg,
.amis-scope .cxd-Table-table > tbody > tr.bg-black .bg {
  background-color: #000;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-black a,
.amis-scope .cxd-Table-table > tbody > tr.bg-black .cxd-Button--link {
  color: gray;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-black a:hover,
.amis-scope .cxd-Table-table > tbody > tr.bg-black .cxd-Button--link:hover {
  color: #fff;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-black .open > a,
.amis-scope .cxd-Table-table > tbody > tr.bg-black .open > a:hover,
.amis-scope .cxd-Table-table > tbody > tr.bg-black .open > a:focus {
  color: #fff;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-black .text-muted {
  color: #414c52 !important;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-black .text-lt {
  color: #99a6ad !important;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-primary {
  background-color: #007bff;
  color: #cfe5fc;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-primary.lt,
.amis-scope .cxd-Table-table > tbody > tr.bg-primary .lt {
  background: #1c88fc;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-primary.lter,
.amis-scope .cxd-Table-table > tbody > tr.bg-primary .lter {
  background: #3896fa;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-primary.dk,
.amis-scope .cxd-Table-table > tbody > tr.bg-primary .dk {
  background: #006fe6;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-primary.dker,
.amis-scope .cxd-Table-table > tbody > tr.bg-primary .dker {
  background: #0062cc;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-primary.bg,
.amis-scope .cxd-Table-table > tbody > tr.bg-primary .bg {
  background-color: #007bff;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-primary a,
.amis-scope .cxd-Table-table > tbody > tr.bg-primary .cxd-Button--link {
  color: white;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-primary a:hover,
.amis-scope .cxd-Table-table > tbody > tr.bg-primary .cxd-Button--link:hover {
  color: #fff;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-primary .open > a,
.amis-scope .cxd-Table-table > tbody > tr.bg-primary .open > a:hover,
.amis-scope .cxd-Table-table > tbody > tr.bg-primary .open > a:focus {
  color: #fff;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-primary .text-muted {
  color: #414c52 !important;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-primary .text-lt {
  color: #99a6ad !important;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-success {
  background-color: #28a745;
  color: #b4e7c0;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-success.lt,
.amis-scope .cxd-Table-table > tbody > tr.bg-success .lt {
  background: #30b94f;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-success.lter,
.amis-scope .cxd-Table-table > tbody > tr.bg-success .lter {
  background: #3ac85a;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-success.dk,
.amis-scope .cxd-Table-table > tbody > tr.bg-success .dk {
  background: #21953b;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-success.dker,
.amis-scope .cxd-Table-table > tbody > tr.bg-success .dker {
  background: #1a8232;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-success.bg,
.amis-scope .cxd-Table-table > tbody > tr.bg-success .bg {
  background-color: #28a745;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-success a,
.amis-scope .cxd-Table-table > tbody > tr.bg-success .cxd-Button--link {
  color: #dbf3e0;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-success a:hover,
.amis-scope .cxd-Table-table > tbody > tr.bg-success .cxd-Button--link:hover {
  color: #fff;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-success .open > a,
.amis-scope .cxd-Table-table > tbody > tr.bg-success .open > a:hover,
.amis-scope .cxd-Table-table > tbody > tr.bg-success .open > a:focus {
  color: #fff;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-success .text-muted {
  color: #414c52 !important;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-success .text-lt {
  color: #99a6ad !important;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-info {
  background-color: #007bff;
  color: #cfe5fc;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-info.lt,
.amis-scope .cxd-Table-table > tbody > tr.bg-info .lt {
  background: #1c88fc;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-info.lter,
.amis-scope .cxd-Table-table > tbody > tr.bg-info .lter {
  background: #3896fa;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-info.dk,
.amis-scope .cxd-Table-table > tbody > tr.bg-info .dk {
  background: #006fe6;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-info.dker,
.amis-scope .cxd-Table-table > tbody > tr.bg-info .dker {
  background: #0062cc;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-info.bg,
.amis-scope .cxd-Table-table > tbody > tr.bg-info .bg {
  background-color: #007bff;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-info a,
.amis-scope .cxd-Table-table > tbody > tr.bg-info .cxd-Button--link {
  color: white;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-info a:hover,
.amis-scope .cxd-Table-table > tbody > tr.bg-info .cxd-Button--link:hover {
  color: #fff;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-info .open > a,
.amis-scope .cxd-Table-table > tbody > tr.bg-info .open > a:hover,
.amis-scope .cxd-Table-table > tbody > tr.bg-info .open > a:focus {
  color: #fff;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-info .text-muted {
  color: #414c52 !important;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-info .text-lt {
  color: #99a6ad !important;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-warning {
  background-color: #fad733;
  color: #fffefa;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-warning.lt,
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .lt {
  background: #f8da4e;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-warning.lter,
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .lter {
  background: #f7de69;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-warning.dk,
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .dk {
  background: #fcd417;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-warning.dker,
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .dker {
  background: #face00;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-warning.bg,
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .bg {
  background-color: #fad733;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-warning a,
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .cxd-Button--link {
  color: white;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-warning a:hover,
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .cxd-Button--link:hover {
  color: #fff;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-warning .open > a,
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .open > a:hover,
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .open > a:focus {
  color: #fff;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-warning .text-muted {
  color: #414c52 !important;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-warning .text-lt {
  color: #99a6ad !important;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-danger {
  background-color: #dc3545;
  color: #f8e5e6;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-danger.lt,
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .lt {
  background: #dd4d5b;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-danger.lter,
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .lter {
  background: #df6571;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-danger.dk,
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .dk {
  background: #d62133;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-danger.dker,
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .dker {
  background: #c31b2b;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-danger.bg,
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .bg {
  background-color: #dc3545;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-danger a,
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .cxd-Button--link {
  color: white;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-danger a:hover,
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .cxd-Button--link:hover {
  color: #fff;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-danger .open > a,
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .open > a:hover,
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .open > a:focus {
  color: #fff;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-danger .text-muted {
  color: #414c52 !important;
}

.amis-scope .cxd-Table-table > tbody > tr.bg-danger .text-lt {
  color: #99a6ad !important;
}

.amis-scope .cxd-Table-table > tbody > tr.is-dragging {
  opacity: 0.1;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--2th.is-expanded .cxd-Table-expandCell:before {
  right: -0.6875rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandBtn {
  position: relative;
  right: -1.125rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 1.125rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: -0.5rem;
  height: auto;
  background: #e8e9eb;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: -0.5rem;
  width: 0.625rem;
  background: #e8e9eb;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--2th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 1.125rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--2th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--3th.is-expanded .cxd-Table-expandCell:before {
  right: -1.8125rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandBtn {
  position: relative;
  right: -2.25rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 2.25rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 0.625rem;
  height: auto;
  background: #e8e9eb;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: 0.625rem;
  width: 0.625rem;
  background: #e8e9eb;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--3th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 2.25rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--3th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--4th.is-expanded .cxd-Table-expandCell:before {
  right: -2.9375rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandBtn {
  position: relative;
  right: -3.375rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 3.375rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 1.75rem;
  height: auto;
  background: #e8e9eb;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: 1.75rem;
  width: 0.625rem;
  background: #e8e9eb;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--4th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 3.375rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--4th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--5th.is-expanded .cxd-Table-expandCell:before {
  right: -4.0625rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandBtn {
  position: relative;
  right: -4.5rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 4.5rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 2.875rem;
  height: auto;
  background: #e8e9eb;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: 2.875rem;
  width: 0.625rem;
  background: #e8e9eb;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--5th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 4.5rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--5th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--6th.is-expanded .cxd-Table-expandCell:before {
  right: -5.1875rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandBtn {
  position: relative;
  right: -5.625rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 5.625rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 4rem;
  height: auto;
  background: #e8e9eb;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: 4rem;
  width: 0.625rem;
  background: #e8e9eb;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--6th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 5.625rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--6th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--7th.is-expanded .cxd-Table-expandCell:before {
  right: -6.3125rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandBtn {
  position: relative;
  right: -6.75rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 6.75rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 5.125rem;
  height: auto;
  background: #e8e9eb;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: 5.125rem;
  width: 0.625rem;
  background: #e8e9eb;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--7th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 6.75rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--7th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--8th.is-expanded .cxd-Table-expandCell:before {
  right: -7.4375rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandBtn {
  position: relative;
  right: -7.875rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 7.875rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 6.25rem;
  height: auto;
  background: #e8e9eb;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: 6.25rem;
  width: 0.625rem;
  background: #e8e9eb;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--8th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 7.875rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--8th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--9th.is-expanded .cxd-Table-expandCell:before {
  right: -8.5625rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandBtn {
  position: relative;
  right: -9rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 9rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 7.375rem;
  height: auto;
  background: #e8e9eb;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: 7.375rem;
  width: 0.625rem;
  background: #e8e9eb;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--9th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 9rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--9th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--10th.is-expanded .cxd-Table-expandCell:before {
  right: -9.6875rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandBtn {
  position: relative;
  right: -10.125rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 10.125rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 8.5rem;
  height: auto;
  background: #e8e9eb;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: 8.5rem;
  width: 0.625rem;
  background: #e8e9eb;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--10th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 10.125rem;
}

.amis-scope .cxd-Table-table tr.cxd-Table-tr--10th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .cxd-Table-table > thead > tr > th.cxd-Table-checkCell,
.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-checkCell {
  width: 0.0625rem;
  padding-right: 0.625rem;
  white-space: nowrap;
}

.amis-scope .cxd-Table-table > thead > tr > th.cxd-Table-checkCell .cxd-Checkbox,
.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-checkCell .cxd-Checkbox {
  margin: 0;
}

.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-checkCell {
  border-right: 0;
}

.amis-scope .cxd-Table-table > thead > tr > th.cxd-Table-expandCell,
.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell {
  border-right: 0;
  width: 0.0625rem;
  padding-right: 0;
}

.amis-scope .cxd-Table-table > thead > tr > th.cxd-Table-dragCell,
.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-dragCell {
  border-right: 0;
  width: 0.0625rem;
  padding-right: 0;
  cursor: move;
}

.amis-scope .cxd-Table-table > thead > tr > th.cxd-Table-dragCell > svg,
.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-dragCell > svg {
  vertical-align: middle;
  top: 0;
}

.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell {
  position: relative;
}

.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-1 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #e8e9eb;
  right: 0.4375rem;
}

.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-2 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #e8e9eb;
  right: -0.6875rem;
}

.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-3 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #e8e9eb;
  right: -1.8125rem;
}

.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-4 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #e8e9eb;
  right: -2.9375rem;
}

.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-5 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #e8e9eb;
  right: -4.0625rem;
}

.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-6 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #e8e9eb;
  right: -5.1875rem;
}

.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-7 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #e8e9eb;
  right: -6.3125rem;
}

.amis-scope .cxd-Table-table > tbody > tr.is-expanded > td.cxd-Table-expandCell::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 50%;
  bottom: 0;
  right: 0.4375rem;
  height: auto;
  background: #e8e9eb;
}

.amis-scope .cxd-Table-table > thead > tr > th.cxd-TableCell--sortable > .cxd-TableCell--title,
.amis-scope .cxd-Table-table > thead > tr > th.cxd-TableCell--searchable > .cxd-TableCell--title,
.amis-scope .cxd-Table-table > thead > tr > th.cxd-TableCell--filterable > .cxd-TableCell--title {
  display: inline-block;
}

.amis-scope .cxd-TableCell-sortBtn,
.amis-scope .cxd-TableCell-searchBtn,
.amis-scope .cxd-TableCell-filterBtn {
  display: inline-block;
  vertical-align: top;
  padding-left: 0.5rem;
}

.amis-scope .cxd-TableCell-sortBtn:hover,
.amis-scope .cxd-TableCell-searchBtn:hover,
.amis-scope .cxd-TableCell-filterBtn:hover {
  color: #2468f2;
}

.amis-scope .cxd-TableCell-sortBtn {
  cursor: pointer;
  width: 0.875rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #84878c;
}

.amis-scope .cxd-TableCell-sortBtn--up > svg,
.amis-scope .cxd-TableCell-sortBtn--down > svg,
.amis-scope .cxd-TableCell-sortBtn--default > svg {
  color: inherit;
  width: 12px;
  height: 12px;
}

.amis-scope .cxd-TableCell-sortBtn--up,
.amis-scope .cxd-TableCell-sortBtn--down,
.amis-scope .cxd-TableCell-sortBtn--default {
  display: none;
  position: absolute;
  z-index: 2;
  font-style: normal;
}

.amis-scope .cxd-TableCell-sortBtn--up.is-active,
.amis-scope .cxd-TableCell-sortBtn--down.is-active,
.amis-scope .cxd-TableCell-sortBtn--default.is-active {
  display: inline-block;
}

.amis-scope .cxd-TableCell-sortBtn--default.is-active {
  color: #b8babf;
}

.amis-scope .cxd-TableCell-sortBtn--default.is-active:hover {
  color: #2468f2;
}

.amis-scope .cxd-TableCell-sortBtn--up.is-active,
.amis-scope .cxd-TableCell-sortBtn--down.is-active {
  color: #2468f2;
}

.amis-scope .cxd-TableCell-searchBtn {
  cursor: pointer;
  color: #b8babf;
}

.amis-scope .cxd-TableCell-searchBtn svg.icon {
  width: 12px;
  height: 12px;
}

.amis-scope .cxd-TableCell-searchBtn.is-active {
  color: #2468f2;
}

.amis-scope .cxd-TableCell-searchBtn.is-opened {
  color: var(--Button--default-onActive-border);
}

.amis-scope .cxd-TableCell-searchPopOver {
  border: none;
  min-width: 20rem;
  max-width: 40rem;
}

.amis-scope .cxd-TableCell-searchPopOver .cxd-Panel {
  margin: 0;
}

.amis-scope .cxd-TableCell-filterBtn {
  cursor: pointer;
  width: 1rem;
  color: #b8babf;
}

.amis-scope .cxd-TableCell-filterBtn svg.icon {
  width: 12px;
  height: 12px;
}

.amis-scope .cxd-TableCell-filterBtn.is-active {
  color: #2468f2;
}

.amis-scope .cxd-TableCell-filterBtn .cxd-Remark {
  display: inline;
}

.amis-scope .cxd-TableCell-filterPopOver {
  border: none;
  width: 10rem;
}

.amis-scope .cxd-TableCell-filterPopOver .cxd-DropDown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.amis-scope .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider {
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0rem
    0.625rem;
  background: #ffffff;
  margin: 0;
}

.amis-scope .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider:hover {
  background: #ffffff;
  color: #2468f2;
}

.amis-scope .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider.is-selected {
  background: #ffffff;
  color: #2468f2;
}

.amis-scope .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider .cxd-Checkbox {
  width: 100%;
  margin: 0;
}

.amis-scope .cxd-Table-itemActions-wrap {
  position: absolute;
  width: 100%;
  z-index: calc(5 + 1);
  left: 0;
  top: 0;
  min-height: 30px;
  pointer-events: none;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
    0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}

.amis-scope .cxd-Table-itemActions {
  pointer-events: all;
  position: absolute;
  background: linear-gradient(90deg, rgba(245, 251, 255, 0) 0%, rgba(245, 251, 255, 1) 20%, rgba(245, 251, 255, 1) 100%);
  top: 1px;
  bottom: 0;
  right: 0;
  padding-left: 5rem;
  padding-right: 0.625rem;
  display: flex;
  align-items: center;
}

.amis-scope .cxd-Table-itemActions a {
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  color: #2468f2;
  text-decoration: none;
}

.amis-scope .cxd-Table-itemActions a:hover {
  color: #528eff;
  text-decoration: none;
}

.amis-scope .cxd-Table-itemActions a.is-disabled {
  pointer-events: none;
  opacity: var(--Button-onDisabled-opacity);
  color: #b8babf;
}

.amis-scope .cxd-Table-dragTip {
  color: #151b26;
  clear: both;
  margin-top: 0.25rem;
  width: 100%;
  color: #2468f2;
}

.amis-scope .cxd-Table-foot {
  background: #f7f8fa;
}

.amis-scope .cxd-Table-footTable {
  position: relative;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 0;
  background: transparent;
}

.amis-scope .cxd-Table-footTable > tbody > tr > th {
  width: 7.5rem;
  text-align: right;
  padding: calc(
    (2.5rem - 12px * 1.5) /
      2
  ) 0.625rem;
}

.amis-scope .cxd-Table-footTable > tbody > tr > td {
  word-break: break-all;
  padding: calc(
    (2.5rem - 12px * 1.5) /
      2
  ) 0.625rem;
}

.amis-scope .cxd-Table-footTable > tbody > tr:not(:first-child) {
  border-top: 1px solid #f2f3f5;
}

.amis-scope .cxd-Table-expandBtn {
  position: relative;
  z-index: 1;
  color: #84878c;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 0.875rem;
  line-height: 1;
  height: 16px;
}

.amis-scope .cxd-Table-expandBtn > svg {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: transform ease-in-out 0s, top ease-in-out 0s;
  position: relative;
  transform-origin: 50% 50%;
  width: 0.625rem;
  height: 0.625rem;
  top: 0;
  transform: rotate(90deg);
}

.amis-scope .cxd-Table-expandBtn.is-active > svg {
  transform: rotate(-90deg);
}

.amis-scope .cxd-Table-expandBtn:hover {
  text-decoration: none;
}

.amis-scope .cxd-Table-dragBtn {
  margin-right: 0.25rem;
  display: inline-block;
  visibility: hidden;
  cursor: move;
  color: #84878c;
}

.amis-scope .cxd-Table-dragBtn:hover {
  text-decoration: none;
  color: #2468f2;
}

.amis-scope .cxd-Table-dragBtn > svg {
  vertical-align: -2px;
}

.amis-scope .cxd-Table-table > tbody > tr:hover .cxd-Table-dragBtn,
.amis-scope .cxd-Table-table > tbody > tr.is-dragging .cxd-Table-dragBtn,
.amis-scope .cxd-Table-table > tbody > tr.is-drop-allowed .cxd-Table-dragBtn {
  visibility: visible;
}

.amis-scope .cxd-Table .fake-hide {
  visibility: hidden;
  position: absolute;
}

.amis-scope .cxd-Table-badge {
  position: absolute;
  top: 0;
  left: 0;
}

.amis-scope .cxd-Table--autoFillHeight {
  margin-bottom: 0;
}

.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content table {
  border-top: none;
}

.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-fixedTop {
  display: none;
}

.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-footToolbar {
  margin-bottom: 0;
}

.amis-scope .cxd-Table-SFToggler {
  color: #151b26;
  font-size: 12px;
  margin-left: 0.5rem;
  display: inline-flex;
  cursor: pointer;
}

.amis-scope .cxd-Table-SFToggler-arrow {
  width: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transform: rotate(90deg);
}

.amis-scope .cxd-Table-SFToggler-arrow > svg {
  transition: transform 0s;
  display: inline-block;
  color: #84878c;
  width: 10px;
  height: 10px;
  top: 0;
}

.amis-scope .cxd-Table-SFToggler.is-expanded {
  color: #151b26;
}

.amis-scope .cxd-Table-SFToggler.is-expanded .cxd-Table-SFToggler-arrow > svg {
  transform: rotate(180deg);
}

.amis-scope .cxd-InputTable .cxd-Field--quickEditable svg {
  color: #2468f2;
}

.amis-scope .cxd-InputTable .cxd-Field--quickEditable svg:hover {
  color: #528eff;
}

.amis-scope .cxd-InputTable .cxd-Field--quickEditable svg:active {
  color: #144bcc;
}

.amis-scope .cxd-InputTable .cxd-Field--quickEditable svg {
  color: #2468f2;
}

.amis-scope .cxd-InputTable .cxd-Field--quickEditable svg:hover {
  color: #528eff;
}

.amis-scope .cxd-InputTable .cxd-Field--quickEditable svg:active {
  color: #144bcc;
}

.amis-scope .cxd-InputTable-toolbar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.amis-scope .cxd-InputTable-pager {
  margin-left: auto;
}

.amis-scope .cxd-OperationField {
  margin: -0.1875rem;
}

.amis-scope .cxd-OperationField > .cxd-Button,
.amis-scope .cxd-OperationField > .cxd-Button--disabled-wrap > .cxd-Button {
  margin: 0.1875rem;
}

.amis-scope .cxd-OperationField > .cxd-Button--disabled-wrap > .cxd-Button--link {
  padding: 0;
}

.amis-scope .cxd-OperationField > .cxd-Button--link {
  padding: 0;
  margin-right: 0.625rem;
}

.amis-scope .cxd-Table2 {
  position: relative;
  border-radius: 4px;
}

.amis-scope .cxd-Table2.cxd-Table-bordered {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #e8e9eb;
  border-collapse: inherit;
}

.amis-scope .cxd-Table2.cxd-Table-bordered .cxd-Table-table > thead > tr > th,
.amis-scope .cxd-Table2.cxd-Table-bordered .cxd-Table-table > tbody > tr > td,
.amis-scope .cxd-Table2.cxd-Table-bordered .cxd-Table-table > tfoot > tr > td {
  border-right: 1px solid #e8e9eb;
}

.amis-scope .cxd-Table2.cxd-Table-bordered .cxd-Table-table > thead > tr > th:last-child,
.amis-scope .cxd-Table2.cxd-Table-bordered .cxd-Table-table > tbody > tr > td:last-child,
.amis-scope .cxd-Table2.cxd-Table-bordered .cxd-Table-table > tfoot > tr > td:last-child {
  border-right: none;
}

.amis-scope .cxd-Table2.cxd-Table-bordered .cxd-Table-footer {
  border-bottom: 1px solid #e8e9eb;
}

.amis-scope .cxd-Table2.cxd-Table-bordered .cxd-Table-title {
  border-bottom: 1px solid #e8e9eb;
}

.amis-scope .cxd-Table2.cxd-Table-large .cxd-Table-table > thead > tr > th {
  padding: 1.25rem 0.75rem 1.25rem 0.75rem;
}

.amis-scope .cxd-Table2.cxd-Table-large .cxd-Table-table > tbody > tr > td,
.amis-scope .cxd-Table2.cxd-Table-large .cxd-Table-table > tbody > tr > th {
  padding: 1.25rem 0.75rem 1.25rem 0.75rem;
}

.amis-scope .cxd-Table2.cxd-Table-large .cxd-Table-table > tfoot > tr > td {
  padding: 1.25rem 0.75rem 1.25rem 0.75rem;
}

.amis-scope .cxd-Table2.cxd-Table-large .cxd-TableCell-filterBtn {
  right: calc( 0.75rem - 1rem / 2 );
}

.amis-scope .cxd-Table2.cxd-Table-small .cxd-Table-table > thead > tr > th {
  padding: 0.375rem 0.25rem 0.375rem 0.25rem;
}

.amis-scope .cxd-Table2.cxd-Table-small .cxd-Table-table > tbody > tr > td,
.amis-scope .cxd-Table2.cxd-Table-small .cxd-Table-table > tbody > tr > th {
  padding: 0.375rem 0.25rem 0.375rem 0.25rem;
}

.amis-scope .cxd-Table2.cxd-Table-small .cxd-Table-table > tfoot > tr > td {
  padding: 0.375rem 0.25rem 0.375rem 0.25rem;
}

.amis-scope .cxd-Table2.cxd-Table-small .cxd-TableCell-filterBtn {
  right: calc( 0.25rem - 1rem / 2 );
}

.amis-scope .cxd-Table2 .cxd-Table-title,
.amis-scope .cxd-Table2 .cxd-Table-footer {
  color: #151b26;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  background: #ffffff;
  padding: 0.625rem 0.5rem 0.625rem 0.5rem;
}

.amis-scope .cxd-Table2 .cxd-Table-header {
  padding: 0.75rem 0.25rem;
}

.amis-scope .cxd-Table2 .cxd-Table-header.cxd-Table-sticky-holder {
  position: sticky;
  z-index: 3;
  background: #ffffff;
}

.amis-scope .cxd-Table2 .cxd-Table-toolbar {
  display: flex;
  margin: 0 0.25rem 0.75rem;
  flex-wrap: wrap;
}

.amis-scope .cxd-Table2 .cxd-Table-toolbar::before,
.amis-scope .cxd-Table2 .cxd-Table-toolbar::after {
  display: table;
  content: "";
}

.amis-scope .cxd-Table2 .cxd-Table-toolbar::after {
  clear: both;
}

.amis-scope .cxd-Table2 .cxd-Table-toolbar .cxd-DropDown-menuItem {
  height: auto;
}

.amis-scope .cxd-Table2 .cxd-Table-toolbar .cxd-DropDown-menuItem .cxd-Checkbox {
  display: flex;
  align-items: center;
}

.amis-scope .cxd-Table2 .cxd-Table-header + .cxd-Table-toolbar {
  padding-top: 0;
}

.amis-scope .cxd-Table2 .cxd-Table-content {
  min-height: 0.01%;
  overflow-x: auto;
  transform: translateZ(0);
}

.amis-scope .cxd-Table2 .cxd-Table-content th {
  position: relative;
}

.amis-scope .cxd-Table2 .cxd-Table-table {
  width: 100%;
  min-width: 100%;
  margin-bottom: 0;
  font-size: 12px;
  color: #151b26;
  font-weight: 400;
  line-height: 1.5;
  background: #ffffff;
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}

.amis-scope .cxd-Table2 .cxd-Table-table th,
.amis-scope .cxd-Table2 .cxd-Table-table td {
  text-align: left;
}

.amis-scope .cxd-Table2 .cxd-Table-table th.text-center,
.amis-scope .cxd-Table2 .cxd-Table-table td.text-center,
.amis-scope .cxd-Table2 .cxd-Table-table th[colspan],
.amis-scope .cxd-Table2 .cxd-Table-table td[colspan] {
  text-align: center;
}

.amis-scope .cxd-Table2 .cxd-Table-table th.text-right,
.amis-scope .cxd-Table2 .cxd-Table-table td.text-right {
  text-align: right;
}

.amis-scope .cxd-Table2 .cxd-Table-table > thead > tr > th {
  background: #f7f8fa;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  font-size: 14px;
  color: #151b26;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}

.amis-scope .cxd-Table2 .cxd-Table-table > thead > tr > th:first-child {
  padding-left: 0.75rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-Table-cell-last {
  padding-right: 0.75rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table > thead > tr > th:not(.cxd-Table-cell-last) {
  border-right: 1px solid #ffffff;
}

.amis-scope .cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-Table-row-expand-icon-cell {
  border-right: 0;
}

.amis-scope .cxd-Table2 .cxd-Table-table > thead > tr > th .cxd-Remark {
  margin-left: 0.25rem;
  position: relative;
  top: 2px;
}

.amis-scope .cxd-Table2 .cxd-Table-table > thead > tr > th .cxd-Table-head-cell-wrapper {
  display: flex;
}

.amis-scope .cxd-Table2 .cxd-Table-table > thead > tr:not(:last-child) {
  border-bottom: 1px solid #e8e9eb;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr {
  position: relative;
  border-bottom: 1px solid #e8e9eb;
  background: #ffffff;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.cxd-Table-summary-row > td {
  background: #f7f8fa;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > th {
  background: #f7f8fa;
  color: #151b26;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  border-right: 1px solid #ffffff;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > td,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > th {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > td:first-child,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > th:first-child {
  padding-left: 0.75rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > td:last-child,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > th:last-child {
  padding-right: 0.75rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr .cxd-Table-cell-wrapper-prefix {
  display: flex;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr .cxd-Table-cell-wrapper-prefix .cxd-Table-expandBtn {
  margin-right: 5px;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr .cxd-Table-cell-height-large {
  height: 2.5rem;
  line-height: 2.5rem;
  overflow: hidden;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr .cxd-Table-cell-height-middle {
  height: 1.875rem;
  line-height: 1.875rem;
  overflow: hidden;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.cxd-Table-tr--odd {
  background: transparent;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.cxd-Table-tr--hasItemAction:hover {
  cursor: pointer;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr:hover,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.is-hovered {
  background: #e6f0ff;
  border-color: #e8e9eb;
  color: #151b26;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr:hover + tr,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.is-hovered + tr {
  border-color: #e8e9eb;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.is-checked {
  background: #ffffff;
  border-color: #e8e9eb;
  color: #151b26;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.is-checked + tr {
  border-color: #e8e9eb;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.is-moved,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.is-modified {
  background: #e8f0fe;
  border-color: #d0e0fd;
  color: #4285f4;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.is-moved + tr,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.is-modified + tr {
  border-color: #d0e0fd;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.is-summary {
  background: #f7f8fa;
  color: #151b26;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-light {
  background-color: #f8f9fa;
  color: #58666e;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-light.lt,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-light .lt {
  background: #fefefe;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-light.lter,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-light .lter {
  background: white;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-light.dk,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-light .dk {
  background: #eff1f4;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-light.dker,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-light .dker {
  background: #e8ecf0;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-light.bg,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-light .bg {
  background-color: #f8f9fa;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark {
  background-color: #343a40;
  color: #a0a0a0;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark.lt,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .lt {
  background: #41474c;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark.lter,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .lter {
  background: #4f5458;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark.dk,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .dk {
  background: #272d33;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark.dker,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .dker {
  background: #1c2125;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark.bg,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .bg {
  background-color: #343a40;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark a,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .cxd-Button--link {
  color: #b9baba;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark a:hover,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .cxd-Button--link:hover {
  color: #fff;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .open > a,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .open > a:hover,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .open > a:focus {
  color: #fff;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .text-muted {
  color: #414c52 !important;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .text-lt {
  color: #99a6ad !important;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black {
  background-color: #000;
  color: #666666;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black.lt,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .lt {
  background: #0d0d0d;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black.lter,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .lter {
  background: #1a1a1a;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black.dk,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .dk {
  background: black;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black.dker,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .dker {
  background: black;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black.bg,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .bg {
  background-color: #000;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black a,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .cxd-Button--link {
  color: gray;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black a:hover,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .cxd-Button--link:hover {
  color: #fff;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .open > a,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .open > a:hover,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .open > a:focus {
  color: #fff;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .text-muted {
  color: #414c52 !important;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .text-lt {
  color: #99a6ad !important;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary {
  background-color: #007bff;
  color: #cfe5fc;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary.lt,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .lt {
  background: #1c88fc;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary.lter,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .lter {
  background: #3896fa;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary.dk,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .dk {
  background: #006fe6;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary.dker,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .dker {
  background: #0062cc;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary.bg,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .bg {
  background-color: #007bff;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary a,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .cxd-Button--link {
  color: white;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary a:hover,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .cxd-Button--link:hover {
  color: #fff;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .open > a,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .open > a:hover,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .open > a:focus {
  color: #fff;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .text-muted {
  color: #414c52 !important;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .text-lt {
  color: #99a6ad !important;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success {
  background-color: #28a745;
  color: #b4e7c0;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success.lt,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .lt {
  background: #30b94f;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success.lter,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .lter {
  background: #3ac85a;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success.dk,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .dk {
  background: #21953b;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success.dker,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .dker {
  background: #1a8232;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success.bg,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .bg {
  background-color: #28a745;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success a,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .cxd-Button--link {
  color: #dbf3e0;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success a:hover,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .cxd-Button--link:hover {
  color: #fff;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .open > a,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .open > a:hover,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .open > a:focus {
  color: #fff;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .text-muted {
  color: #414c52 !important;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .text-lt {
  color: #99a6ad !important;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info {
  background-color: #007bff;
  color: #cfe5fc;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info.lt,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .lt {
  background: #1c88fc;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info.lter,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .lter {
  background: #3896fa;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info.dk,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .dk {
  background: #006fe6;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info.dker,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .dker {
  background: #0062cc;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info.bg,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .bg {
  background-color: #007bff;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info a,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .cxd-Button--link {
  color: white;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info a:hover,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .cxd-Button--link:hover {
  color: #fff;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .open > a,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .open > a:hover,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .open > a:focus {
  color: #fff;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .text-muted {
  color: #414c52 !important;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .text-lt {
  color: #99a6ad !important;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning {
  background-color: #fad733;
  color: #fffefa;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning.lt,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .lt {
  background: #f8da4e;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning.lter,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .lter {
  background: #f7de69;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning.dk,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .dk {
  background: #fcd417;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning.dker,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .dker {
  background: #face00;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning.bg,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .bg {
  background-color: #fad733;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning a,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .cxd-Button--link {
  color: white;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning a:hover,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .cxd-Button--link:hover {
  color: #fff;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .open > a,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .open > a:hover,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .open > a:focus {
  color: #fff;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .text-muted {
  color: #414c52 !important;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .text-lt {
  color: #99a6ad !important;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger {
  background-color: #dc3545;
  color: #f8e5e6;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger.lt,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .lt {
  background: #dd4d5b;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger.lter,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .lter {
  background: #df6571;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger.dk,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .dk {
  background: #d62133;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger.dker,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .dker {
  background: #c31b2b;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger.bg,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .bg {
  background-color: #dc3545;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger a,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .cxd-Button--link {
  color: white;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger a:hover,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .cxd-Button--link:hover {
  color: #fff;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .open > a,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .open > a:hover,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .open > a:focus {
  color: #fff;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .text-muted {
  color: #414c52 !important;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .text-lt {
  color: #99a6ad !important;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.is-dragging {
  opacity: 0.1;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--2th.is-expanded .cxd-Table-expandCell:before {
  right: -0.6875rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandBtn {
  position: relative;
  right: -1.125rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 1.125rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: -0.5rem;
  height: auto;
  background: #e8e9eb;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: -0.5rem;
  width: 0.625rem;
  background: #e8e9eb;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--2th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 1.125rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--2th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--3th.is-expanded .cxd-Table-expandCell:before {
  right: -1.8125rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandBtn {
  position: relative;
  right: -2.25rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 2.25rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 0.625rem;
  height: auto;
  background: #e8e9eb;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: 0.625rem;
  width: 0.625rem;
  background: #e8e9eb;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--3th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 2.25rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--3th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--4th.is-expanded .cxd-Table-expandCell:before {
  right: -2.9375rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandBtn {
  position: relative;
  right: -3.375rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 3.375rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 1.75rem;
  height: auto;
  background: #e8e9eb;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: 1.75rem;
  width: 0.625rem;
  background: #e8e9eb;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--4th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 3.375rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--4th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--5th.is-expanded .cxd-Table-expandCell:before {
  right: -4.0625rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandBtn {
  position: relative;
  right: -4.5rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 4.5rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 2.875rem;
  height: auto;
  background: #e8e9eb;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: 2.875rem;
  width: 0.625rem;
  background: #e8e9eb;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--5th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 4.5rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--5th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--6th.is-expanded .cxd-Table-expandCell:before {
  right: -5.1875rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandBtn {
  position: relative;
  right: -5.625rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 5.625rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 4rem;
  height: auto;
  background: #e8e9eb;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: 4rem;
  width: 0.625rem;
  background: #e8e9eb;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--6th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 5.625rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--6th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--7th.is-expanded .cxd-Table-expandCell:before {
  right: -6.3125rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandBtn {
  position: relative;
  right: -6.75rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 6.75rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 5.125rem;
  height: auto;
  background: #e8e9eb;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: 5.125rem;
  width: 0.625rem;
  background: #e8e9eb;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--7th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 6.75rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--7th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--8th.is-expanded .cxd-Table-expandCell:before {
  right: -7.4375rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandBtn {
  position: relative;
  right: -7.875rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 7.875rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 6.25rem;
  height: auto;
  background: #e8e9eb;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: 6.25rem;
  width: 0.625rem;
  background: #e8e9eb;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--8th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 7.875rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--8th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--9th.is-expanded .cxd-Table-expandCell:before {
  right: -8.5625rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandBtn {
  position: relative;
  right: -9rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 9rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 7.375rem;
  height: auto;
  background: #e8e9eb;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: 7.375rem;
  width: 0.625rem;
  background: #e8e9eb;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--9th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 9rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--9th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--10th.is-expanded .cxd-Table-expandCell:before {
  right: -9.6875rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandBtn {
  position: relative;
  right: -10.125rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandCell + td {
  position: relative;
  padding-left: 10.125rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 8.5rem;
  height: auto;
  background: #e8e9eb;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: 8.5rem;
  width: 0.625rem;
  background: #e8e9eb;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--10th.is-expandable .cxd-Table-expandCell + td {
  padding-left: 10.125rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--10th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-Table-checkCell,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-checkCell {
  border-right: 0;
  white-space: nowrap;
}

.amis-scope .cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-Table-checkCell .cxd-Checkbox,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-checkCell .cxd-Checkbox {
  margin: 0;
}

.amis-scope .cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-Table-expandCell,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell {
  border-right: 0;
  width: 0.0625rem;
  padding-right: 0;
}

.amis-scope .cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-Table-dragCell,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-dragCell {
  border-right: 0;
  width: 0.0625rem;
  padding-right: 0;
  cursor: move;
}

.amis-scope .cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-Table-dragCell > svg,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-dragCell > svg {
  vertical-align: middle;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell {
  position: relative;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-1 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #e8e9eb;
  right: 0.4375rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-2 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #e8e9eb;
  right: -0.6875rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-3 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #e8e9eb;
  right: -1.8125rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-4 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #e8e9eb;
  right: -2.9375rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-5 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #e8e9eb;
  right: -4.0625rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-6 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #e8e9eb;
  right: -5.1875rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-7 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #e8e9eb;
  right: -6.3125rem;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.is-expanded > td.cxd-Table-expandCell::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 50%;
  bottom: 0;
  right: 0.4375rem;
  height: auto;
  background: #e8e9eb;
}

.amis-scope .cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-TableCell--sortable {
  padding-right: calc( 0.625rem + 0.875rem );
  position: relative;
}

.amis-scope .cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-TableCell--searchable {
  padding-right: calc( 0.625rem + 1rem );
  position: relative;
}

.amis-scope .cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-TableCell--filterable {
  padding-right: calc( 0.625rem + 1rem );
  position: relative;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.cxd-Table-row-disabled {
  background: #f7f8fa;
  color: #b8babf;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-row-hover {
  background: #e6f0ff;
  border-color: #e8e9eb;
  color: #151b26;
}

.amis-scope .cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-left-last:after,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-left-last:after,
.amis-scope .cxd-Table2 .cxd-Table-table > tfoot > tr > td.cxd-Table-cell-fix-left-last:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  width: 30px;
  transform: translate(100%);
  transition: box-shadow 0.3s;
  content: "";
  pointer-events: none;
}

.amis-scope .cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-right-first:after,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-right-first:after,
.amis-scope .cxd-Table2 .cxd-Table-table > tfoot > tr > td.cxd-Table-cell-fix-right-last:after {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  width: 30px;
  transform: translate(-100%);
  transition: box-shadow 0.3s;
  content: "";
  pointer-events: none;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-expand-icon-cell {
  text-align: center;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-expand-icon-cell .cxd-Table-row-indent {
  height: 1px;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.cxd-Table-expanded-row > td {
  background: #e6f0ff;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tfoot > tr {
  border-bottom: 1px solid #e8e9eb;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tfoot > tr > td {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  background: #f7f8fa;
}

.amis-scope .cxd-Table2 .cxd-Table-container .cxd-Table-header {
  padding: 0;
}

.amis-scope .cxd-Table2.cxd-Table-ping-left .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-left-last:after,
.amis-scope .cxd-Table2.cxd-Table-ping-left .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-left-last:after,
.amis-scope .cxd-Table2.cxd-Table-ping-left .cxd-Table-table > tfoot > tr > td.cxd-Table-cell-fix-left-last:after {
  box-shadow: inset 10px 0 8px -8px #00000026;
}

.amis-scope .cxd-Table2.cxd-Table-ping-left .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-fix-left {
  border-right: none;
}

.amis-scope .cxd-Table2.cxd-Table-ping-left .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-fix-left:not(.cxd-Table-cell-row-hover) {
  background: #fff;
}

.amis-scope .cxd-Table2.cxd-Table-ping-left .cxd-Table-table > tfoot > tr > td:not(:last-child).cxd-Table-cell-fix-left-last {
  border-right: none;
}

.amis-scope .cxd-Table2.cxd-Table-ping-left .cxd-Table-table > thead > tr > th:not(:last-child):not(:first-child).cxd-Table-cell-fix-left-last {
  border-right: none;
}

.amis-scope .cxd-Table2.cxd-Table-ping-right .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-right-first:after,
.amis-scope .cxd-Table2.cxd-Table-ping-right .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-right-first:after,
.amis-scope .cxd-Table2.cxd-Table-ping-right .cxd-Table-table > tfoot > tr > td.cxd-Table-cell-fix-right-first:after {
  box-shadow: inset -10px 0 8px -8px #00000026;
}

.amis-scope .cxd-Table2.cxd-Table-ping-right .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-fix-right {
  border-right: none;
}

.amis-scope .cxd-Table2.cxd-Table-ping-right .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-fix-right:not(.cxd-Table-cell-row-hover) {
  background: #fff;
}

.amis-scope .cxd-Table2.cxd-Table-ping-right:not(.cxd-Table-bordered) .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-right-first-prev {
  border-right: none;
}

.amis-scope .cxd-Table2.cxd-Table-ping-right:not(.cxd-Table-bordered) .cxd-Table-table > thead > tr > th:not(:last-child).cxd-Table-cell-fix-right-first {
  border-right: none;
}

.amis-scope .cxd-Table2.cxd-Table-resizable .cxd-Table-table > thead > tr > th {
  position: relative;
}

.amis-scope .cxd-Table2.cxd-Table-resizable .cxd-Table-table > thead > tr > th .cxd-Table-thead-resizable {
  position: absolute;
  width: 7px;
  right: -4px;
  top: 0;
  bottom: 0;
  user-select: none;
  cursor: col-resize;
  z-index: 3000;
}

.amis-scope .cxd-Table2 .cxd-Table-loading {
  padding: 30px 0px;
  text-align: center;
}

.amis-scope .cxd-Table2 .cxd-TableCell-sortBtn {
  cursor: pointer;
  width: 0.875rem;
  height: 100%;
  vertical-align: middle;
  position: static;
  display: inline-block;
  transform: none;
  color: #84878c;
  margin-left: 0.5rem;
}

.amis-scope .cxd-Table2 .cxd-TableCell-sortBtn:hover {
  color: #2468f2;
}

.amis-scope .cxd-Table2 .cxd-TableCell-sortBtn--up svg,
.amis-scope .cxd-Table2 .cxd-TableCell-sortBtn--down svg,
.amis-scope .cxd-Table2 .cxd-TableCell-sortBtn--default svg {
  color: inherit;
  width: 13px;
  height: 13px;
}

.amis-scope .cxd-Table2 .cxd-TableCell-sortBtn--up,
.amis-scope .cxd-Table2 .cxd-TableCell-sortBtn--down,
.amis-scope .cxd-Table2 .cxd-TableCell-sortBtn--default {
  display: none;
  z-index: 2;
  font-style: normal;
}

.amis-scope .cxd-Table2 .cxd-TableCell-sortBtn--up.is-active,
.amis-scope .cxd-Table2 .cxd-TableCell-sortBtn--down.is-active,
.amis-scope .cxd-Table2 .cxd-TableCell-sortBtn--default.is-active {
  display: inline-block;
}

.amis-scope .cxd-Table2 .cxd-TableCell-sortBtn--default.is-active {
  color: #b8babf;
}

.amis-scope .cxd-Table2 .cxd-TableCell-sortBtn--default.is-active:hover {
  color: #151b26;
}

.amis-scope .cxd-Table2 .cxd-TableCell-sortBtn--up.is-active,
.amis-scope .cxd-Table2 .cxd-TableCell-sortBtn--down.is-active {
  color: #2468f2;
}

.amis-scope .cxd-Table2 .cxd-TableCell-searchBtn {
  cursor: pointer;
  color: #b8babf;
  margin-left: 0.5rem;
}

.amis-scope .cxd-Table2 .cxd-TableCell-searchBtn svg {
  width: 12px;
  height: 12px;
}

.amis-scope .cxd-Table2 .cxd-TableCell-searchBtn:hover {
  color: #151b26;
}

.amis-scope .cxd-Table2 .cxd-TableCell-searchBtn.is-active {
  color: #2468f2;
}

.amis-scope .cxd-Table2 .cxd-TableCell-searchPopOver {
  border: none;
  min-width: 20rem;
  max-width: 40rem;
}

.amis-scope .cxd-Table2 .cxd-TableCell-searchPopOver .cxd-Panel {
  margin: 0;
}

.amis-scope .cxd-Table2 .cxd-TableCell-filterBtn {
  cursor: pointer;
  width: 1rem;
  height: 100%;
  vertical-align: middle;
  position: static;
  display: inline-block;
  transform: none;
  color: #b8babf;
  margin-left: 0.5rem;
}

.amis-scope .cxd-Table2 .cxd-TableCell-filterBtn svg {
  width: 13px;
  height: 13px;
}

.amis-scope .cxd-Table2 .cxd-TableCell-filterBtn:hover {
  color: #151b26;
}

.amis-scope .cxd-Table2 .cxd-TableCell-filterBtn.is-active {
  color: #2468f2;
}

.amis-scope .cxd-Table2 .cxd-TableCell-filterBtn .cxd-Remark {
  display: inline;
}

.amis-scope .cxd-Table2 .cxd-TableCell-filterPopOver {
  border: none;
  width: 10rem;
}

.amis-scope .cxd-Table2 .cxd-TableCell-filterPopOver .cxd-DropDown-menu {
  margin: 0;
  padding: 0;
}

.amis-scope .cxd-Table2 .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider {
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0rem
    0.625rem;
  background: #ffffff;
  margin: 0;
}

.amis-scope .cxd-Table2 .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider:hover {
  background: #ffffff;
  color: #2468f2;
}

.amis-scope .cxd-Table2 .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider.is-selected {
  background: #ffffff;
  color: #2468f2;
}

.amis-scope .cxd-Table2 .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider .cxd-Checkbox {
  width: 100%;
  margin: 0;
}

.amis-scope .cxd-Table2 .cxd-TableCell-filterPopOver .cxd-DropDown-multiple-menu {
  text-align: center;
  border-top: 1px solid #e8e9eb;
}

.amis-scope .cxd-Table2 .cxd-TableCell-filterPopOver .cxd-DropDown-multiple-menu .cxd-Button {
  margin: 0 5px;
  padding: 0 10px;
}

.amis-scope .cxd-Table2 .cxd-TableCell-filterPopOver .cxd-DropDown-multiple-menu:hover {
  background: none;
}

.amis-scope .cxd-Table2 .cxd-TableCell-selectionBtn {
  cursor: pointer;
  margin-left: 4px;
}

.amis-scope .cxd-Table2 .cxd-TableCell-selectionBtn svg.icon {
  transform: rotate(270deg);
  font-size: 12px;
}

.amis-scope .cxd-Table2 .cxd-TableCell-selectionPopOver .cxd-DropDown-menu {
  margin: 0;
  padding: 0;
}

.amis-scope .cxd-Table2.cxd-Table-expandBtn {
  position: relative;
  z-index: 1;
  color: #84878c;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 0.875rem;
  line-height: 1;
  height: 16px;
}

.amis-scope .cxd-Table2.cxd-Table-expandBtn > svg {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: transform ease-in-out 0s, top ease-in-out 0s;
  position: relative;
  transform-origin: 50% 50%;
  width: 0.625rem;
  height: 0.625rem;
  top: 0;
}

.amis-scope .cxd-Table2.cxd-Table-expandBtn.is-active > svg {
  transform: rotate(90deg);
}

.amis-scope .cxd-Table2.cxd-Table-expandBtn:hover {
  text-decoration: none;
}

.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr:hover .cxd-Table-dragBtn,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.is-dragging .cxd-Table-dragBtn,
.amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.is-drop-allowed .cxd-Table-dragBtn {
  visibility: visible;
}

.amis-scope .cxd-Table2 .fake-hide {
  visibility: hidden;
  position: absolute;
}

.amis-scope .cxd-Table2 .cxd-Table-badge {
  position: absolute;
  top: 0;
  left: 0;
}

.amis-scope .cxd-Table2 .table-sort-default {
  content: '<svg viewBox="0 0 7 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g fill="currentColor"><polygon points="3.5354 0.0004 2.8284 0.7064 0.0004 3.5344 0.7074 4.2424 3.0354 1.9134 3.0354 5.0354 4.0354 5.0354 4.0354 1.9134 6.3634 4.2424 7.0704 3.5344 4.2424 0.7064"></polygon><polygon points="3.035 7.0348 3.035 10.1558 0.708 7.8278 0 8.5348 2.828 11.3628 3.535 12.0708 4.243 11.3628 7.071 8.5348 6.363 7.8278 4.036 10.1558 4.036 7.0348"></polygon></g></svg>';
}

.amis-scope .cxd-Table2 .table-sort-up {
  content: '<svg viewBox="0 0 7 10" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g fill="currentColor"><polygon points="3.5 0 2.8 0.703 0 3.514 0.7 4.217 3.005 1.903 3.005 10 3.995 10 3.995 1.903 6.3 4.217 7 3.514 4.2 0.703"></polygon></g></svg>';
}

.amis-scope .cxd-Table2 .table-sort-down {
  content: '<svg viewBox="0 0 7 10" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g fill="currentColor"><polygon  transform="translate(3.500000, 5.000000) scale(1, -1) translate(-3.500000, -5.000000) " points="3.5 0 2.8 0.703 0 3.514 0.7 4.217 3.005 1.903 3.005 10 3.995 10 3.995 1.903 6.3 4.217 7 3.514 4.2 0.703"></polygon></g></svg>';
}

.amis-scope .cxd-Table2 .table-filter-icon {
  content: '<svg viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g  stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g fill="currentColor"><path d="M0,0 L4,4.999 L4.082,10 L8,12 L8,4.999 L12,0 L0,0 Z M5.0528196,9.05445227 L4.97933146,4.82735426 L4.97320745,4.49967969 L4.75580505,4.24311339 L2,1 L10,1 L7.24419495,4.24311339 L7.02066854,4.50640615 L7.02066854,4.84272902 L7.02066854,10 L5.0528196,9.05445227 Z" ></path></g></g></svg>';
}

.amis-scope .cxd-Table2 .table-search-icon {
  content: '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 18 18" version="1.1"><path d="M2,8 C2,4.691 4.691,2 8,2 C11.309,2 14,4.691 14,8 C14,11.309 11.309,14 8,14 C4.691,14 2,11.309 2,8 L2,8 Z M18,16.586 L14.314,12.9 C15.367,11.545 16,9.849 16,8 C16,3.582 12.418,0 8,0 C3.582,0 0,3.582 0,8 C0,12.418 3.582,16 8,16 C9.849,16 11.545,15.367 12.9,14.314 L16.586,18 L18,16.586 Z" fill="currentColor"></path></svg>';
}

.amis-scope .cxd-InputTable-toolbar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.amis-scope .cxd-InputTable-pager {
  margin-left: auto;
}

.amis-scope .cxd-OperationField {
  margin: -0.1875rem;
}

.amis-scope .cxd-OperationField > .cxd-Button,
.amis-scope .cxd-OperationField > .cxd-Button--disabled-wrap > .cxd-Button {
  margin: 0.1875rem;
}

.amis-scope .cxd-OperationField > .cxd-Button--disabled-wrap > .cxd-Button--link {
  padding: 0;
}

.amis-scope .cxd-OperationField > .cxd-Button--link {
  padding: 0;
  margin-right: 0.625rem;
}

.amis-scope .cxd-ColumnToggler {
  position: relative;
  display: inline-block;
}

.amis-scope .cxd-ColumnToggler-caret {
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: top;
  transition: transform 0s ease;
}

.amis-scope .cxd-ColumnToggler-caret > svg {
  width: 0.625rem;
  height: 0.625rem;
  top: 0.125em;
}

.amis-scope .cxd-ColumnToggler.is-opened .cxd-ColumnToggler-caret {
  transform: rotate(180deg);
}

.amis-scope .cxd-ColumnToggler.is-actived > .cxd-Button {
  color: #2468f2;
}

.amis-scope .cxd-ColumnToggler--block {
  display: block;
}

.amis-scope .cxd-ColumnToggler--block .cxd-Button {
  display: block;
}

.amis-scope .cxd-ColumnToggler-menu {
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  margin: 0.0625rem 0 0;
  background: #ffffff;
  list-style: none;
  padding: 0.25rem 0;
  border: 0.0625rem solid #e8e9eb;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
    0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  min-width: 10rem;
  text-align: left;
}

.amis-scope .cxd-ColumnToggler--alignRight .cxd-ColumnToggler-menu {
  left: auto;
  right: 0;
}

.amis-scope .cxd-ColumnToggler-menuItem,
.amis-scope .cxd-ColumnToggler-menu > li {
  padding: 0.375rem 0.5rem 0.375rem 0.5rem;
  white-space: nowrap;
  box-sizing: border-box;
  height: 2.125rem;
  vertical-align: middle;
  user-select: none;
  color: #2468f2;
  text-decoration: none;
  background: #ffffff;
}

.amis-scope .cxd-ColumnToggler-menuItem:hover,
.amis-scope .cxd-ColumnToggler-menu > li:hover {
  background: #e8e9eb;
  color: #2468f2;
}

.amis-scope .cxd-ColumnToggler-menuItem.is-active,
.amis-scope .cxd-ColumnToggler-menu > li.is-active {
  color: #2468f2;
}

.amis-scope .cxd-ColumnToggler-menuItem:not(.is-disabled),
.amis-scope .cxd-ColumnToggler-menuItem:not(.disabled),
.amis-scope .cxd-ColumnToggler-menu > li:not(.is-disabled),
.amis-scope .cxd-ColumnToggler-menu > li:not(.disabled) {
  cursor: pointer;
}

.amis-scope .cxd-ColumnToggler-menuItem.is-disabled,
.amis-scope .cxd-ColumnToggler-menu > li.is-disabled {
  cursor: not-allowed;
  color: #b4b6ba;
  filter: grayscale(80%);
}

.amis-scope .cxd-ColumnToggler-menuItem.cxd-DropDown-divider,
.amis-scope .cxd-ColumnToggler-menu > li.cxd-DropDown-divider {
  height: 0.0625rem;
  margin: 0.5625rem 0;
  overflow: hidden;
  background: #e8e9eb;
  padding: 0;
}

.amis-scope .cxd-ColumnToggler-menu > li a {
  color: inherit;
  display: block;
  text-decoration: none;
}

.amis-scope .cxd-ColumnToggler-popover {
  border: none;
  box-shadow: none;
}

.amis-scope .cxd-ColumnToggler > .cxd-Button {
  min-width: unset;
}

.amis-scope .cxd-ColumnToggler-modal {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  width: 25rem;
  padding: 1.5rem;
  margin-top: calc(50vh - 100px);
  border-radius: 0.25rem;
  background: #ffffff;
  box-shadow: 0 4px 5px 0 rgba(21, 26, 38, 0.06), 0 1px 10px 0 rgba(21, 26, 38, 0.05), 0 2px 4px -1px rgba(21, 26, 38, 0.04);
}

.amis-scope .cxd-ColumnToggler-modal-header {
  width: 100%;
  padding: 0 1.5rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.amis-scope .cxd-ColumnToggler-modal-header a,
.amis-scope .cxd-ColumnToggler-modal-header span {
  display: inline-block;
}

.amis-scope .cxd-ColumnToggler-modal-header .cxd-ColumnToggler-modal-title {
  opacity: 0.95;
  font-size: 14px;
  color: #080e1a;
  line-height: 1.5rem;
  font-weight: bold;
}

.amis-scope .cxd-ColumnToggler-modal-content {
  padding: 0 1.5rem;
  width: 100%;
  list-style: none;
  margin: 0.5rem 0;
}

.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem {
  color: #080e1a;
  background: #f6f7f8;
  border-radius: 0.125rem;
  font-size: 12px;
  padding: 0.25rem 0.5rem;
  height: 1.5rem;
  width: calc((100% - 0.25rem * 6) / 3);
  margin: 0.25rem;
  float: left;
}

.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem:hover {
  background: rgba(36, 104, 242, 0.1);
}

.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem--dragging {
  border: 1px solid #2468f2;
}

.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem-label {
  display: inline-block;
  width: calc(100% - 0.875rem);
}

.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem-label > span {
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  user-select: none;
}

.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem label > i {
  height: 16px;
  width: 16px;
  vertical-align: top;
}

.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem-dragBar {
  display: inline-block;
  margin-left: 0;
  margin-right: 0.25rem;
  vertical-align: super;
  color: #d8d8d8;
  cursor: move;
}

.amis-scope .cxd-ColumnToggler-modal-footer {
  width: 100%;
  padding: 0 1.5rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.amis-scope .cxd-ColumnToggler-modal-footer .cxd-ColumnToggler-modeSelect {
  color: #151a26;
  font-size: 12px;
}

.amis-scope .cxd-ColumnToggler-modal-footer .cxd-ColumnToggler-modeSelect.is-actived {
  color: #2468f2;
}

.amis-scope .cxd-ColumnToggler-modal-footer > div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.amis-scope .cxd-ColumnToggler-modal-footer > div:first-child {
  justify-content: flex-start;
}

.amis-scope .cxd-ColumnToggler-modal-footer > div:first-child a {
  display: inline-block;
}

.amis-scope .cxd-ColumnToggler-modal-footer > div:first-child button:not(:last-child) {
  margin-right: 0.5rem;
}

.amis-scope .cxd-ColumnToggler-modal-footer > div:last-child {
  justify-content: flex-end;
}

.amis-scope .cxd-ColumnToggler-tooltip {
  border: none;
}

.amis-scope .cxd-ColumnToggler-tooltip .cxd-Tooltip-arrow::before {
  border-top-color: transparent;
}

.amis-scope .cxd-List {
  position: relative;
}

.amis-scope .cxd-List-items {
  border-radius: 4px;
  border: 0.0625rem solid #e8e9eb;
  background: #ffffff;
  margin-bottom: 0.5rem;
}

.amis-scope .cxd-List-toolbar {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0.75rem;
}

.amis-scope .cxd-List-toolbar::before,
.amis-scope .cxd-List-toolbar::after {
  display: table;
  content: "";
}

.amis-scope .cxd-List-toolbar::after {
  clear: both;
}

.amis-scope .cxd-List-actions {
  display: inline-block;
}

.amis-scope .cxd-List-actions > * {
  margin-right: 0.625rem;
}

.amis-scope .cxd-List-header {
  padding: 0.75rem 0;
}

.amis-scope .cxd-List-header > * + .cxd-Button,
.amis-scope .cxd-List-header > * + .cxd-ButtonGroup,
.amis-scope .cxd-List-header > * + .cxd-ButtonToolbar {
  margin-left: 0.625rem;
}

.amis-scope .cxd-List-header + .cxd-List-toolbar {
  padding-top: 0;
}

.amis-scope .cxd-List-heading {
  padding: 0.25rem 0;
}

.amis-scope .cxd-List-fixedTop {
  position: absolute;
  background: #ffffff;
  z-index: -1;
  opacity: 0;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
    0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}

.amis-scope .cxd-List-fixedTop.in {
  position: fixed;
  opacity: 1;
  z-index: 900;
}

.amis-scope .cxd-List-fixedTop .cxd-Cards-toolbar {
  margin-bottom: 0;
}

.amis-scope .cxd-List-fixedTop:empty {
  display: none;
}

.amis-scope .cxd-List--unsaved .cxd-List-heading {
  background: #e8f0fe;
  color: #4285f4;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
}

.amis-scope .cxd-List-dragTip {
  width: 100%;
  color: #2468f2;
  clear: both;
  margin-top: 0.25rem;
}

.amis-scope .cxd-List-placeholder {
  color: #b8babf;
  text-align: center;
  min-height: 1.875rem;
  line-height: 1.875rem;
}

.amis-scope .cxd-ListGroup {
  max-width: 25rem;
  display: flex;
  flex-direction: column;
}

.amis-scope .cxd-ListGroup-item {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-bottom: -0.0625rem;
  background: #ffffff;
  border: 0.0625rem solid #e8e9eb;
}

.amis-scope .cxd-ListGroup-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.amis-scope .cxd-ListGroup-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 0;
}

.amis-scope .cxd-ListGroup-item:hover {
  z-index: 1;
}

.amis-scope .cxd-ListGroup-item.is-active {
  z-index: 2;
}

.amis-scope .cxd-ListGroup-item.is-disabled {
  color: #b8babf;
}

.amis-scope .cxd-ListGroup--expanded .cxd-ListGroup-item {
  border-radius: 4px;
  margin-bottom: 0.5rem;
}

.amis-scope .cxd-ListGroup--expanded .cxd-ListGroup-item:last-child {
  margin-bottom: 0;
}

.amis-scope .cxd-ListItem {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
}

.amis-scope .cxd-ListItem::before,
.amis-scope .cxd-ListItem::after {
  display: table;
  content: "";
}

.amis-scope .cxd-ListItem::after {
  clear: both;
}

.amis-scope .cxd-ListItem + .cxd-ListItem {
  border-top: 0.0625rem solid #e8e9eb;
}

.amis-scope .cxd-ListItem:nth-child(even) {
  background: #f7f8fa;
}

.amis-scope .cxd-ListItem-checkBtn {
  float: left;
  margin-right: 0.5rem;
}

.amis-scope .cxd-ListItem-dragBtn {
  cursor: move;
  float: left;
  margin-right: 0.5rem;
}

.amis-scope .cxd-ListItem-actions {
  float: right;
}

.amis-scope .cxd-ListItem--actions-at-left .cxd-ListItem-actions {
  float: left;
  margin-right: 0.75rem;
}

.amis-scope .cxd-ListItem-title {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #151b26;
  font-weight: 400;
}

.amis-scope .cxd-ListItem-content {
  overflow: hidden;
}

.amis-scope .cxd-ListItem-field {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

.amis-scope .cxd-ListItem-fieldValue {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amis-scope .cxd-ListItem-fieldLabel {
  width: 9.375rem;
  color: #b8babf;
}

.amis-scope .cxd-ListItem.is-checked {
  background: #e6f0ff;
  border-color: #144bcc;
  color: #144bcc;
}

.amis-scope .cxd-ListItem.is-checked + .cxd-ListItem {
  border-color: #144bcc;
}

.amis-scope .cxd-ListItem.is-checked .cxd-ListItem-fieldLabel {
  color: #144bcc;
}

.amis-scope .cxd-ListItem.is-modified,
.amis-scope .cxd-ListItem.is-moved {
  background: #e8f0fe;
  border-color: #b7d0fc;
  color: #4285f4;
}

.amis-scope .cxd-ListItem.is-modified + .cxd-ListItem,
.amis-scope .cxd-ListItem.is-moved + .cxd-ListItem {
  border-color: #b7d0fc;
}

.amis-scope .cxd-ListItem.is-modified .cxd-ListItem-fieldLabel,
.amis-scope .cxd-ListItem.is-moved .cxd-ListItem-fieldLabel {
  color: #a2c3fa;
}

.amis-scope .cxd-ListItem.is-dragging {
  opacity: 0.1;
}

.amis-scope .cxd-ListItem--hasItemAction {
  cursor: pointer;
}

.amis-scope .cxd-ListItem--hasItemAction:hover {
  color: #151b26;
  background: #e8e9eb;
}

.amis-scope .cxd-Cards-toolbar {
  margin: 0 0 0.75rem;
}

.amis-scope .cxd-Cards-toolbar::before,
.amis-scope .cxd-Cards-toolbar::after {
  display: table;
  content: "";
}

.amis-scope .cxd-Cards-toolbar::after {
  clear: both;
}

.amis-scope .cxd-Cards-actions {
  display: inline-block;
}

.amis-scope .cxd-Cards-actions > * {
  margin-right: 0.625rem;
}

.amis-scope .cxd-Cards-heading {
  padding: 0.25rem 0;
}

.amis-scope .cxd-Cards-header {
  padding: 0.75rem 0;
}

.amis-scope .cxd-Cards-header > * + .cxd-Button,
.amis-scope .cxd-Cards-header > * + .cxd-ButtonGroup,
.amis-scope .cxd-Cards-header > * + .cxd-ButtonToolbar {
  margin-left: 0.625rem;
}

.amis-scope .cxd-Cards-header + .cxd-Cards-toolbar {
  padding-top: 0;
}

.amis-scope .cxd-Cards-fixedTop {
  position: absolute;
  background: #ffffff;
  z-index: -1;
  opacity: 0;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
    0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  padding: 0.5rem;
}

.amis-scope .cxd-Cards-fixedTop.in {
  position: fixed;
  opacity: 1;
  z-index: 900;
}

.amis-scope .cxd-Cards-fixedTop .cxd-Cards-toolbar {
  margin-bottom: 0;
}

.amis-scope .cxd-Cards-fixedTop:empty {
  display: none;
}

.amis-scope .cxd-Cards--unsaved .cxd-Cards-heading {
  background: #e8f0fe;
  color: #4285f4;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
}

.amis-scope .cxd-Cards-dragTip {
  width: 100%;
  color: #2468f2;
  clear: both;
  margin-top: 0.25rem;
}

.amis-scope .cxd-Cards-placeholder {
  background: #ffffff;
  color: #b8babf;
  text-align: center;
  height: 6.25rem;
  line-height: 6.25rem;
  border: 0.0625rem solid #e8e9eb;
  border-radius: 4px;
}

.amis-scope .cxd-Cards-body > div {
  display: flex;
}

.amis-scope .cxd-Cards--masonry {
  display: block;
  column-gap: 0;
  column-fill: initial;
}

.amis-scope .cxd-Cards--masonry:after {
  content: none;
}

.amis-scope .cxd-Cards--masonry > div {
  width: 100%;
  float: none;
  break-inside: avoid;
  max-width: unset;
  display: inline-block;
  flex: unset;
}

@media (min-width: 576px) {
  .amis-scope .cxd-Cards--masonrySm1 {
    column-count: 12;
  }

  .amis-scope .cxd-Cards--masonrySm2 {
    column-count: 6;
  }

  .amis-scope .cxd-Cards--masonrySm3 {
    column-count: 4;
  }

  .amis-scope .cxd-Cards--masonrySm4 {
    column-count: 3;
  }

  .amis-scope .cxd-Cards--masonrySm6 {
    column-count: 2;
  }

  .amis-scope .cxd-Cards--masonrySm12 {
    column-count: 1;
  }

  .amis-scope .cxd-Cards-toolbar {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .amis-scope .cxd-Cards--masonryMd1 {
    column-count: 12;
  }

  .amis-scope .cxd-Cards--masonryMd2 {
    column-count: 6;
  }

  .amis-scope .cxd-Cards--masonryMd3 {
    column-count: 4;
  }

  .amis-scope .cxd-Cards--masonryMd4 {
    column-count: 3;
  }

  .amis-scope .cxd-Cards--masonryMd6 {
    column-count: 2;
  }

  .amis-scope .cxd-Cards--masonryMd12 {
    column-count: 1;
  }
}

@media (min-width: 992px) {
  .amis-scope .cxd-Cards--masonryLg1 {
    column-count: 12;
  }

  .amis-scope .cxd-Cards--masonryLg2 {
    column-count: 6;
  }

  .amis-scope .cxd-Cards--masonryLg3 {
    column-count: 4;
  }

  .amis-scope .cxd-Cards--masonryLg4 {
    column-count: 3;
  }

  .amis-scope .cxd-Cards--masonryLg6 {
    column-count: 2;
  }

  .amis-scope .cxd-Cards--masonryLg12 {
    column-count: 1;
  }
}

.amis-scope .cxd-Card {
  background: #ffffff;
  border: 0.0625rem solid #e8e9eb;
  border-radius: 4px;
  margin-bottom: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.amis-scope .cxd-Card--link {
  cursor: pointer;
}

.amis-scope .cxd-Card-title {
  color: #151b26;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amis-scope .cxd-Card-subTitle {
  max-height: calc(14px * 1.5 * 2);
  overflow: hidden;
  text-overflow: ellipsis;
  color: #b8babf;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.amis-scope .cxd-Card-title + .cxd-Card-subTitle {
  margin-top: 0.25rem;
}

.amis-scope .cxd-Card-dragBtn {
  display: inline-block;
  cursor: pointer;
  padding: 0 0.5rem;
}

.amis-scope .cxd-Card-heading {
  display: flex;
  padding: 1rem;
  flex: 1 0 auto;
}

.amis-scope .cxd-Card-avtar {
  float: left;
  margin-right: 0.75rem;
  max-width: 12.5rem;
}

.amis-scope .cxd-Card-avtar img {
  max-width: 100%;
}

.amis-scope .cxd-Card-avtarText {
  flex-shrink: 0;
  background: #2468f2;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  border-radius: 500px;
  float: left;
  margin-right: 0.75rem;
  font-size: 18px;
  text-transform: uppercase();
}

.amis-scope .cxd-Card-meta {
  display: block;
  flex-grow: 1;
  height: 100%;
  position: relative;
}

.amis-scope .cxd-Card-meta + .cxd-Card-toolbar {
  margin-left: 1rem;
}

.amis-scope .cxd-Card-toolbar {
  line-height: normal;
  text-align: right;
}

.amis-scope .cxd-Card-highlight {
  background: #30bf13;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  display: inline-block;
  margin: 0 0.5rem;
}

.amis-scope .cxd-Card-body {
  padding: 1rem;
  flex: 1 0 auto;
}

.amis-scope .cxd-Card-heading + .cxd-Card-body {
  padding-top: 0;
}

.amis-scope .cxd-Card-field {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

.amis-scope .cxd-Card-fieldValue {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}

.amis-scope .cxd-Card-fieldLabel {
  width: 3.75rem;
  color: #b8babf;
}

.amis-scope .cxd-Card-actions {
  border-top: 0.0625rem solid #f7f8fa;
  display: flex;
  flex-direction: row;
  width: 100%;
  table-layout: fixed;
  white-space: nowrap;
  align-items: center;
}

.amis-scope .cxd-Card-actions > a {
  background: transparent;
  flex-grow: 1;
  border-color: #f7f8fa;
  border-style: solid;
  border-width: 0 0.0625rem 0 0;
  color: #151b26;
  text-align: center;
  line-height: 2.5rem;
  font-size: 12px;
}

.amis-scope .cxd-Card-actions > a:not(.is-disabled) {
  cursor: pointer;
}

.amis-scope .cxd-Card-actions > a:not(.is-disabled):hover {
  background: #ffffff;
  color: #2468f2;
  text-decoration: none;
}

.amis-scope .cxd-Card-actions > a:last-child {
  border: none;
}

.amis-scope .cxd-Card-actions > a.is-disabled {
  color: #b8babf;
}

.amis-scope .cxd-Card-actions > a.is-disabled:hover {
  text-decoration: none;
}

.amis-scope .cxd-Card-actions > a > .cxd-Button-icon:first-child:not(:last-child) {
  margin-right: 0.25rem;
}

.amis-scope .cxd-Card.is-checked {
  background: #ffffff;
  border-color: #2468f2;
  color: #2468f2;
}

.amis-scope .cxd-Card.is-checked .cxd-Card-actions,
.amis-scope .cxd-Card.is-checked .cxd-Card-actions > a {
  border-color: #2468f2;
  color: #2468f2;
}

.amis-scope .cxd-Card.is-checked .cxd-Card-fieldLabel {
  color: #7dd6f1;
}

.amis-scope .cxd-Card.is-checked .cxd-Card-actions > a:hover {
  background: #ffffff;
  color: #ffffff;
}

.amis-scope .cxd-Card.is-modified,
.amis-scope .cxd-Card.is-moved {
  background: #e8e9eb;
  border-color: #2468f2;
  color: #528eff;
}

.amis-scope .cxd-Card.is-modified .cxd-Card-actions,
.amis-scope .cxd-Card.is-modified .cxd-Card-actions > a,
.amis-scope .cxd-Card.is-moved .cxd-Card-actions,
.amis-scope .cxd-Card.is-moved .cxd-Card-actions > a {
  border-color: #2468f2;
  color: #528eff;
}

.amis-scope .cxd-Card.is-modified .cxd-Card-fieldLabel,
.amis-scope .cxd-Card.is-moved .cxd-Card-fieldLabel {
  color: #a8caff;
}

.amis-scope .cxd-Card.is-modified .cxd-Card-actions > a:hover,
.amis-scope .cxd-Card.is-moved .cxd-Card-actions > a:hover {
  background: #d0e0fd;
  color: #1266f1;
}

.amis-scope .is-dragging > .cxd-Card {
  opacity: 0.1;
}

.amis-scope .cxd-Card-footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.amis-scope .cxd-Card-actions-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.amis-scope .cxd-Card-checkbox {
  margin: 0 0.5rem !important;
}

.amis-scope .cxd-Card-secondary {
  max-width: 12.5rem;
  color: #84878c;
  padding: 0 1rem;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amis-scope .cxd-Card-secondary + .cxd-Card-actions-wrapper .cxd-Card-actions {
  margin-left: unset;
  border: none;
  width: unset;
}

.amis-scope .cxd-Card-secondary + .cxd-Card-actions-wrapper .cxd-Card-actions > a {
  border: none;
}

.amis-scope .cxd-Card-multiMedia--top .cxd-Card-actions-wrapper .cxd-Card-actions,
.amis-scope .cxd-Card-multiMedia--bottom .cxd-Card-actions-wrapper .cxd-Card-actions,
.amis-scope .cxd-Card-multiMedia--left .cxd-Card-actions-wrapper .cxd-Card-actions,
.amis-scope .cxd-Card-multiMedia--right .cxd-Card-actions-wrapper .cxd-Card-actions {
  margin-left: unset;
  border: none;
  width: unset;
}

.amis-scope .cxd-Card-multiMedia--top .cxd-Card-actions-wrapper .cxd-Card-actions > a,
.amis-scope .cxd-Card-multiMedia--bottom .cxd-Card-actions-wrapper .cxd-Card-actions > a,
.amis-scope .cxd-Card-multiMedia--left .cxd-Card-actions-wrapper .cxd-Card-actions > a,
.amis-scope .cxd-Card-multiMedia--right .cxd-Card-actions-wrapper .cxd-Card-actions > a {
  border: none;
}

.amis-scope .cxd-Card-multiMedia--top {
  display: block;
}

.amis-scope .cxd-Card-multiMedia--top .cxd-Card-multiMedia-img {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}

.amis-scope .cxd-Card-multiMedia--bottom {
  display: flex;
  flex-direction: column-reverse;
}

.amis-scope .cxd-Card-multiMedia--bottom .cxd-Card-actions {
  border-bottom: 0.0625rem solid #f7f8fa;
}

.amis-scope .cxd-Card-multiMedia--bottom .cxd-Card-multiMedia-img {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}

.amis-scope .cxd-Card-multiMedia--top .cxd-Card-body,
.amis-scope .cxd-Card-multiMedia--bottom .cxd-Card-body {
  padding-bottom: 1rem;
}

.amis-scope .cxd-Card-multiMedia--left {
  display: flex;
  align-items: center;
}

.amis-scope .cxd-Card-multiMedia--left .cxd-Card-actions {
  margin-left: 1rem;
  border-left: 0.0625rem solid #f7f8fa;
}

.amis-scope .cxd-Card-multiMedia--left .cxd-Card-multiMedia-img,
.amis-scope .cxd-Card-multiMedia--left .cxd-Card-multiMedia-video {
  margin: 1rem 0 1rem 1rem;
}

.amis-scope .cxd-Card-multiMedia--right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.amis-scope .cxd-Card-multiMedia--right .cxd-Card-actions {
  margin-right: 1rem;
  border-right: 0.0625rem solid #f7f8fa;
}

.amis-scope .cxd-Card-multiMedia--right .cxd-Card-multiMedia-img,
.amis-scope .cxd-Card-multiMedia--right .cxd-Card-multiMedia-video {
  margin: 1rem 1rem 1rem 0;
}

.amis-scope .cxd-Card-multiMedia-flex {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.amis-scope .cxd-Card-multiMedia-img {
  display: block;
  width: auto;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

.amis-scope .cxd-Card-multiMedia-video {
  width: 11.25rem;
  height: 7.5rem;
}

.amis-scope .cxd-Card-multiMedia-video .cxd-Video {
  width: 100%;
  height: 100%;
  min-width: unset;
  border-radius: 4px;
  overflow: hidden;
}

.amis-scope .cxd-Card-multiMedia-video .cxd-Video .cxd-Video-player {
  width: 100%;
  height: 100%;
}

.amis-scope .cxd-Card-multiMedia-video .cxd-Video .cxd-Video-player .video-react {
  width: 100%;
  height: 100%;
  padding-top: unset !important;
}

.amis-scope .cxd-Card2 {
  width: 100%;
  background: #ffffff;
  border: 0.0625rem solid #e8e9eb;
  border-radius: 4px;
  position: relative;
}

.amis-scope .cxd-Card2.checkOnItem {
  cursor: pointer !important;
}

.amis-scope .cxd-Card2-checkbox {
  margin: 0;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.amis-scope .cxd-Card2-body {
  padding: 1rem;
}

.amis-scope .cxd-Card2.is-checked {
  background: #ffffff;
  border-color: #2468f2;
  color: #2468f2;
}

.amis-scope .cxd-Field-quickEditBtn {
  color: inherit;
  margin-left: 0.25rem;
  display: inline-block;
  vertical-align: text-bottom;
  cursor: pointer;
  opacity: 0.6;
  font-size: 0;
}

.amis-scope .cxd-Field-quickEditBtn:hover {
  color: inherit;
  opacity: 1;
}

.amis-scope .cxd-Field-quickEditBtn > svg {
  width: 0.8125rem;
  height: 0.8125rem;
  top: 0;
}

.amis-scope .cxd-Field--quickEditable {
  outline: none;
  position: relative;
}

.amis-scope .cxd-Field--quickEditable:focus {
  position: relative;
}

.amis-scope .cxd-Field--quickEditable:focus:after {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  z-index: 1;
  border: 0.0625rem dashed #2468f2;
}

.amis-scope .cxd-Field--quickEditable:hover .cxd-Field-quickEditBtn {
  visibility: visible;
}

.amis-scope .cxd-QuickEdit-popover {
  min-width: 20rem;
  max-width: 40rem;
}

.amis-scope .cxd-QuickEdit-popover .cxd-Panel {
  margin-bottom: 0;
  border: none;
}

.amis-scope .cxd-Field-popOverBtn {
  color: inherit;
  margin-left: 0.25rem;
  display: inline-block;
  cursor: pointer;
  opacity: 0.6;
  vertical-align: middle;
}

.amis-scope .cxd-Field-popOverBtn:hover {
  color: inherit;
  opacity: 1;
}

.amis-scope .cxd-Field--popOverAble {
  outline: none;
  position: relative;
}

.amis-scope .cxd-PopOverAble-popover {
  min-width: 20rem;
  max-width: 40rem;
}

.amis-scope .cxd-PopOverAble-popover .cxd-Panel {
  margin-bottom: 0;
  border: none;
}

.amis-scope .cxd-PopOverAble--fixed {
  position: fixed;
}

.amis-scope .cxd-PopOverAble--fixed > * {
  margin-bottom: 0;
}

.amis-scope .cxd-PopOverAble--fixed-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.amis-scope .cxd-PopOverAble--fixed-left-top {
  top: 0;
  left: 0;
}

.amis-scope .cxd-PopOverAble--fixed-right-top {
  top: 0;
  right: 0;
}

.amis-scope .cxd-PopOverAble--fixed-left-bottom {
  bottom: 0;
  left: 0;
}

.amis-scope .cxd-PopOverAble--fixed-right-bottom {
  bottom: 0;
  right: 0;
}

.amis-scope .cxd-Progress {
  display: flex;
  align-items: center;
  color: #151b26;
  font-size: 12px;
}

.amis-scope .cxd-Progress-line {
  display: inline-block;
  width: 100%;
  position: relative;
}

.amis-scope .cxd-Progress-line-threshold {
  position: absolute;
  height: 100%;
  border-left: 1px solid #007bff;
}

.amis-scope .cxd-Progress-line-threshold-text {
  position: absolute;
  font-size: 12px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.amis-scope .cxd-Progress-line-inter {
  height: 100%;
  background-color: #e8e9eb;
  overflow: hidden;
  border-radius: 4px;
}

.amis-scope .cxd-Progress-line-text {
  display: inline-block;
  flex-grow: 1;
  margin-left: 8px;
  white-space: nowrap;
  text-align: left;
  word-break: normal;
  color: #151b26;
  font-size: 12px;
}

.amis-scope .cxd-Progress-line-text .icon {
  font-size: 15px;
}

.amis-scope .cxd-Progress-line-bar {
  float: left;
  width: 0;
  height: 8px;
  background: #2468f2;
  transition: width 0s ease;
  border-radius: 4px;
}

.amis-scope .cxd-Progress-line-bar.bg-info {
  background: #2468f2;
}

.amis-scope .cxd-Progress-line-bar--stripe {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 2rem 2rem;
}

.amis-scope .cxd-Progress-line-bar--animate {
  position: relative;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}

.amis-scope .cxd-Progress-line-bar--animate::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  animation: progress-bar-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  content: "";
}

.amis-scope .cxd-Progress-line-bar--stripe-animate {
  animation: progress-bar-stripes 1s linear infinite;
}

.amis-scope .cxd-Progress-circle {
  width: 100%;
  position: relative;
}

.amis-scope .cxd-Progress-circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  white-space: normal;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #151b26;
  font-size: 12px;
}

.amis-scope .cxd-Progress-circle-text .icon {
  font-size: 1.2em;
}

.amis-scope .cxd-Progress-circle .bg-warning-circle-path {
  stroke: #ff9326;
}

.amis-scope .cxd-Progress-circle .bg-danger-circle-path {
  stroke: #f23d3d;
}

.amis-scope .cxd-Progress-circle .bg-info-circle-path {
  stroke: #2468f2;
}

.amis-scope .cxd-Progress-circle .bg-success-circle-path {
  stroke: #30bf13;
}

.amis-scope .cxd-Progress-circle .bg-primary-circle-path {
  stroke: #2468f2;
}

@keyframes progress-bar-active {
  0% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.1;
  }

  20% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.5;
  }

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

@keyframes progress-bar-stripes {
  from {
    background-position: 2rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.amis-scope .cxd-Property > table {
  width: 100%;
  border-collapse: collapse;
}

.amis-scope .cxd-Property > table > thead > tr > th {
  padding: 0.5rem;
  background: #f2f2f2;
  border: 1px solid #e8e9eb;
}

.amis-scope .cxd-Property > table > tbody > tr {
  background: #ffffff;
}

.amis-scope .cxd-Property > table > tbody > tr > td,
.amis-scope .cxd-Property > table > tbody > tr > th {
  border: 1px solid #e8e9eb;
  padding: 0.5rem;
}

.amis-scope .cxd-Property > table > tbody > tr > td .cxd-Form-item:last-child,
.amis-scope .cxd-Property > table > tbody > tr > th .cxd-Form-item:last-child {
  margin-bottom: 0;
}

.amis-scope .cxd-Property > table > tbody > tr > th {
  background: #f7f7f7;
}

.amis-scope .cxd-Property--simple > table > thead > tr > th {
  background: transparent;
  border: none;
}

.amis-scope .cxd-Property--simple > table > tbody > tr {
  background: transparent;
}

.amis-scope .cxd-Property--simple > table > tbody > tr > td,
.amis-scope .cxd-Property--simple > table > tbody > tr > th {
  border: none;
}

.amis-scope .cxd-Field-copyBtn {
  color: #84878c;
  margin-left: 0.25rem;
  display: inline-block;
  cursor: pointer;
}

.amis-scope .cxd-Field-copyBtn:hover {
  color: #2468f2;
}

.amis-scope .cxd-Divider {
  margin: 0.75rem 0rem 0.75rem 0rem;
  border-bottom: 1px solid #e8e9eb;
  height: 0.125rem;
  font-size: 0;
}

.amis-scope .cxd-Divider--solid {
  border-bottom-style: solid;
}

.amis-scope .cxd-Pagination {
  display: inline-block;
  padding: 0;
  margin: 0 0 -0.5rem;
  border-radius: 0.25rem;
}

.amis-scope .cxd-Pagination > li {
  display: inline-flex;
  cursor: pointer;
}

.amis-scope .cxd-Pagination > li > a,
.amis-scope .cxd-Pagination > li > span {
  user-select: none;
  cursor: pointer;
  position: relative;
  float: left;
  text-decoration: none;
  min-width: 2rem;
  height: 2rem;
  border: 0;
  line-height: 2rem;
  padding: 0 0.5rem;
  text-align: center;
  color: #666666;
  border-radius: 0;
  margin-left: 0;
  font-size: 12px;
}

.amis-scope .cxd-Pagination > li > a:hover,
.amis-scope .cxd-Pagination > li > span:hover,
.amis-scope .cxd-Pagination > li > a:focus,
.amis-scope .cxd-Pagination > li > span:focus {
  background: transparent;
  color: #2468f2;
}

.amis-scope .cxd-Pagination .ellipsis {
  cursor: unset;
}

.amis-scope .cxd-Pagination .ellipsis > a {
  cursor: unset;
  position: relative;
  top: -0.25rem;
}

.amis-scope .cxd-Pagination > li.is-disabled > span,
.amis-scope .cxd-Pagination > li.is-disabled > a {
  cursor: not-allowed;
}

.amis-scope .cxd-Pagination > li.is-disabled > a,
.amis-scope .cxd-Pagination > li.is-disabled > span,
.amis-scope .cxd-Pagination > li.is-disabled > a:hover,
.amis-scope .cxd-Pagination > li.is-disabled > span:hover,
.amis-scope .cxd-Pagination > li.is-disabled > a:focus,
.amis-scope .cxd-Pagination > li.is-disabled > span:focus {
  color: #cccccc;
}

.amis-scope .cxd-Pagination > li.is-active > a,
.amis-scope .cxd-Pagination > li.is-active > span,
.amis-scope .cxd-Pagination > li.is-active > a:hover,
.amis-scope .cxd-Pagination > li.is-active > span:hover,
.amis-scope .cxd-Pagination > li.is-active > a:focus,
.amis-scope .cxd-Pagination > li.is-active > span:focus {
  background: #ffffff;
  color: #2468f2;
  border: 1px solid
    #2468f2;
  border-radius: 4px;
}

.amis-scope .cxd-Pagination-simple > ul > li:hover,
.amis-scope .cxd-Pagination-simple > ul > li:focus {
  outline: none;
}

.amis-scope .cxd-Pagination-simple > ul > li.is-active > a {
  border: none;
}

.amis-scope .cxd-Pagination-simple > ul > li.is-active > a:hover,
.amis-scope .cxd-Pagination-simple > ul > li.is-active > a:focus {
  border: none;
}

.amis-scope .cxd-Pagination-prev > span {
  cursor: pointer;
}

.amis-scope .cxd-Pagination-next > span {
  cursor: pointer;
}

.amis-scope .cxd-Pagination-total {
  display: inline-block;
  color: #84868c;
}

.amis-scope .cxd-Pagination-inputGroup {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 2rem;
}

.amis-scope .cxd-Pagination-inputGroup-left {
  color: #84868c;
}

.amis-scope .cxd-Pagination-inputGroup input {
  min-width: 3.125rem;
  width: 3.125rem;
  height: 2rem;
  line-height: 2rem;
  border: none;
  border: 0.0625rem solid #e8e9eb;
  border-radius: 4px 0 0 4px;
  padding: 0 0.5rem;
  margin-left: 0.5rem;
  text-align: center;
}

.amis-scope .cxd-Pagination-inputGroup input:focus,
.amis-scope .cxd-Pagination-inputGroup input:hover {
  outline: none;
  border-color: #2468f2;
}

.amis-scope .cxd-Pagination-inputGroup-right {
  display: inline-block;
  width: 2rem;
  cursor: pointer;
  text-align: center;
  height: 2rem;
  line-height: 2rem;
  border: 0.0625rem solid #e8e9eb;
  border-left: none;
  border-radius: 0 4px 4px 0;
  font-size: 12px;
}

.amis-scope .cxd-Pagination-inputGroup-right:hover {
  color: #2468f2;
  border-color: #2468f2;
  border-left: 0.0625rem solid #2468f2;
  margin-left: -1px;
}

.amis-scope .cxd-Pagination-wrap {
  line-height: 1.875rem;
}

.amis-scope .cxd-Pagination-wrap .cxd-Pagination-item {
  margin-left: 0.5rem;
}

.amis-scope .cxd-Pagination-wrap .cxd-Pagination-item:nth-child(1) {
  margin-left: 0;
}

.amis-scope .cxd-Pagination-wrap.disabled {
  background-color: #fff;
}

.amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li > a,
.amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li > span {
  color: #b8babf;
  cursor: not-allowed;
}

.amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li.is-active > a,
.amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li.is-active > span,
.amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li.is-active > a:hover,
.amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li.is-active > span:hover,
.amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li.is-active > a:focus,
.amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li.is-active > span:focus {
  background-color: #f7f8fa;
  border-color: #b8babf;
}

.amis-scope .cxd-PaginationWrapper-pager {
  text-align: right;
}

.amis-scope .cxd-PaginationWrapper-pager:first-child {
  margin-bottom: 0.5rem;
}

.amis-scope .cxd-Wrapper--xs,
.amis-scope .cxd-Container--xs {
  padding: 0.25rem;
}

.amis-scope .cxd-Wrapper--sm,
.amis-scope .cxd-Container--sm {
  padding: 0.5rem;
}

.amis-scope .cxd-Wrapper--md,
.amis-scope .cxd-Container--md {
  padding: 1rem;
}

.amis-scope .cxd-Wrapper--lg,
.amis-scope .cxd-Container--lg {
  padding: 1.25rem;
}

.amis-scope .cxd-Wrapper--xl,
.amis-scope .cxd-Container--xl {
  padding: 1.5rem;
}

.amis-scope .cxd-StatusField {
  vertical-align: middle;
  white-space: nowrap;
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}

.amis-scope .cxd-StatusField-label {
  font-size: 12px;
  margin-left: 0.25rem;
}

@keyframes animation-rolling_red {
  0% {
    transform: translateX(0);
  }

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

  100% {
    transform: translateX(0);
  }
}

@keyframes animation-rolling_blue {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-20px);
  }

  100% {
    transform: translateX(0);
  }
}

.amis-scope .cxd-StatusField svg.cxd-Status-icon {
  width: 0.875rem;
  height: 0.875rem;
  top: 0;
}

.amis-scope .cxd-StatusField .cxd-Status-icon.rolling {
  width: 30px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.amis-scope .cxd-StatusField .cxd-Status-icon.rolling::before {
  content: "";
  display: inline-block;
  border: 5px solid #f23d3d;
  border-radius: 500px;
  position: absolute;
  top: 0;
  left: 0;
  animation: animation-rolling_red 2s;
  animation-iteration-count: infinite;
}

.amis-scope .cxd-StatusField .cxd-Status-icon.rolling::after {
  content: "";
  display: inline-block;
  border: 5px solid #2468f2;
  border-radius: 500px;
  position: absolute;
  top: 0;
  left: 20px;
  animation: animation-rolling_blue 2s;
  animation-iteration-count: infinite;
}

.amis-scope .cxd-StatusField .cxd-Status-icon.icon-warning {
  color: #ff9326;
}

.amis-scope .cxd-StatusField .cxd-Status-icon.icon-fail {
  color: #f23d3d;
}

.amis-scope .cxd-StatusField .cxd-Status-icon.icon-success {
  color: #30bf13;
}

.amis-scope .cxd-StatusField .cxd-Status-icon.icon-schedule {
  color: #151b26;
}

.amis-scope .cxd-Status-icon.rolling + .cxd-StatusField-label {
  color: #ff9326;
}

.amis-scope .cxd-Status-icon.icon-success + .cxd-StatusField-label {
  color: #30bf13;
}

.amis-scope .cxd-Status-icon.icon-fail + .cxd-StatusField-label {
  color: #f23d3d;
}

.amis-scope .cxd-Status-icon.icon-warning + .cxd-StatusField-label {
  color: #ff9326;
}

.amis-scope .cxd-Status-icon.icon-schedule + .cxd-StatusField-label {
  color: #151b26;
}

.amis-scope .cxd-Carousel {
  min-width: 6.25rem;
  height: 12.5rem;
  position: relative;
  display: block;
  background: #f6f8f8;
}

.amis-scope .cxd-Carousel.cxd-Carousel--light .cxd-Carousel-dot {
  background: white;
}

.amis-scope .cxd-Carousel.cxd-Carousel--light svg {
  fill: white;
}

.amis-scope .cxd-Carousel.cxd-Carousel--light .cxd-Carousel-item .title,
.amis-scope .cxd-Carousel.cxd-Carousel--light .cxd-Carousel-item .description {
  color: white;
}

.amis-scope .cxd-Carousel.cxd-Carousel--dark .cxd-Carousel-dot {
  background: black;
}

.amis-scope .cxd-Carousel.cxd-Carousel--dark svg {
  fill: black;
}

.amis-scope .cxd-Carousel.cxd-Carousel--dark .cxd-Carousel-item .title,
.amis-scope .cxd-Carousel.cxd-Carousel--dark .cxd-Carousel-item .description {
  color: black;
}

.amis-scope .cxd-Carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.amis-scope .cxd-Carousel-container .cxd-Carousel-item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition-duration: 0s;
  transition-timing-function: ease-out;
  transition-property: transform, opacity;
}

.amis-scope .cxd-Carousel-container .cxd-Carousel-item.fade {
  opacity: 0;
}

.amis-scope .cxd-Carousel-container .cxd-Carousel-item.fade.in {
  opacity: 1;
}

.amis-scope .cxd-Carousel-container .cxd-Carousel-item.slide {
  transform: translateX(100%);
}

.amis-scope .cxd-Carousel-container .cxd-Carousel-item.slide.in {
  transform: translateX(0);
}

.amis-scope .cxd-Carousel-container .cxd-Carousel-item.slide.out {
  transform: translateX(-100%);
}

.amis-scope .cxd-Carousel-container .cxd-Carousel-item.slideRight {
  transform: translateX(-100%);
}

.amis-scope .cxd-Carousel-container .cxd-Carousel-item.slideRight.in {
  transform: translateX(0);
}

.amis-scope .cxd-Carousel-container .cxd-Carousel-item.slideRight.out {
  transform: translateX(100%);
}

.amis-scope .cxd-Carousel-container .cxd-Carousel-item .title {
  position: absolute;
  bottom: 2.8125rem;
  text-align: center;
  width: 100%;
  opacity: 0.8;
}

.amis-scope .cxd-Carousel-container .cxd-Carousel-item .description {
  position: absolute;
  bottom: 1.5625rem;
  text-align: center;
  width: 100%;
  opacity: 0.8;
}

.amis-scope .cxd-Carousel-container .cxd-Carousel-item .image {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.amis-scope .cxd-Carousel-image {
  width: 100%;
  height: 100%;
}

.amis-scope .cxd-Carousel-image .cxd-Image-origin {
  height: 100%;
  width: 100%;
}

.amis-scope .cxd-Carousel-dotsControl {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 100;
  text-align: center;
}

.amis-scope .cxd-Carousel-dotsControl .cxd-Carousel-dot {
  cursor: pointer;
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 0.25rem;
  margin: 0.4375rem 0.25rem;
  transition-duration: 0s;
  opacity: 0.3;
}

.amis-scope .cxd-Carousel-dotsControl .cxd-Carousel-dot.is-active {
  opacity: 1;
}

.amis-scope .cxd-Carousel .cxd-Carousel-leftArrow {
  width: 10%;
  min-width: 1.25rem;
  height: 100%;
  cursor: pointer;
  top: 0;
  bottom: 0;
  position: absolute;
  transition-duration: 0s;
  display: none;
  left: 0;
}

.amis-scope .cxd-Carousel .cxd-Carousel-leftArrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 1.25rem;
}

.amis-scope .cxd-Carousel .cxd-Carousel-rightArrow {
  width: 10%;
  min-width: 1.25rem;
  height: 100%;
  cursor: pointer;
  top: 0;
  bottom: 0;
  position: absolute;
  transition-duration: 0s;
  display: none;
  right: 0;
}

.amis-scope .cxd-Carousel .cxd-Carousel-rightArrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 1.25rem;
}

.amis-scope .cxd-Carousel.cxd-Carousel-arrow--always .cxd-Carousel-leftArrow {
  display: block;
}

.amis-scope .cxd-Carousel.cxd-Carousel-arrow--always .cxd-Carousel-rightArrow {
  display: block;
}

.amis-scope .cxd-Carousel:hover .cxd-Carousel-leftArrow {
  display: block;
}

.amis-scope .cxd-Carousel:hover .cxd-Carousel-rightArrow {
  display: block;
}

.amis-scope .cxd-Carousel-arrowsControl {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: center;
}

@keyframes disappear {
  to {
    opacity: 0;
  }
}

@keyframes appear {
  from {
    opacity: 0;
  }
}

.amis-scope .cxd-ImageGallery {
  display: flex;
  flex-direction: column;
  background: transparent;
  border: none;
  border-radius: 0;
  max-width: 1010px !important;
}

.amis-scope .cxd-ImageGallery-close {
  position: absolute;
  right: 0;
  top: 0;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.amis-scope .cxd-ImageGallery-close:hover {
  color: #fff;
}

.amis-scope .cxd-ImageGallery-close > svg {
  width: 1rem;
  height: 1rem;
}

.amis-scope .cxd-ImageGallery-title {
  height: 1.875rem;
  vertical-align: top;
  line-height: 1.875rem;
  font-size: 0.75rem;
  color: #ffffff;
  text-align: center;
}

.amis-scope .cxd-ImageGallery-main {
  background: #000;
  flex-basis: 0;
  flex-grow: 1;
  height: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}

.amis-scope .cxd-ImageGallery-main > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.amis-scope .cxd-ImageGallery-prevBtn,
.amis-scope .cxd-ImageGallery-nextBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #84878c;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px;
  animation-name: disappear;
  animation-delay: 0s;
  animation-duration: 0s;
  animation-fill-mode: both;
}

.amis-scope .cxd-ImageGallery-prevBtn > svg,
.amis-scope .cxd-ImageGallery-nextBtn > svg {
  width: 3rem;
  height: 3rem;
}

.amis-scope .cxd-ImageGallery-prevBtn:hover,
.amis-scope .cxd-ImageGallery-nextBtn:hover {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
}

.amis-scope .cxd-ImageGallery-prevBtn.is-disabled,
.amis-scope .cxd-ImageGallery-nextBtn.is-disabled {
  pointer-events: none;
}

.amis-scope .cxd-ImageGallery-main:hover .cxd-ImageGallery-prevBtn,
.amis-scope .cxd-ImageGallery-main:hover .cxd-ImageGallery-nextBtn {
  animation-name: appear;
  animation-delay: 0s;
  animation-duration: 0s;
}

.amis-scope .cxd-ImageGallery-prevBtn {
  left: 1rem;
}

.amis-scope .cxd-ImageGallery-nextBtn {
  right: 1rem;
}

.amis-scope .cxd-ImageGallery-footer {
  height: 4.625rem;
  background: #222;
  display: flex;
  flex-direction: row;
  user-select: none;
}

.amis-scope .cxd-ImageGallery-prevList,
.amis-scope .cxd-ImageGallery-nextList {
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.amis-scope .cxd-ImageGallery-prevList.is-disabled,
.amis-scope .cxd-ImageGallery-nextList.is-disabled {
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.amis-scope .cxd-ImageGallery-prevList:hover,
.amis-scope .cxd-ImageGallery-nextList:hover {
  background: black;
  color: #fff;
}

.amis-scope .cxd-ImageGallery-itemsWrap {
  flex-grow: 1;
  flex-basis: 0;
  width: 0;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
}

.amis-scope .cxd-ImageGallery-items {
  display: inline-block;
  white-space: nowrap;
}

.amis-scope .cxd-ImageGallery-item {
  margin: 10px 5px;
  width: 54px;
  height: 54px;
  display: inline-flex;
  position: relative;
  border: 1px solid #666;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.amis-scope .cxd-ImageGallery-item > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@supports (object-fit: cover) {
  .amis-scope .cxd-ImageGallery-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.amis-scope .cxd-ImageGallery-item:after {
  position: absolute;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.amis-scope .cxd-ImageGallery-item:hover {
  border: 1px solid #e5e5e5;
}

.amis-scope .cxd-ImageGallery-item:hover:after {
  display: none;
}

.amis-scope .cxd-ImageGallery-item.is-active {
  border: 1px solid #2468f2;
}

.amis-scope .cxd-ImageGallery-item.is-active:after {
  display: none;
}

.amis-scope .cxd-ImageGallery-toolbar {
  background-color: #ffffff;
  border-radius: 0.25rem;
  display: flex;
  align-items: flex-start;
  padding: 0.25rem 1rem 0.25rem 1rem;
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.amis-scope .cxd-ImageGallery-toolbar-action {
  padding: 0.8125rem;
  border-radius: 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.amis-scope .cxd-ImageGallery-toolbar-action-icon {
  display: block;
  color: var(--black);
}

.amis-scope .cxd-ImageGallery-toolbar-action-icon > svg {
  fill: var(--black);
}

.amis-scope .cxd-ImageGallery-toolbar-action.is-disabled {
  cursor: not-allowed;
  color: #f7f8fa;
}

.amis-scope .cxd-ImageGallery-toolbar-action.is-disabled .cxd-ImageGallery-toolbar-action-icon {
  color: #f7f8fa;
}

.amis-scope .cxd-ImageGallery-toolbar-action.is-disabled .cxd-ImageGallery-toolbar-action-icon > svg {
  color: #f7f8fa;
}

.amis-scope .cxd-ImageGallery-toolbar-action:hover {
  background-color: #f2f3f5;
}

.amis-scope .cxd-ImageGallery-toolbar-action:hover .cxd-ImageGallery-toolbar-action-icon {
  color: #2468f2;
}

.amis-scope .cxd-ImageGallery-toolbar-action:hover .cxd-ImageGallery-toolbar-action-icon > svg {
  fill: #2468f2;
}

.amis-scope .cxd-Images {
  display: flex;
  flex-wrap: wrap;
  margin: calc(0.25rem * -1);
}

.amis-scope .cxd-Images-item {
  display: flex;
  margin: 0.25rem 0.25rem 0.25rem 0.25rem;
}

.amis-scope .cxd-Image {
  border: 0.0625rem solid #e8e9eb;
}

.amis-scope .cxd-Image--thumb {
  display: inline-block;
  padding: 0.25rem 0.25rem 0.25rem 0.25rem;
}

.amis-scope .cxd-Image-thumbWrap {
  position: relative;
}

.amis-scope .cxd-Image-image {
  display: block;
}

.amis-scope .cxd-Image-image--loading {
  visibility: hidden;
}

.amis-scope .cxd-Image--original .cxd-Image-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  margin: auto;
}

.amis-scope .cxd-Image-thumb {
  width: 6.875rem;
  height: 6.875rem;
  position: relative;
  overflow: hidden;
}

.amis-scope .cxd-Image-thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
}

.amis-scope .cxd-Image-info {
  padding: 5px 10px;
}

.amis-scope .cxd-Image--thumb .cxd-Image-info {
  width: 6.875rem;
  padding: 0;
}

.amis-scope .cxd-Image-thumb--4-3 {
  height: 5.15625rem;
}

.amis-scope .cxd-Image-thumb--16-9 {
  height: 3.8671875rem;
}

.amis-scope .cxd-Image-thumb--fixed-size {
  min-width: 6.875rem;
  min-height: 6.875rem;
  width: 100%;
  padding: 0;
  height: 100%;
}

.amis-scope .cxd-Image-thumb--fixed-size .cxd-Image-thumb {
  width: 100%;
}

.amis-scope .cxd-Image-thumb--fixed-size .cxd-Image-thumb > img {
  width: auto;
  height: 100%;
}

.amis-scope .cxd-Image-thumb--w-full > img {
  width: 100%;
  height: auto;
}

@supports (object-fit: contain) {
  .amis-scope .cxd-Image-thumb--contain > img {
    position: static;
    width: 100% !important;
    height: 100% !important;
    transform: translate(0, 0);
    top: 0;
    left: 0;
    object-fit: contain;
  }

  .amis-scope .cxd-Image-origin--contain > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
  }
}

@supports (object-fit: cover) {
  .amis-scope .cxd-Image-thumb--cover > img {
    position: static;
    width: 100% !important;
    height: 100% !important;
    transform: translate(0, 0);
    top: 0;
    left: 0;
    object-fit: cover;
  }

  .amis-scope .cxd-Image-origin--cover > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
}

.amis-scope .cxd-Image-caption {
  font-size: 12px;
  color: #151b26;
  margin-top: var(--fonts-size-0);
}

.amis-scope .cxd-Image-title {
  font-size: 14px;
  color: #151b26;
  margin-top: 0rem;
}

.amis-scope .cxd-Image-overlay {
  background: rgba(8, 14, 26, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  color: #fff;
}

.amis-scope .cxd-Image-overlay > div {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}

.amis-scope .cxd-Image-overlay > a {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  line-height: 1;
  font-size: 1rem;
}

.amis-scope .cxd-Image-origin:hover .cxd-Image-overlay,
.amis-scope .cxd-Image-thumbWrap:hover .cxd-Image-overlay {
  display: flex;
}

.amis-scope .cxd-ImageField--thumb {
  display: inline-block;
  position: relative;
}

.amis-scope .cxd-ImageField--thumb::before,
.amis-scope .cxd-ImageField--thumb::after {
  display: table;
  content: "";
}

.amis-scope .cxd-ImageField--thumb::after {
  clear: both;
}

.amis-scope .cxd-ImagesField {
  position: relative;
}

.amis-scope .cxd-ImagesField::before,
.amis-scope .cxd-ImagesField::after {
  display: table;
  content: "";
}

.amis-scope .cxd-ImagesField::after {
  clear: both;
}

.amis-scope .cxd-InputBox {
  display: flex;
  background: #ffffff;
  border: 0.0625rem solid #e8e9eb;
  border-radius: 4px;
  line-height: 1.5;
  padding: calc(
    (
        2rem - 1.5 *
          14px - 0.125rem
      ) / 2
  ) 0.625rem;
  font-size: 14px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.amis-scope .cxd-InputBox input {
  flex-basis: 1.875rem;
  flex-grow: 1;
  outline: none;
  background: transparent;
  border: none;
  color: #151b26;
  width: 100%;
  height: 1.5;
}

.amis-scope .cxd-InputBox input::placeholder {
  color: #b8babf;
  user-select: none;
}

.amis-scope .cxd-InputBox:hover {
  border-color: #2468f2;
}

.amis-scope .cxd-InputBox--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .cxd-InputBox--borderNone {
  border-color: transparent !important;
}

.amis-scope .cxd-InputBox--inline {
  display: inline-flex;
}

.amis-scope .cxd-InputBox > input[readonly] {
  cursor: inherit;
}

.amis-scope .cxd-InputBox.is-error,
.amis-scope .is-error > .cxd-InputBox {
  border-color: #f23d3d;
  background: #ffffff;
}

.amis-scope .cxd-InputBox.is-focused {
  border-color: #2468f2;
  box-shadow: none;
  background: #ffffff;
}

.amis-scope .cxd-InputBox.is-clickable:hover {
  border-color: #2468f2;
  box-shadow: none;
  cursor: pointer;
}

.amis-scope .cxd-InputBox.is-error.is-focused {
  border-color: #f23d3d;
}

.amis-scope .cxd-InputBox.is-disabled {
  color: #b8babf;
  background: #f7f8fa;
  border-color: #e8e9eb;
}

.amis-scope .cxd-InputBox-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  text-decoration: none;
}

.amis-scope .cxd-InputBox-clear svg {
  fill: #d4d6d9;
  width: 14px;
  height: 14px;
}

.amis-scope .cxd-InputBox-clear:hover svg {
  fill: #5c5f66;
}

.amis-scope .cxd-InputBox-clear:active svg {
  fill: #303540;
}

.amis-scope .cxd-InputBox > svg {
  display: inline-block;
  width: 14px;
  color: #84878c;
  margin-top: 0.125rem;
}

.amis-scope .cxd-InputBox > a {
  cursor: pointer;
}

.amis-scope .cxd-InputBox-caret {
  transition: transform 0s ease-out;
  margin: 5px;
  display: flex;
  color: #84878c;
}

.amis-scope .cxd-InputBox-caret:hover {
  color: #84878c;
}

.amis-scope .cxd-InputBox-caret > svg {
  width: 0.625rem;
  height: 0.625rem;
  top: 0;
}

.amis-scope .cxd-InputBox.is-active .cxd-InputBox-caret {
  transform: rotate(180deg);
}

.amis-scope .cxd-JSONSchemaMember {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
}

.amis-scope .cxd-JSONSchemaMember-key {
  min-width: 80px;
  max-width: 150px;
  flex: 1;
}

.amis-scope .cxd-JSONSchemaMember-key > span {
  display: flex;
  background: #ffffff;
  border: 0.0625rem solid #e8e9eb;
  border-radius: 4px;
  line-height: 1.5;
  padding: calc(
    (
        2rem - 1.5 *
          14px - 0.125rem
      ) / 2
  ) 0.625rem;
  font-size: 14px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #151b26;
}

.amis-scope .cxd-JSONSchemaMember-value {
  flex: 1;
  margin-left: auto;
  display: flex;
  gap: 0.5rem;
}

.amis-scope .cxd-JSONSchemaMember-value > a {
  display: inline-block;
}

.amis-scope .cxd-JSONSchemaMember-value > div {
  flex: 1;
  flex-wrap: nowrap;
}

.amis-scope .cxd-JSONSchemaMember + .cxd-JSONSchemaMember {
  margin-top: 0.5rem;
}

.amis-scope .cxd-JSONSchemaObject-caret {
  display: inline-block;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  vertical-align: middle;
  cursor: pointer;
  transform: rotate(0deg);
  transition: transform 0s;
  color: #84878c;
  margin-top: calc((2rem - 1.25rem) / 2);
}

.amis-scope .cxd-JSONSchemaObject-caret > svg {
  width: 10px;
  height: 10px;
  top: 0;
}

.amis-scope .cxd-JSONSchemaObject-caret.is-collapsed {
  transform: rotate(-90deg);
}

.amis-scope .cxd-JSONSchemaObject.is-expanded {
  position: relative;
  margin-left: 1.25rem;
}

.amis-scope .cxd-JSONSchemaObject.is-expanded:before {
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  bottom: 10px;
  left: -33px;
  border-left: dashed 1px #84878c;
}

.amis-scope .cxd-JSONSchemaObject.is-expanded .cxd-JSONSchemaMember {
  position: relative;
}

.amis-scope .cxd-JSONSchemaObject.is-expanded .cxd-JSONSchemaMember:before {
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  width: 25px;
  left: -33px;
  border-top: dashed 1px #84878c;
}

.amis-scope .cxd-JSONSchemaObject.is-expanded .cxd-JSONSchemaMember:first-child:before {
  left: -20px;
  width: 12px;
}

.amis-scope .cxd-JSONSchemaObject.is-expanded > button {
  position: relative;
}

.amis-scope .cxd-JSONSchemaObject.is-expanded > button:before {
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  width: 25px;
  left: -33px;
  border-top: dashed 1px #84878c;
}

.amis-scope .cxd-SchemaEditorProps {
  width: 100%;
}

.amis-scope .cxd-SchemaEditorProps > button {
  margin-top: 7px;
}

.amis-scope .cxd-SchemaEditorProps-placeholder {
  color: #b8babf;
}

.amis-scope .cxd-SchemaEditorProps--depth {
  position: relative;
  margin-left: 2.5rem;
}

.amis-scope .cxd-SchemaEditorProps--depth:before {
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  bottom: 10px;
  left: -35px;
  border-left: dashed 1px #84878c;
}

.amis-scope .cxd-SchemaEditorProps--depth .cxd-SchemaEditorItem:before {
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  width: 25px;
  left: -35px;
  border-top: dashed 1px #84878c;
}

.amis-scope .cxd-SchemaEditorProps--depth > button {
  position: relative;
}

.amis-scope .cxd-SchemaEditorProps--depth > button:before {
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  width: 25px;
  left: -35px;
  border-top: dashed 1px #84878c;
}

.amis-scope .cxd-SchemaEditorArrayProps:before {
  bottom: 15px;
}

.amis-scope .cxd-SchemaEditorItem {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: flex-start;
  position: relative;
}

.amis-scope .cxd-SchemaEditorItem + .cxd-SchemaEditorItem {
  margin-top: 0.5rem;
}

.amis-scope .cxd-SchemaEditorObject,
.amis-scope .cxd-SchemaEditorArray {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: flex-start;
  width: 100%;
}

.amis-scope .cxd-SchemaEditor-itemsLabel {
  margin-top: calc((2rem - 1.25rem) / 2);
}

.amis-scope .cxd-SchemaEditor-caret {
  display: inline-block;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  vertical-align: middle;
  cursor: pointer;
  transform: rotate(0deg);
  transition: transform 0s;
  color: #84878c;
  margin-top: calc((2rem - 1.25rem) / 2);
}

.amis-scope .cxd-SchemaEditor-caret > svg {
  width: 10px;
  height: 10px;
  top: 0;
}

.amis-scope .cxd-SchemaEditor-caret.is-collapsed {
  transform: rotate(-90deg);
}

.amis-scope .cxd-SchemaEditor-required {
  padding-top: 4px;
}

.amis-scope .cxd-SchemaEditor-key,
.amis-scope .cxd-SchemaEditor-title,
.amis-scope .cxd-SchemaEditor-description {
  flex: 1;
  max-width: 200px;
  min-width: 80px;
}

.amis-scope .cxd-SchemaEditor-key > input,
.amis-scope .cxd-SchemaEditor-title > input,
.amis-scope .cxd-SchemaEditor-description > input {
  flex-basis: 0;
}

.amis-scope .cxd-ResultBox {
  display: flex;
  background: #ffffff;
  border: 0.0625rem solid #e8e9eb;
  border-radius: 4px;
  line-height: 1.5;
  padding: calc(
    (
        2rem - 1.5 *
          14px - 0.125rem
      ) / 2
  ) 0.625rem;
  font-size: 14px;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 0 0.75rem;
  min-height: 2rem;
  align-items: center;
  border-radius: 3px;
  position: relative;
  color: #151b26;
  font-weight: 400;
  border-width: 1px
    1px
    1px
    1px;
  border-style: solid solid solid solid;
  border-color: #e8e9eb
    #e8e9eb
    #e8e9eb
    #e8e9eb;
  border-radius: 4px
    4px
    4px
    4px;
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
}

.amis-scope .cxd-ResultBox input {
  flex-basis: 1.875rem;
  flex-grow: 1;
  outline: none;
  background: transparent;
  border: none;
  color: #151b26;
  width: 100%;
  height: 1.5;
}

.amis-scope .cxd-ResultBox input::placeholder {
  color: #b8babf;
  user-select: none;
}

.amis-scope .cxd-ResultBox:hover {
  border-color: #2468f2;
}

.amis-scope .cxd-ResultBox--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .cxd-ResultBox--borderNone {
  border-color: transparent !important;
}

.amis-scope .cxd-ResultBox.is-error {
  border-color: #f23d3d;
  background: #ffffff;
}

.amis-scope .cxd-ResultBox.is-focused,
.amis-scope .cxd-ResultBox:focus {
  outline: none;
  background: #ffffff;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
}

.amis-scope .cxd-ResultBox.is-active,
.amis-scope .cxd-ResultBox.is-opened {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  box-shadow: 0px 0px 0px 0px transparent;
  background: #ffffff;
}

.amis-scope .cxd-ResultBox.is-clickable:not(.is-disabled) {
  cursor: pointer;
}

.amis-scope .cxd-ResultBox.is-clickable:not(.is-disabled):hover {
  background: #ffffff;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
}

.amis-scope .cxd-ResultBox.is-error.is-focused {
  border-color: #f23d3d;
}

.amis-scope .cxd-ResultBox.is-disabled {
  color: #b8babf;
  pointer-events: none;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  background: #f7f8fa;
}

.amis-scope .cxd-ResultBox.is-disabled div.cxd-ResultBox-value {
  background: #e8e9eb;
}

.amis-scope .cxd-ResultBox.is-disabled div.cxd-ResultBox-value .cxd-ResultBox-valueLabel {
  color: #84868c;
}

.amis-scope .cxd-ResultBox.cxd-NestedSelect {
  padding-left: 0.75rem;
}

.amis-scope .cxd-ResultBox-value-wrap {
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.amis-scope .cxd-ResultBox-actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-left: 0.3125rem;
}

.amis-scope .cxd-ResultBox-actions > *:not(:last-child) {
  margin-right: 0.3125rem;
}

.amis-scope .cxd-ResultBox-singleValue {
  flex-grow: 1;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.amis-scope .cxd-ResultBox-pc-arrow {
  height: 100%;
  margin: auto 0;
  display: flex;
  align-items: center;
  transition: transform 0s ease;
  transform: rotate(90deg);
}

.amis-scope .cxd-ResultBox-pc-arrow > svg {
  width: 0.625rem;
  height: 0.625rem;
  top: 0;
  color: #84868c;
}

.amis-scope .cxd-ResultBox.is-opened .cxd-ResultBox-pc-arrow {
  transform: rotate(270deg);
}

.amis-scope .cxd-ResultBox-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  text-decoration: none;
  height: 100%;
  margin: auto 0;
  background-color: unset;
}

.amis-scope .cxd-ResultBox-clear svg {
  fill: #d4d6d9;
  width: 14px;
  height: 14px;
}

.amis-scope .cxd-ResultBox-clear:hover svg {
  fill: #5c5f66;
}

.amis-scope .cxd-ResultBox-clear:active svg {
  fill: #303540;
}

.amis-scope .cxd-ResultBox-clear-wrap {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amis-scope .cxd-ResultBox-clear-with-arrow {
  right: 33px;
}

.amis-scope .cxd-ResultBox > svg {
  display: inline-block;
  width: 0.875rem;
  color: #84878c;
}

.amis-scope .cxd-ResultBox > a {
  cursor: pointer;
}

.amis-scope .cxd-ResultBox-value {
  background: #f7f8fa;
  color: #151b26;
  font-size: 12px;
  min-height: 1.5rem;
  flex-wrap: nowrap;
  display: inline-flex;
  align-items: center;
  padding: 0rem 0.25rem 0rem 0.25rem;
  margin: 0rem 0.25rem 0.125rem 0rem;
  user-select: none;
  border-radius: 2px 2px 2px 2px;
}

.amis-scope .cxd-ResultBox-value > a {
  cursor: pointer;
  margin-left: 0.625rem;
  color: #b8babf;
}

.amis-scope .cxd-ResultBox-value > a:hover {
  color: #151b26;
}

.amis-scope .cxd-ResultBox-value > a > svg {
  width: 0.625rem;
  height: 0.625rem;
}

.amis-scope .cxd-ResultBox-value > a > svg.icon {
  top: 0;
}

.amis-scope .cxd-ResultBox-value:hover {
  background: #e6f0ff;
}

.amis-scope .cxd-ResultBox-value.is-disabled {
  pointer-events: none;
  color: #cccccc;
}

.amis-scope .cxd-ResultBox-value.is-disabled > a {
  color: #ebebeb;
}

.amis-scope .cxd-ResultBox-value.is-invalid {
  color: #f23d3d;
}

.amis-scope .cxd-ResultBox-placeholder {
  color: #b8babf;
  flex-grow: 1;
  user-select: none;
}

.amis-scope .cxd-ResultBox > input {
  padding-left: 8px;
  min-height: 24px;
}

.amis-scope .cxd-ResultBox.cxd-TransferDropDown.is-group > .cxd-TransferDropDown-icon {
  margin-right: 0.5rem;
}

.amis-scope .cxd-ResultBox.cxd-TransferDropDown.is-group > .cxd-ResultBox-placeholder {
  padding-left: 0.5rem;
}

.amis-scope .cxd-ResultBox.cxd-TransferDropDown > .cxd-ResultBox-value {
  background: #f7f8fa;
}

.amis-scope .cxd-ResultBox.cxd-TransferDropDown > .cxd-ResultBox-value:hover {
  background: #e6f0ff;
}

.amis-scope .cxd-ResultBox-overflow-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc( (1.5rem + 0.125rem) * 5 );
}

.amis-scope .cxd-ResultBox-overflow.cxd-Tooltip--dark .cxd-ResultBox-overflow-wrapper .cxd-ResultBox-value {
  color: #ffffff;
  background-color: #5c5f66;
}

.amis-scope .cxd-ResultBox-overflow.cxd-Tooltip--dark .cxd-ResultBox-overflow-wrapper .cxd-ResultBox-value:hover {
  background-color: #b8babf;
}

.amis-scope .cxd-ResultBox-overflow.cxd-Tooltip--dark .cxd-ResultBox-overflow-wrapper .cxd-ResultBox-value > a {
  color: #e8e9eb;
}

.amis-scope .cxd-ResultBox.is-mobile {
  min-height: calc(1.5 * 16px);
  border: none;
  padding: 0;
  font-size: 16px;
  border: none;
  justify-content: flex-end;
}

.amis-scope .cxd-ResultBox.is-mobile .cxd-ResultBox-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  text-decoration: none;
  width: 1.625rem;
  height: 1.625rem;
  margin: 0 -0.125rem;
  margin-left: auto;
  padding: 0.25rem;
  position: unset;
  right: 0;
  display: flex;
  align-items: center;
  background-color: unset;
}

.amis-scope .cxd-ResultBox.is-mobile .cxd-ResultBox-clear svg {
  fill: #d4d6d9;
  width: 14px;
  height: 14px;
}

.amis-scope .cxd-ResultBox.is-mobile .cxd-ResultBox-clear:hover svg {
  fill: #5c5f66;
}

.amis-scope .cxd-ResultBox.is-mobile .cxd-ResultBox-clear:active svg {
  fill: #303540;
}

.amis-scope .cxd-ResultBox.is-mobile .cxd-ResultBox-arrow {
  margin-right: 0.25rem;
  width: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-left: 4px;
}

.amis-scope .cxd-ResultBox.is-mobile .cxd-ResultBox-arrow > svg {
  transition: transform 0s;
  display: inline-block;
  color: #84878c;
  width: 10px;
  height: 10px;
  top: 0;
  transform: rotate(-90deg);
}

.amis-scope .cxd-SearchBox {
  display: inline-flex;
  flex-direction: row;
  line-height: 1.5;
  font-size: 14px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  height: 30px;
  width: 30px;
  padding-left: 8px;
  transition: all 0s ease-in-out;
  border: 0.0625rem solid transparent;
  border-radius: 4px;
  overflow: hidden;
  height: 30px;
}

.amis-scope .cxd-SearchBox:hover {
  background: rgba(255, 255, 255, 0.6);
}

.amis-scope .cxd-SearchBox.is-active {
  background: #ffffff;
  border: 0.0625rem solid #e8e9eb;
  width: 9.375rem;
}

.amis-scope .cxd-SearchBox.is-active > input {
  flex-grow: 1;
}

.amis-scope .cxd-SearchBox.is-active:hover {
  border-color: #2468f2;
}

.amis-scope .cxd-SearchBox.is-active.is-focused {
  border-color: #144bcc;
}

.amis-scope .cxd-SearchBox-searchBtn {
  display: inline-block;
  padding: 0.3125rem 0.625rem;
}

.amis-scope .cxd-SearchBox-activeBtn,
.amis-scope .cxd-SearchBox-cancelBtn {
  margin-right: 8px;
}

.amis-scope .cxd-SearchBox-activeBtn,
.amis-scope .cxd-SearchBox-searchBtn,
.amis-scope .cxd-SearchBox-cancelBtn {
  cursor: pointer;
  color: #84878c;
}

.amis-scope .cxd-SearchBox-activeBtn:hover,
.amis-scope .cxd-SearchBox-searchBtn:hover,
.amis-scope .cxd-SearchBox-cancelBtn:hover {
  color: #2468f2;
}

.amis-scope .cxd-SearchBox.is-disabled .cxd-SearchBox-activeBtn,
.amis-scope .cxd-SearchBox.is-disabled .cxd-SearchBox-searchBtn,
.amis-scope .cxd-SearchBox.is-disabled .cxd-SearchBox-cancelBtn {
  color: #f7f8fa;
  pointer-events: none;
}

.amis-scope .cxd-SearchBox.is-disabled {
  background-color: #f7f8fa;
  cursor: not-allowed;
}

.amis-scope .cxd-SearchBox.is-disabled:hover {
  border-color: #e8e9eb;
}

.amis-scope .cxd-SearchBox.is-disabled > input {
  cursor: not-allowed;
}

.amis-scope .cxd-SearchBox > input {
  outline: none;
  border: none;
  background: transparent;
  color: #151b26;
  width: 0;
  height: calc(1.5 * 14px);
}

.amis-scope .cxd-SearchBox > input::placeholder {
  color: #b8babf;
  user-select: none;
}

.amis-scope .cxd-SearchBox-clearable {
  display: flex;
  width: 1rem;
  height: 1rem;
  color: #d4d6d9;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.amis-scope .cxd-SearchBox-clearable .icon {
  top: 0;
}

.amis-scope .cxd-SearchBox-clearable:hover {
  color: #5c5f66;
}

.amis-scope .cxd-SearchBox--enhance.is-active .cxd-SearchBox-searchBtn {
  height: 100%;
  color: #ffffff;
  background: #2468f2;
}

.amis-scope .cxd-SearchBox--enhance.is-active .cxd-SearchBox-searchBtn:hover {
  background: #528eff;
}

.amis-scope .cxd-SearchBox--enhance .cxd-SearchBox-clearable {
  margin-right: 6px;
}

.amis-scope .cxd-SearchBox--enhance.is-active.is-disabled .cxd-SearchBox-searchBtn {
  background: #f2f3f5;
  color: #b8babf;
}

.amis-scope .cxd-SearchBox-history > .is-history {
  width: 100%;
}

.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-dropdown {
  position: absolute;
  left: 0;
  z-index: 998;
  padding: 0.5rem 0;
  width: 100%;
  max-width: calc(9.375rem * 2);
  min-height: 4.5rem;
  max-height: 12.5rem;
  background: #ffffff;
  border: 0.0625rem solid #e8e9eb;
  border-top: none;
  border-radius: 4px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  display: none;
}

.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-dropdown.is-active {
  display: block;
}

.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-dropdown header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  margin-bottom: 0.625rem;
}

.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-dropdown header h4 {
  font-size: 14px;
  height: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold;
  margin: 0;
}

.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-dropdown header a {
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  padding: 0;
}

.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1rem;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc( 12.5rem - 38px - 0.5rem * 2 );
}

.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag {
  display: inlin-flex;
  height: 1.5rem;
  padding: 0 0.5rem;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  max-width: 160px;
  border-radius: 0px
    0px
    0px
    0px;
  background-color: #f2f3f5;
  color: var(--Tag-base-color);
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  max-width: 96px;
  cursor: pointer;
}

.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag-text {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 24px;
}

.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag-close {
  margin-left: 0.5rem;
  margin-right: 0.25rem;
  cursor: pointer;
}

.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag-close i {
  font-size: 0.5rem;
}

.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag-close .icon {
  width: 0.5rem;
  height: 0.5rem;
  position: inherit;
}

.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag-close:hover {
  opacity: 0.7;
}

.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag-close:active {
  opacity: 0.3;
}

.amis-scope .cxd-ListMenu {
  background: #ffffff;
  min-width: 12.5rem;
  border: 0px solid #e8e9eb;
  border-radius: 0px;
}

.amis-scope .cxd-ListMenu-groupLabel {
  font-size: 12px;
  color: #b8babf;
  padding: calc( ( 1.875rem - 1.5 * 14px - 0.5rem ) / 2 ) 0 0 calc(0.625rem - 0.25rem);
}

.amis-scope .cxd-ListMenu-group:not(:first-child) > .cxd-ListMenu-groupLabel {
  border-top: 0.0625rem solid #f7f8fa;
}

.amis-scope .cxd-ListMenu-item {
  display: flex;
  min-height: 1.875rem;
  color: #151b26;
  line-height: 1.5;
  font-size: 14px;
  cursor: pointer;
  padding: calc( ( 1.875rem - 1.5 * 14px ) / 2 ) 0.625rem;
}

.amis-scope .cxd-ListMenu-item.is-active {
  color: #2468f2;
  background: transparent;
}

.amis-scope .cxd-ListMenu-item.is-highlight {
  color: #151b26;
  background: #e8e9eb;
}

.amis-scope .cxd-ListMenu-item.is-disabled {
  color: #b8babf;
  background: transparent;
}

.amis-scope .cxd-ListMenu-placeholder {
  display: block;
  min-height: 1.875rem;
  color: #b8babf;
  line-height: 1.5;
  font-size: 14px;
  cursor: pointer;
  padding: calc( ( 1.875rem - 1.5 * 14px ) / 2 ) 0.625rem;
}

.amis-scope .cxd-PopOver > .cxd-ListMenu {
  border-color: #2468f2;
}

.amis-scope .cxd-Log {
  position: relative;
}

.amis-scope .cxd-Log-body {
  background: #222;
  color: #f1f1f1;
  padding: 0.5rem 0;
  overflow-y: auto;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

.amis-scope .cxd-Log-line {
  padding: 0 0.5rem;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.amis-scope .cxd-Log-line code {
  color: inherit;
  background: inherit;
}

.amis-scope .cxd-Log-line:hover {
  background: #444;
}

.amis-scope .cxd-Log-line-number {
  color: #999;
  font-style: italic;
  margin-right: 5px;
}

.amis-scope .cxd-Log-line-highlight {
  background: #ffffb6;
  display: inline-block;
  color: #000;
}

.amis-scope .cxd-Log-operation {
  position: relative;
  background: rgba(28, 28, 28, 0.5);
}

.amis-scope .cxd-Log-operation > a {
  display: inline-flex;
  flex-direction: row;
  line-height: 1.5;
  font-size: 14px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  height: 30px;
  width: 30px;
  padding-left: 8px;
  transition: all 0s ease-in-out;
  border: 0.0625rem solid transparent;
  border-radius: 4px;
  overflow: hidden;
  height: 30px;
  width: 30px;
}

.amis-scope .cxd-Log-operation a {
  color: #000;
}

.amis-scope .cxd-Log-operation > a:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #2468f2;
}

.amis-scope .cxd-Log-operation > a > svg {
  margin-right: 8px;
}

.amis-scope .cxd-Log-operation > a.is-disabled {
  cursor: not-allowed;
  color: #6b7280;
}

.amis-scope .cxd-Log-operation > a.is-disabled:hover {
  cursor: not-allowed;
  background: transparent;
  color: #6b7280;
}

.amis-scope .cxd-Log .ansi-bold {
  font-weight: 700;
}

.amis-scope .cxd-Log .ansi-italic {
  font-style: italic;
}

.amis-scope .cxd-Log .ansi-underline {
  text-decoration: underline;
}

.amis-scope .cxd-Log .ansi-black-fg,
.amis-scope .cxd-Log .ansi-bright-black-fg {
  color: #4e4e4e;
}

.amis-scope .cxd-Log .ansi-red-fg,
.amis-scope .cxd-Log .ansi-bright-red-fg {
  color: #ff6c60;
}

.amis-scope .cxd-Log .ansi-green-fg,
.amis-scope .cxd-Log .ansi-bright-green-fg {
  color: #0a0;
}

.amis-scope .cxd-Log .ansi-yellow-fg,
.amis-scope .cxd-Log .ansi-bright-yellow-fg {
  color: #ffffb6;
}

.amis-scope .cxd-Log .ansi-blue-fg,
.amis-scope .cxd-Log .ansi-bright-blue-fg {
  color: #96cbfe;
}

.amis-scope .cxd-Log .ansi-magenta-fg,
.amis-scope .cxd-Log .ansi-bright-magenta-fg {
  color: #ff73fd;
}

.amis-scope .cxd-Log .ansi-cyan-fg,
.amis-scope .cxd-Log .ansi-bright-cyan-fg {
  color: #5ff;
}

.amis-scope .cxd-Log .ansi-white-fg,
.amis-scope .cxd-Log .ansi-bright-white-fg {
  color: #eee;
}

.amis-scope .cxd-Log .ansi-grey-fg,
.amis-scope .cxd-Log .ansi-bright-grey-fg {
  color: #969696;
}

.amis-scope .cxd-Log .ansi-black-bg {
  background-color: #4e4e4e;
}

.amis-scope .cxd-Log .ansi-red-bg {
  background-color: #ff6c60;
}

.amis-scope .cxd-Log .ansi-green-bg {
  background-color: #0a0;
}

.amis-scope .cxd-Log .ansi-yellow-bg {
  background-color: #ffffb6;
}

.amis-scope .cxd-Log .ansi-blue-bg {
  background-color: #96cbfe;
}

.amis-scope .cxd-Log .ansi-magenta-bg {
  background-color: #ff73fd;
}

.amis-scope .cxd-Log .ansi-cyan-bg {
  background-color: #0aa;
}

.amis-scope .cxd-Log .ansi-white-bg {
  background-color: #eee;
}

.amis-scope .cxd-JsonField-nodeValue {
  white-space: normal;
  word-break: break-all;
  overflow-wrap: break-word;
}

.amis-scope .cxd-Icon {
  height: 14px;
  vertical-align: middle;
}

.amis-scope .cxd-Steps {
  display: flex;
  list-style: none;
  padding: 0;
}

.amis-scope .cxd-Steps .cxd-StepsItem {
  flex: 1;
  overflow: hidden;
  padding: 0 0.5rem;
  height: auto;
  line-height: 2rem;
}

.amis-scope .cxd-Steps .cxd-StepsItem-container {
  position: relative;
}

.amis-scope .cxd-Steps .cxd-StepsItem-containerIcon {
  vertical-align: top;
  display: inline-block;
  padding-right: 0.625rem;
}

.amis-scope .cxd-Steps .cxd-StepsItem-containerIcon .cxd-StepsItem-icon {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.75rem;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
}

.amis-scope .cxd-Steps .cxd-StepsItem-containerIcon .cxd-StepsItem-icon .icon {
  width: 0.5625rem;
  height: 0.5625rem;
  position: relative;
  top: 0;
}

.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper {
  display: inline-block;
  position: relative;
}

.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title {
  font-size: 14px;
  color: #151b26;
  font-weight: 400;
  padding-right: 0.5rem;
  position: relative;
  display: inline-block;
}

.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title > span {
  display: inline-block;
}

.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 1rem;
  height: 1px;
  left: 100%;
  width: 9999px;
  padding-right: 0.625rem;
  background-color: #e8e9eb;
}

.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title.is-success:after {
  background-color: #2468f2;
}

.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-ellText {
  max-width: 9.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-subTitle {
  padding-left: 0.625rem;
  font-size: 14px;
  color: #151b26;
  font-weight: 400;
}

.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description {
  max-width: 8.75rem;
  white-space: nowrap;
  position: relative;
  bottom: 1.25rem;
}

.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description > span {
  color: #84878c;
  font-size: 12px;
  font-weight: 400;
}

.amis-scope .cxd-Steps .cxd-StepsItem:last-child {
  flex: none;
}

.amis-scope .cxd-Steps .cxd-StepsItem:last-child .cxd-StepsItem-title:after {
  display: none;
}

.amis-scope .cxd-Steps--vertical {
  flex-direction: column;
}

.amis-scope .cxd-Steps--vertical .cxd-StepsItem {
  padding: 0.3125rem 0;
  min-height: 75px;
  overflow: hidden !important;
}

.amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerIcon {
  position: relative;
}

.amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerIcon:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  top: 2.25rem;
  height: 9999px;
  width: 1px;
  background-color: #e8e9eb;
}

.amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerWrapper > .cxd-StepsItem-body > .cxd-StepsItem-title:after {
  display: none;
}

.amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerTail:after {
  display: none !important;
}

.amis-scope .cxd-Steps--vertical .cxd-StepsItem:last-child {
  flex: none;
}

.amis-scope .cxd-Steps--vertical .cxd-StepsItem:last-child .cxd-StepsItem-containerIcon:after {
  display: none;
}

.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot {
  margin-left: 10px;
}

.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-container {
  flex-direction: row;
}

.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerTail {
  display: none;
}

.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerWrapper {
  width: 25rem;
}

.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerProgressDot {
  margin-left: 0px;
  margin-top: 0.625rem;
}

.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerProgressDot:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 1.75rem;
  width: 1px;
  left: 3px;
  height: 9999px;
  background-color: #e8e9eb;
}

.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-title > span {
  display: inline-block !important;
}

.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-vertical-ProgressDot {
  right: 0.625rem;
}

.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-body {
  text-align: left !important;
}

.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot:last-child .cxd-StepsItem-containerProgressDot:after {
  display: none;
}

.amis-scope .cxd-Steps--vertical .is-finish .cxd-StepsItem-containerProgressDot:after {
  background: #2468f2;
}

.amis-scope .cxd-Steps--Placement-vertical {
  display: flex;
  list-style: none;
  padding: 0;
}

.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem {
  flex: 1;
  padding: 0;
  overflow: visible;
}

.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerTail:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 1rem;
  height: 1px;
  left: 8.125rem;
  width: calc(100% - 55px);
  background-color: #e8e9eb;
}

.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerIcon {
  margin-left: 5.625rem;
}

.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper {
  width: 12.5rem;
}

.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body {
  text-align: center;
}

.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title {
  padding: 0 0.625rem;
  bottom: 0.5625rem;
  width: 100%;
}

.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title > span {
  display: block;
  position: relative;
  left: 0.75rem;
}

.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title .cxd-StepsItem-subTitle {
  word-break: break-all;
  padding: 0 0.625rem;
  position: relative;
  left: 0.625rem;
  bottom: 0.75rem;
}

.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title:after {
  display: none;
}

.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description {
  min-width: 12.5rem;
  word-break: break-all;
  padding: 0 1.25rem;
  bottom: 2.75rem;
}

.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title.is-success:after {
  background-color: #2468f2;
}

.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem:last-child .cxd-StepsItem-containerTail:after {
  display: none;
}

.amis-scope .cxd-Steps--Placement-vertical .is-finish .cxd-StepsItem-containerTail:after {
  background: #2468f2;
}

.amis-scope .cxd-Steps--ProgressDot .cxd-StepsItem-containerTail:after {
  left: 6.875rem;
  width: calc(100% - 20px);
}

.amis-scope .cxd-Steps--ProgressDot .cxd-StepsItem-containerProgressDot {
  margin-top: 0.8125rem;
  margin-bottom: 0.3125rem;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 6rem;
  border: 1px solid #2468f2;
  border-radius: 100%;
  background: #ffffff;
}

.amis-scope .cxd-Steps--ProgressDot .is-finish .cxd-StepsItem-containerTail:after {
  background: #2468f2;
}

.amis-scope .cxd-Steps--ProgressDot .is-wait .cxd-StepsItem-containerProgressDot {
  background: #e8e9eb;
  border: 1px solid #e8e9eb;
}

.amis-scope .cxd-Steps--ProgressDot .is-error .cxd-StepsItem-containerProgressDot {
  background: #f23d3d;
  border: 1px solid #f23d3d;
}

.amis-scope .cxd-Steps--ProgressDot .is-process .cxd-StepsItem-containerProgressDot {
  border: 1px solid #2468f2;
  background: #2468f2;
}

.amis-scope .cxd-Steps .cxd-StepsItem.is-wait .cxd-StepsItem-icon {
  background-color: #ffffff;
  color: #e8e9eb;
  border: 1px solid #e8e9eb;
}

.amis-scope .cxd-Steps .cxd-StepsItem.is-wait .cxd-StepsItem-title,
.amis-scope .cxd-Steps .cxd-StepsItem.is-wait .cxd-StepsItem-subTitle,
.amis-scope .cxd-Steps .cxd-StepsItem.is-wait .cxd-StepsItem-description {
  color: #84878c;
}

.amis-scope .cxd-Steps .cxd-StepsItem.is-error .cxd-StepsItem-icon {
  background-color: #f23d3d;
  color: #ffffff;
  border: 1px solid #f23d3d;
}

.amis-scope .cxd-Steps .cxd-StepsItem.is-finish .cxd-StepsItem-icon {
  background-color: #2468f2;
  color: #ffffff;
  border: 1px solid #2468f2;
}

.amis-scope .cxd-Steps .cxd-StepsItem.is-process .cxd-StepsItem-icon {
  background-color: #2468f2;
  color: #ffffff;
  border: 1px solid #2468f2;
}

.amis-scope .cxd-Steps--simple {
  justify-content: center;
}

.amis-scope .cxd-Steps--simple .cxd-StepsItem {
  flex: none;
}

.amis-scope .cxd-Steps--simple .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title:after {
  display: none;
}

.amis-scope .cxd-Steps--simple .cxd-StepsItem-icon-line {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.5rem;
}

.amis-scope .cxd-Steps--simple .cxd-StepsItem-icon-line svg {
  width: 0.875rem;
  height: 0.875rem;
  font-size: 0.875rem;
}

.amis-scope .cxd-Steps--simple .StepsItem-icon-line {
  content: "";
}

.amis-scope .cxd-Steps .cxd-StepsItem.is-clickable .cxd-StepsItem-containerProgressDot,
.amis-scope .cxd-Steps .cxd-StepsItem.is-clickable .cxd-StepsItem-containerIcon,
.amis-scope .cxd-Steps .cxd-StepsItem.is-clickable .cxd-StepsItem-containerWrapper {
  cursor: pointer;
}

.amis-scope .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title::after {
  display: none !important;
}

.amis-scope .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title .cxd-StepsItem-subTitle {
  padding-left: 0.3125rem;
}

.amis-scope .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerIcon {
  position: relative;
  display: block;
}

.amis-scope .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerIcon:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.9375rem;
  height: 1px;
  left: 2.5rem;
  width: 99999px;
  background-color: #e8e9eb;
}

.amis-scope .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerIcon.is-success:after {
  background-color: #2468f2;
}

.amis-scope .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem:last-child {
  flex: 1;
}

.amis-scope .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem:last-child .cxd-StepsItem-containerIcon:after {
  display: none !important;
}

.amis-scope .cxd-Portlet {
  border: 0.0625rem solid #e8e9eb;
  border-radius: 4px;
  padding: 0.75rem;
}

.amis-scope .cxd-Portlet-tab.unactive-select .is-active a:first-child,
.amis-scope .cxd-Portlet-tab.unactive-select .is-active:hover > a:first-child,
.amis-scope .cxd-Portlet-tab.unactive-select .is-active > a:first-child:focus {
  border: none !important;
  color: inherit !important;
  cursor: auto !important;
}

.amis-scope .cxd-Portlet-tab.no-divider .cxd-Tabs-links {
  border-bottom: none;
}

.amis-scope .cxd-Portlet .cxd-Tabs-pane {
  padding: unset;
}

.amis-scope .cxd-Portlet-toolbar {
  display: inline-flex;
  float: right;
  justify-content: flex-end;
}

.amis-scope .cxd-Portlet-toolbar .cxd-Button {
  margin-left: calc(0.25rem);
}

.amis-scope .cxd-Portlet-header-desc {
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-left: 0.75rem;
}

.amis-scope .cxd-Portlet.no-header .cxd-Portlet-tab .cxd-Tabs-links {
  display: none;
}

.amis-scope .u-hairline::after {
  position: absolute;
  box-sizing: border-box;
  content: " ";
  pointer-events: none;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border: 0 solid #f7f8fa;
  z-index: 1;
  transform: scale(0.5);
}

.amis-scope .cxd-GridNav {
  display: flex;
  flex-wrap: wrap;
}

.amis-scope .cxd-GridNav-top {
  position: relative;
}

.amis-scope .cxd-GridNav-top::after {
  border-top-width: 0.0625rem;
}

.amis-scope .cxd-GridNavItem {
  position: relative;
  box-sizing: border-box;
}

.amis-scope .cxd-GridNavItem--square {
  height: 0;
  position: relative;
}

.amis-scope .cxd-GridNavItem-icon {
  width: var(--rv-grid-item-icon-size);
}

.amis-scope .cxd-GridNavItem-text {
  color: #151b26;
  font-size: 12px;
  line-height: 1.5;
  word-break: break-all;
  flex-shrink: 0;
}

.amis-scope .cxd-GridNavItem-icon + .cxd-GridNavItem-text {
  margin-top: 0.5rem;
}

.amis-scope .cxd-GridNavItem-image {
  display: inline-block;
}

.amis-scope .cxd-GridNavItem-image svg,
.amis-scope .cxd-GridNavItem-image img {
  max-width: 100%;
  display: block;
  width: 60%;
  margin: 0 auto;
}

.amis-scope .cxd-GridNavItem-content {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: 100%;
  padding: 1rem 0.5rem;
  background-color: #ffffff;
  position: relative;
}

.amis-scope .cxd-GridNavItem-content .cxd-Badge-text {
  z-index: 10;
}

.amis-scope .cxd-GridNavItem-content--border::after {
  border-width: 0 0.0625rem 0.0625rem 0;
}

.amis-scope .cxd-GridNavItem-content--square {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.amis-scope .cxd-GridNavItem-content--center {
  align-items: center;
  justify-content: center;
}

.amis-scope .cxd-GridNavItem-content--horizontal {
  flex-direction: row;
}

.amis-scope .cxd-GridNavItem-content--horizontal .cxd-GridNavItem-text {
  margin: 0 0 0 0.5rem;
}

.amis-scope .cxd-GridNavItem-content--reverse {
  flex-direction: column-reverse;
}

.amis-scope .cxd-GridNavItem-content--reverse .cxd-GridNavItem-text {
  margin: 0 0 0.5rem;
}

.amis-scope .cxd-GridNavItem-content--horizontal .cxd-GridNavItem-content--reverse {
  flex-direction: row-reverse;
}

.amis-scope .cxd-GridNavItem-content--horizontal .cxd-GridNavItem-content--reverse .cxd-GridNavItem-text {
  margin: 0 0.5rem 0 0;
}

.amis-scope .cxd-GridNavItem-content--surround::after {
  border-width: 0.0625rem;
}

.amis-scope .cxd-GridNavItem-content--clickable {
  cursor: pointer;
}

.amis-scope fieldset.cxd-Collapse--lg,
.amis-scope fieldset.cxd-Collapse--md,
.amis-scope fieldset.cxd-Collapse--base,
.amis-scope fieldset.cxd-Collapse--sm,
.amis-scope fieldset.cxd-Collapse--xs {
  position: relative;
}

.amis-scope fieldset.cxd-Collapse--lg:after,
.amis-scope fieldset.cxd-Collapse--md:after,
.amis-scope fieldset.cxd-Collapse--base:after,
.amis-scope fieldset.cxd-Collapse--sm:after,
.amis-scope fieldset.cxd-Collapse--xs:after {
  content: "";
  pointer-events: none;
  border: 1px solid #e8e9eb;
  position: absolute;
  z-index: 0;
  top: 11px;
  left: 0;
  bottom: 0;
  right: 0;
}

.amis-scope fieldset.cxd-Collapse--lg > legend,
.amis-scope fieldset.cxd-Collapse--md > legend,
.amis-scope fieldset.cxd-Collapse--base > legend,
.amis-scope fieldset.cxd-Collapse--sm > legend,
.amis-scope fieldset.cxd-Collapse--xs > legend {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  border: 0;
  width: auto;
  z-index: 1;
  background: #ffffff;
  border-left: 0 !important;
}

.amis-scope fieldset.cxd-Collapse--lg .collapse,
.amis-scope fieldset.cxd-Collapse--md .collapse,
.amis-scope fieldset.cxd-Collapse--base .collapse,
.amis-scope fieldset.cxd-Collapse--sm .collapse,
.amis-scope fieldset.cxd-Collapse--xs .collapse {
  position: relative;
}

.amis-scope fieldset.cxd-Collapse {
  border: none;
}

.amis-scope fieldset.cxd-Collapse > legend {
  border-left: #2468f2 0.25rem solid;
  height: 1rem;
  line-height: 1rem;
  margin: 0.75rem 0rem 0.75rem 0rem;
  padding: 0rem 0rem 0rem 0.875rem;
  cursor: pointer;
  border-bottom: none !important;
  background: transparent;
  display: inline-flex !important;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.amis-scope fieldset.cxd-Collapse > legend .cxd-TplField {
  font-weight: 400;
  font-size: 14px;
  color: #151b26;
}

.amis-scope fieldset.cxd-Collapse > legend:hover {
  background: transparent;
}

.amis-scope fieldset.cxd-Collapse--xs {
  padding: 1.25rem 0.25rem 0.25rem 0.25rem;
}

.amis-scope fieldset.cxd-Collapse--xs > legend {
  left: 0.25rem;
  padding: 0 3px;
  margin: 0 0 0 -3px;
}

.amis-scope fieldset.cxd-Collapse--xs > legend .cxd-TplField {
  font-size: 12px;
}

.amis-scope fieldset.cxd-Collapse--xs > legend:hover {
  background-color: #ffffff;
}

.amis-scope fieldset.cxd-Collapse--xs:after {
  top: calc(12px / 2);
}

.amis-scope fieldset.cxd-Collapse--sm {
  padding: 1.5rem 0.625rem 0.625rem 0.625rem;
}

.amis-scope fieldset.cxd-Collapse--sm > legend {
  left: 0.625rem;
  padding: 0 5px;
  margin: 0 0 0 -5px;
}

.amis-scope fieldset.cxd-Collapse--sm > legend .cxd-TplField {
  font-size: 12px;
}

.amis-scope fieldset.cxd-Collapse--sm > legend:hover {
  background-color: #ffffff;
}

.amis-scope fieldset.cxd-Collapse--sm:after {
  top: calc(12px / 2);
}

.amis-scope fieldset.cxd-Collapse--base {
  padding: 1.875rem 1rem 1rem 1rem;
}

.amis-scope fieldset.cxd-Collapse--base > legend {
  left: 1rem;
  padding: 0 8px;
  margin: 0 0 0 -8px;
}

.amis-scope fieldset.cxd-Collapse--base > legend .cxd-TplField {
  font-size: 14px;
}

.amis-scope fieldset.cxd-Collapse--base > legend:hover {
  background-color: #ffffff;
}

.amis-scope fieldset.cxd-Collapse--base:after {
  top: calc(14px / 2);
}

.amis-scope fieldset.cxd-Collapse--md {
  padding: 1.875rem 1.25rem 1.25rem 1.25rem;
}

.amis-scope fieldset.cxd-Collapse--md > legend {
  left: 1.25rem;
  padding: 0 10px;
  margin: 0 0 0 -10px;
}

.amis-scope fieldset.cxd-Collapse--md > legend .cxd-TplField {
  font-size: 14px;
}

.amis-scope fieldset.cxd-Collapse--md > legend:hover {
  background-color: #ffffff;
}

.amis-scope fieldset.cxd-Collapse--md:after {
  top: calc(14px / 2);
}

.amis-scope fieldset.cxd-Collapse--lg {
  padding: 2.5rem 1.875rem 1.875rem 1.875rem;
}

.amis-scope fieldset.cxd-Collapse--lg > legend {
  left: 1.875rem;
  padding: 0 1rem;
  margin: 0 0 0 calc(1rem * -1);
}

.amis-scope fieldset.cxd-Collapse--lg > legend .cxd-TplField {
  font-size: 16px;
}

.amis-scope fieldset.cxd-Collapse--lg > legend:hover {
  background-color: #ffffff;
}

.amis-scope fieldset.cxd-Collapse--lg:after {
  top: calc(16px / 2);
}

.amis-scope .cxd-Form-groupColumn {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .amis-scope .cxd-Form-group {
    margin-bottom: 1.5rem;
  }

  .amis-scope .cxd-Form-group:last-child {
    margin-bottom: 0;
  }

  .amis-scope .cxd-Form-value > .cxd-Form-group {
    margin-bottom: 0.25rem;
  }

  .amis-scope .cxd-Form-group--hor {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(1rem / -2);
    margin-right: calc(1rem / -2);
    align-items: flex-start;
  }

  .amis-scope .cxd-Form-group--hor.v-middle {
    align-items: center;
  }

  .amis-scope .cxd-Form-group--hor.v-bottom {
    align-items: flex-end;
  }

  .amis-scope .cxd-Form-group--hor > * {
    padding-left: calc(1rem / 2);
    padding-right: calc(1rem / 2);
  }

  .amis-scope .cxd-Form-group--hor > .cxd-Form-item--inline {
    margin-right: 0;
  }

  .amis-scope .cxd-Form-group--hor > .cxd-Form-item,
  .amis-scope .cxd-Form-group--hor > div > .cxd-Form-item {
    margin-bottom: 0;
  }

  .amis-scope .cxd-Form-group--hor .cxd-Form-input > .cxd-Form-group {
    margin-bottom: 0;
  }

  .amis-scope .cxd-Form-group--lg {
    margin-left: calc(2.5rem / -2);
    margin-right: calc(2.5rem / -2);
  }

  .amis-scope .cxd-Form-group--lg > * {
    padding-left: calc(2.5rem / 2);
  }

  .amis-scope .cxd-Form-group--md {
    margin-left: calc(1.875rem / -2);
    margin-right: calc(1.875rem / -2);
  }

  .amis-scope .cxd-Form-group--md > * {
    padding-left: calc(1.875rem / 2);
    padding-right: calc(1.875rem / 2);
  }

  .amis-scope .cxd-Form-group--sm {
    margin-left: calc(1rem / -2);
    margin-right: calc(1rem / -2);
  }

  .amis-scope .cxd-Form-group--sm > * {
    padding-left: calc(1rem / 2);
    padding-right: calc(1rem / 2);
  }

  .amis-scope .cxd-Form-group--xs {
    margin-left: calc(0.625rem / -2);
    margin-right: calc(0.625rem / -2);
  }

  .amis-scope .cxd-Form-group--xs > * {
    padding-left: calc(0.625rem / 2);
    padding-right: calc(0.625rem / 2);
  }

  .amis-scope .cxd-Form-groupColumn {
    flex-basis: 0;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .amis-scope .cxd-Form-groupColumn--1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    min-height: 1px;
  }

  .amis-scope .cxd-Form-groupColumn--2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    min-height: 1px;
  }

  .amis-scope .cxd-Form-groupColumn--3 {
    flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
  }

  .amis-scope .cxd-Form-groupColumn--4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    min-height: 1px;
  }

  .amis-scope .cxd-Form-groupColumn--5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    min-height: 1px;
  }

  .amis-scope .cxd-Form-groupColumn--6 {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
  }

  .amis-scope .cxd-Form-groupColumn--7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    min-height: 1px;
  }

  .amis-scope .cxd-Form-groupColumn--8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    min-height: 1px;
  }

  .amis-scope .cxd-Form-groupColumn--9 {
    flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
  }

  .amis-scope .cxd-Form-groupColumn--10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    min-height: 1px;
  }

  .amis-scope .cxd-Form-groupColumn--11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    min-height: 1px;
  }

  .amis-scope .cxd-Form-groupColumn--12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
  }

  .amis-scope .cxd-Form-groupColumn--auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    min-height: 1px;
  }
}

.amis-scope .cxd-InputGroup {
  display: inline-flex;
  flex-wrap: nowrap;
}

.amis-scope .cxd-InputGroup.cxd-Form-control--sizeXs,
.amis-scope .cxd-InputGroup.cxd-Form-control--sizeSm,
.amis-scope .cxd-InputGroup.cxd-Form-control--sizeMd,
.amis-scope .cxd-InputGroup.cxd-Form-control--sizeLg {
  display: inline-flex;
}

.amis-scope .cxd-InputGroup-addOn,
.amis-scope .cxd-InputGroup .cxd-Form-control {
  display: inline-block;
  white-space: nowrap;
}

.amis-scope .cxd-InputGroup-addOn {
  background: #ffffff;
  border: 0.0625rem solid #e8e9eb;
  line-height: calc( 2rem - calc(
    (
        2rem - 1.5 *
          14px - 0.125rem
      ) / 2
  ) * 2 - 0.0625rem * 2 );
  height: 2rem;
  box-sizing: border-box;
  padding: calc(
    (
        2rem - 1.5 *
          14px - 0.125rem
      ) / 2
  ) 0.625rem;
}

.amis-scope .cxd-InputGroup-addOn svg {
  width: 0.75rem;
  height: 0.75rem;
}

.amis-scope .cxd-InputGroup-addOn:not(:last-child) {
  border-right: 0;
}

.amis-scope .cxd-InputGroup-addOn:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.amis-scope .cxd-InputGroup-addOn:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.amis-scope .cxd-InputGroup-btn .cxd-Button {
  border-radius: 0;
  border: 1px solid #e8e9eb;
}

.amis-scope .cxd-InputGroup-btn:not(:last-child) .cxd-Button {
  border-right: 0;
}

.amis-scope .cxd-InputGroup-btn:first-child .cxd-Button {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.amis-scope .cxd-InputGroup-btn:last-child .cxd-Button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.amis-scope .cxd-InputGroup .cxd-TextControl-input {
  flex-basis: 0;
  flex-grow: 1;
  display: inline-flex;
}

.amis-scope .cxd-InputGroup .cxd-TextControl-input:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.amis-scope .cxd-InputGroup .cxd-TextControl-input:not(:last-child) {
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.amis-scope .cxd-InputGroup .cxd-SelectControl .cxd-Select {
  background: #ffffff;
  border: 1px solid #e8e9eb;
  color: #151b26;
}

.amis-scope .cxd-InputGroup .cxd-SelectControl:not(:last-child) .cxd-Select {
  border-right: 0;
}

.amis-scope .cxd-InputGroup .cxd-SelectControl:first-child .cxd-Select {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.amis-scope .cxd-InputGroup .cxd-SelectControl:last-child .cxd-Select {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.amis-scope .cxd-InputGroup .cxd-SelectControl:not(:first-child) .cxd-Select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.amis-scope .cxd-InputGroup .cxd-SelectControl:not(:last-child) .cxd-Select {
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.amis-scope .cxd-InputGroup .cxd-Select-arrow {
  color: #84878c;
}

.amis-scope .cxd-InputGroup.is-focused .cxd-InputGroup-addOn,
.amis-scope .cxd-InputGroup.is-focused .cxd-TextControl-input,
.amis-scope .cxd-InputGroup.is-focused .cxd-Select,
.amis-scope .cxd-InputGroup.is-focused .cxd-InputGroup-btn .cxd-Button {
  border-color: #2468f2;
}

.amis-scope .cxd-InputGroup.is-focused .cxd-Select {
  background: #e6f0ff;
}

.amis-scope .cxd-InputGroup.is-focused .cxd-Select {
  color: #2468f2;
}

.amis-scope .cxd-InputGroup.is-focused .cxd-Select-arrow {
  color: #2468f2;
}

.amis-scope .cxd-InputGroup.is-focused .cxd-InputGroup-addOn {
  color: #2468f2;
}

.amis-scope .cxd-InputGroup .cxd-Form-static {
  margin-right: 0.25rem;
}

.amis-scope .cxd-InputGroup:not(.is-inline) {
  display: flex;
}

.amis-scope .cxd-InputGroup-validation--full.is-error > .cxd-Form-control {
  border-color: #f23d3d;
  transition: all 0s;
}

.amis-scope .cxd-InputGroup-validation--partial.is-error > .cxd-Form-control.is-error {
  border-color: #f23d3d;
  background: #ffffff;
  transition: all 0s;
}

.amis-scope .cxd-TextControl {
  position: relative;
  max-width: 100%;
}

.amis-scope .cxd-TextControl.is-inline {
  display: inline-block;
  width: 12.5rem;
}

.amis-scope .cxd-TextControl-input {
  display: flex;
  background: #ffffff;
  border: 0.0625rem solid #e8e9eb;
  border-radius: 4px;
  line-height: 1.5;
  padding: calc(
    (
        2rem - 1.5 *
          14px - 0.125rem
      ) / 2
  ) 0.625rem;
  font-size: 14px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.amis-scope .cxd-TextControl-input input {
  flex-basis: 1.875rem;
  flex-grow: 1;
  outline: none;
  background: transparent;
  border: none;
  color: #151b26;
  width: 100%;
  height: 1.5;
}

.amis-scope .cxd-TextControl-input input::placeholder {
  color: #b8babf;
  user-select: none;
}

.amis-scope .cxd-TextControl-input:hover {
  border-color: #2468f2;
}

.amis-scope .cxd-TextControl-input--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .cxd-TextControl-input--borderNone {
  border-color: transparent !important;
}

.amis-scope .cxd-TextControl.is-error > .cxd-TextControl-input {
  border-color: #f23d3d;
  background: #ffffff;
  transition: all 0s;
}

.amis-scope .cxd-TextControl.is-focused > .cxd-TextControl-input {
  border-color: #2468f2;
  box-shadow: none;
  background: #ffffff;
  transition: all 0s;
}

.amis-scope .cxd-TextControl.is-error.is-focused > .cxd-TextControl-input {
  border-color: #f23d3d;
  background: #ffffff;
}

.amis-scope .cxd-TextControl.is-disabled > .cxd-TextControl-input {
  color: #b8babf;
  background: #f7f8fa;
  border-color: #e8e9eb;
  transition: all 0s;
}

.amis-scope .cxd-TextControl.is-disabled > .cxd-TextControl-input > input {
  color: #b8babf;
}

.amis-scope .cxd-TextControl-spinner {
  line-height: calc( 1.5 * 14px );
}

.amis-scope .cxd-TextControl-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  text-decoration: none;
}

.amis-scope .cxd-TextControl-clear svg {
  fill: #d4d6d9;
  width: 14px;
  height: 14px;
}

.amis-scope .cxd-TextControl-clear:hover svg {
  fill: #5c5f66;
}

.amis-scope .cxd-TextControl-clear:active svg {
  fill: #303540;
}

.amis-scope .cxd-TextControl-revealPassword {
  cursor: pointer;
  color: #b8babf;
}

@media (min-width: 576px) {
  .amis-scope .cxd-TextControl.cxd-Form-control--sizeXs > .cxd-TextControl-input,
  .amis-scope .cxd-TextControl.cxd-Form-control--sizeSm > .cxd-TextControl-input,
  .amis-scope .cxd-TextControl.cxd-Form-control--sizeMd > .cxd-TextControl-input,
  .amis-scope .cxd-TextControl.cxd-Form-control--sizeLg > .cxd-TextControl-input {
    min-width: 100%;
    display: inline-flex;
  }
}

.amis-scope .cxd-TextControl .InputText-clear {
  content: '<svg t="1642652418667" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3606"><path d="M512 39.384615C250.092308 39.384615 39.384615 250.092308 39.384615 512s210.707692 472.615385 472.615385 472.615385 472.615385-210.707692 472.615385-472.615385S773.907692 39.384615 512 39.384615z m96.492308 488.369231l153.6 153.6c7.876923 7.876923 7.876923 19.692308 0 27.569231l-55.138462 55.138461c-7.876923 7.876923-19.692308 7.876923-27.569231 0L525.784615 610.461538c-7.876923-7.876923-19.692308-7.876923-27.56923 0l-153.6 153.6c-7.876923 7.876923-19.692308 7.876923-27.569231 0L261.907692 708.923077c-7.876923-7.876923-7.876923-19.692308 0-27.569231l153.6-153.6c7.876923-7.876923 7.876923-19.692308 0-27.569231l-155.56923-155.56923c-7.876923-7.876923-7.876923-19.692308 0-27.569231l55.138461-55.138462c7.876923-7.876923 19.692308-7.876923 27.569231 0l155.569231 155.569231c7.876923 7.876923 19.692308 7.876923 27.56923 0l153.6-153.6c7.876923-7.876923 19.692308-7.876923 27.569231 0l55.138462 55.138462c7.876923 7.876923 7.876923 19.692308 0 27.56923l-153.6 153.6c-5.907692 7.876923-5.907692 19.692308 0 27.569231z" p-id="3607"></path></svg>';
}

.amis-scope .cxd-TextControl-clear {
  padding: 0 0.1875rem;
}

.amis-scope .cxd-TextControl .cxd-TextControl-clear svg {
  font-size: 0.875rem;
  fill: #d4d6d9;
  width: 0.875rem;
  height: 0.875rem;
}

.amis-scope .cxd-TextControl .cxd-TextControl-clear svg:hover {
  fill: #5c5f66;
}

.amis-scope .cxd-TextControl .cxd-TextControl-clear svg:active {
  fill: #5c5f66;
}

.amis-scope .cxd-TextControl-input {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-radius: 4px 4px 4px 4px;
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
  background: #ffffff;
  height: 2rem;
  align-items: center;
}

.amis-scope .cxd-TextControl-input input {
  color: #151b26;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-TextControl-input:hover,
.amis-scope .cxd-TextControl-input.hover {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-radius: 4px 4px 4px 4px;
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
  background: #ffffff;
}

.amis-scope .cxd-TextControl.is-focused > .cxd-TextControl-input,
.amis-scope .cxd-TextControl-input.active {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-radius: 4px 4px 4px 4px;
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-TextControl.is-disabled > .cxd-TextControl-input {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-radius: 4px 4px 4px 4px;
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
  background: #f7f8fa;
}

.amis-scope .cxd-TextControl-input input {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .cxd-TextControl-placeholder {
  color: #b8babf;
  user-select: none;
  position: absolute;
  left: 0.625rem;
  top: calc(
    (
        2rem - 1.5 *
          14px - 0.125rem
      ) / 2
  );
  margin-top: calc(2 * 0.0625rem);
  line-height: 1.5;
}

.amis-scope .cxd-TextControl--withAddOn {
  display: flex;
  flex-wrap: nowrap;
}

.amis-scope .cxd-TextControl--withAddOn:hover .cxd-TextControl-input,
.amis-scope .cxd-TextControl--withAddOn:hover .cxd-Button,
.amis-scope .cxd-TextControl--withAddOn:hover .cxd-TextControl-addOn {
  border-color: #2468f2;
}

@media (min-width: 576px) {
  .amis-scope .cxd-TextControl--withAddOn.cxd-Form-control--sizeXs,
  .amis-scope .cxd-TextControl--withAddOn.cxd-Form-control--sizeSm,
  .amis-scope .cxd-TextControl--withAddOn.cxd-Form-control--sizeMd,
  .amis-scope .cxd-TextControl--withAddOn.cxd-Form-control--sizeLg {
    display: inline-flex;
  }

  .amis-scope .cxd-TextControl--withAddOn.cxd-Form-control--sizeXs > .cxd-TextControl-input,
  .amis-scope .cxd-TextControl--withAddOn.cxd-Form-control--sizeSm > .cxd-TextControl-input,
  .amis-scope .cxd-TextControl--withAddOn.cxd-Form-control--sizeMd > .cxd-TextControl-input,
  .amis-scope .cxd-TextControl--withAddOn.cxd-Form-control--sizeLg > .cxd-TextControl-input {
    min-width: unset;
  }
}

.amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-input,
.amis-scope .cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-input {
  flex-basis: 1;
  flex-grow: 1;
  min-width: 0;
  border-radius: 0;
}

.amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-input:first-child,
.amis-scope .cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-input:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-input:last-child,
.amis-scope .cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-input:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.amis-scope .cxd-TextControl-addOn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background: #ffffff;
  color: #151b26;
  border-width: 1px 0 1px 0;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
}

.amis-scope .cxd-TextControl-addOn:hover {
  background: #ffffff;
}

.amis-scope .cxd-TextControl-addOn:first-child {
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.amis-scope .cxd-TextControl-addOn:last-child {
  border-right-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-button > .cxd-Button {
  position: relative;
  border-radius: 0;
  margin-left: -0.0625rem;
  transition: none;
}

.amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-button:not(:last-child) .cxd-Button {
  border-right: 0;
}

.amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-button:first-child .cxd-Button {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-button:last-child .cxd-Button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.amis-scope .cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-button .cxd-Button {
  border-color: #2468f2;
}

.amis-scope .cxd-TextControl--withAddOn.is-error > .cxd-TextControl-addOn {
  border-color: #f23d3d;
}

.amis-scope .cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-addOn {
  border-color: #2468f2;
  color: #2468f2;
  box-shadow: none;
}

.amis-scope .cxd-TextControl--withAddOn.is-disabled > .cxd-TextControl-addOn {
  color: #b8babf;
}

.amis-scope .cxd-TextControl--withAddOn.is-inline {
  display: inline-block;
}

@media (min-width: 576px) {
  .amis-scope .cxd-TextControl--withAddOn.is-inline.cxd-Form-control--sizeXs > .cxd-TextControl-input,
  .amis-scope .cxd-TextControl--withAddOn.is-inline.cxd-Form-control--sizeSm > .cxd-TextControl-input,
  .amis-scope .cxd-TextControl--withAddOn.is-inline.cxd-Form-control--sizeMd > .cxd-TextControl-input,
  .amis-scope .cxd-TextControl--withAddOn.is-inline.cxd-Form-control--sizeLg > .cxd-TextControl-input {
    min-width: 100%;
  }
}

.amis-scope .cxd-TextControl-input--withAC {
  position: relative;
  flex-wrap: wrap;
}

.amis-scope .cxd-TextControl-input--withAC input {
  width: auto;
}

.amis-scope .cxd-TextControl-sugs {
  position: absolute;
  background: #ffffff;
  color: #151b26;
  border-radius: 0.125rem;
  box-shadow: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
  left: -0.0625rem;
  right: -0.0625rem;
  top: calc(100% + 0.25rem);
  z-index: 10;
  max-height: 18.75rem;
  overflow: auto;
}

.amis-scope .cxd-TextControl-sugItem {
  padding: calc( ( 2rem - 1.5 * 14px - 0.125rem ) / 2 ) 0.75rem;
}

.amis-scope .cxd-TextControl-sugItem svg {
  width: 1rem;
  margin-top: 0.25rem;
  float: right;
  fill: #5c5f66;
}

.amis-scope .cxd-TextControl-sugItem:not(.is-disabled) {
  cursor: pointer;
}

.amis-scope .cxd-TextControl-sugItem.is-highlight {
  color: #151b26;
  background: #e6f0ff;
}

.amis-scope .cxd-TextControl-sugItem .is-matched {
  color: #2468f2;
}

.amis-scope .cxd-TextControl-value {
  user-select: none;
  line-height: calc( 1.5 * 14px );
  vertical-align: middle;
  display: inline-block;
}

.amis-scope .cxd-TextControl-input--multiple {
  height: auto;
  min-height: 2rem;
  padding: calc(calc(
    (
        2rem - 1.5 *
          14px - 0.125rem
      ) / 2
  ) - 0.125rem) calc(0.625rem - 0.1875rem);
}

.amis-scope .cxd-TextControl-input--multiple .cxd-TextControl-placeholder {
  margin-top: 0;
}

.amis-scope .cxd-TextControl-input--multiple > input {
  margin-top: 2px;
}

.amis-scope .cxd-TextControl-input--multiple .cxd-TextControl-valueWrap {
  white-space: normal;
  margin-bottom: calc(0.25rem * -1);
}

.amis-scope .cxd-TextControl-input--multiple .cxd-TextControl-valueWrap > input {
  margin-bottom: 0.25rem;
}

.amis-scope .cxd-TextControl-input--multiple .cxd-TextControl-value {
  white-space: nowrap;
  line-height: calc( 1.5 * 14px - 0.125rem );
  font-size: 12px;
  background: #f7f8fa;
  border-radius: 0.125rem;
  margin: 2px 3px;
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
}

.amis-scope .cxd-TextControl-valueIcon.icon-close {
  top: 0;
  cursor: pointer;
  margin-left: 0.5rem;
  width: 0.625rem;
  color: #84868c;
}

.amis-scope .cxd-TextControl-input--multiple .cxd-TextControl-valueLabel {
  line-height: 1.5rem;
  max-width: 3.75rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amis-scope .cxd-TextControl-counter {
  color: #b8babf;
  font-size: 14px;
}

.amis-scope .cxd-TextControl-inputPrefix,
.amis-scope .cxd-TextControl-inputSuffix {
  color: #070c14;
  font-size: 14px;
}

.amis-scope .has-error--maxLength .cxd-TextControl-counter {
  color: #f23d3d;
}

.amis-scope .cxd-TextControl-input:hover {
  border-color: #2468f2;
}

.amis-scope .cxd-TextControl-revealPassword {
  padding: 0 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  text-decoration: none;
}

.amis-scope .cxd-TextControl-revealPassword svg {
  cursor: pointer;
}

.amis-scope .cxd-TextControl .InputText-invisible {
  content: '<svg viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>不可见</title><g id="不可见" stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd"><g id="编组"><rect id="矩形" stroke="none" fill="currentColor" opacity="0" x="0.5" y="0.5" width="15" height="15"></rect><path d="M2.91972703,5.00035128 C3.15932221,5.56062137 3.48954828,6.0784548 3.89678565,6.53485922 C4.96673844,7.73914737 6.49518581,8.43995 8.14,8.43995 C9.76664693,8.43995 11.2813058,7.75315198 12.3523764,6.57033395 C12.6920742,6.19520277 12.9803798,5.7761243 13.209327,5.32420638 L13.3395085,5.04920376 L14.2544915,5.45269624 C13.9653387,6.10839593 13.572991,6.71219666 13.0936273,7.24156203 C12.7623988,7.60734835 12.3948705,7.93285848 11.9982387,8.21395897 L12.9566,9.87395 L12.0906,10.37395 L11.1412434,8.72942071 C10.3784723,9.11337429 9.54082663,9.35086388 8.66757967,9.41933209 L8.668,10.97185 L7.668,10.97185 L7.66735222,9.42343888 C6.75745885,9.35969244 5.88560233,9.11282413 5.09602954,8.70830726 L4.1485,10.34855 L3.2825,9.84855 L4.2424457,8.18636156 C3.84593988,7.9008387 3.4793171,7.57058753 3.14992355,7.19983732 C2.73988365,6.74029373 2.39560013,6.22662333 2.12776836,5.67339306 L2.00027297,5.39354872 L2.91972703,5.00035128 Z" id="形状结合"></path></g></g></svg>';
}

.amis-scope .cxd-TextControl .InputText-view {
  content: '<svg viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>可见</title><g id="可见" stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd"><g id="编组"><rect id="矩形" opacity="0" x="0.5" y="0.5" width="15" height="15"></rect><path d="M7.9999,3.0001 C11.9889,3.0001 14.9999,6.8731 14.9999,8.0001 C14.9999,8.8831 11.9889,13.0001 7.9999,13.0001 C3.9609,13.0001 0.9999,8.8831 0.9999,8.0001 C0.9999,6.8731 3.9609,3.0001 7.9999,3.0001 Z M7.9999,4.0001 C4.7329,4.0001 2.2179,7.0861 2.0089,7.9731 C2.2749,8.7711 4.7189,12.0001 7.9999,12.0001 C11.2099,12.0001 13.7339,8.7311 13.9929,7.9631 C13.8069,7.1261 11.2709,4.0001 7.9999,4.0001 Z M7.975,5.879 C9.08,5.879 9.975,6.775 9.975,7.879 C9.975,8.983 9.08,9.879 7.975,9.879 C6.871,9.879 5.975,8.983 5.975,7.879 C5.975,6.775 6.871,5.879 7.975,5.879 Z M7.975,6.879 C7.424,6.879 6.975,7.327 6.975,7.879 C6.975,8.43 7.424,8.879 7.975,8.879 C8.527,8.879 8.975,8.43 8.975,7.879 C8.975,7.327 8.527,6.879 7.975,6.879 Z" id="图标"></path></g</g></svg>';
}

.amis-scope .cxd-TextControl-icon-view {
  font-size: 0.875rem;
  fill: #84878c;
  color: #84878c;
  width: 0.875rem;
  height: 0.875rem;
  display: flex;
  align-items: center;
}

.amis-scope .cxd-TextControl-icon-view svg {
  width: 0.875rem;
  height: 0.875rem;
}

.amis-scope .cxd-TextControl-icon-invisible {
  font-size: 0.875rem;
  fill: #84878c;
  color: #84878c;
  width: 0.875rem;
  height: 0.875rem;
  display: flex;
  align-items: center;
}

.amis-scope .cxd-TextControl-icon-invisible svg {
  width: 0.875rem;
  height: 0.875rem;
}

.amis-scope input.cxd-TextControl-input-password {
  flex-basis: 0;
}

.amis-scope .cxd-TextControl.is-disabled-input input {
  color: #84878c;
}

.amis-scope .cxd-TextareaControl {
  position: relative;
  max-width: 100%;
  --Form-input-clearBtn-padding: 0.125rem;
  position: relative;
}

.amis-scope .cxd-TextareaControl.is-inline {
  display: inline-block;
  width: 12.5rem;
}

.amis-scope .cxd-TextareaControl-input {
  display: flex;
  background: #ffffff;
  border: 0.0625rem solid #e8e9eb;
  border-radius: 4px;
  line-height: 1.5;
  padding: calc(
    (
        2rem - 1.5 *
          14px - 0.125rem
      ) / 2
  ) 0.625rem;
  font-size: 14px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.amis-scope .cxd-TextareaControl-input input {
  flex-basis: 1.875rem;
  flex-grow: 1;
  outline: none;
  background: transparent;
  border: none;
  color: #151b26;
  width: 100%;
  height: 1.5;
}

.amis-scope .cxd-TextareaControl-input input::placeholder {
  color: #b8babf;
  user-select: none;
}

.amis-scope .cxd-TextareaControl-input:hover {
  border-color: #2468f2;
}

.amis-scope .cxd-TextareaControl-input--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .cxd-TextareaControl-input--borderNone {
  border-color: transparent !important;
}

.amis-scope .cxd-TextareaControl.is-error > .cxd-TextareaControl-input {
  border-color: #f23d3d;
  background: #ffffff;
  transition: all 0s;
}

.amis-scope .cxd-TextareaControl.is-focused > .cxd-TextareaControl-input {
  border-color: #2468f2;
  box-shadow: none;
  background: #ffffff;
  transition: all 0s;
}

.amis-scope .cxd-TextareaControl.is-error.is-focused > .cxd-TextareaControl-input {
  border-color: #f23d3d;
  background: #ffffff;
}

.amis-scope .cxd-TextareaControl.is-disabled > .cxd-TextareaControl-input {
  color: #b8babf;
  background: #f7f8fa;
  border-color: #e8e9eb;
  transition: all 0s;
}

.amis-scope .cxd-TextareaControl.is-disabled > .cxd-TextareaControl-input > input {
  color: #b8babf;
}

.amis-scope .cxd-TextareaControl-spinner {
  line-height: calc( 1.5 * 14px );
}

.amis-scope .cxd-TextareaControl-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  text-decoration: none;
}

.amis-scope .cxd-TextareaControl-clear svg {
  fill: #d4d6d9;
  width: 14px;
  height: 14px;
}

.amis-scope .cxd-TextareaControl-clear:hover svg {
  fill: #5c5f66;
}

.amis-scope .cxd-TextareaControl-clear:active svg {
  fill: #303540;
}

.amis-scope .cxd-TextareaControl-revealPassword {
  cursor: pointer;
  color: #b8babf;
}

@media (min-width: 576px) {
  .amis-scope .cxd-TextareaControl.cxd-Form-control--sizeXs > .cxd-TextareaControl-input,
  .amis-scope .cxd-TextareaControl.cxd-Form-control--sizeSm > .cxd-TextareaControl-input,
  .amis-scope .cxd-TextareaControl.cxd-Form-control--sizeMd > .cxd-TextareaControl-input,
  .amis-scope .cxd-TextareaControl.cxd-Form-control--sizeLg > .cxd-TextareaControl-input {
    min-width: 100%;
    display: inline-flex;
  }
}

.amis-scope .cxd-TextareaControl > textarea.cxd-TextareaControl-input--counter {
  padding-bottom: 23px;
}

.amis-scope .cxd-TextareaControl > textarea {
  border: 1px solid #e8e9eb;
  border-radius: 4px;
  background: #ffffff;
  padding: 0.25rem 1.375rem 0.25rem 0.625rem;
  font-size: 14px;
  display: block;
  width: 100%;
  line-height: 1.5;
  outline: none;
  resize: vertical;
}

.amis-scope .cxd-TextareaControl > textarea--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .cxd-TextareaControl > textarea--borderNone {
  border-color: transparent !important;
}

.amis-scope .cxd-TextareaControl > textarea::placeholder {
  color: #b8babf;
}

.amis-scope .cxd-TextareaControl > textarea:hover {
  border-color: #2468f2;
}

.amis-scope .cxd-TextareaControl-counter {
  position: absolute;
  left: 1px;
  bottom: 1px;
  right: 1.0625rem;
  padding-bottom: calc(
    (
        2rem - 1.5 *
          14px - 0.125rem
      ) / 2
  );
  background-color: #fff;
  text-align: right;
  border-radius: 3px;
  color: #84878c;
  font-size: 14px;
}

.amis-scope .cxd-TextareaControl-counter.is-empty {
  color: #84878c;
}

.amis-scope .has-error--maxLength .cxd-TextareaControl-counter {
  color: #f23d3d;
}

.amis-scope .cxd-TextareaControl-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  text-decoration: none;
  position: absolute;
  right: calc(
    (
        2rem - 1.5 *
          14px - 0.125rem
      ) / 2
  );
  top: calc(
    (
        2rem - 1.5 *
          14px - 0.125rem
      ) / 2
  );
}

.amis-scope .cxd-TextareaControl-clear svg {
  fill: #d4d6d9;
  width: 14px;
  height: 14px;
}

.amis-scope .cxd-TextareaControl-clear:hover svg {
  fill: #5c5f66;
}

.amis-scope .cxd-TextareaControl-clear:active svg {
  fill: #303540;
}

.amis-scope .cxd-Form-static .cxd-TextareaControl > textarea {
  border: 0;
  padding: 0;
  resize: none;
}

.amis-scope .cxd-Checkbox {
  margin: 0 0.5rem 0 0;
  font-weight: 400;
  user-select: none;
  pointer-events: none;
}

.amis-scope .cxd-Checkbox input {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  pointer-events: none;
}

.amis-scope .cxd-Checkbox:hover input:not(:disabled) + i {
  border-color: #2468f2;
}

.amis-scope .cxd-Checkbox.cxd-Checkbox--checkbox.cxd-Checkbox--button > i + span {
  margin-left: 0;
}

.amis-scope .cxd-Checkbox > i {
  cursor: pointer;
  line-height: 1;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  pointer-events: all;
}

.amis-scope .cxd-Checkbox > i + span {
  pointer-events: all;
  margin-left: 0.5rem;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
}

.amis-scope .cxd-Checkbox > i + span > a {
  margin-left: 0.25rem;
  display: none;
}

.amis-scope .cxd-Checkbox > i + span:empty {
  display: none;
}

.amis-scope .cxd-Checkbox > i:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0px;
  height: 0px;
  background: transparent;
  transition: all 0s;
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%);
}

.amis-scope .cxd-Checkbox:hover > i + span > a {
  display: inline-block;
}

.amis-scope .cxd-Checkbox--checkbox {
  padding-left: 1rem;
  font-weight: 400;
  font-size: 14px;
  color: #151b26;
}

.amis-scope .cxd-Checkbox--checkbox:hover {
  color: #151b26;
}

.amis-scope .cxd-Checkbox--checkbox:active {
  color: #151b26;
}

.amis-scope .cxd-Checkbox--checkbox input {
  margin-left: calc(1rem * -1);
}

.amis-scope .cxd-Checkbox--checkbox input:checked + i {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
}

.amis-scope .cxd-Checkbox--checkbox input:checked + i:hover {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
}

.amis-scope .cxd-Checkbox--checkbox input:checked + i:before {
  width: 0.5rem;
  height: 0.5rem;
  background: #2468f2;
}

.amis-scope .cxd-Checkbox--checkbox input[disabled] + i {
  border-color: #b8babf;
  cursor: not-allowed;
}

.amis-scope .cxd-Checkbox--checkbox input[disabled] + i:before {
  width: 0.5rem;
  height: calc(0.5rem / 2);
}

.amis-scope .cxd-Checkbox--checkbox input[disabled] + i + span {
  cursor: not-allowed;
  color: #b8babf;
}

.amis-scope .cxd-Checkbox--checkbox > i {
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid #e8e9eb;
  border-radius: 0.125rem;
  margin-left: calc(1rem * -1);
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
  background: #ffffff;
}

.amis-scope .cxd-Checkbox--checkbox > i:hover {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
  background: #ffffff;
}

.amis-scope .cxd-Checkbox--checkbox > i:active {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
  background: #ffffff;
}

.amis-scope .cxd-Checkbox--checkbox.cxd-Checkbox:hover > input + i {
  border-color: #528eff #528eff #528eff #528eff;
}

.amis-scope .cxd-Checkbox--checkbox.cxd-Checkbox:active > i:before {
  background: #144bcc;
}

.amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox:not(:disabled) + i:hover {
  border-color: #e8e9eb;
}

.amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox:hover input:checked + i {
  background: #528eff;
  border-color: transparent;
}

.amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox:hover input:checked + i:before {
  background: #528eff;
}

.amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox:hover > i:before {
  background: transparent;
}

.amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox:active input:checked + i {
  background: #144bcc;
}

.amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked + i {
  border-color: #2468f2;
  background: #2468f2;
}

.amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked + i:hover {
  background: #528eff;
}

.amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked + i:before {
  width: 0.5rem;
  height: calc(0.5rem / 2);
  border-color: #fff;
}

.amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox input[disabled] + i {
  border-color: #e8e9eb;
  background: #f7f8fa;
}

.amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox input[disabled]:checked + i:before {
  border-color: #b8babf;
  background: #f7f8fa;
}

.amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked[disabled] + i {
  border-color: #e8e9eb;
  background: #f7f8fa;
}

.amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox > i {
  position: relative;
  cursor: pointer;
}

.amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox > i:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-color: transparent;
  transition: width 0s, height 0s, transform 0s;
  border-width: 0 0 0.0625rem 0.0625rem;
  transform: translate(-50%, -90%) rotate(-40deg);
  border-style: solid;
}

.amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input {
  margin-left: calc(1rem * -1);
}

.amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input + i {
  border-color: #2468f2;
}

.amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input + i:before {
  width: 0.5rem;
  height: 0.5rem;
  background: #2468f2;
}

.amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input[disabled] + i {
  border-color: #b8babf;
}

.amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input[disabled] + i:before {
  width: 0.5rem;
  height: 0.5rem;
  background: #d4d6d9;
}

.amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input:checked[disabled] + i {
  width: 0.5rem;
  height: 0.5rem;
  background: #f7f8fa;
}

.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox {
  text-align: center;
  height: 2rem;
  line-height: 1.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 12px;
  border: 0.0625rem solid;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-color: #e8e9eb;
  margin-right: 0;
  border-radius: calc(0.125rem * 2);
  min-width: 5rem;
}

.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox:hover:not(:disabled) {
  color: #2468f2;
  border-color: #2468f2;
  box-shadow: -1px 0 0 0 #2468f2;
}

.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox:hover:not(:disabled):first-child {
  box-shadow: none;
}

.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox:hover input:checked + i {
  background: transparent;
  border-color: #528eff transparent transparent #528eff;
}

.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox:active input:checked + i {
  background: transparent;
  border-color: #144bcc transparent transparent #144bcc;
}

.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input:checked + i {
  background: transparent;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 0.5rem;
  border-color: #2468f2 transparent transparent #2468f2;
  border-radius: 0;
}

.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input:checked + i:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: calc(0.5rem / 2);
  transform: translate(-80%, -160%) rotate(-50deg) scale(0.8);
  background: transparent;
}

.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input[disabled] + i {
  border-color: #b8babf;
  background: transparent;
}

.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input[disabled] + i:before {
  background: transparent;
}

.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input:checked[disabled] + i {
  background: transparent;
  border-width: 0.4375rem;
  border-color: #e8e9eb transparent transparent #e8e9eb;
}

.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input:checked[disabled] + i:before {
  background: transparent;
  border-color: #ffffff !important;
}

.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox > i {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  border: 0;
  border-style: solid;
  background: transparent;
}

.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox > i + span {
  max-width: 6.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.amis-scope .cxd-Checkbox--button--checked.cxd-Checkbox--checkbox.cxd-Checkbox--button {
  border-color: #2468f2;
  color: #2468f2;
  box-shadow: -1px 0 0 0 #2468f2;
}

.amis-scope .cxd-Checkbox--button--checked.cxd-Checkbox--checkbox.cxd-Checkbox--button:first-child {
  box-shadow: none;
}

.amis-scope .cxd-Checkbox--button--checked.cxd-Checkbox--checkbox.cxd-Checkbox--button:hover {
  border-color: #2468f2;
  color: #2468f2;
  box-shadow: -1px 0 0 0 #2468f2;
}

.amis-scope .cxd-Checkbox--button--checked.cxd-Checkbox--checkbox.cxd-Checkbox--button:active {
  border-color: #144bcc;
  color: #144bcc;
  box-shadow: -1px 0 0 0 #144bcc;
}

.amis-scope .cxd-Checkbox--button--disabled--unchecked.cxd-Checkbox--checkbox {
  background: #f7f7f9;
  border-color: #e8e9eb;
}

.amis-scope .cxd-Checkbox--button--disabled--unchecked.cxd-Checkbox--checkbox:hover {
  border-color: #e8e9eb !important;
  box-shadow: -1px 0 0 0 #e8e9eb !important;
}

.amis-scope .cxd-Checkbox--button--disabled--unchecked.cxd-Checkbox--checkbox:hover:first-child {
  box-shadow: none !important;
}

.amis-scope .cxd-Checkbox--button--disabled--checked.cxd-Checkbox--checkbox {
  background: #f7f8fa;
  border-color: #e8e9eb !important;
  box-shadow: none !important;
}

.amis-scope .cxd-Checkbox--button--disabled--checked.cxd-Checkbox--checkbox:hover {
  border-color: #e8e9eb !important;
}

.amis-scope .cxd-Checkbox--radio {
  padding-left: 1rem;
}

.amis-scope .cxd-Checkbox--radio input {
  margin-left: calc(1rem * -1);
}

.amis-scope .cxd-Checkbox--radio input:checked + i {
  border-color: #2468f2;
  background-color: #ffffff;
}

.amis-scope .cxd-Checkbox--radio input:checked + i + span {
  color: #070c14;
}

.amis-scope .cxd-Checkbox--radio input:checked + i:before {
  width: 0.5rem;
  height: 0.5rem;
  background: #2468f2;
  border-radius: 50%;
}

.amis-scope .cxd-Checkbox--radio input[disabled] + i {
  border-color: #b8babf;
  background: #e8e9eb;
  cursor: not-allowed;
}

.amis-scope .cxd-Checkbox--radio input[disabled] + i:before {
  background: #b8babf;
}

.amis-scope .cxd-Checkbox--radio input[disabled] + i + span {
  cursor: not-allowed;
  color: #b8babf;
}

.amis-scope .cxd-Checkbox--radio input:focus + i {
  box-shadow: none;
}

.amis-scope .cxd-Checkbox--radio > i {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid #e8e9eb;
  margin-left: calc(1rem * -1);
  margin-top: -0.125rem;
  border-radius: 50%;
  background: #ffffff;
}

.amis-scope .cxd-Checkbox--radio > i + span {
  color: #070c14;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-left: 0.5rem;
}

.amis-scope .cxd-Checkbox--radio:hover input:not(:disabled) + i {
  border-color: #2468f2;
  background-color: #ffffff;
}

.amis-scope .cxd-Checkbox--radio:hover input:not(:disabled) + i:before {
  background: #2468f2;
}

.amis-scope .cxd-Checkbox--radio:hover input:not(:disabled) + i + span {
  color: #070c14;
}

.amis-scope .cxd-Checkbox--radio.cxd-Checkbox--button--disabled--unchecked.cxd-Checkbox--full {
  background: none;
}

.amis-scope .cxd-Checkbox--radio.cxd-Checkbox--button--disabled--unchecked.cxd-Checkbox--full i {
  background: #f7f8fa;
  border: 1px solid #e8e9eb;
}

.amis-scope .cxd-Checkbox--radio.cxd-Checkbox--button--disabled--unchecked.cxd-Checkbox--full i:before {
  background: #d4d6d9;
}

.amis-scope .cxd-Checkbox--sm {
  padding-left: 0.875rem;
}

.amis-scope .cxd-Checkbox--sm input {
  margin-left: calc(0.875rem * -1);
}

.amis-scope .cxd-Checkbox--sm input:checked + i:before {
  width: 0.5rem;
  height: 0.5rem;
}

.amis-scope .cxd-Checkbox--sm > i {
  width: 0.875rem;
  height: 0.875rem;
  margin-left: calc(0.875rem * -1);
  margin-top: 0;
}

.amis-scope .cxd-Checkbox--sm > i + span {
  margin-left: 0.25rem;
}

.amis-scope .cxd-Checkbox--sm.cxd-Checkbox--full input[type=checkbox]:checked + i:before {
  width: 0.5rem;
  height: calc(0.5rem / 2);
}

.amis-scope .cxd-Checkbox-desc {
  color: #b8babf;
  margin-left: 0.25rem;
  margin-top: 0.25rem;
  pointer-events: all;
}

.amis-scope .cxd-Form-static .cxd-Checkbox input[disabled]:checked + i {
  background: var(--Checkbox-onHover-bg);
}

.amis-scope .cxd-Form-static .cxd-Checkbox input[disabled]:checked + i:before {
  background: var(--Checkbox-onHover-bg);
  border-color: var(--Checkbox-onHover-bg);
}

.amis-scope .cxd-CheckboxControl,
.amis-scope .cxd-RadiosControl,
.amis-scope .cxd-CheckboxesControl {
  padding-top: calc( (2rem - 1rem) / 2 - 3px );
}

.amis-scope .cxd-RadiosControl .cxd-Checkbox {
  display: block;
  margin: 0rem 0.5rem 0.375rem 0rem;
}

.amis-scope .cxd-RadiosControl .cxd-Checkbox--button {
  margin-bottom: 0;
}

.amis-scope .cxd-RadiosControl .cxd-Checkbox--button--disabled--unchecked {
  background: #f7f8fa;
}

.amis-scope .cxd-RadiosControl .cxd-Checkbox--button-checked:active {
  border-color: #144bcc;
}

.amis-scope .cxd-RadiosControl.is-inline .cxd-Checkbox {
  display: inline-block;
  margin: 0rem 1rem 0.375rem 0rem;
}

.amis-scope .cxd-RadiosControl.is-inline .cxd-Checkbox--button {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 0;
}

.amis-scope .cxd-CheckboxesControl .cxd-Checkbox {
  display: block;
  margin-bottom: calc(
    (
        2rem - 1.5 *
          14px
      ) / 2
  );
}

.amis-scope .cxd-CheckboxesControl .cxd-Checkbox--button {
  margin-bottom: 0;
}

.amis-scope .cxd-CheckboxesControl .cxd-Checkbox--button--disabled--unchecked {
  background: #f7f8fa;
}

.amis-scope .cxd-CheckboxesControl .cxd-Checkbox--button-checked:active {
  border-color: #144bcc;
}

.amis-scope .cxd-CheckboxesControl.is-inline .cxd-Checkbox {
  display: inline-block;
  margin-right: 1rem;
}

.amis-scope .cxd-CheckboxesControl.is-inline .cxd-Checkbox--button {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 0;
}

.amis-scope .cxd-RadiosControl-group:not(:first-child),
.amis-scope .cxd-CheckboxesControl-group:not(:first-child) {
  margin-top: 0.625rem;
}

.amis-scope .cxd-RadiosControl-group .cxd-RadiosControl-groupLabel,
.amis-scope .cxd-RadiosControl-group .cxd-CheckboxesControl-groupLabel,
.amis-scope .cxd-CheckboxesControl-group .cxd-RadiosControl-groupLabel,
.amis-scope .cxd-CheckboxesControl-group .cxd-CheckboxesControl-groupLabel {
  display: block;
  font-size: 12px;
  color: #999;
}

.amis-scope .cxd-RadiosControl .cxd-Button:active,
.amis-scope .cxd-RadiosControl .cxd-Button.is-active {
  background: #2468f2;
}

.amis-scope .cxd-Selection > .cxd-Checkbox {
  display: block;
  line-height: 1.5;
  font-size: 14px;
  padding: calc( ( 2rem - 1.5 * 14px ) / 2 ) 0.5rem calc( ( 2rem - 1.5 * 14px ) / 2 ) calc(0.5rem + 1rem);
}

.amis-scope .cxd-Selection--inline > .cxd-Checkbox {
  display: inline-block;
}

.amis-scope .cxd-Selection-addBtn {
  display: block;
  cursor: pointer;
}

.amis-scope .cxd-Selection-addBtn:hover {
  text-decoration: none;
}

.amis-scope .cxd-Selection-addBtn > svg {
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.25rem;
}

.amis-scope .cxd-GroupedSelection {
  max-height: 18.75rem;
  height: 100%;
  overflow: auto;
  user-select: none;
  padding: 0.25rem 0;
}

.amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-itemLabel {
  padding: 0.25rem 0.75rem 0.25rem 0.75rem;
  color: #84878c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-GroupedSelection-item {
  display: flex;
  color: #151b26;
  background: transparent;
  line-height: 2rem;
  font-size: 14px;
  font-weight: 400;
  padding: 0rem 0.625rem 0rem 0.625rem;
  flex-direction: row;
  cursor: pointer;
  user-select: none;
}

.amis-scope .cxd-GroupedSelection-item > .cxd-Checkbox {
  margin-right: 0.625rem;
}

.amis-scope .cxd-GroupedSelection-item:hover {
  color: #151b26;
  background: #e6f0ff;
}

.amis-scope .cxd-GroupedSelection-item:hover i {
  border: 1px solid #2468f2;
}

.amis-scope .cxd-GroupedSelection-item.is-active,
.amis-scope .cxd-GroupedSelection-item.is-focused,
.amis-scope .cxd-GroupedSelection-item.is-opened {
  color: #2468f2;
  background: #ffffff;
}

.amis-scope .cxd-GroupedSelection-item.is-disabled {
  pointer-events: none;
  color: #b8babf;
  background: #ffffff;
}

.amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-items > .cxd-GroupedSelection-item {
  padding-left: calc(0.75rem * 2);
}

.amis-scope .cxd-GroupedSelection-itemLabel {
  flex-grow: 1;
}

.amis-scope .cxd-GroupedSelection-itemLabel span {
  vertical-align: middle;
  white-space: nowrap;
}

.amis-scope .cxd-GroupedSelection-itemLabel span.is-invalid {
  color: #f23d3d;
}

.amis-scope .cxd-GroupedSelection-placeholder {
  height: 2rem;
  line-height: 1.5;
  font-size: 14px;
  padding: calc( ( 2rem - 1.5 * 14px ) / 2 ) 0.5rem;
  color: #b8babf;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amis-scope .cxd-TableSelection {
  position: relative;
  height: 100%;
}

.amis-scope .cxd-TableSelection .cxd-Table-content {
  border-top: 1px solid #e8e9eb;
}

.amis-scope .cxd-TableSelection .cxd-Table-content.is-virtual {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.amis-scope .cxd-TableSelection .cxd-Table-content.is-virtual .cxd-Table-content-virtual {
  flex: 1;
  position: relative;
}

.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr {
  cursor: pointer;
}

.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th,
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td {
  color: #151b26;
  font-size: 12px;
  vertical-align: middle;
}

.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th {
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
}

.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td {
  padding: 0.375rem 0.75rem 0.5rem 0.75rem;
}

.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th:last-child {
  padding-right: 1.125rem;
}

.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td:last-child {
  padding-right: 1.125rem;
}

.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr.is-active > td {
  color: #2468f2;
  background: #ffffff;
}

.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr:hover > td,
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr.is-hovered > td {
  color: #151b26;
  background: #e6f0ff;
}

.amis-scope .cxd-TreeSelection .cxd-Table-expandBtn {
  color: #84878c;
  margin-right: 0.25rem;
}

.amis-scope .cxd-TreeSelection-sublist {
  position: relative;
  margin: 0 0 0 2.1875rem;
  display: none;
}

.amis-scope .cxd-TreeSelection-item {
  position: relative;
}

.amis-scope .cxd-TreeSelection-item.is-expanded > .cxd-TreeSelection-sublist {
  display: block;
}

.amis-scope .cxd-TreeSelection-item:not(:last-child) > .cxd-TreeSelection-sublist:before {
  bottom: 0;
}

.amis-scope .cxd-TreeSelection-item.is-disabled > .cxd-TreeSelection-itemInner {
  cursor: not-allowed;
  color: #b8babf;
}

.amis-scope .cxd-TreeSelection-item .cxd-TreeSelection-itemLabel {
  white-space: nowrap;
}

.amis-scope .cxd-TreeSelection-itemInner {
  display: flex;
  align-items: center;
  line-height: 1.5rem;
  position: relative;
  font-size: 14px;
  padding: 0 0.5rem;
  flex-direction: row;
  cursor: pointer;
  user-select: none;
}

.amis-scope .cxd-TreeSelection-itemInner > .cxd-Checkbox {
  margin-right: 0.5rem;
}

.amis-scope .cxd-TreeSelection-itemInner:hover {
  background: #f7f8fa;
}

.amis-scope .cxd-TreeSelection-itemInner.is-active {
  color: #2468f2;
}

.amis-scope .cxd-TreeSelection-itemInner.is-disabled {
  pointer-events: none;
  color: #b8babf;
}

.amis-scope .cxd-TreeSelection-itemInner .cxd-TreeSelection-itemLabel {
  margin-left: 0.25rem;
}

.amis-scope .cxd-TreeSelection-itemLabel {
  flex-grow: 1;
}

.amis-scope .cxd-TreeSelection-itemLabel span {
  vertical-align: middle;
}

.amis-scope .cxd-TreeSelection-placeholder {
  height: 2rem;
  line-height: 1.5;
  font-size: 14px;
  padding: calc( ( 2rem - 1.5 * 14px ) / 2 ) 0.5rem;
  color: #b8babf;
}

.amis-scope .cxd-ChainedSelection {
  display: flex;
  flex-direction: row;
  min-height: 100%;
  flex-wrap: wrap;
}

.amis-scope .cxd-ChainedSelection-col {
  position: relative;
  flex-grow: 1;
  min-width: 150px;
  width: 0;
}

.amis-scope .cxd-ChainedSelection-col:not(:last-child) {
  border-right: 1px solid #e8e9eb;
}

.amis-scope .cxd-ChainedSelection-subTitle {
  font-size: 12px;
  padding: 0.25rem 0.25rem;
  color: #b8babf;
}

.amis-scope .cxd-ChainedSelection-checkAll {
  width: 100%;
}

.amis-scope .cxd-ChainedSelection-item {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: #151b26;
  background: transparent;
  line-height: 2rem;
  padding: 0rem 0.625rem 0rem 0.625rem;
  flex-direction: row;
  cursor: pointer;
  user-select: none;
}

.amis-scope .cxd-ChainedSelection-item > .cxd-Checkbox {
  margin-right: 0;
}

.amis-scope .cxd-ChainedSelection-item.is-active {
  color: #2468f2;
  background: #ffffff;
}

.amis-scope .cxd-ChainedSelection-item:hover {
  color: #151b26;
  background: #e6f0ff;
}

.amis-scope .cxd-ChainedSelection-item.is-disabled {
  pointer-events: none;
  color: #b8babf;
  background: #ffffff;
}

.amis-scope .cxd-ChainedSelection-itemLabel {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amis-scope .cxd-ChainedSelection-itemLabel span {
  margin-left: 0.625rem;
  vertical-align: middle;
}

.amis-scope .cxd-ChainedSelection-itemLabel span.is-invalid {
  color: #f23d3d;
}

.amis-scope .cxd-ChainedSelection-placeholder {
  height: 2rem;
  line-height: 1.5;
  font-size: 14px;
  padding: calc( ( 2rem - 1.5 * 14px ) / 2 ) 0.5rem;
  color: #b8babf;
}

.amis-scope .cxd-AssociatedSelection {
  display: flex;
  flex-direction: row;
}

.amis-scope .cxd-AssociatedSelection-left,
.amis-scope .cxd-AssociatedSelection-right {
  position: relative;
  flex-grow: 1;
  width: 0;
  min-height: 12.5rem;
  max-height: 25rem;
  overflow: auto;
}

.amis-scope .cxd-AssociatedSelection-left > .cxd-GroupedSelection,
.amis-scope .cxd-AssociatedSelection-right > .cxd-GroupedSelection {
  padding: 0;
  max-height: 100%;
}

.amis-scope .cxd-AssociatedSelection-left {
  border-right: 1px solid #e8e9eb;
}

.amis-scope .cxd-AssociatedSelection-reload {
  text-align: center;
  color: #2468f2;
  margin: 20px 0 0;
}

.amis-scope .cxd-AssociatedSelection-reload.is-clickable {
  cursor: pointer;
}

.amis-scope .cxd-AssociatedSelection-box {
  line-height: 1.5;
  font-size: 12px;
  color: #b8babf;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.amis-scope .cxd-AssociatedSelection-box > p {
  text-align: center;
  margin: 10px 0 20px;
  color: #b8babf;
}

.amis-scope .cxd-ResultTreeList {
  height: 100%;
  width: 100%;
}

.amis-scope .cxd-ResultTableList {
  height: 100%;
  width: 100%;
}

.amis-scope .cxd-ResultTableList-close-btn {
  float: right;
  cursor: pointer;
}

.amis-scope .cxd-CityPicker .cxd-Select {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.amis-scope .cxd-CityPicker-input {
  outline: none;
  vertical-align: top;
  border: 0.0625rem solid #e8e9eb;
  border-radius: 4px;
  line-height: 1.5;
  padding: calc(
    (
        2rem - 1.5 *
          14px - 0.125rem
      ) / 2
  ) 0.625rem;
  font-size: 14px;
}

.amis-scope .cxd-CityPicker-input::placeholder {
  color: #b8babf;
  user-select: none;
}

.amis-scope .cxd-CityPicker-input:focus {
  border-color: #2468f2;
  box-shadow: none;
  background: #ffffff;
}

.amis-scope .cxd-Form-item--inline > .cxd-Form-value > .cxd-CityPicker {
  display: inline-block;
}

.amis-scope .cxd-CityArea {
  text-align: right;
}

.amis-scope .cxd-CityArea-popup {
  height: 17.5rem;
}

.amis-scope .cxd-CityArea-Input {
  margin-top: 0.25rem;
  outline: none;
  vertical-align: top;
  border: 0.0625rem solid #e8e9eb;
  border-radius: 4px;
  line-height: 1.5;
  padding: calc(
    (
        2rem - 1.5 *
          14px - 0.125rem
      ) / 2
  ) 0.625rem;
  font-size: 14px;
  display: inline-flex !important;
}

.amis-scope .cxd-CityArea-Input::placeholder {
  color: #b8babf;
  user-select: none;
}

.amis-scope .cxd-CityArea-Input:focus {
  border-color: #2468f2;
  box-shadow: none;
  background: #ffffff;
}

.amis-scope .cxd-Switch {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 1.25rem;
  min-width: 2.75rem;
  overflow: hidden;
  border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
  background: #d4d6d9;
  margin: 0;
  vertical-align: middle;
  text-align: left;
  transition: all 0.5s ease;
}

.amis-scope .cxd-Switch.is-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.amis-scope .cxd-Switch .text {
  margin: 0rem 0.5rem 0rem 1.5rem;
  color: #ffffff;
  text-indent: 0.25rem;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25rem;
  vertical-align: super;
  font-style: normal;
  transition: all 0s;
}

.amis-scope .cxd-Switch .text > svg {
  width: 12px;
  height: 12px;
  margin-top: calc( (1.25rem - 12px) / 2 );
}

.amis-scope .cxd-Switch .slider:before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 1rem;
  top: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
  border-radius: 50%;
  transition: all 0.5s ease;
}

.amis-scope .cxd-Switch:hover {
  background: #b8babf;
}

.amis-scope .cxd-Switch.is-checked {
  background: #2468f2;
}

.amis-scope .cxd-Switch.is-checked .slider::before {
  left: calc( 100% - 1rem - 0.125rem );
  right: 0.125rem;
  border-width: 0;
  background: #ffffff;
}

.amis-scope .cxd-Switch.is-checked .text {
  margin: 0rem 1.5rem 0rem 0.5rem;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.amis-scope .cxd-Switch.is-checked:hover {
  background: #144bcc;
}

.amis-scope .cxd-Switch.is-checked:active {
  background: #144bcc;
}

.amis-scope .cxd-Switch.is-checked:active .slider::before {
  left: calc( 100% - (1.25rem + 0.125rem) - 0.125rem );
}

.amis-scope .cxd-Switch.is-checked.is-disabled .slider:before {
  color: #ffffff;
}

.amis-scope .cxd-Switch.is-checked.is-disabled .text {
  color: #ffffff;
}

.amis-scope .cxd-Switch input {
  position: absolute;
  opacity: 0;
}

.amis-scope .cxd-Switch--sm {
  height: 1rem;
  min-width: 1.75rem;
  border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
}

.amis-scope .cxd-Switch--sm .text {
  line-height: 1rem;
  margin: 0rem 0.5rem 0rem 1.5rem;
}

.amis-scope .cxd-Switch--sm .text > svg {
  margin-top: calc((1rem - 12px) / 2);
}

.amis-scope .cxd-Switch--sm .slider::before {
  width: 0.75rem;
  top: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
  right: auto;
}

.amis-scope .cxd-Switch--sm.is-checked .slider::before {
  left: calc( 100% - 0.75rem - 0.125rem );
  right: 0.125rem;
}

.amis-scope .cxd-Switch:active .slider::before {
  width: calc(1.25rem + 0.125rem);
  border-radius: 10px;
}

.amis-scope .cxd-Switch-option {
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #070c14;
  margin: 0rem 0rem 0rem 0.5rem;
}

.amis-scope .cxd-Switch-option:first-child {
  margin-left: 0;
  margin-right: 0.5rem;
}

.amis-scope .cxd-Switch-option:empty {
  display: none;
}

.amis-scope .cxd-Form-static .cxd-Switch-option {
  vertical-align: initial;
  color: #b8babf;
}

.amis-scope .cxd-SwitchControl {
  padding-top: calc((2rem - 1.25rem) / 2);
}

.amis-scope .cxd-SwitchControl.is-inline {
  display: inline-block;
}

.amis-scope .cxd-Number {
  margin: 0;
  padding: 0;
  line-height: 2rem;
  font-size: 14px;
  height: 2rem;
  display: inline-block;
  vertical-align: middle;
  background: #ffffff;
  border: 1px solid #e8e9eb;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-radius: 4px 4px 4px 4px;
}

.amis-scope .cxd-Number:hover {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-radius: 4px 4px 4px 4px;
  background: #ffffff;
}

.amis-scope .cxd-Number-focused {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-radius: 4px 4px 4px 4px;
  background: #ffffff;
  box-shadow: none;
}

.amis-scope .cxd-Number-disabled {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-radius: 4px 4px 4px 4px;
  background: #f7f8fa;
}

.amis-scope .cxd-Number--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .cxd-Number--borderNone {
  border-color: transparent !important;
}

.amis-scope .cxd-Number-handler {
  text-align: center;
  overflow: hidden;
  display: block;
  touch-action: none;
}

.amis-scope .cxd-Number-handler-active {
  background: #ddd;
}

.amis-scope .cxd-Number-handler-up-inner,
.amis-scope .cxd-Number-handler-down-inner {
  user-select: none;
  -webkit-user-select: none;
  display: inline-block;
}

.amis-scope .cxd-Number:hover .cxd-Number-handler-wrap {
  display: block;
}

.amis-scope .cxd-Number.no-steps > .cxd-Number-handler-wrap {
  display: none;
}

.amis-scope .cxd-Number-disabled:hover {
  border-color: #e8e9eb;
}

.amis-scope .cxd-Number-input-wrap {
  overflow: hidden;
  height: 100%;
}

.amis-scope .cxd-Number-input {
  width: 100%;
  background: transparent;
  text-align: left;
  vertical-align: top;
  outline: 0;
  -moz-appearance: textfield;
  line-height: calc(2rem - 1px * 2);
  height: 100%;
  transition: all 0s ease;
  border: 0;
  border-radius: 4px;
  color: #151b26;
  padding: 0 0.75rem 0 0.75rem;
}

.amis-scope .cxd-Number-input::placeholder {
  color: #b8babf;
  user-select: none;
}

.amis-scope .cxd-Number-handler {
  background: #ffffff;
  color: #151b26;
  font-family: "iconfont";
  font-size: 12px;
}

.amis-scope .cxd-Number-handler:hover {
  background: #ffffff;
  color: #2468f2;
  cursor: pointer;
}

.amis-scope .cxd-Number-handler:hover:active {
  background: #ffffff;
  color: #2468f2;
}

.amis-scope .cxd-Number-handler-up-inner {
  transform: rotate(180deg);
}

.amis-scope .cxd-Number-handler-up-inner:after {
  content: "";
}

.amis-scope .cxd-Number-handler-down-inner:after {
  content: "";
}

.amis-scope .cxd-Number-handler-wrap {
  display: none;
  position: absolute;
  right: 0;
  border-left: 0.0625rem solid #e8e9eb;
  width: 1.5rem;
  height: 100%;
  outline: 0.75rem #ffffff solid;
}

.amis-scope .cxd-Number-handler {
  line-height: calc((2rem - 0.375rem) / 2);
  height: calc( (2rem - 1px * 2) / 2 );
}

.amis-scope .cxd-Number-handler-up {
  border-bottom: 0px solid
    #e8e9eb;
  padding-top: 0.0625rem;
}

.amis-scope .cxd-Number-handler-down-disabled,
.amis-scope .cxd-Number-handler-up-disabled {
  background: #f7f8fa;
  pointer-events: none;
  color: #b8babf;
}

.amis-scope .is-error > .cxd-Number {
  border-color: #f23d3d;
  background: #ffffff;
}

.amis-scope .cxd-Number-disabled {
  border-color: #e8e9eb;
}

.amis-scope .cxd-Number-disabled .cxd-Number-input {
  opacity: 0.72;
  cursor: not-allowed;
  color: #b8babf;
  background: #f7f8fa;
  border-color: #e8e9eb;
}

.amis-scope .cxd-Number-disabled .cxd-Number-handler-wrap {
  border-color: #e8e9eb;
}

.amis-scope .cxd-Number-disabled .cxd-Number-handler {
  cursor: not-allowed;
  color: #b8babf;
  background: #f7f8fa;
  border-color: #e8e9eb;
  opacity: 0.72;
}

.amis-scope .cxd-Number-disabled .cxd-Number-handler:hover {
  color: #b8babf;
  border-color: #e8e9eb;
}

.amis-scope .cxd-Number-disabled .cxd-Number-handler:hover:active {
  background: #f7f8fa;
}

.amis-scope .cxd-Form-control--sizeSm > .cxd-Number {
  height: 2rem;
}

.amis-scope .cxd-Form-control--sizeMd > .cxd-Number {
  height: 2rem;
}

.amis-scope .cxd-Form-control--sizeLg > .cxd-Number {
  height: 2rem;
}

.amis-scope .cxd-NumberControl:not(.is-inline) > .cxd-Number {
  display: block;
}

.amis-scope .cxd-Number--borderHalf .cxd-Number-handler-wrap,
.amis-scope .cxd-Number--borderNone .cxd-Number-handler-wrap {
  border-left: none;
}

.amis-scope .cxd-NumberControl--withUnit {
  display: flex;
}

.amis-scope .cxd-NumberControl--withUnit:hover .cxd-Number,
.amis-scope .cxd-NumberControl--withUnit:hover .cxd-NumberControl-unit {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-radius: 4px 4px 4px 4px;
}

.amis-scope .cxd-NumberControl--withUnit .cxd-Number {
  flex-grow: 1;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: none !important;
}

.amis-scope .cxd-NumberControl--withUnit .cxd-Number-focused + .cxd-NumberControl-unit {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-radius: 4px 4px 4px 4px;
}

.amis-scope .cxd-NumberControl--withUnit .cxd-NumberControl-unit {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-color: #f7f8fa;
  min-width: 3.5rem;
  padding: calc(
    (
        2rem - 1.5 *
          14px - 0.0625rem * 2
      ) / 2
  ) 0.625rem calc(
    (
        2rem - 1.5 *
          14px - 0.0625rem * 2
      ) / 2
  ) 0.625rem;
}

.amis-scope .cxd-NumberControl--withUnit .cxd-NumberControl-single-unit {
  cursor: default;
  text-align: center;
  min-width: unset;
  padding: 0 0.625rem;
}

.amis-scope .cxd-Number--enhance {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d4d6d9;
  border-radius: 4px;
  overflow: hidden;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #d4d6d9 #d4d6d9 #d4d6d9 #d4d6d9;
  border-radius: 4px 4px 4px 4px;
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-input {
  background: #ffffff;
}

.amis-scope .cxd-Number--enhance:hover {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-radius: 4px 4px 4px 4px;
}

.amis-scope .cxd-Number--enhance:hover .cxd-Number-input {
  padding-right: 0.75rem;
}

.amis-scope .cxd-Number--enhance:hover .cxd-Number--enhance-input {
  background: #ffffff;
}

.amis-scope .cxd-Number--enhance:focus-within {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-radius: 4px 4px 4px 4px;
}

.amis-scope .cxd-Number--enhance:focus-within .cxd-Number--enhance-input {
  background: #ffffff;
}

.amis-scope .cxd-Number--enhance-disabled {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-radius: 4px 4px 4px 4px;
}

.amis-scope .cxd-Number--enhance-disabled .cxd-Number--enhance-input {
  background: #f7f8fa;
}

.amis-scope .cxd-Number--enhance .cxd-Number-input {
  padding: 0.25rem 0.75rem 0.25rem 0.75rem;
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-left-icon,
.amis-scope .cxd-Number--enhance .cxd-Number--enhance-right-icon {
  display: inline-block;
  width: 1.5rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #151b26;
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-left-icon > svg,
.amis-scope .cxd-Number--enhance .cxd-Number--enhance-right-icon > svg {
  width: 12px;
  height: 12px;
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-left-icon {
  background: #ffffff;
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-left-icon:hover {
  cursor: pointer;
  background: #ffffff;
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-left-icon-focused {
  background: #ffffff;
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-left-icon .InputNumber-enhance-minus {
  content: '<svg viewBox="0 0 12 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon icon-minus"><g id="minus" fill="currentColor" fill-rule="nonzero"><polygon id="path-1" points="0 1.6 0 0.4 12 0.4 12 1.6"></polygon></g></svg>';
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-left-icon svg {
  width: 0.75rem;
  height: 0.75rem;
  color: #151b26;
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-left-icon svg:hover {
  color: #2468f2;
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-left-icon svg:active {
  color: #2468f2;
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-right-icon {
  cursor: pointer;
  background: #ffffff;
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-right-icon:hover {
  background: #ffffff;
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-right-icon:active {
  background: #ffffff;
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-right-icon .InputNumber-enhance-plus {
  content: '<svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg" class="icon  icon-plus"><path d="M6.6 6.6V12H5.4V6.6H0V5.4h5.4V0h1.2v5.4H12v1.2z" fill="currentColor" fill-rule="nonzero"></path></svg>';
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-right-icon svg {
  width: 0.75rem;
  height: 0.75rem;
  color: #151b26;
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-right-icon svg:hover {
  color: #2468f2;
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-right-icon svg:active {
  color: #2468f2;
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-left-icon {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-right-icon {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-input {
  flex: 1;
  border: 0;
  border-left: 1px solid #d4d6d9;
  border-right: 1px solid #d4d6d9;
  border-radius: 0;
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-input .cxd-Number-handler-wrap {
  display: none;
}

.amis-scope .cxd-Number--enhance:hover {
  border-color: #2468f2;
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-border-min,
.amis-scope .cxd-Number--enhance .cxd-Number--enhance-border-max {
  background: #f7f8fa;
  pointer-events: none;
  color: #b8babf;
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-border-min:hover,
.amis-scope .cxd-Number--enhance .cxd-Number--enhance-border-max:hover {
  background: #f7f8fa;
  color: #b8babf;
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-border-disabled {
  background: #f7f8fa;
  cursor: not-allowed;
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-border-disabled:hover {
  cursor: not-allowed;
  background: #f7f8fa;
}

.amis-scope .cxd-Number--enhance .cxd-Number--enhance-border-readOnly:hover,
.amis-scope .cxd-Number--enhance .cxd-Number--enhance-border-readOnly:hover {
  color: #2468f2;
}

.amis-scope .cxd-Number--enhance-no-steps .cxd-Number--enhance-left-icon,
.amis-scope .cxd-Number--enhance-no-steps .cxd-Number--enhance-right-icon {
  display: none;
}

.amis-scope .cxd-Number--enhance-no-steps .cxd-Number--enhance-input {
  border: none;
  border-radius: 4px;
}

.amis-scope .cxd-Number--enhance-disabled .cxd-Number--enhance-input {
  border-color: #e8e9eb;
}

.amis-scope .cxd-Number--enhance-disabled:hover {
  border-color: #d4d6d9;
}

.amis-scope .cxd-Number--enhance-borderNone,
.amis-scope .cxd-Number--enhance-borderHalf {
  border: none;
}

.amis-scope .cxd-Select {
  display: inline-flex;
  /* select 标签样式 */
  vertical-align: middle;
  text-align: left;
  align-items: center;
  outline: none;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  border-width: 1px
    1px
    1px
    1px;
  border-style: solid solid solid solid;
  border-color: #e8e9eb
    #e8e9eb
    #e8e9eb
    #e8e9eb;
  background: #ffffff;
  border-radius: 4px
    4px
    4px
    4px;
  min-height: 2rem;
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
  cursor: pointer;
  color: #151b26;
}

.amis-scope .cxd-Select--block {
  display: flex;
}

.amis-scope .cxd-Select:hover {
  background: #ffffff;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
}

.amis-scope .cxd-Select:hover .cxd-Select-arrow:before {
  color: #84878c;
}

.amis-scope .cxd-Select:active {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  box-shadow: 0px 0px 0px 0px transparent;
  background: #ffffff;
}

.amis-scope .cxd-Select.is-focused:not(.is-mobile),
.amis-scope .cxd-Select.is-opened:not(.is-mobile) {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  box-shadow: 0px 0px 0px 0px transparent;
  background: #ffffff;
  color: #151b26;
}

.amis-scope .cxd-Select.is-disabled {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  background: #f7f8fa;
}

.amis-scope .cxd-Select:focus {
  box-shadow: none;
}

.amis-scope .cxd-Select .cxd-PopOver.cxd-Select-popover {
  margin-top: 0.25rem;
}

.amis-scope .cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu .cxd-Select-option {
  line-height: 2rem;
}

.amis-scope .cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu .cxd-Select-addBtn {
  line-height: 2rem;
}

.amis-scope .cxd-Select--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .cxd-Select--borderNone {
  border-color: transparent !important;
}

.amis-scope .cxd-Select-valueWrap {
  user-select: none;
  position: relative;
  flex-grow: 1;
  line-height: 1;
  width: auto;
  max-width: 100%;
  overflow: hidden;
}

.amis-scope .cxd-Select-valuesNoWrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.25rem;
}

.amis-scope .cxd-Select-placeholder {
  color: #b8babf;
  line-height: 1.5;
  user-select: none;
  white-space: nowrap;
}

.amis-scope .cxd-Select-value {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amis-scope .cxd-Select-value.is-invalid {
  color: #f23d3d;
}

.amis-scope .cxd-Select-value.is-disabled {
  color: #84878c;
}

.amis-scope .cxd-Select--multi {
  height: auto;
  min-height: 2rem;
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
}

.amis-scope .cxd-Select--multi .cxd-Select-valueWrap > input {
  display: inline-block;
  width: 6.25rem;
  margin-bottom: 0.25rem;
}

.amis-scope .cxd-Select--multi .cxd-Select-valueWrap .cxd-Select-placeholder {
  margin-left: 0.5rem;
}

.amis-scope .cxd-Select--multi .cxd-Select-values + .cxd-Select-input {
  transform: translateY(0);
}

.amis-scope .cxd-Select--multi .cxd-Select-value {
  position: static;
  white-space: normal;
  user-select: none;
  line-height: calc( 1.5 * 14px - 0.125rem );
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 400;
  color: #151b26;
  background: #f7f8fa;
  border: 0.0625rem solid #f2f3f5;
  border-radius: 2px 2px 2px 2px;
  padding: 0rem 0.25rem 0rem 0.25rem;
  margin: 0rem 0.25rem 0.125rem 0rem;
}

.amis-scope .cxd-Select--multi .cxd-Select-value:hover {
  background-color: #e6f0ff;
}

.amis-scope .cxd-Select--multi .cxd-Select-valueLabel {
  display: inline-block;
  max-width: 7.5rem;
  overflow: hidden;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.amis-scope .cxd-Select-valueIcon {
  cursor: pointer;
  margin-left: 0.625rem;
  color: #b8babf;
}

.amis-scope .cxd-Select-valueIcon:hover {
  color: #151b26;
}

.amis-scope .cxd-Select-valueIcon.is-disabled {
  pointer-events: none;
  display: none;
  cursor: not-allowed;
  background: #e6f2ff;
}

.amis-scope .cxd-Select-valueIcon svg {
  width: 0.625rem;
  height: 0.625rem;
}

.amis-scope .cxd-Select-arrow {
  width: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transform: rotate(90deg);
}

.amis-scope .cxd-Select-arrow > svg {
  transition: transform 0s;
  display: inline-block;
  color: #84878c;
  width: 10px;
  height: 10px;
  top: 0;
}

.amis-scope .cxd-Select.is-opened:not(.is-mobile) .cxd-Select-arrow > svg {
  transform: rotate(180deg);
}

.amis-scope .cxd-Select.is-mobile {
  min-height: calc(1.5 * 16px);
  border: none;
  padding: 0;
  font-size: 16px;
}

.amis-scope .cxd-Select.is-mobile .cxd-Select-valueWrap {
  text-align: right;
  padding-right: 4px;
}

.amis-scope .cxd-Select.is-mobile .cxd-Select-arrow > svg {
  transform: rotate(-90deg);
}

.amis-scope .cxd-Select-menu {
  max-height: 18.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  overflow: auto;
  user-select: none;
}

.amis-scope .cxd-Select-menu .cxd-Checkbox--sm > i {
  margin-top: -0.1875rem;
  margin-right: 0.25rem;
}

.amis-scope .cxd-Select-menu.is-mobile {
  width: 100%;
  text-align: center;
}

.amis-scope .cxd-Select-menu.is-mobile .cxd-Select-option {
  line-height: 2.25rem;
}

.amis-scope .cxd-Select--longlist {
  overflow: hidden;
  max-height: max-content;
}

.amis-scope .cxd-Select-input {
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0 0.625rem;
  height: 1.875rem;
  font-size: 12px;
  border-bottom: 1px solid #e8e9eb;
  display: flex;
  align-items: center;
}

.amis-scope .cxd-Select-input > svg {
  fill: #999;
  width: 0.875rem;
  min-width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.25rem;
}

.amis-scope .cxd-Select-input > input {
  width: 100%;
  outline: none;
  border: none;
  flex-grow: 1;
  background: transparent;
  position: relative;
  top: 0.125em;
}

.amis-scope .cxd-Select-option {
  cursor: pointer;
  padding: 0rem 0.625rem 0rem 0.625rem;
  display: flex;
  color: #151b26;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  line-height: 2rem;
}

.amis-scope .cxd-Select-option-checkbox {
  width: 100%;
  display: flex;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  align-items: center;
}

.amis-scope .cxd-Select-option-checkbox > label {
  width: 100%;
  display: flex;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  align-items: center;
}

.amis-scope .cxd-Select-option-checkbox > label > i {
  flex-shrink: 0;
}

.amis-scope .cxd-Select-option-checkbox > label > span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #151b26;
}

.amis-scope .cxd-Select-option.is-active {
  color: #2468f2;
  background: #ffffff;
}

.amis-scope .cxd-Select-option.is-active .cxd-Select-option-checkbox > label > span {
  color: #2468f2;
}

.amis-scope .cxd-Select-option.is-highlight {
  color: #151b26;
  background: #e6f0ff;
}

.amis-scope .cxd-Select-option.is-highlight .cxd-Select-option-checkbox > label > span {
  color: #151b26;
}

.amis-scope .cxd-Select-option.is-disabled {
  color: #b8babf;
  background: #ffffff;
}

.amis-scope .cxd-Select-option.is-disabled .cxd-Select-option-checkbox > label > span {
  color: #b8babf;
}

.amis-scope .cxd-Select-option > label {
  display: block;
}

.amis-scope .cxd-Select-option > a {
  float: right;
  margin-left: 0.25rem;
  display: none;
}

.amis-scope .cxd-Select-option.is-highlight > a {
  display: block;
}

.amis-scope .cxd-Select-option .cxd-Select-option-content,
.amis-scope .cxd-Select-option .cxd-Select-option-content > span > div {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}

.amis-scope .cxd-Select-noResult {
  color: #b8babf;
  line-height: 1.5;
  font-size: 12px;
  user-select: none;
  padding: calc( ( 1.5rem - 1.5 * 14px ) / 2 ) 0.625rem;
}

.amis-scope .cxd-Select-option-hl {
  color: #2468f2;
}

.amis-scope .cxd-Select-addBtn {
  display: block;
  cursor: pointer;
  padding: 0rem 0.625rem 0rem 0.625rem;
}

.amis-scope .cxd-Select-addBtn:hover {
  text-decoration: none;
}

.amis-scope .cxd-Select-addBtn > svg {
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.25rem;
}

.amis-scope .cxd-Select-spinner {
  line-height: calc( 1.5 * 14px );
}

.amis-scope .cxd-Select-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.amis-scope .cxd-Select-clear svg {
  fill: #d4d6d9;
  color: #d4d6d9;
  width: 14px;
  height: 14px;
  top: 0;
}

.amis-scope .cxd-Select-clear svg:hover {
  fill: #5c5f66;
}

.amis-scope .cxd-Select-popup {
  height: 20rem;
}

.amis-scope .cxd-Select-overflow-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc( ( 1.5 * 14px - 0.125rem + 0.25rem ) * 5 );
}

.amis-scope .cxd-Select-overflow-wrapper .cxd-Select-value {
  position: static;
  white-space: normal;
  user-select: none;
  line-height: calc( 1.5 * 14px - 0.125rem );
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 400;
  color: #151b26;
  background: #f7f8fa;
  border: 0.0625rem solid #f2f3f5;
  border-radius: 2px 2px 2px 2px;
  padding: 0rem 0.25rem 0rem 0.25rem;
  margin: 0rem 0.25rem 0.125rem 0rem;
}

.amis-scope .cxd-Select-overflow-wrapper .cxd-Select-value:hover {
  background-color: #e6f0ff;
}

.amis-scope .cxd-Select-overflow-wrapper .cxd-Select-valueLabel {
  display: inline-block;
  max-width: 7.5rem;
  overflow: hidden;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.amis-scope .cxd-Select-overflow.cxd-Tooltip--dark .cxd-Select-overflow-wrapper .cxd-Select-value {
  background-color: #5c5f66;
  border: none;
}

.amis-scope .cxd-Select-overflow.cxd-Tooltip--dark .cxd-Select-overflow-wrapper .cxd-Select-value:hover {
  background-color: #b8babf;
}

.amis-scope .cxd-Select-overflow.cxd-Tooltip--dark .cxd-Select-overflow-wrapper .cxd-Select-value .cxd-Select-valueIcon {
  color: #e8e9eb;
}

.amis-scope .cxd-Select-popover {
  margin-top: calc(0px * -1);
  background: #ffffff;
  color: #151b26;
  border: 0px solid #2468f2;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
    0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.amis-scope .cxd-Select-popover.cxd-PopOver--leftTopLeftBottom {
  margin-top: calc( (4px - 0px) * -1 );
}

.amis-scope .cxd-SelectControl:not(.is-inline) > .cxd-Select {
  display: flex;
}

.amis-scope .cxd-SelectControl.is-error > .cxd-Select {
  border-color: #f23d3d;
  background: #ffffff;
}

.amis-scope .cxd-SelectControl .cxd-TransferDropDown-popover {
  border: none;
}

.amis-scope .cxd-SelectControl .cxd-TransferDropDown-popover .cxd-Tree-list .cxd-Tree-item .cxd-Tree-itemLabel:hover,
.amis-scope .cxd-SelectControl .cxd-TransferDropDown-popover .cxd-Tree-list .cxd-Tree-item .cxd-Tree-item--isLeaf:hover {
  background-color: transparent;
}

.amis-scope .cxd-SelectControl .cxd-TransferDropDown-popover .cxd-Tree-list .cxd-Tree-item .cxd-Tree-itemLabel:hover .cxd-Tree-itemText,
.amis-scope .cxd-SelectControl .cxd-TransferDropDown-popover .cxd-Tree-list .cxd-Tree-item .cxd-Tree-item--isLeaf:hover .cxd-Tree-itemText {
  background: #f7f8fa;
}

.amis-scope .cxd-SelectControl .cxd-TransferDropDown-popover .cxd-Tree-list .cxd-Tree-item .cxd-Tree-itemLabel:active,
.amis-scope .cxd-SelectControl .cxd-TransferDropDown-popover .cxd-Tree-list .cxd-Tree-item .cxd-Tree-item--isLeaf:active {
  background-color: transparent;
}

.amis-scope .cxd-SelectControl .cxd-TransferDropDown-popover .cxd-Tree-list .cxd-Tree-item .cxd-Tree-itemLabel:active .cxd-Tree-itemText,
.amis-scope .cxd-SelectControl .cxd-TransferDropDown-popover .cxd-Tree-list .cxd-Tree-item .cxd-Tree-item--isLeaf:active .cxd-Tree-itemText {
  background: #e6f0ff;
}

.amis-scope .cxd-SelectControl .cxd-TransferDropDown-popover .cxd-Tree-list .cxd-Tree-item .cxd-Tree-itemLabel.is-checked,
.amis-scope .cxd-SelectControl .cxd-TransferDropDown-popover .cxd-Tree-list .cxd-Tree-item .cxd-Tree-item--isLeaf.is-checked {
  background-color: transparent;
}

.amis-scope .cxd-Select.is-error {
  border-color: #f23d3d;
  background: #ffffff;
}

@media (min-width: 576px) {
  .amis-scope .cxd-Form-control--sizeXs > .cxd-Select,
  .amis-scope .cxd-Form-control--sizeSm > .cxd-Select,
  .amis-scope .cxd-Form-control--sizeMd > .cxd-Select,
  .amis-scope .cxd-Form-control--sizeLg > .cxd-Select {
    min-width: 100%;
    max-width: 100%;
    display: inline-flex !important;
  }

  .amis-scope .cxd-Form-control--sizeXs > .cxd-Select .cxd-Select-valueWrap,
  .amis-scope .cxd-Form-control--sizeSm > .cxd-Select .cxd-Select-valueWrap,
  .amis-scope .cxd-Form-control--sizeMd > .cxd-Select .cxd-Select-valueWrap,
  .amis-scope .cxd-Form-control--sizeLg > .cxd-Select .cxd-Select-valueWrap {
    width: 0;
  }
}

.amis-scope .cxd-Selections {
  height: 100%;
  min-width: 12.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.amis-scope .cxd-Selections-title {
  height: 2rem;
  background: #f7f8fa;
  font-size: 14px;
  padding: calc( ( 2rem - 1.5 * 14px ) / 2 ) 0.5rem;
}

.amis-scope .cxd-Selections-placeholder {
  color: #b8babf;
  text-align: center;
  width: 100%;
  height: 100%;
  flex-basis: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}

.amis-scope .cxd-Selections-items {
  flex-grow: 1;
}

.amis-scope .cxd-Selections-item {
  display: flex;
  flex-direction: row;
  height: 2rem;
  line-height: 1.5;
  font-size: 14px;
  align-items: center;
  padding: calc( ( 2rem - 1.5 * 14px ) / 2 ) 0.5rem;
}

.amis-scope .cxd-Selections-item > label {
  flex-basis: 3.125rem;
  flex-grow: 1;
}

.amis-scope .cxd-Selections-item > label.is-invalid {
  color: #f23d3d;
}

.amis-scope .cxd-Selections-item > .cxd-Selections-dragbar {
  top: 0;
  width: 1.25rem;
  position: relative;
  left: calc(0.25rem * -1);
  color: #84878c;
  cursor: move;
}

.amis-scope .cxd-Selections-item--dragging > * {
  opacity: 0.2;
}

.amis-scope .cxd-Selections-delBtn {
  color: #84878c;
  cursor: pointer;
}

.amis-scope .cxd-Selections-delBtn:hover {
  color: #2468f2;
}

.amis-scope .cxd-Selections-delBtn > svg {
  width: 12px;
  height: 12px;
}

.amis-scope .cxd-ListControl-items,
.amis-scope .cxd-ListControl-static-items {
  display: block;
  margin: calc(0.625rem / -2);
}

.amis-scope .cxd-ListControl-items:empty,
.amis-scope .cxd-ListControl-static-items:empty {
  display: none;
}

.amis-scope .cxd-ListControl-item,
.amis-scope .cxd-ListControl-static-item {
  width: auto;
  position: relative;
  user-select: none;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: calc(0.625rem / 2);
  border: 1px solid #e8e9eb;
  background: #ffffff;
  padding: 0.375rem 0.625rem;
  color: #151b26;
  transition: none;
  max-width: calc(12.5rem + 2 * 0.625rem);
  border-radius: 4px;
  padding: 0.375rem 0.625rem 0.375rem 0.625rem;
}

.amis-scope .cxd-ListControl-item .b-inherit,
.amis-scope .cxd-ListControl-static-item .b-inherit {
  border-color: #151b26;
}

.amis-scope .cxd-ListControl-item:hover,
.amis-scope .cxd-ListControl-static-item:hover {
  color: #2468f2;
}

.amis-scope .cxd-ListControl-itemImage,
.amis-scope .cxd-ListControl-static-itemImage {
  margin: calc(0.375rem * -1) calc(0.625rem * -1);
}

.amis-scope .cxd-ListControl-itemImage img,
.amis-scope .cxd-ListControl-static-itemImage img {
  display: block;
  max-width: 100%;
}

.amis-scope .cxd-ListControl-itemLabel,
.amis-scope .cxd-ListControl-static-itemLabel {
  text-align: center;
}

.amis-scope .cxd-ListControl-itemImage + .cxd-ListControl-itemLabel,
.amis-scope .cxd-ListControl-itemImage + .cxd-ListControl-static-itemLabel,
.amis-scope .cxd-ListControl-static-itemImage + .cxd-ListControl-itemLabel,
.amis-scope .cxd-ListControl-static-itemImage + .cxd-ListControl-static-itemLabel {
  margin-top: 0.375rem;
}

.amis-scope .cxd-ListControl-placeholder,
.amis-scope .cxd-ListControl-static-placeholder {
  color: #b8babf;
}

.amis-scope .cxd-ListControl-item {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-radius: 4px 4px 4px 4px;
  background: #ffffff;
}

.amis-scope .cxd-ListControl-item:not(.is-disabled) {
  cursor: pointer;
}

.amis-scope .cxd-ListControl-item:hover {
  background: #ffffff;
  border-color: #2468f2;
  color: #2468f2;
}

.amis-scope .cxd-ListControl-item:hover .b-inherit {
  border-color: #2468f2;
}

.amis-scope .cxd-ListControl-item.hover {
  background: #ffffff;
  border-color: #2468f2;
  color: #2468f2;
}

.amis-scope .cxd-ListControl-item.hover .b-inherit {
  border-color: #2468f2;
}

.amis-scope .cxd-ListControl-item:hover {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-radius: 4px 4px 4px 4px;
  background: #ffffff;
}

.amis-scope .cxd-ListControl-item:hover:active,
.amis-scope .cxd-ListControl-item.is-active {
  background: #ffffff;
  border-color: #144bcc;
  color: #2468f2;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-radius: 4px 4px 4px 4px;
}

.amis-scope .cxd-ListControl-item:hover:active:hover,
.amis-scope .cxd-ListControl-item.is-active:hover {
  background: #ffffff;
}

.amis-scope .cxd-ListControl-item:hover:active .b-inherit,
.amis-scope .cxd-ListControl-item.is-active .b-inherit {
  border-color: #2468f2;
}

.amis-scope .cxd-ListControl-item:hover:active:before,
.amis-scope .cxd-ListControl-item.is-active:before {
  content: "";
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  background: #144bcc;
  right: 0;
  bottom: 0;
}

.amis-scope .cxd-ListControl-item:hover:active:after,
.amis-scope .cxd-ListControl-item.is-active:after {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.25rem;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0 0 0.125rem 0.125rem;
  right: 0.0625rem;
  bottom: 0.25rem;
  transform: rotate(-40deg);
}

.amis-scope .cxd-ListControl-item.is-disabled {
  pointer-events: none;
  opacity: 1;
  border-color: #f2f3f5;
  background: #f2f3f5;
  color: #b8babf;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-radius: 4px 4px 4px 4px;
  background: #f7f8fa;
}

.amis-scope .cxd-ListControl-item.is-disabled:before {
  background: #b8babf;
}

.amis-scope .cxd-ListControl-item.is-disabled .b-inherit {
  border-color: #f2f3f5;
}

.amis-scope .cxd-LocationPicker {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  border: 1px solid #e8e9eb;
  font-size: 14px;
  padding: 0.375rem 0.75rem;
  height: 2rem;
  outline: none;
  white-space: nowrap;
  color: #151b26;
  background: #ffffff;
  border-radius: 4px;
}

.amis-scope .cxd-LocationPicker:not(.is-disabled) {
  cursor: pointer;
}

.amis-scope .cxd-LocationPicker:not(.is-disabled):hover {
  background: #ffffff;
  border-color: #2468f2;
}

.amis-scope .cxd-LocationPicker:not(.is-disabled):hover .cxd-DatePicker-toggler:before {
  color: #2468f2;
}

.amis-scope .cxd-LocationPicker.is-focused,
.amis-scope .cxd-LocationPicker.is-active {
  border-color: #2468f2;
  box-shadow: none;
}

.amis-scope .cxd-LocationPicker.is-disabled {
  background: #e5e7eb;
}

.amis-scope .cxd-LocationPicker.is-disabled > cxd-LocationPicker-input {
  color: #b8babf;
}

.amis-scope .cxd-LocationPicker-placeholder {
  color: #b8babf;
  user-select: none;
  margin-right: 0.75rem;
  flex-basis: 0;
  flex-grow: 1;
}

.amis-scope .cxd-LocationPicker-value {
  margin-right: 0.75rem;
  flex-basis: 0;
  flex-grow: 1;
}

.amis-scope .cxd-LocationPicker-toggler {
  cursor: pointer;
  color: #84878c;
}

.amis-scope .cxd-LocationPicker-toggler svg {
  top: 0;
}

.amis-scope .cxd-LocationPicker-toggler:hover {
  color: #2468f2;
}

.amis-scope .cxd-LocationPicker-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  text-decoration: none;
  line-height: 1;
  margin-right: 0.25rem;
}

.amis-scope .cxd-LocationPicker-clear svg {
  fill: #d4d6d9;
  width: 14px;
  height: 14px;
}

.amis-scope .cxd-LocationPicker-clear:hover svg {
  fill: #5c5f66;
}

.amis-scope .cxd-LocationPicker-clear:active svg {
  fill: #303540;
}

.amis-scope .cxd-LocationPicker-clear svg {
  top: 0;
}

.amis-scope .cxd-LocationControl {
  position: relative;
  width: 100%;
}

.amis-scope .cxd-LocationControl .cxd-PopOver {
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.amis-scope .cxd-LocationControl:not(.is-inline) > .cxd-LocationPicker {
  display: flex;
}

.amis-scope .cxd-LocationPicker-popover {
  min-width: 320px;
  width: 100%;
  max-width: 100%;
  margin-top: -1px;
  border-color: #2468f2;
}

.amis-scope .cxd-MapPicker-search {
  padding: 5px 10px;
}

.amis-scope .cxd-MapPicker-map {
  display: block;
  width: 100%;
  height: 200px;
}

.amis-scope .cxd-MapPicker-item {
  padding: 10px 10px;
  position: relative;
  border-top: 1px solid #e8e9eb;
}

.amis-scope .cxd-MapPicker-item > svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.amis-scope .cxd-MapPicker-itemTitle {
  font-size: 14px;
}

.amis-scope .cxd-MapPicker-itemDesc {
  font-size: 12px;
}

.amis-scope .cxd-MapPicker-sugItem {
  cursor: pointer;
  padding: calc( ( 1.5rem - 1.5 * 14px ) / 2 ) 0.625rem;
}

.amis-scope .cxd-MapPicker-sugItem:hover {
  color: #2468f2;
  background: #ffffff;
}

.amis-scope .tangram-suggestion-main {
  display: none !important;
}

.amis-scope .cxd-MatrixControl-error {
  margin-bottom: 0;
}

.amis-scope .cxd-ColorPicker {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  border: 1px solid #e8e9eb;
  font-size: 14px;
  padding: calc(
    (
        2rem - 1.5 *
          14px
      ) / 2 - 1px
  ) 0.75rem;
  background: #ffffff;
  color: #151b26;
  border-radius: 4px;
}

.amis-scope .cxd-ColorPicker-popup {
  height: 25rem;
}

.amis-scope .cxd-ColorPicker:not(.is-disabled) {
  cursor: pointer;
}

.amis-scope .cxd-ColorPicker:not(.is-disabled):hover {
  background: #ffffff;
  border-color: #2468f2;
}

.amis-scope .cxd-ColorPicker-input {
  border: 0;
  background: transparent;
  outline: none;
  width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  padding: 0;
  margin: 0;
  height: calc(14px * 1.5);
}

.amis-scope .cxd-ColorPicker-input::placeholder {
  color: #b8babf;
}

.amis-scope .cxd-ColorPicker.is-focused {
  border-color: #2468f2;
  box-shadow: none;
}

.amis-scope .is-error > .cxd-ColorPicker {
  border-color: #f23d3d;
  background: #ffffff;
}

.amis-scope .cxd-ColorPicker.is-disabled {
  background: #e8e9eb;
  color: #b8babf;
  pointer-events: none;
}

.amis-scope .cxd-ColorPicker.is-disabled > .cxd-ColorPicker-input {
  color: #b8babf;
}

.amis-scope .cxd-ColorPicker.is-disabled > .cxd-ColorPicker-input::placeholder {
  color: #b8babf;
}

.amis-scope .cxd-ColorPicker-preview {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
  cursor: pointer;
}

.amis-scope .cxd-ColorPicker-previewIcon {
  display: block;
  width: 1rem;
  height: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.amis-scope .cxd-ColorPicker-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  text-decoration: none;
}

.amis-scope .cxd-ColorPicker-clear svg {
  fill: #d4d6d9;
  width: 14px;
  height: 14px;
}

.amis-scope .cxd-ColorPicker-clear:hover svg {
  fill: #5c5f66;
}

.amis-scope .cxd-ColorPicker-clear:active svg {
  fill: #303540;
}

.amis-scope .cxd-ColorPicker-arrow {
  margin-right: 0.25rem;
  width: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.amis-scope .cxd-ColorPicker-arrow > svg {
  transition: transform 0s;
  display: inline-block;
  color: #84878c;
  width: 10px;
  height: 10px;
  top: 0;
}

.amis-scope .cxd-ColorPicker.is-opened .cxd-ColorPicker-arrow > svg {
  transform: rotate(180deg);
}

.amis-scope .cxd-ColorPicker-popover {
  border: none;
  box-shadow: none;
}

.amis-scope .cxd-ColorControl:not(.is-inline) > .cxd-ColorPicker {
  display: flex;
}

.amis-scope .sketch-picker {
  border: none !important;
  border-radius: 4px !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
    0px 1px 2px 0px rgba(0, 0, 0, 0.06) !important;
}

.amis-scope .cxd-DatePicker {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  border-width: 1px
    1px
    1px
    1px;
  border-style: solid
    solid
    solid
    solid;
  border-color: #e8e9eb
    #e8e9eb
    #e8e9eb
    #e8e9eb;
  font-size: 14px;
  padding: 0.25rem 0.75rem 0.25rem 0.625rem;
  height: 2rem;
  outline: none;
  white-space: nowrap;
  color: #151b26;
  background: #ffffff;
  border-radius: 4px
    4px
    4px
    4px;
  min-width: calc(
    16px * 5 + 0.75rem * 2 +
      14px * 2
  );
}

.amis-scope .cxd-DatePicker-input {
  display: inline-block;
  width: 100%;
  background: none;
  padding: 0;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  color: #151b26;
}

.amis-scope .cxd-DatePicker-input:focus {
  border: none;
  outline: none;
  box-sizing: none;
}

.amis-scope .cxd-DatePicker-input::placeholder {
  color: #b8babf;
}

.amis-scope .cxd-DatePicker .cxd-DatePicker-clear {
  display: none;
}

.amis-scope .cxd-DatePicker--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .cxd-DatePicker--borderNone {
  border-color: transparent !important;
}

.amis-scope .cxd-DatePicker:not(.is-disabled) {
  cursor: pointer;
}

.amis-scope .cxd-DatePicker:not(.is-disabled):hover {
  background: #ffffff;
  border-color: #2468f2
    #2468f2
    #2468f2
    #2468f2;
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
}

.amis-scope .cxd-DatePicker:not(.is-disabled):hover .cxd-DatePicker-input {
  color: #151b26;
}

.amis-scope .cxd-DatePicker:not(.is-disabled):hover .cxd-DatePicker-clear {
  display: flex;
}

.amis-scope .cxd-DatePicker:not(.is-disabled):hover .cxd-DatePicker-clear + .cxd-DatePicker-toggler {
  display: none;
}

.amis-scope .cxd-DatePicker:not(.is-disabled).is-focused {
  background: #ffffff;
  border-color: #2468f2
    #2468f2
    #2468f2
    #2468f2;
  box-shadow: 0px 0px 0px 0px transparent;
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
}

.amis-scope .cxd-DatePicker:not(.is-disabled).is-focused .cxd-DatePicker-input {
  color: #151b26;
}

.amis-scope .is-error > .cxd-DatePicker {
  border-color: #f23d3d;
  background: #ffffff;
}

.amis-scope .cxd-DatePicker.is-disabled {
  background: #f7f8fa;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
}

.amis-scope .cxd-DatePicker.is-disabled > .cxd-DatePicker-input {
  color: #151b26;
}

.amis-scope .cxd-DatePicker-placeholder {
  color: #b8babf;
  user-select: none;
  margin-right: 0.75rem;
  min-width: 3.125rem;
  flex-basis: 0;
  flex-grow: 1;
}

.amis-scope .cxd-DatePicker-value {
  margin-right: 0.75rem;
  flex-basis: 0;
  flex-grow: 1;
}

.amis-scope .cxd-DatePicker-toggler {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  text-decoration: none;
  line-height: 1;
}

.amis-scope .cxd-DatePicker-toggler svg {
  fill: #d4d6d9;
  width: 14px;
  height: 14px;
}

.amis-scope .cxd-DatePicker-toggler:hover svg {
  fill: #5c5f66;
}

.amis-scope .cxd-DatePicker-toggler:active svg {
  fill: #303540;
}

.amis-scope .cxd-DatePicker-toggler svg {
  color: #84878c;
  width: 0.875rem;
  height: 0.875rem;
}

.amis-scope .cxd-DatePicker .DatePicker-toggler-clock {
  content: '<svg viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>ic_时间</title><g id="ic_时间" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><circle id="1-FL" stroke="currentColor" cx="8" cy="8" r="6.5" stroke-width="1px" fill="none" stroke-linecap="butt" stroke-linejoin="round"/><polyline id="2-FLW" stroke="currentColor" points="7.87443646 5.5 7.87443646 8.53778873 5.5 9.28133409" stroke-width="1px" fill="none" stroke-linecap="butt" stroke-linejoin="round"/></g></svg>';
}

.amis-scope .cxd-DatePicker .DatePicker-toggler-date {
  content: '<svg viewBox="0 0 13 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-1.338385, -2.000000)"><rect x="0" y="0" width="16" height="16"></rect><path d="M6,2 L6,3 L10,3 L10,2 L11,2 L11,3 L14,3 L14,14 L2,14 L2,3 L5,3 L5,2 L6,2 Z M13,7 L3,7 L3,13 L13,13 L13,7 Z M5,4 L3,4 L3,6 L13,6 L13,4 L11,4 L11,5 L10,5 L10,4 L6,4 L6,5 L5,5 L5,4 Z" fill="currentColor"></path></g></g></svg>';
}

.amis-scope .cxd-DatePicker-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  text-decoration: none;
  line-height: 1;
}

.amis-scope .cxd-DatePicker-clear svg {
  fill: #d4d6d9;
  width: 14px;
  height: 14px;
}

.amis-scope .cxd-DatePicker-clear:hover svg {
  fill: #5c5f66;
}

.amis-scope .cxd-DatePicker-clear:active svg {
  fill: #303540;
}

.amis-scope .cxd-DatePicker-clear svg {
  top: 0;
  width: 0.875rem;
  height: 0.875rem;
}

.amis-scope .cxd-DateControl:not(.is-inline) > .cxd-DatePicker {
  display: flex;
}

.amis-scope .cxd-DatePicker-shortcuts {
  margin: 0;
  padding-left: 0.625rem;
  list-style: none;
  background: #f7f7f9;
  line-height: 2rem;
}

.amis-scope .cxd-DatePicker-shortcut {
  display: inline-block;
  margin-right: 2rem;
  font-size: 12px;
}

.amis-scope .cxd-DatePicker-shortcut a {
  font-size: 12px;
  cursor: pointer;
  color: #151b26;
  text-decoration: none;
}

.amis-scope .cxd-DatePicker-shortcut a:hover {
  color: #528eff;
  text-decoration: none;
}

.amis-scope .cxd-DatePicker-popover {
  margin: 0.125rem 0 0;
}

.amis-scope .cxd-DatePicker-popover.cxd-PopOver--leftTopLeftBottom,
.amis-scope .cxd-DatePicker-popover.cxd-PopOver--rightTopRightBottom {
  margin: -0.125rem 0 0;
}

.amis-scope .cxd-DatePicker-popup {
  height: 18.75rem;
}

.amis-scope .cxd-DatePicker.is-mobile {
  border: 0;
  justify-content: flex-end;
}

.amis-scope .cxd-DatePicker.is-mobile span:focus,
.amis-scope .cxd-DatePicker.is-mobile a:focus {
  outline: unset;
}

.amis-scope .cxd-DatePicker.is-mobile .cxd-DatePicker-value,
.amis-scope .cxd-DatePicker.is-mobile .cxd-DatePicker-clear {
  display: inline-flex;
  justify-content: flex-end;
  padding: 0 0;
}

.amis-scope .cxd-DatePicker.is-mobile .cxd-DatePicker-value {
  margin-right: 0.25rem;
}

.amis-scope .cxd-DatePicker.is-mobile .cxd-DatePicker-placeholder {
  flex-grow: unset;
  flex-basis: unset;
}

.amis-scope .cxd-DatePicker.is-mobile .cxd-DatePicker-toggler {
  margin-top: -3px;
}

.amis-scope .cxd-DatePicker-popup.cxd-DatePicker-mobile {
  color: red;
}

.amis-scope .cxd-DatePicker-popup.cxd-DatePicker-mobile .rdt {
  width: 100%;
}

.amis-scope .cxd-DatePicker-popup.cxd-DatePicker-mobile .rdt .rdtPicker {
  width: 100%;
  padding: unset;
}

.amis-scope .rdt {
  user-select: none;
  font-size: 12px;
  color: #151b26;
}

.amis-scope .rdt .rdtDays {
  display: flex;
}

.amis-scope .rdt .rdtDays .rdtDaysPart {
  width: 16.5rem;
  border-right: 1px solid #e8e9eb;
}

.amis-scope .rdt .rdtDays .rdtTimePart {
  width: 8rem;
  text-align: center;
}

.amis-scope .rdt .rdtDays .rdtTimePartWithS {
  width: 12rem;
  text-align: center;
}

.amis-scope .rdt .rdtDays .rdtShowTime {
  height: 2.6875rem;
  padding-top: 0.6875rem;
  margin-left: 0.125rem;
}

.amis-scope .rdt .rdtPickerTime {
  width: 100%;
  height: 100%;
}

.amis-scope .rdt .rdtPickerDate {
  height: 100%;
}

.amis-scope .rdt .rdtPickerTimeWithoutD {
  width: 100%;
}

.amis-scope .rdt .rdtPickerTimeWithoutD .TimeContentWrapper {
  display: flex;
}

.amis-scope .rdt .rdtPicker {
  margin-top: 0;
  padding: 0;
  background: transparent;
  border: none;
}

.amis-scope .rdt .rdtPicker .dow {
  font-weight: normal;
}

.amis-scope .rdt .rdtPicker td.rdtDay,
.amis-scope .rdt .rdtPicker td.rdtHour,
.amis-scope .rdt .rdtPicker td.rdtMinute,
.amis-scope .rdt .rdtPicker td.rdtSecond,
.amis-scope .rdt .rdtPicker .rdtTimeToggle {
  background: #ffffff;
}

.amis-scope .rdt .rdtPicker td.rdtDay:hover span,
.amis-scope .rdt .rdtPicker td.rdtHour:hover span,
.amis-scope .rdt .rdtPicker td.rdtMinute:hover span,
.amis-scope .rdt .rdtPicker td.rdtSecond:hover span,
.amis-scope .rdt .rdtPicker .rdtTimeToggle:hover span {
  color: #151b26;
  background: #f7f8fa;
}

.amis-scope .rdt .rdtPicker td.rdtToday > span {
  border: 1px solid #2468f2;
}

.amis-scope .rdt .rdtPicker td.rdtToday:hover span {
  background: transparent;
}

.amis-scope .rdt .rdtPicker td.rdtBetween {
  background: #e6f0ff;
}

.amis-scope .rdt .rdtPicker td.rdtToday:before {
  border-bottom-color: #2468f2;
}

.amis-scope .rdt .rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #ffffff;
}

.amis-scope .rdt .rdtPicker .rdtDisabled.rdtToday > span,
.amis-scope .rdt .rdtPicker .rdtOld.rdtToday > span,
.amis-scope .rdt .rdtPicker .rdtNew.rdtToday > span {
  border-color: #e8e9eb;
}

.amis-scope .rdt .rdtPicker td.rdtActive > span,
.amis-scope .rdt .rdtPicker td.rdtActive:hover > span {
  color: #ffffff;
  background: #2468f2;
}

.amis-scope .rdt .rdtPicker .rdtActive.rdtToday {
  color: #151b26;
}

.amis-scope .rdt .rdtPicker .rdtActive.rdtToday > span {
  border-color: #144bcc;
}

.amis-scope .rdt .rdtPicker td.rdtDisabled:hover > span {
  background: #f7f8fa;
}

.amis-scope .rdt thead tr:first-child th {
  cursor: default;
  font-weight: normal;
  border-bottom: none;
}

.amis-scope .rdt thead tr:first-child th:hover {
  background: transparent;
}

.amis-scope .rdt tfoot {
  border-top: 0;
}

.amis-scope .rdt tfoot td {
  padding-top: 0.25rem;
  text-align: left;
}

.amis-scope .rdt tfoot td span {
  width: 10px;
  display: inline-block;
  text-align: center;
}

.amis-scope .rdt tfoot td .rdtActions {
  text-align: right;
  padding: 0.5rem;
  border-top: 1px solid #e8e9eb;
}

.amis-scope .cxd-CalendarTimesWrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.amis-scope .cxd-CalendarTimesWrapper .cxd-CalendarInputsWrapper {
  height: 15.5rem;
}

.amis-scope .cxd-CalendarInputWrapper {
  display: inline-block;
  position: relative;
  width: 4rem;
  height: 15.5rem;
  overflow: auto;
}

.amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugs {
  list-style: none;
  background: #ffffff;
  color: #151b26;
  left: -0.0625rem;
  right: -0.0625rem;
  top: 100%;
  z-index: 10;
}

.amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsHours {
  height: 55.75rem;
}

.amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsTimes {
  height: 118.75rem;
  border-left: 1px solid #e8e9eb;
}

.amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem {
  text-align: center;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

.amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem.is-highlight {
  color: #151b26;
  background: #e6f0ff;
}

.amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem:hover {
  color: #151b26;
  background: #f7f8fa;
}

.amis-scope .cxd-TimeContentWrapper {
  display: flex;
}

.amis-scope .cxd-TimeRangeHeaderWrapper {
  height: 40px;
  padding-top: 10px;
  text-align: center;
  border-bottom: 1px solid #e8e9eb;
}

.amis-scope .cxd-TimeFooterWrapper {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  border-top: 1px solid #e8e9eb;
}

.amis-scope .cxd-TimeFooterWrapper .cxd-Button {
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  border-radius: 2px;
}

.amis-scope .cxd-CalendarInput {
  outline: none;
  width: 3.5rem;
  font-size: 14px;
  color: #2468f2;
  border: 1px solid #e8e9eb;
  border-radius: 4px;
  height: 2.5rem;
  line-height: 1.5;
  padding: calc(
    (
        2.5rem - 1.5 *
          14px
      ) / 2
  ) 0.625rem;
  box-shadow: none;
}

.amis-scope .cxd-CalendarInput:focus {
  border-color: #2468f2;
  box-shadow: none;
}

.amis-scope .cxd-CalendarTime {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.amis-scope .cxd-CalendarCounter-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  text-align: center;
  color: var(--Button--primary-bg);
}

.amis-scope .cxd-CalendarCounter-btn:hover {
  color: var(--Button--primary-onActive-bg);
}

.amis-scope .cxd-CalendarCounter-btn > svg {
  width: 16px;
  height: 16px;
}

.amis-scope .cxd-CalendarCounter-btn--up > svg {
  transform: rotate(-90deg);
}

.amis-scope .cxd-CalendarCounter-btn--down > svg {
  transform: rotate(90deg);
}

.amis-scope .cxd-CalendarCounter-sep {
  width: 1rem;
  text-align: center;
}

.amis-scope .cxd-CalendarCounter--daypart {
  margin-left: 10px;
}

.amis-scope .cxd-CalendarCounter--daypart .cxd-CalendarCounter-value {
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}

.amis-scope .rdtBtn {
  line-height: 1.5;
  padding: calc(
    (
        1.875rem - 1.5 *
          12px
      ) / 2
  ) 0.625rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 12px;
  border: 1px solid #2468f2;
  color: #2468f2;
  background: #2468f2;
  border-color: #ffffff #144bcc #0832a6 #ffffff;
  border-width: #144bcc #0832a6 #ffffff 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
  border-radius: var(--Button-borderRadius);
}

.amis-scope .rdtBtn:hover {
  text-decoration: none;
}

.amis-scope .rdtBtn.is-disabled {
  border-color: var(--Button-onDisabled-borderColor);
  opacity: 0.6;
  pointer-events: none;
}

.amis-scope .rdtBtn .fa,
.amis-scope .rdtBtn .iconfont {
  font-size: 12px;
}

.amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover {
  color: #2468f2;
  background: #ffffff;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .rdtBtn:not(:disabled):not(.is-disabled).hover {
  color: #2468f2;
  background: #ffffff;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover:active {
  color: #144bcc;
  background: #ffffff;
  border-color: #144bcc #144bcc #144bcc #144bcc;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .rdtBtn:not(:disabled):not(.is-disabled).active {
  color: #144bcc;
  background: #ffffff;
  border-color: #144bcc #144bcc #144bcc #144bcc;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .rdtBtn:disabled,
.amis-scope .rdtBtn.is-disabled {
  color: #b8babf;
  background: #f7f8fa;
  border-color: #f7f8fa #f7f8fa #f7f8fa #f7f8fa;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .rdtBtn + .rdtBtn {
  margin-left: 0.25rem;
}

.amis-scope .rdtBtnCancel {
  color: #d4d6d9;
  background: #ffffff;
  border-color: #151b26 #ffffff #528eff #528eff;
  border-width: #ffffff #144bcc #144bcc 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover {
  color: #2468f2;
  background: #ffffff;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled).hover {
  color: #2468f2;
  background: #ffffff;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
  color: #144bcc;
  background: #ffffff;
  border-color: #144bcc #144bcc #144bcc #144bcc;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled).active {
  color: #144bcc;
  background: #ffffff;
  border-color: #144bcc #144bcc #144bcc #144bcc;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .rdtBtnCancel:disabled,
.amis-scope .rdtBtnCancel.is-disabled {
  color: #b8babf;
  background: #f7f8fa;
  border-color: #f7f8fa #f7f8fa #f7f8fa #f7f8fa;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .rdtBtnPrev:before,
.amis-scope .rdtBtnNext:before {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 1;
}

.amis-scope .rdtPrev,
.amis-scope .rdtNext {
  cursor: pointer !important;
  width: 1rem;
  padding: 0;
  color: #84878c;
  font-size: 18px;
  text-decoration: none;
  font-family: auto;
  font-weight: normal;
}

.amis-scope .rdtPrev:hover,
.amis-scope .rdtNext:hover {
  text-decoration: none;
  color: #151b26;
}

.amis-scope .rdtCenter {
  color: #151b26;
}

.amis-scope .rdtSwitch {
  text-align: center;
  cursor: pointer;
  font-weight: normal;
  color: #151b26;
}

.amis-scope .rdtSwitch:hover {
  color: #528eff;
  text-decoration: none;
}

.amis-scope .rdtHeader {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  height: 40px;
  width: 100%;
  margin-top: -8px;
}

.amis-scope .rdtHeader > * {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.amis-scope .rdtHeader .rdtSwitch + .rdtSwitch {
  margin-left: 0.25rem;
}

.amis-scope .rdtHeader .date-icon-arrow-left,
.amis-scope .rdtHeader .date-icon-arrow {
  width: 0.625rem;
  height: 0.625rem;
  top: 0;
}

.amis-scope .rdtHeader .date-icon-arrow-left {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.amis-scope .header-line {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 40px;
  height: 1px;
  background: #e8e9eb;
}

.amis-scope td.rdtMonth > span,
.amis-scope td.rdtYear > span,
.amis-scope td.rdtQuarter > span {
  display: inline-block;
  color: #151b26;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
}

.amis-scope td.rdtMonth.rdtBetween,
.amis-scope td.rdtYear.rdtBetween,
.amis-scope td.rdtQuarter.rdtBetween {
  background: #e6f0ff;
}

.amis-scope td.rdtMonth:hover,
.amis-scope td.rdtYear:hover,
.amis-scope td.rdtQuarter:hover {
  background: transparent;
}

.amis-scope td.rdtMonth:hover > span,
.amis-scope td.rdtYear:hover > span,
.amis-scope td.rdtQuarter:hover > span {
  color: #151b26;
  background: #f7f8fa;
}

.amis-scope td.rdtMonth.rdtActive,
.amis-scope td.rdtMonth.rdtActive:hover,
.amis-scope td.rdtYear.rdtActive,
.amis-scope td.rdtYear.rdtActive:hover,
.amis-scope td.rdtQuarter.rdtActive,
.amis-scope td.rdtQuarter.rdtActive:hover {
  background: transparent;
}

.amis-scope td.rdtMonth.rdtActive > span,
.amis-scope td.rdtMonth.rdtActive:hover > span,
.amis-scope td.rdtYear.rdtActive > span,
.amis-scope td.rdtYear.rdtActive:hover > span,
.amis-scope td.rdtQuarter.rdtActive > span,
.amis-scope td.rdtQuarter.rdtActive:hover > span {
  background: #2468f2 !important;
  color: #ffffff !important;
}

.amis-scope td.rdtMonth.rdtDisabled,
.amis-scope td.rdtMonth.rdtDisabled:hover,
.amis-scope td.rdtYear.rdtDisabled,
.amis-scope td.rdtYear.rdtDisabled:hover,
.amis-scope td.rdtQuarter.rdtDisabled,
.amis-scope td.rdtQuarter.rdtDisabled:hover {
  background: #f7f8fa;
}

.amis-scope td.rdtMonth.rdtDisabled > span,
.amis-scope td.rdtMonth.rdtDisabled:hover > span,
.amis-scope td.rdtYear.rdtDisabled > span,
.amis-scope td.rdtYear.rdtDisabled:hover > span,
.amis-scope td.rdtQuarter.rdtDisabled > span,
.amis-scope td.rdtQuarter.rdtDisabled:hover > span {
  background: #f7f8fa;
  color: #b8babf;
}

.amis-scope .rdtPicker .rdtActive.rdtBetween.rdtStartDay {
  background: linear-gradient(to right, transparent 0%, transparent 50%, #e6f0ff 51%, #e6f0ff 100%);
}

.amis-scope .rdt .rdtPicker td.is-disabled {
  cursor: not-allowed !important;
  background: #f7f8fa;
  color: #b8babf;
}

.amis-scope .rdt .rdtPicker td.is-disabled:hover {
  background: #f7f8fa;
  color: #b8babf;
}

.amis-scope .rdt .rdtPicker td.is-disabled:hover > span {
  background: inherit !important;
  color: inherit !important;
}

.amis-scope .rdtPicker .rdtActive.rdtBetween.rdtEndDay {
  background: linear-gradient(to right, #e6f0ff 0%, #e6f0ff 50%, transparent 51%, transparent 100%);
}

.amis-scope .cxd-DateCalendar {
  display: inline-block;
  border-width: 1px
    1px
    1px
    1px;
  border-style: solid
    solid
    solid
    solid;
  border-color: #e8e9eb
    #e8e9eb
    #e8e9eb
    #e8e9eb;
  background: #ffffff;
  border-radius: 4px
    4px
    4px
    4px;
}

.amis-scope .cxd-DateRangePicker {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  border-width: 1px
    1px
    1px
    1px;
  border-style: solid
    solid
    solid
    solid;
  border-color: #e8e9eb
    #e8e9eb
    #e8e9eb
    #e8e9eb;
  font-size: 14px;
  padding: 0 0.75rem 0 0.625rem;
  height: 2rem;
  outline: none;
  border-radius: 4px
    4px
    4px
    4px;
  color: #151b26;
  background: #ffffff;
}

.amis-scope .cxd-DateRangePicker--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .cxd-DateRangePicker--borderNone {
  border-color: transparent !important;
}

.amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-clear {
  display: none;
}

.amis-scope .cxd-DateRangePicker:not(.is-disabled):hover {
  background: #ffffff;
  border-color: #2468f2
    #2468f2
    #2468f2
    #2468f2;
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
}

.amis-scope .cxd-DateRangePicker:not(.is-disabled):hover .cxd-DateRangePicker-input {
  color: #151b26;
}

.amis-scope .cxd-DateRangePicker:not(.is-disabled):hover .cxd-DateRangePicker-clear {
  display: flex;
}

.amis-scope .cxd-DateRangePicker:not(.is-disabled):hover .cxd-DateRangePicker-clear + .cxd-DateRangePicker-toggler {
  display: none;
}

.amis-scope .cxd-DateRangePicker:not(.is-disabled).is-focused {
  background: #ffffff;
  border-color: #2468f2
    #2468f2
    #2468f2
    #2468f2;
  box-shadow: 0px 0px 0px 0px transparent;
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
}

.amis-scope .cxd-DateRangePicker:not(.is-disabled).is-focused .cxd-DateRangePicker-input {
  color: #151b26;
}

.amis-scope .is-error > .cxd-DateRangePicker {
  border-color: #f23d3d;
  background: #ffffff;
}

.amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input {
  border: none;
  border-bottom: 2px solid transparent;
  outline: none;
  padding: 0;
  background: 0;
  flex: 1;
  width: 50%;
  line-height: 1.875rem;
  font-size: 14px;
  font-weight: 400;
  color: #151b26;
}

.amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input::placeholder {
  color: #b8babf;
}

.amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input.isActive {
  border-bottom: 2px solid #144bcc;
}

.amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input-separator {
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
}

.amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input-separator-line {
  width: 0.5rem;
  height: 1px;
  background: #b8babf;
}

.amis-scope .cxd-DateRangePicker.is-disabled {
  background: #f7f8fa;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
}

.amis-scope .cxd-DateRangePicker.is-disabled > .cxd-DateRangePicker-input {
  color: #151b26;
}

.amis-scope .cxd-DateRangePicker-placeholder {
  color: #b8babf;
  user-select: none;
  margin-right: 0.75rem;
  flex-basis: 0;
  flex-grow: 1;
}

.amis-scope .cxd-DateRangePicker-value {
  margin-right: 0.75rem;
  flex-basis: 0;
  flex-grow: 1;
}

.amis-scope .cxd-DateRangePicker-toggler {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  text-decoration: none;
  line-height: 1;
}

.amis-scope .cxd-DateRangePicker-toggler svg {
  fill: #d4d6d9;
  width: 14px;
  height: 14px;
}

.amis-scope .cxd-DateRangePicker-toggler:hover svg {
  fill: #5c5f66;
}

.amis-scope .cxd-DateRangePicker-toggler:active svg {
  fill: #303540;
}

.amis-scope .cxd-DateRangePicker-toggler svg {
  color: #84878c;
  width: 0.875rem;
  height: 0.875rem;
}

.amis-scope .cxd-DateRangePicker .DatePicker-toggler-clock {
  content: '<svg viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>ic_时间</title><g id="ic_时间" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><circle id="1-FL" stroke="currentColor" cx="8" cy="8" r="6.5" stroke-width="1px" fill="none" stroke-linecap="butt" stroke-linejoin="round"/><polyline id="2-FLW" stroke="currentColor" points="7.87443646 5.5 7.87443646 8.53778873 5.5 9.28133409" stroke-width="1px" fill="none" stroke-linecap="butt" stroke-linejoin="round"/></g></svg>';
}

.amis-scope .cxd-DateRangePicker .DatePicker-toggler-date {
  content: '<svg viewBox="0 0 13 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-1.338385, -2.000000)"><rect x="0" y="0" width="16" height="16"></rect><path d="M6,2 L6,3 L10,3 L10,2 L11,2 L11,3 L14,3 L14,14 L2,14 L2,3 L5,3 L5,2 L6,2 Z M13,7 L3,7 L3,13 L13,13 L13,7 Z M5,4 L3,4 L3,6 L13,6 L13,4 L11,4 L11,5 L10,5 L10,4 L6,4 L6,5 L5,5 L5,4 Z" fill="currentColor"></path></g></g></svg>';
}

.amis-scope .cxd-DateRangePicker-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  text-decoration: none;
  line-height: 1;
}

.amis-scope .cxd-DateRangePicker-clear svg {
  fill: #d4d6d9;
  width: 14px;
  height: 14px;
}

.amis-scope .cxd-DateRangePicker-clear:hover svg {
  fill: #5c5f66;
}

.amis-scope .cxd-DateRangePicker-clear:active svg {
  fill: #303540;
}

.amis-scope .cxd-DateRangePicker-clear svg {
  top: 0;
  width: 0.875rem;
  height: 0.875rem;
}

.amis-scope .cxd-DateRangePicker-activeCursor {
  bottom: 0;
  height: 2px;
  background: #144bcc;
  opacity: 0;
  transition: all 0s ease-in-out;
  pointer-events: none;
}

.amis-scope .cxd-DateRangePicker-activeCursor.isFocused {
  opacity: 1;
}

.amis-scope .cxd-DateRangePicker-wrap {
  width: auto;
  padding: 0;
}

.amis-scope .cxd-DateRangePicker-picker-wrap {
  display: flex;
}

.amis-scope .cxd-DateRangePicker-start,
.amis-scope .cxd-DateRangePicker-end {
  display: flex;
  flex: 1;
}

.amis-scope .cxd-DateRangePicker-start .rdtPicker,
.amis-scope .cxd-DateRangePicker-end .rdtPicker {
  padding: 0;
  box-shadow: none;
  border: none;
}

.amis-scope .cxd-DateRangePicker-end {
  margin-top: 20px;
}

.amis-scope .cxd-DateRangePicker-rangers {
  margin: 0;
  padding-left: 0.625rem;
  list-style: none;
  background: #f7f7f9;
  line-height: 2rem;
}

.amis-scope .cxd-DateRangePicker-ranger {
  display: inline-block;
  margin-right: 2rem;
  font-size: 12px;
}

.amis-scope .cxd-DateRangePicker-ranger a {
  cursor: pointer;
  color: #151b26;
}

.amis-scope .cxd-DateRangePicker-ranger a:hover {
  color: #528eff;
}

.amis-scope .cxd-DateRangePicker-actions {
  text-align: right;
  padding: 0.5rem;
  border-top: 1px solid #e8e9eb;
}

.amis-scope .cxd-DateRangeControl:not(.is-inline) > .cxd-DateRangePicker {
  display: flex;
}

.amis-scope .cxd-DateRangePicker-popover {
  margin: 0.125rem 0 0;
}

.amis-scope .cxd-DateRangePicker-popover.cxd-PopOver--leftTopLeftBottom,
.amis-scope .cxd-DateRangePicker-popover.cxd-PopOver--rightTopRightBottom {
  margin: -0.125rem 0 0;
}

.amis-scope .cxd-DateRangePicker-popup {
  height: 25rem;
}

@media (min-width: 576px) {
  .amis-scope .cxd-DateRangePicker-wrap {
    white-space: nowrap;
  }

  .amis-scope .cxd-DateRangePicker-end {
    margin-top: 0;
    border-left: 1px solid #e8e9eb;
  }
}

.amis-scope .cxd-DateRangeCalendar {
  display: inline-block;
  border-width: 1px
    1px
    1px
    1px;
  border-style: solid
    solid
    solid
    solid;
  border-color: #e8e9eb
    #e8e9eb
    #e8e9eb
    #e8e9eb;
  background: #ffffff;
  border-radius: 4px
    4px
    4px
    4px;
}

.amis-scope .cxd-DateRangePicker.is-mobile {
  border: 0;
  justify-content: flex-end;
}

.amis-scope .cxd-DateRangePicker.is-mobile span:focus,
.amis-scope .cxd-DateRangePicker.is-mobile a:focus {
  outline: unset;
}

.amis-scope .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-value,
.amis-scope .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-clear {
  display: inline-flex;
  justify-content: flex-end;
  padding: 0 0;
}

.amis-scope .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-value {
  margin-right: 0.25rem;
}

.amis-scope .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-placeholder {
  flex-grow: unset;
  flex-basis: unset;
}

.amis-scope .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-toggler {
  margin-top: -3px;
}

.amis-scope .cxd-ImageControl {
  position: relative;
}

.amis-scope .cxd-ImageControl-dropzone {
  outline: none;
}

.amis-scope .cxd-ImageControl .ImageControl-addBtn-icon {
  z-index: 1;
  content: '<svg viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g><rect fill="currentColor" opacity="0" x="0" y="0" width="16" height="16"></rect><path d="M8.5,2 L8.5,7.5 L14,7.5 L14,8.5 L8.5,8.5 L8.5,14 L7.5,14 L7.5,8.5 L2,8.5 L2,7.5 L7.5,7.5 L7.5,2 L8.5,2 Z"  fill="currentColor" fill-rule="nonzero"></path></g></g></svg>';
}

.amis-scope .cxd-ImageControl-addBtn {
  position: relative;
  margin: 0;
  width: 7.5rem;
  height: 7.5rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
  margin-right: 0.75rem;
  color: #84878c;
  background: #ffffff;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-ImageControl-addBtn-bg {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.amis-scope .cxd-ImageControl-addBtn-bg .cxd-Image {
  border: 0;
}

.amis-scope .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover {
  color: #84878c;
  background: #ffffff;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled).hover {
  color: #84878c;
  background: #ffffff;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
  color: #84878c;
  background: #ffffff;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled).active {
  color: #84878c;
  background: #ffffff;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-ImageControl-addBtn:disabled,
.amis-scope .cxd-ImageControl-addBtn.is-disabled {
  color: #b8babf;
  background: #f7f8fa;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-ImageControl-addBtn svg {
  top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  color: #84878c;
  width: 1.5rem;
  height: 1.5rem;
}

.amis-scope .cxd-ImageControl-addBtn-text {
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
}

.amis-scope .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled).is-invalid:hover {
  border-color: #f23d3d;
}

.amis-scope .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover svg {
  color: #84878c;
}

.amis-scope .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active svg {
  color: #84878c;
}

.amis-scope .cxd-ImageControl-addBtn.is-invalid {
  border-color: #f23d3d;
}

.amis-scope .cxd-ImageControl-addBtn.is-disabled {
  pointer-events: none;
}

.amis-scope .cxd-ImageControl-addBtn.is-disabled svg {
  color: #b8babf;
}

.amis-scope .cxd-ImageControl-pasteTip {
  pointer-events: none;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.7);
  border: 0 solid #e8e9eb;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
    0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  left: 100%;
  color: #ffffff;
  padding: 0.125rem 0.625rem;
  margin: 30px 0 0 0.5rem;
}

.amis-scope .cxd-ImageControl-dropzone:focus .cxd-ImageControl-addBtn:not(.is-invalid) {
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  background: #ffffff;
  color: #84878c;
}

.amis-scope .cxd-ImageControl-dropzone:focus .cxd-ImageControl-addBtn:not(.is-invalid) > svg {
  color: #84878c;
}

.amis-scope .cxd-ImageControl-dropzone:hover-addBtn:not(.is-disabled):not(.is-invalid) {
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  background: #ffffff;
  color: #84878c;
}

.amis-scope .cxd-ImageControl-dropzone:hover-addBtn:not(.is-disabled):not(.is-invalid) .cxd-ImageControl-addBtn-text {
  color: #84878c;
}

.amis-scope .cxd-ImageControl-itemList {
  display: inline;
}

.amis-scope .cxd-ImageControl-item {
  border: 0.0625rem solid #e8e9eb;
  border-radius: 4px;
  vertical-align: top;
  padding: 0.25rem;
  display: inline-block;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  position: relative;
  width: 7.5rem;
}

.amis-scope .cxd-ImageControl-item.is-invalid {
  padding: 0;
  border-color: #f23d3d;
}

.amis-scope .cxd-ImageControl-item-errorTip {
  color: #f23d3d;
}

.amis-scope .cxd-ImageControl-item svg.icon-refresh {
  transform: rotate(180deg);
}

.amis-scope .cxd-ImageControl-item--dragging {
  border: 0.0625rem solid #2468f2;
}

.amis-scope .cxd-ImageControl-filename {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #f23d3d;
}

.amis-scope .cxd-ImageControl-filename > svg.icon-image {
  margin-bottom: 8px;
  width: 24px;
  height: 24px;
}

.amis-scope .cxd-ImageControl-filename > span {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .cxd-ImageControl-image {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  display: block;
}

.amis-scope .cxd-ImageControl-itemClear {
  position: absolute;
  cursor: pointer;
  color: #999;
  top: 5px;
  right: 5px;
  line-height: 1;
}

.amis-scope .cxd-ImageControl-itemClear > svg {
  top: 0;
  width: 10px;
  height: 10px;
}

.amis-scope .cxd-ImageControl-itemInfo {
  display: inline-flex;
  width: 110px;
  height: 110px;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.amis-scope .cxd-ImageControl-itemInfo > p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-bottom: 5px;
}

.amis-scope .cxd-ImageControl-progress {
  width: 70px;
  height: 5px;
  background: #ebebeb;
}

.amis-scope .cxd-ImageControl-progressValue {
  height: 5px;
  border-radius: 2px;
  display: block;
  background: #2468f2;
  min-width: 10%;
  transition: ease-out width 0s;
}

.amis-scope .cxd-ImageControl-item.is-invalid .cxd-ImageControl-itemClear {
  display: none;
}

.amis-scope .cxd-ImageControl-item.is-invalid:hover .cxd-ImageControl-itemClear {
  display: block;
}

.amis-scope .cxd-ImageControl-errorMsg {
  color: #f23d3d;
  margin: 5px 0 0;
}

.amis-scope .cxd-ImageControl-uploadBtn {
  margin-top: 5px;
}

.amis-scope .cxd-ImageControl-cropperWrapper {
  position: relative;
}

.amis-scope .cxd-ImageControl-cropperWrapper img {
  max-width: 100%;
  max-height: 400px;
}

.amis-scope .cxd-ImageControl-croperToolbar {
  display: inline-flex;
  position: absolute;
  right: 0;
  bottom: 0;
  flex-direction: column;
  align-items: flex-end;
  background: #fff;
  border-radius: 4px;
  margin: 0.5rem;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.amis-scope .cxd-ImageControl-croperToolbar > a {
  color: #5c5f66;
  padding: 2px 5px;
  cursor: pointer;
  font-size: 18px;
}

.amis-scope .cxd-ImageControl-croperToolbar > a:hover {
  color: #2468f2;
}

.amis-scope .cxd-ImageControl-acceptTip {
  height: 120px;
  color: #999;
  border: 2px dashed #e8e9eb;
  border-color: #2468f2;
  background: #f3f9fe;
  border-radius: 4px;
  line-height: 120px;
  text-align: center;
}

.amis-scope .cxd-ImageControl-fixed-size {
  width: 100%;
  height: 100%;
  padding: 0;
}

.amis-scope .cxd-ImageControl-fixed-size .cxd-ImageControl-itemOverlay {
  width: 100%;
  height: 100%;
}

.amis-scope .cxd-FileControl-templateInfo {
  display: block;
  margin-bottom: 0.75rem;
  padding: var(--Button-paddingY) var(--Button-paddingX);
  cursor: pointer;
}

.amis-scope .cxd-FileControl-templateInfo > svg {
  margin-right: 0.25rem;
}

.amis-scope .cxd-FileControl-dropzone {
  outline: none;
}

.amis-scope .cxd-FileControl-selectBtn {
  display: inline-flex;
  margin-right: 0.625rem;
}

.amis-scope .cxd-FileControl-selectBtn > svg {
  margin-right: 4px !important;
  width: 1rem;
  height: 1rem;
  top: 0;
}

.amis-scope .cxd-FileControl-selectBtn > span {
  font-size: 12px;
  line-height: 20px;
}

.amis-scope .cxd-FileControl-description {
  color: #151b26;
  font-size: 14px;
  font-weight: 400;
}

.amis-scope .cxd-FileControl-sizeTip {
  margin-top: 4px;
  line-height: 20px;
  font-size: 12px;
  color: #84878c;
}

.amis-scope .cxd-FileControl-list {
  list-style: none;
  margin: 0.5rem 0rem 0.5rem 0rem;
  padding: 0;
  max-height: 144px;
  overflow-x: hidden;
  overflow-y: auto;
}

.amis-scope .cxd-FileControl-list > li {
  margin-bottom: 4px;
  font-size: 12px;
  background: transparent;
}

.amis-scope .cxd-FileControl-list > li:hover {
  border-radius: 2px;
  background: #f2f3f5;
}

.amis-scope .cxd-FileControl-list-tooltip span {
  font-size: 12px;
  color: #f23d3d;
}

.amis-scope .cxd-FileControl-itemInfo {
  padding: 0.125rem 0.25rem 0.125rem 0.25rem;
  display: flex;
  line-height: 24px;
  height: auto;
}

.amis-scope .cxd-FileControl-itemInfo span {
  word-break: break-all;
}

.amis-scope .cxd-FileControl-itemInfo.is-invalid {
  color: #f23d3d;
}

.amis-scope .cxd-FileControl-itemInfo > svg:not(:first-child) {
  margin-left: 10px;
  width: 1rem;
  height: 1rem;
  top: 0.25rem;
}

.amis-scope .cxd-FileControl-itemInfoIcon {
  margin-right: 0.25rem;
  font-size: 0.75rem;
  color: #151b26;
}

.amis-scope .cxd-FileControl-itemInfoText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  color: #2468f2;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5rem;
}

.amis-scope .cxd-FileControl-itemInfoText:hover {
  color: #2468f2;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5rem;
}

.amis-scope .cxd-FileControl-clear {
  color: #84878c;
  display: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.5rem;
}

.amis-scope .cxd-FileControl-clear:hover {
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #5c5f66;
}

.amis-scope .cxd-FileControl-list:empty {
  display: none;
}

.amis-scope .cxd-FileControl-list > li:hover .cxd-FileControl-clear {
  display: block;
}

.amis-scope .cxd-FileControl-progressInfo {
  display: inline-flex;
  height: 20px;
  padding: 0 6px;
  transform: translateY(-3px);
  width: 100%;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .cxd-FileControl-progressInfo > span {
  display: inline-block;
  padding: 0 4px 0 10px;
  font-size: 12px;
}

.amis-scope .cxd-FileControl-progressInfo > svg {
  display: inline-block;
  margin: 0 4px 0 10px;
  width: 14px;
  height: 14px;
  top: 0;
}

.amis-scope .cxd-FileControl-progress {
  height: 5px;
  flex: 1;
  background: #ebebeb;
}

.amis-scope .cxd-FileControl-progress > span {
  display: block;
  background: #2468f2;
  border-radius: 2px;
  height: 100%;
  transition: ease-out width 0s;
}

.amis-scope .cxd-FileControl-dropzone.disabled > .cxd-FileControl-acceptTip {
  filter: grayscale(100%);
  box-shadow: none;
  cursor: not-allowed;
  color: #b8babf;
  pointer-events: auto;
  background: #f7f8fa;
}

.amis-scope .cxd-FileControl-dropzone.disabled > .cxd-FileControl-acceptTip:hover {
  border-color: #e8e9eb
    #e8e9eb
    #e8e9eb
    #e8e9eb;
}

.amis-scope .cxd-FileControl-dropzone.disabled > .cxd-FileControl-acceptTip > div,
.amis-scope .cxd-FileControl-dropzone.disabled > .cxd-FileControl-acceptTip > span {
  color: #b8babf;
}

.amis-scope .cxd-FileControl-acceptTip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 180px;
  text-align: center;
  border-style: dashed dashed dashed dashed;
  border-color: #e8e9eb
    #e8e9eb
    #e8e9eb
    #e8e9eb;
  border-width: 1px 1px 1px 1px;
  border-radius: 4px 4px 4px 4px;
  background: #ffffff;
  cursor: pointer;
}

.amis-scope .cxd-FileControl-acceptTip-click {
  color: #2468f2;
}

.amis-scope .cxd-FileControl-acceptTip-help a {
  color: #84878c;
  font-size: 12px;
}

.amis-scope .cxd-FileControl-acceptTip:hover {
  border-style: dashed dashed dashed dashed;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-width: 1px 1px 1px 1px;
  background: #ffffff;
}

.amis-scope .cxd-FileControl-acceptTip > span {
  margin-top: 0.5rem;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #303540;
}

.amis-scope .cxd-FileControl-acceptTip > svg {
  top: 0;
  font-size: 3rem;
  color: #e8e9eb;
}

.amis-scope .cxd-FileControl-dropzone.is-active .cxd-FileControl-acceptTip {
  border-color: #2468f2;
}

.amis-scope .cxd-FileControl-sum {
  font-size: 12px;
}

.amis-scope .cxd-FileControl-sum > a {
  cursor: pointer;
}

.amis-scope .cxd-ExcelControl-container {
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
  cursor: pointer;
}

.amis-scope .cxd-ExcelControl-container > p {
  font-size: 1rem;
}

.amis-scope .cxd-ExcelControl-container > em {
  font-size: 0.8rem;
}

.amis-scope .cxd-ExcelControl-dropzone {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  border-width: 2px;
  border-radius: 2px;
  border-color: #eeeeee;
  border-style: dashed;
  background-color: #fafafa;
  color: #bdbdbd;
  outline: none;
  transition: border 0.24s ease-in-out;
}

.amis-scope .cxd-ExcelControl-dropzone:focus {
  border-color: #2468f2;
}

.amis-scope .cxd-ExcelControl-dropzone.disabled {
  opacity: 0.6;
}

.amis-scope .cxd-EditorControl {
  min-height: 12.5rem;
  max-height: 25rem;
  overflow: visible;
  height: auto;
  border: 0.0625rem solid #e8e9eb;
  max-width: 100%;
  box-sizing: content-box;
}

.amis-scope .cxd-EditorControl > .cxd-MonacoEditor,
.amis-scope .cxd-EditorControl > .cxd-MonacoEditor > .monaco-diff-editor {
  min-height: inherit;
}

.amis-scope .cxd-EditorControl.is-error {
  border-color: #f23d3d;
}

.amis-scope .cxd-EditorControl.is-focused {
  border-color: #2468f2;
}

.amis-scope .cxd-EditorControl .cxd-MonacoEditor {
  position: relative;
}

.amis-scope .cxd-EditorControl .cxd-MonacoEditor-header {
  position: absolute;
  right: 0.875rem;
  top: 0;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  z-index: 5;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  box-sizing: border-box;
}

.amis-scope .cxd-EditorControl .cxd-MonacoEditor-fullscreen {
  cursor: pointer;
  color: #b8babf;
  line-height: inherit;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}

.amis-scope .cxd-EditorControl .cxd-MonacoEditor-fullscreen:hover {
  color: #151b26;
}

.amis-scope .cxd-EditorControl .cxd-MonacoEditor-fullscreen:hover svg {
  fill: #151b26;
}

.amis-scope .cxd-EditorControl .cxd-MonacoEditor-placeholder {
  pointer-events: none;
  top: 0;
  position: absolute;
  left: 4.0625rem;
  right: 1rem;
  white-space: break-spaces;
  line-break: anywhere;
  color: #b8babf;
}

.amis-scope .cxd-EditorControl--sm {
  min-height: 100px;
}

.amis-scope .cxd-EditorControl--sm > .cxd-MonacoEditor {
  min-height: 100px;
}

.amis-scope .cxd-EditorControl--md {
  min-height: 250px;
}

.amis-scope .cxd-EditorControl--md > .cxd-MonacoEditor {
  min-height: 250px;
}

.amis-scope .cxd-EditorControl--lg {
  min-height: 300px;
}

.amis-scope .cxd-EditorControl--lg > .cxd-MonacoEditor {
  min-height: 300px;
}

.amis-scope .cxd-EditorControl--xl {
  min-height: 400px;
}

.amis-scope .cxd-EditorControl--xl > .cxd-MonacoEditor {
  min-height: 400px;
}

.amis-scope .cxd-EditorControl--xxl {
  min-height: 500px;
}

.amis-scope .cxd-EditorControl--xxl > .cxd-MonacoEditor {
  min-height: 500px;
}

.monaco-inputbox > .wrapper {
  padding: 0;
}

.amis-scope .is-fullscreen {
  margin: 0 !important;
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483630 !important;
  width: auto !important;
}

.fr-popup {
  z-index: 3000 !important;
}

.amis-scope .cxd-RichTextControl {
  min-height: 12.5rem;
  height: auto;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-radius: 0px 0px 0px 0px;
  width: 100%;
}

.amis-scope .cxd-RichTextControl > .tox-tinymce {
  border: 0;
}

.amis-scope .cxd-RichTextControl > textarea {
  width: 100%;
}

.amis-scope .cxd-RichTextControl--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .cxd-RichTextControl--borderNone {
  border-color: transparent !important;
}

.amis-scope .cxd-RichTextControl .fr-toolbar.fr-top {
  box-shadow: none;
  border: 0;
  position: relative;
}

.amis-scope .cxd-RichTextControl .fr-box.fr-basic.fr-top:not(.fr-fullscreen) .fr-wrapper {
  min-height: 150px;
  max-height: 400px;
  box-shadow: none;
  overflow: auto;
  border: none;
}

.amis-scope .cxd-RichTextControl .second-toolbar {
  border: none;
}

.amis-scope .cxd-RichTextControl:hover {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-radius: 0px 0px 0px 0px;
}

.amis-scope .cxd-RichTextControl.is-focused {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
  border-radius: 0px 0px 0px 0px;
}

.amis-scope .cxd-RichTextControl .fr-box.fr-basic .fr-element {
  min-height: 150px;
}

.amis-scope .cxd-RichTextControl .fr-sticky-dummy {
  position: absolute;
}

.amis-scope .cxd-RichTextControl.is-disabled {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-radius: 0px 0px 0px 0px;
  pointer-events: none;
  opacity: 0.6;
}

.amis-scope .cxd-RichTextControl.is-disabled .fr-box.fr-basic.fr-top .fr-wrapper {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-radius: 0px 0px 0px 0px;
}

.tox-tinymce-aux {
  z-index: 3000;
}

.tox-fullscreen .tox.tox-tinymce-aux {
  z-index: 3000;
}

.amis-scope .cxd-InputRange {
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 0;
  width: 100%;
}

.amis-scope .cxd-InputRange-wrap {
  position: relative;
  flex: auto;
}

.amis-scope .cxd-InputRange-input {
  width: 5rem;
  margin: 0rem 0.5rem 0rem 0.5rem;
}

.amis-scope .cxd-InputRange-input .cxd-Number {
  overflow: hidden;
}

.amis-scope .cxd-InputRange-input .cxd-Number-handler {
  transition: 0.3s opacity;
  color: #151b26;
}

.amis-scope .cxd-InputRange-input .cxd-Number-handler-up-inner,
.amis-scope .cxd-InputRange-input .cxd-Number-handler-down-inner {
  cursor: pointer;
}

.amis-scope .cxd-InputRange-input .cxd-Number-handler-up-inner:hover,
.amis-scope .cxd-InputRange-input .cxd-Number-handler-down-inner:hover {
  color: #2468f2;
}

.amis-scope .cxd-InputRange-clear {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.amis-scope .cxd-InputRange-clear svg {
  height: 0.75rem;
  width: 0.75rem;
  fill: #5c5f66;
}

.amis-scope .cxd-InputRange-clear:hover svg {
  fill: #2468f2;
}

.amis-scope .cxd-InputRange.is-disabled .cxd-InputRange-track {
  cursor: not-allowed;
}

.amis-scope .cxd-InputRange.is-disabled .cxd-InputRange-track-active {
  background-color: #b8babf;
  cursor: not-allowed;
}

.amis-scope .cxd-InputRange.is-disabled .cxd-InputRange-handle-icon {
  border-color: #d4d6d9;
  background-color: #ffffff;
  cursor: not-allowed;
}

.amis-scope .cxd-InputRange.is-disabled .cxd-InputRange-handle-icon:hover {
  transform: none;
}

.amis-scope .cxd-InputRange.is-disabled .cxd-InputRange-handle-icon .icon-slider-handle g path {
  fill: #d4d6d9;
}

.amis-scope .cxd-InputRange.is-disabled .cxd-Number-handler {
  cursor: not-allowed;
}

.amis-scope .cxd-InputRange.is-disabled .cxd-Number-handler-up-inner,
.amis-scope .cxd-InputRange.is-disabled .cxd-Number-handler-down-inner {
  cursor: not-allowed;
}

.amis-scope .cxd-InputRange.is-disabled .cxd-Number-handler-up-inner:hover,
.amis-scope .cxd-InputRange.is-disabled .cxd-Number-handler-down-inner:hover {
  color: #b8babf;
}

.amis-scope .cxd-InputRange-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto calc(1rem / -2);
  width: 1rem;
  height: 1rem;
}

.amis-scope .cxd-InputRange-handle-icon,
.amis-scope .cxd-InputRange-handle-drage {
  width: 100%;
  height: 100%;
  appearance: none;
  background-color: #ffffff;
  border: 0.0625rem
    solid
    #2468f2;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border-radius: 50%;
  transition: transform 0s ease-out;
}

.amis-scope .cxd-InputRange-handle-icon:hover,
.amis-scope .cxd-InputRange-handle-drage:hover {
  transform: scale(1.3);
  box-shadow: var(--InputRange-handle-onFocus-boxShadow);
}

.amis-scope .cxd-InputRange-handle-icon:active,
.amis-scope .cxd-InputRange-handle-drage:active {
  transform: scale(1.3);
}

.amis-scope .cxd-InputRange-handle-icon:focus,
.amis-scope .cxd-InputRange-handle-drage:focus {
  box-shadow: var(--InputRange-handle-onFocus-boxShadow);
}

.amis-scope .cxd-InputRange-handle-drage {
  transform: scale(1.3);
  box-shadow: var(--InputRange-handle-onFocus-boxShadow);
  border-width: 0.125rem;
}

.amis-scope .input-range--disabled .cxd-InputRange-handle {
  background: var(--InputRange-slider-onDisabled-bg);
  border: var(--InputRange-slider-onDisabled-border);
  box-shadow: none;
  transform: none;
}

.amis-scope .cxd-InputRange-handle .icon-slider-handle {
  width: 0.5rem;
  height: 0.5rem;
  top: 0;
}

.amis-scope .cxd-InputRange-handle .icon-slider-handle g path {
  fill: #d4e5ff;
}

.amis-scope .cxd-InputRange-track {
  background: #e8e9eb;
  border-radius: 0.25rem;
  cursor: pointer;
  display: block;
  height: 0.375rem;
  position: relative;
  transition: left 0s ease-out,
    width 0s ease-out;
}

.amis-scope .cxd-InputRange-track.is-active {
  background: #2468f2;
  transition: 0.3s all;
}

.amis-scope .cxd-InputRange-track-dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  transform: translateX(-50%);
}

.amis-scope .cxd-InputRange-track--background {
  left: 0.5rem;
  margin-top: calc(-0.5 * 0.375rem);
  position: absolute;
  right: 0.5rem;
  top: 50%;
}

.amis-scope .cxd-InputRange-track-active {
  background: #2468f2;
  border-radius: 0.25rem;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.amis-scope .cxd-InputRange-label {
  position: absolute;
  padding: 0.5rem
    0.5rem 0.5rem
    0.5rem;
  background-color: #070c14;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 4px;
  visibility: hidden;
}

.amis-scope .cxd-InputRange-label-visible {
  visibility: visible;
}

.amis-scope .cxd-InputRange-label.pos-top {
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
}

.amis-scope .cxd-InputRange-label.pos-top::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #070c14 transparent transparent transparent;
}

.amis-scope .cxd-InputRange-label.pos-bottom {
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
}

.amis-scope .cxd-InputRange-label.pos-bottom::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -4px;
  border-width: 0 4px 4px 4px;
  border-style: solid;
  border-color: transparent transparent #070c14 transparent;
}

.amis-scope .cxd-InputRange-label.pos-left {
  top: 50%;
  transform: translateY(-50%) translateX(-100%) translateX(-12px);
}

.amis-scope .cxd-InputRange-label.pos-left::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -4px;
  border-width: 4px 0 4px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #070c14;
}

.amis-scope .cxd-InputRange-label.pos-right {
  top: 50%;
  transform: translateY(-50%) translateX(26px);
}

.amis-scope .cxd-InputRange-label.pos-right::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4px;
  border-width: 4px 4px 4px 0;
  border-style: solid;
  border-color: transparent #070c14 transparent transparent;
}

.amis-scope .cxd-InputRange-marks {
  position: relative;
  top: 8px;
  color: #151b26;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0rem;
}

.amis-scope .cxd-InputRange-marks div {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}

.amis-scope .cxd-InputRange-marks div span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amis-scope .cxd-RepeatControl .repeat-btn {
  width: 5rem;
}

.amis-scope .cxd-RepeatControl .Select {
  display: inline-block;
  min-width: 100px;
}

.amis-scope .cxd-RepeatControl .input-range {
  margin-top: 0;
}

@media (min-width: 768px) {
  .amis-scope .repeat-control.form-contorl-inline,
  .amis-scope .form-group-inline .repeat-control {
    display: inline-block;
    min-width: 280px;
    width: auto;
  }
}

.amis-scope .cxd-TreeControl {
  border: 1px solid #e8e9eb;
  padding: 6px 12px;
  border-radius: 2px;
}

.amis-scope .cxd-TreeControl.no-border {
  border: 0;
}

.amis-scope .cxd-TreeControl.is-sticky {
  max-height: unset;
  overflow: unset;
}

.amis-scope .cxd-TreeControl-searchbox {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.amis-scope .cxd-TreeControl-searchbox.is-active {
  width: 100%;
}

.amis-scope .cxd-TreeControl > .cxd-Tree {
  max-height: 300px;
  overflow: auto;
}

.amis-scope .cxd-TreeControl.h-auto > .cxd-Tree {
  max-height: none;
  overflow: visible;
}

.amis-scope .cxd-Tree-list,
.amis-scope .cxd-Tree-sublist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.amis-scope .cxd-Tree-sublist {
  margin-left: 1rem;
}

.amis-scope .cxd-Tree-sublist.is-folded {
  display: none;
}

.amis-scope .cxd-Tree-item {
  line-height: 1.5rem;
  position: relative;
}

.amis-scope .cxd-Tree-item > div {
  color: #151b26;
}

.amis-scope .cxd-Tree-item > div:hover {
  color: #151b26;
}

.amis-scope .cxd-Tree-item > div:active {
  color: #151b26;
}

.amis-scope .cxd-Tree-item > div:hover {
  text-decoration: none;
}

.amis-scope .cxd-Tree-item > div:hover > .cxd-Tree-item-icons {
  visibility: visible;
}

.amis-scope .cxd-Tree-item > div > span > svg {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 2px;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
}

.amis-scope .cxd-Tree.is-disabled {
  pointer-events: none;
}

.amis-scope .cxd-Tree.is-disabled .cxd-Tree-itemLabel.is-disabled {
  color: #b8babf;
}

.amis-scope .cxd-Tree.is-disabled .cxd-Tree-itemLabel.is-disabled .cxd-Tree-itemArrow > svg {
  color: #84868c;
}

.amis-scope .cxd-Tree.is-draggable {
  position: relative;
}

.amis-scope .cxd-Tree--outline .cxd-Tree-item--isLeaf.is-child:before {
  position: absolute;
  top: -8px;
  left: calc( ( 0.5rem + 1rem + 0.5rem ) / 2 - 1rem );
  bottom: 0px;
  border-left: 1px solid #e8e9eb;
  content: "";
}

.amis-scope .cxd-Tree-rootItem {
  line-height: 1.5rem;
}

.amis-scope .cxd-Tree-item > div:hover > .cxd-Tree-item-icons,
.amis-scope .cxd-Tree-rootItem > div:hover > .cxd-Tree-item-icons {
  visibility: visible;
}

.amis-scope .cxd-Tree-itemLabel {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  user-select: none;
  margin-bottom: 0.25rem;
  padding-left: 0.5rem;
}

.amis-scope .cxd-Tree-itemLabel > * {
  position: relative;
  z-index: 2;
}

.amis-scope .cxd-Tree-itemLabel > .cxd-Checkbox {
  display: inline-flex;
  align-self: center;
}

.amis-scope .cxd-Tree-itemLabel-item {
  padding-left: 0.25rem;
  display: inline-flex;
  width: 100%;
  align-items: center;
  overflow: hidden;
  height: 2rem;
}

.amis-scope .cxd-Tree-itemLabel:hover .cxd-Tree-itemLabel-item {
  background-color: #f7f8fa;
}

.amis-scope .cxd-Tree-itemLabel:hover .cxd-Tree-item-icons {
  visibility: visible;
}

.amis-scope .cxd-Tree-itemLabel .cxd-Checkbox {
  margin-right: 0.5rem;
}

.amis-scope .cxd-Tree-item .is-checked {
  border-radius: 2px;
}

.amis-scope .cxd-Tree-item .is-checked .cxd-Tree-itemLabel-item {
  background-color: #e6f0ff;
}

.amis-scope .cxd-Tree-item .is-checked .cxd-Tree-item-icons {
  visibility: visible;
}

.amis-scope .cxd-Tree-item .is-disabled {
  color: #b8babf;
  background: none;
}

.amis-scope .cxd-Tree-item .is-disabled:hover {
  background: none;
}

.amis-scope .cxd-Tree.is-draggable .cxd-Tree-itemLabel:hover::after {
  display: none;
}

.amis-scope .cxd-Tree-item-icons {
  visibility: hidden;
  transition: visibility 0s ease;
  display: inline-block;
  vertical-align: top;
  height: 1.5rem;
  line-height: 1.5rem;
  padding-right: 0.5rem;
}

.amis-scope .cxd-Tree-item-icons > a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  cursor: pointer;
}

.amis-scope .cxd-Tree-item-icons > a > svg {
  width: 0.75rem;
  height: 0.75rem;
  top: 0;
}

.amis-scope .cxd-Tree-itemInput {
  padding-left: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.amis-scope .cxd-Tree-itemInput > a {
  display: inline-block;
  cursor: pointer;
  margin-left: 0.5rem;
  color: #84878c;
}

.amis-scope .cxd-Tree-itemInput > a:hover {
  color: #2468f2;
  text-decoration: none;
}

.amis-scope .cxd-Tree-itemInput > input {
  flex-grow: 1;
  width: 100%;
  outline: none;
  background: #ffffff;
  border: 0.0625rem solid #e8e9eb;
  border-radius: 4px;
  line-height: 1.5;
  padding: calc( ( calc(2rem * 0.85) - 1.5 * 14px - 0.125rem ) / 2 ) 0.625rem;
  font-size: 14px;
}

.amis-scope .cxd-Tree-itemInput > input::placeholder {
  color: #b8babf;
  user-select: none;
}

.amis-scope .cxd-Tree-itemInput > input:focus {
  border-color: #2468f2;
  box-shadow: none;
  background: #ffffff;
}

.amis-scope .cxd-Tree-addTopBtn {
  cursor: pointer;
  height: 1.5rem;
  line-height: 1.5rem;
  display: block;
}

.amis-scope .cxd-Tree-addTopBtn:hover {
  text-decoration: none;
}

.amis-scope .cxd-Tree-addTopBtn.is-disabled {
  pointer-events: none;
  color: #b8babf;
}

.amis-scope .cxd-Tree-addTopBtn > svg {
  width: 0.875rem;
  height: 0.875rem;
  top: 0.109375rem;
  margin-right: 0.5rem;
}

.amis-scope .cxd-Tree-itemArrow {
  cursor: pointer;
  width: 1rem;
  display: inline-flex;
  margin-right: 0.5rem;
}

.amis-scope .cxd-Tree-itemArrow > svg {
  width: 1rem;
  height: 1rem;
  display: block;
  transition: transform 0s;
  top: 0;
  color: #84868c;
}

.amis-scope .cxd-Tree-itemArrow > svg:hover {
  color: #84868c;
}

.amis-scope .cxd-Tree-itemArrow > svg:active {
  color: #84868c;
}

.amis-scope .cxd-Tree-itemArrow.is-folded > svg {
  transform: rotate(-90deg);
}

.amis-scope .cxd-Tree-itemArrowPlaceholder {
  display: inline-block;
  width: calc(1rem + 0.5rem);
}

.amis-scope .cxd-Tree-itemDrager {
  cursor: move;
  color: #84878c;
}

.amis-scope .cxd-Tree-spinner {
  margin-right: 0.5rem;
}

.amis-scope .cxd-Tree-itemIcon {
  display: inline-flex;
  margin-right: 0.5rem;
}

.amis-scope .cxd-Tree-rootIcon > svg,
.amis-scope .cxd-Tree-folderIcon > svg,
.amis-scope .cxd-Tree-leafIcon > svg {
  top: 0;
  width: 0.875rem;
  height: 0.875rem;
}

.amis-scope .cxd-Tree-itemText {
  cursor: pointer;
  flex: 1 auto;
  display: inline-block;
  color: #151b26;
  font-size: 14px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.amis-scope .cxd-Tree-itemText:hover {
  color: #151b26;
}

.amis-scope .cxd-Tree-itemText:active {
  color: #151b26;
}

.amis-scope .is-disabled .cxd-Tree-itemText {
  color: #b8babf;
}

.amis-scope .cxd-Tree-placeholder {
  color: #b8babf;
}

.amis-scope .cxd-Tree-dropIndicator {
  position: absolute;
  height: 0.125rem;
  background-color: #2468f2;
  border-radius: 0.0625rem;
  z-index: 1;
}

.amis-scope .cxd-Tree-dropIndicator::after {
  position: absolute;
  top: -0.1875rem;
  left: -0.375rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: transparent;
  border: 0.125rem solid #2468f2;
  border-radius: 50%;
  content: "";
}

.amis-scope .cxd-Tree-dropIndicator--hover {
  border-radius: 0;
  background-color: #f7f8fa;
}

.amis-scope .cxd-Tree-dropIndicator--hover::after {
  display: none;
}

.amis-scope .cxd-TreeSelectControl {
  position: relative;
}

.amis-scope .cxd-TreeSelectControl > .cxd-TreeSelect-popover {
  width: 100%;
}

.amis-scope .cxd-TreeSelectControl .cxd-PopOver {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.amis-scope .cxd-TreeSelectControl .cxd-PopOver .cxd-Tree {
  border-radius: 4px;
  border: none;
}

.amis-scope .cxd-TreeSelect {
  position: relative;
  max-width: 100%;
  outline: none;
}

.amis-scope .cxd-TreeSelect.is-inline {
  display: inline-block;
  width: 12.5rem;
}

.amis-scope .cxd-TreeSelect-input {
  display: flex;
  background: #ffffff;
  border: 0.0625rem solid #e8e9eb;
  border-radius: 4px;
  line-height: 1.5;
  padding: calc(
    (
        2rem - 1.5 *
          14px - 0.125rem
      ) / 2
  ) 0.625rem;
  font-size: 14px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.amis-scope .cxd-TreeSelect-input input {
  flex-basis: 1.875rem;
  flex-grow: 1;
  outline: none;
  background: transparent;
  border: none;
  color: #151b26;
  width: 100%;
  height: 1.5;
}

.amis-scope .cxd-TreeSelect-input input::placeholder {
  color: #b8babf;
  user-select: none;
}

.amis-scope .cxd-TreeSelect-input:hover {
  border-color: #2468f2;
}

.amis-scope .cxd-TreeSelect-input--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .cxd-TreeSelect-input--borderNone {
  border-color: transparent !important;
}

.amis-scope .cxd-TreeSelect.is-error > .cxd-TreeSelect-input {
  border-color: #f23d3d;
  background: #ffffff;
  transition: all 0s;
}

.amis-scope .cxd-TreeSelect.is-focused > .cxd-TreeSelect-input {
  border-color: #2468f2;
  box-shadow: none;
  background: #ffffff;
  transition: all 0s;
}

.amis-scope .cxd-TreeSelect.is-error.is-focused > .cxd-TreeSelect-input {
  border-color: #f23d3d;
  background: #ffffff;
}

.amis-scope .cxd-TreeSelect.is-disabled > .cxd-TreeSelect-input {
  color: #b8babf;
  background: #f7f8fa;
  border-color: #e8e9eb;
  transition: all 0s;
}

.amis-scope .cxd-TreeSelect.is-disabled > .cxd-TreeSelect-input > input {
  color: #b8babf;
}

.amis-scope .cxd-TreeSelect-spinner {
  line-height: calc( 1.5 * 14px );
}

.amis-scope .cxd-TreeSelect-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  text-decoration: none;
}

.amis-scope .cxd-TreeSelect-clear svg {
  fill: #d4d6d9;
  width: 14px;
  height: 14px;
}

.amis-scope .cxd-TreeSelect-clear:hover svg {
  fill: #5c5f66;
}

.amis-scope .cxd-TreeSelect-clear:active svg {
  fill: #303540;
}

.amis-scope .cxd-TreeSelect-revealPassword {
  cursor: pointer;
  color: #b8babf;
}

@media (min-width: 576px) {
  .amis-scope .cxd-TreeSelect.cxd-Form-control--sizeXs > .cxd-TreeSelect-input,
  .amis-scope .cxd-TreeSelect.cxd-Form-control--sizeSm > .cxd-TreeSelect-input,
  .amis-scope .cxd-TreeSelect.cxd-Form-control--sizeMd > .cxd-TreeSelect-input,
  .amis-scope .cxd-TreeSelect.cxd-Form-control--sizeLg > .cxd-TreeSelect-input {
    min-width: 100%;
    display: inline-flex;
  }
}

.amis-scope .cxd-TreeSelect.is-opened {
  border-color: #2468f2;
  box-shadow: none;
  background: #ffffff;
}

.amis-scope .cxd-TreeSelect-popup {
  height: 25rem;
}

.amis-scope .cxd-TreeSelect-popover {
  background: transparent;
  border: none;
  box-shadow: none;
}

.amis-scope .cxd-TreeSelect-popover > .cxd-Tree {
  background: #ffffff;
  border: 0.0625rem solid #2468f2;
  padding: 0.25rem 0.625rem;
  border-radius: 0;
  margin-top: -1px;
  max-height: 400px;
  overflow: auto;
}

.amis-scope .cxd-Combo-placeholder {
  color: #b8babf;
  padding-top: calc(
    (
        2rem - 1.5 *
          14px
      ) / 2
  );
}

.amis-scope .cxd-Combo-toolbarBtn {
  line-height: 1;
  height: 1rem;
  color: #84878c;
  padding: 0.125rem 0.25rem;
  cursor: pointer;
}

.amis-scope .cxd-Combo-toolbarBtn:hover {
  color: #5c5f66;
}

.amis-scope .cxd-Combo-setNullBtn {
  margin-top: 0.25rem;
  display: inline-block;
}

.amis-scope .cxd-Combo-addBtn {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 4px 4px 4px 4px;
  height: 1.625rem;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  margin: 0rem 0rem 0rem 0rem;
  color: #ffffff;
  background: #2468f2;
  border-color: #ffffff #ffffff #ffffff #ffffff;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Combo-addBtn > svg {
  width: 12px;
  height: 12px;
  top: 0;
}

.amis-scope .cxd-Combo-addBtn .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
.amis-scope .cxd-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .cxd-Combo-addBtn > .pull-left {
  margin-right: 0.25rem;
  font-size: 0.875rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-Combo-addBtn .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
.amis-scope .cxd-Combo-addBtn > .pull-right {
  font-size: 0.875rem;
  margin-left: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-Combo-addBtn .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
.amis-scope .cxd-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .cxd-Combo-addBtn > .pull-left {
  font-size: 0.875rem;
  margin-right: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-Combo-addBtn .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
.amis-scope .cxd-Combo-addBtn > .pull-right {
  font-size: 0.875rem;
  margin-left: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-Combo-addBtn.cxd-Button--iconOnly {
  min-width: 1.625rem;
  padding: 0;
}

.amis-scope .cxd-Combo-addBtn.cxd-Button--iconOnly:not(.cxd-Button--link) > svg.icon {
  width: 0.875rem;
  height: 0.875rem;
}

.amis-scope .cxd-Combo-addBtn.cxd-Button--iconOnly:not(.cxd-Button--link) > .fa,
.amis-scope .cxd-Combo-addBtn.cxd-Button--iconOnly:not(.cxd-Button--link) > .iconfont {
  font-size: 0.875rem;
}

.amis-scope .cxd-Combo-addBtn.cxd-Button--iconOnly:not(.cxd-Button--link) > .iconfont {
  line-height: 1;
}

.amis-scope .cxd-Combo-addBtn img.cxd-Button-icon {
  height: 0.875rem;
  vertical-align: middle;
}

.amis-scope .cxd-Combo-addBtn:not(:disabled):not(.is-disabled):hover {
  color: #ffffff;
  background: #528eff;
  border-color: #528eff #528eff #528eff #528eff;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Combo-addBtn:not(:disabled):not(.is-disabled).hover {
  color: #ffffff;
  background: #528eff;
  border-color: #528eff #528eff #528eff #528eff;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Combo-addBtn:not(:disabled):not(.is-disabled):hover:active {
  color: #ffffff;
  background: #144bcc;
  border-color: #144bcc #144bcc #144bcc #144bcc;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Combo-addBtn:not(:disabled):not(.is-disabled).active {
  color: #ffffff;
  background: #144bcc;
  border-color: #144bcc #144bcc #144bcc #144bcc;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Combo-addBtn:disabled,
.amis-scope .cxd-Combo-addBtn.is-disabled {
  color: #b8babf;
  background: #f7f8fa;
  border-color: #f7f8fa #f7f8fa #f7f8fa #f7f8fa;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-Combo-addBtn.is-disabled {
  pointer-events: none;
  opacity: var(--Button-onDisabled-opacity);
}

.amis-scope .cxd-Combo-delBtn {
  color: #84878c;
  cursor: pointer;
}

.amis-scope .cxd-Combo-delBtn:hover {
  color: #151b26;
}

.amis-scope .cxd-Combo-tab-delBtn {
  color: #84878c;
  cursor: pointer;
  margin-left: 0.5rem;
  display: inline-block;
}

.amis-scope .cxd-Combo-tab-delBtn > svg {
  width: 0.6875rem;
  height: 0.6875rem;
}

.amis-scope .cxd-Combo-tab-delBtn:hover {
  color: #151b26;
}

.amis-scope .cxd-Combo-items {
  margin-bottom: 0.5rem;
}

.amis-scope .cxd-Combo-items:empty {
  display: none;
}

.amis-scope .cxd-Combo-items:empty + .cxd-Combo-toolbar {
  padding-top: calc( (2rem - 1.625rem) / 2 );
}

.amis-scope .cxd-Combo-item {
  background: #ffffff;
}

.amis-scope .cxd-Combo-itemDrager {
  cursor: move;
}

.amis-scope .cxd-Combo-itemDrager > a {
  color: #84878c;
}

.amis-scope .cxd-Combo-itemDrager > a:hover {
  color: #2468f2;
}

.amis-scope .cxd-Combo-itemDrager svg {
  width: 1rem;
  height: 1rem;
}

.amis-scope .cxd-Combo--hor .cxd-Combo-item {
  display: flex;
  flex-wrap: nowrap;
}

.amis-scope .cxd-Combo--hor .cxd-Combo-item + .cxd-Combo-item {
  margin-top: 0.25rem;
}

.amis-scope .cxd-Combo--hor .cxd-Combo-itemInner {
  flex-basis: 0;
  flex-grow: 1;
}

.amis-scope .cxd-Combo--hor .cxd-Combo-itemTag {
  margin-right: 0.5rem;
}

.amis-scope .cxd-Combo--hor .cxd-Combo-itemTag label {
  color: #2468f2;
  margin-right: 0.5rem;
}

.amis-scope .cxd-Combo--hor .cxd-Combo-delBtn {
  margin-left: 0.25rem;
  display: flex;
  white-space: nowrap;
  align-items: flex-start;
  padding-top: calc(
    (
        2rem - 1.5 *
          14px
      ) / 2
  );
}

.amis-scope .cxd-Combo--hor .cxd-Combo-delBtn.is-disabled {
  pointer-events: none;
  opacity: var(--Button-onDisabled-opacity);
}

.amis-scope .cxd-Combo--hor .cxd-Combo-delController {
  margin-left: 0.25rem;
}

.amis-scope .cxd-Combo--hor.is-draggable .cxd-Combo-toolbar {
  padding-left: 1.5rem;
}

.amis-scope .cxd-Combo--hor .cxd-Combo-itemDrager {
  padding: 0.25rem 0.375rem 0 0;
  display: flex;
  align-items: center;
}

.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder)::before,
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder)::after {
  display: table;
  content: "";
}

.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder)::after {
  clear: both;
}

.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items {
  margin: calc(0.25rem * -2) calc(0.25rem * -2) 0 calc(0.25rem * -2);
}

.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items > .cxd-Combo-placeholder {
  margin: calc(0.25rem * 2);
}

.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder) .cxd-Combo-itemTag {
  text-align: right;
}

.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder) .cxd-Combo-itemTag label {
  color: #2468f2;
  margin-right: 0.5rem;
}

.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-item,
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items > .cxd-Combo-item {
  border-color: #e8e9eb
    #e8e9eb
    #e8e9eb
    #e8e9eb;
  border-width: 1px
    1px
    1px
    1px;
  border-style: dashed
    dashed
    dashed
    dashed;
  border-radius: 0px
    0px
    0px
    0px;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  position: relative;
}

.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items > .cxd-Combo-item {
  margin: calc(0.25rem * 2);
}

.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items > .cxd-Combo-item > .cxd-Combo-delBtn {
  position: absolute;
  opacity: 0;
  top: 0.25rem;
  right: 0.25rem;
}

.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-item:hover,
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-items > .cxd-Combo-item:hover {
  border-color: #2468f2
    #2468f2
    #2468f2
    #2468f2;
  border-width: 1px 1px 1px 1px;
  border-style: dashed dashed dashed dashed;
}

.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-item:hover > .cxd-Combo-delBtn,
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-item:hover > .cxd-Combo-delController,
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-items > .cxd-Combo-item:hover > .cxd-Combo-delBtn,
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-items > .cxd-Combo-item:hover > .cxd-Combo-delController {
  opacity: 1;
}

.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder) .cxd-Combo-delController {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  opacity: 0;
}

.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items > .cxd-Combo-item > .cxd-Combo-itemDrager {
  position: absolute;
  top: 0.25rem;
  left: -1.875rem;
  display: flex;
  align-items: center;
}

.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder).is-draggable > .cxd-Combo-items > .cxd-Combo-item {
  margin-left: 2.1875rem;
}

.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder).is-draggable > .cxd-Combo-toolbar {
  padding-left: 1.5625rem;
}

.amis-scope .cxd-Combo-item--dragging {
  position: relative;
}

.amis-scope .cxd-Combo-item--dragging:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.amis-scope .cxd-ComboTabs > .cxd-Tabs-links::before,
.amis-scope .cxd-ComboTabs > .cxd-Tabs-links::after {
  display: table;
  content: "";
}

.amis-scope .cxd-ComboTabs > .cxd-Tabs-links::after {
  clear: both;
}

.amis-scope .cxd-ComboTabs > .cxd-Tabs-links .cxd-Tabs-link > a {
  word-break: break-all;
}

.amis-scope .cxd-ComboTabs-addLink {
  float: right;
}

.amis-scope .cxd-ComboTabs-addLink > a svg {
  margin-right: 0.25rem;
}

.amis-scope .cxd-Combo-dragableTip {
  color: #b8babf;
  font-size: 12px;
  margin-left: 0.25rem;
}

.amis-scope .cxd-Combo-dragableTip:empty {
  display: none;
}

.amis-scope .cxd-ComboControl.is-inline .cxd-Combo--hor .cxd-Combo-itemInner {
  flex-grow: unset;
  flex-basis: unset;
}

.amis-scope .cxd-ComboControl.is-inline .cxd-Combo--ver .cxd-Combo-item {
  display: inline-block;
  min-width: 12.5rem;
}

@media (min-width: 576px) {
  .amis-scope .cxd-Combo-form .cxd-Form-item:last-child {
    margin-bottom: 0;
  }
}

.amis-scope .cxd-SubForm-values {
  margin: 2px -3px;
}

.amis-scope .cxd-SubForm-values:empty {
  display: none;
}

.amis-scope .cxd-SubForm-value {
  background: #f7f8fa;
  color: #151b26;
  font-size: 14px;
  padding: 0 0.25rem;
  min-height: 1.5rem;
  flex-wrap: nowrap;
  display: inline-flex;
  align-items: center;
  margin: 2px 3px;
  user-select: none;
}

.amis-scope .cxd-SubForm-valueLabel {
  color: inherit;
}

.amis-scope .cxd-SubForm-valueDel,
.amis-scope .cxd-SubForm-valueEdit,
.amis-scope .cxd-SubForm-valueDragBar {
  cursor: pointer;
  margin-left: 0.25rem;
  color: #b8babf;
}

.amis-scope .cxd-SubForm-valueDel:hover,
.amis-scope .cxd-SubForm-valueEdit:hover,
.amis-scope .cxd-SubForm-valueDragBar:hover {
  color: #151b26;
}

.amis-scope .cxd-SubForm-valueDel > svg,
.amis-scope .cxd-SubForm-valueEdit > svg,
.amis-scope .cxd-SubForm-valueDragBar > svg {
  width: 0.75rem;
  height: 0.75rem;
}

.amis-scope .cxd-SubForm-valueDragBar {
  margin-left: 0;
  margin-right: 0.25rem;
  cursor: move;
}

.amis-scope .cxd-SubForm-value:hover {
  background: #e6f0ff;
}

.amis-scope .cxd-SubForm-value.is-disabled {
  pointer-events: none;
  color: #cccccc;
}

.amis-scope .cxd-SubForm-value.is-disabled > a {
  color: #ebebeb;
}

.amis-scope .cxd-SubForm-value--dragging {
  position: relative;
}

.amis-scope .cxd-SubForm-value--dragging:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.amis-scope .cxd-SubForm-addBtn {
  width: auto;
  min-width: auto;
  font-weight: 400;
  color: #2468f2;
  text-decoration: none;
  border: none;
  height: auto;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
}

.amis-scope .cxd-SubForm-addBtn:hover:focus {
  color: var(--Button--link-onHover-color);
  text-decoration: none;
  box-shadow: none;
}

.amis-scope .cxd-SubForm-addBtn > svg {
  width: 12px;
  height: 12px;
  margin-right: 4px !important;
  top: 0;
}

.amis-scope .cxd-SubForm-addBtn:disabled,
.amis-scope .cxd-SubForm-addBtn.is-disabled {
  color: #b8babf;
  pointer-events: none;
  background: transparent;
}

.amis-scope .cxd-SubForm-placeholder {
  color: #b8babf;
  user-select: none;
  padding: 4px;
}

.amis-scope .cxd-ChainedSelectControl .cxd-Select {
  margin-right: 0.25rem;
}

.amis-scope .cxd-ChainedSelectControl-spinner {
  display: inline-block;
  vertical-align: middle;
}

.amis-scope .cxd-Picker {
  position: relative;
  max-width: 100%;
  outline: none;
}

.amis-scope .cxd-Picker.is-inline {
  display: inline-block;
  width: 12.5rem;
}

.amis-scope .cxd-Picker-input {
  display: flex;
  background: #ffffff;
  border: 0.0625rem solid #e8e9eb;
  border-radius: 4px;
  line-height: 1.5;
  padding: calc(
    (
        2rem - 1.5 *
          14px - 0.125rem
      ) / 2
  ) 0.625rem;
  font-size: 14px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.amis-scope .cxd-Picker-input input {
  flex-basis: 1.875rem;
  flex-grow: 1;
  outline: none;
  background: transparent;
  border: none;
  color: #151b26;
  width: 100%;
  height: 1.5;
}

.amis-scope .cxd-Picker-input input::placeholder {
  color: #b8babf;
  user-select: none;
}

.amis-scope .cxd-Picker-input:hover {
  border-color: #2468f2;
}

.amis-scope .cxd-Picker-input--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .cxd-Picker-input--borderNone {
  border-color: transparent !important;
}

.amis-scope .cxd-Picker.is-error > .cxd-Picker-input {
  border-color: #f23d3d;
  background: #ffffff;
  transition: all 0s;
}

.amis-scope .cxd-Picker.is-focused > .cxd-Picker-input {
  border-color: #2468f2;
  box-shadow: none;
  background: #ffffff;
  transition: all 0s;
}

.amis-scope .cxd-Picker.is-error.is-focused > .cxd-Picker-input {
  border-color: #f23d3d;
  background: #ffffff;
}

.amis-scope .cxd-Picker.is-disabled > .cxd-Picker-input {
  color: #b8babf;
  background: #f7f8fa;
  border-color: #e8e9eb;
  transition: all 0s;
}

.amis-scope .cxd-Picker.is-disabled > .cxd-Picker-input > input {
  color: #b8babf;
}

.amis-scope .cxd-Picker-spinner {
  line-height: calc( 1.5 * 14px );
}

.amis-scope .cxd-Picker-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  text-decoration: none;
}

.amis-scope .cxd-Picker-clear svg {
  fill: #d4d6d9;
  width: 14px;
  height: 14px;
}

.amis-scope .cxd-Picker-clear:hover svg {
  fill: #5c5f66;
}

.amis-scope .cxd-Picker-clear:active svg {
  fill: #303540;
}

.amis-scope .cxd-Picker-revealPassword {
  cursor: pointer;
  color: #b8babf;
}

@media (min-width: 576px) {
  .amis-scope .cxd-Picker.cxd-Form-control--sizeXs > .cxd-Picker-input,
  .amis-scope .cxd-Picker.cxd-Form-control--sizeSm > .cxd-Picker-input,
  .amis-scope .cxd-Picker.cxd-Form-control--sizeMd > .cxd-Picker-input,
  .amis-scope .cxd-Picker.cxd-Form-control--sizeLg > .cxd-Picker-input {
    min-width: 100%;
    display: inline-flex;
  }
}

.amis-scope .cxd-Picker-input:hover {
  background: #ffffff;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
}

.amis-scope .cxd-Picker.is-focused > .cxd-Picker-input {
  box-shadow: none;
  background-color: #ffffff;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #7dadff #7dadff #7dadff #7dadff;
}

.amis-scope .cxd-Picker.is-disabled {
  pointer-events: none;
  opacity: var(--Button-onDisabled-opacity);
}

.amis-scope .cxd-Picker.is-disabled .cxd-Picker-placeholder {
  color: #b8babf;
  font-size: 14px;
  font-weight: 400;
}

.amis-scope .cxd-Picker.is-disabled > .cxd-Picker-input {
  color: #b8babf;
  font-size: 14px;
  font-weight: 400;
  background-color: #f7f8fa;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
}

.amis-scope .cxd-Picker-placeholder {
  color: #b8babf;
  font-size: 14px;
  font-weight: 400;
  user-select: none;
  position: absolute;
  line-height: 1.5;
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
}

.amis-scope .cxd-Picker-input {
  min-height: 2rem;
  height: auto;
  padding: 0;
  flex-wrap: nowrap;
  background-color: #ffffff;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
}

.amis-scope .cxd-Picker .cxd-Picker-values {
  display: inline;
}

.amis-scope .cxd-Picker-valueWrap {
  flex-grow: 1;
  position: relative;
  padding: calc(
    (
        2rem - 1.5 *
          14px - 0.125rem
      ) / 2
  ) 0.625rem;
}

.amis-scope .cxd-Picker-valueWrap > input {
  width: 1rem;
  display: inline-block;
}

.amis-scope .cxd-Picker .cxd-Picker-valueWrap {
  margin-bottom: calc(0.25rem * -1);
  line-height: 1;
}

.amis-scope .cxd-Picker .cxd-Picker-value {
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  vertical-align: middle;
  line-height: calc( 1.5 * 14px - 0.125rem );
  display: inline-block;
  font-size: 12px;
  color: #2468f2;
  font-weight: 400;
  background: #cce5ff;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #7dadff #7dadff #7dadff #7dadff;
  border-radius: 4px 4px 4px 4px;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.amis-scope .cxd-Picker .cxd-Picker-valueIcon {
  color: #2468f2;
  cursor: pointer;
  border-right: 0.0625rem solid #7dadff;
  padding: 1px 5px;
}

.amis-scope .cxd-Picker .cxd-Picker-valueIcon:hover {
  background: #b3d7ff;
}

.amis-scope .cxd-Picker .cxd-Picker-valueLabel {
  padding: 0 0.25rem;
}

.amis-scope .cxd-Picker-btn {
  cursor: pointer;
  color: #84878c;
  flex: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amis-scope .cxd-Picker-btn svg {
  top: 0;
}

.amis-scope .cxd-Picker-btn svg {
  width: 1rem;
  height: 1rem;
}

.amis-scope .cxd-Picker-btn:hover {
  color: #2468f2;
}

.amis-scope .cxd-Picker .Picker-icon {
  width: 1rem;
  height: 1rem;
  content: '<svg viewBox="0 0 200 200" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g  fill="currentColor" fill-rule="nonzero"><path d="M181.25,0 L56.25,0 C45.8984375,0 37.5,8.3984375 37.5,18.75 L37.5,37.5 L18.75,37.5 C8.3984375,37.5 0,45.8984375 0,56.25 L0,181.25 C0,191.601562 8.3984375,200 18.75,200 L143.75,200 C154.101562,200 162.5,191.601562 162.5,181.25 L162.5,162.5 L181.25,162.5 C191.601562,162.5 200,154.101562 200,143.75 L200,18.75 C200,8.3984375 191.601562,0 181.25,0 Z M143.75,181.25 L18.75,181.25 L18.75,100 L143.75,100 L143.75,181.25 Z M181.25,143.75 L162.5,143.75 L162.5,56.25 C162.5,45.8984375 154.101562,37.5 143.75,37.5 L56.25,37.5 L56.25,18.75 L181.25,18.75 L181.25,143.75 Z" ></path></g></svg>';
}

.amis-scope .cxd-Picker-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  text-decoration: none;
  line-height: 1;
  margin-right: 0.25rem;
}

.amis-scope .cxd-Picker-clear svg {
  fill: #d4d6d9;
  width: 14px;
  height: 14px;
}

.amis-scope .cxd-Picker-clear:hover svg {
  fill: #5c5f66;
}

.amis-scope .cxd-Picker-clear:active svg {
  fill: #303540;
}

.amis-scope .cxd-Picker-clear svg {
  top: 0;
}

.amis-scope .cxd-PickerControl.is-inline .cxd-Picker {
  display: inline-block;
  min-width: 9.375rem;
}

.amis-scope .cxd-QrCode {
  min-height: 2rem;
  padding: 0.4375rem 0;
}

.amis-scope .cxd-TagControl {
  position: relative;
}

.amis-scope .cxd-TagControl-input.is-disabled {
  border-style: dashed;
  background: transparent;
}

.amis-scope .cxd-TagControl.is-inline {
  display: inline-block;
}

.amis-scope .cxd-TagControl > .cxd-TagControl-popover {
  padding: 0;
  border: none;
  width: 100%;
  margin-top: 0.25rem;
}

.amis-scope .cxd-TagControl > .cxd-TagControl-popover.cxd-PopOver--leftBottomLeftTop {
  top: 100% !important;
}

.amis-scope .cxd-TagControl > .cxd-TagControl-popover.cxd-PopOver--leftTopLeftBottom {
  top: auto !important;
  bottom: 100% !important;
}

.amis-scope .cxd-TagControl-sug {
  margin-top: 0.25rem;
}

.amis-scope .cxd-TagControl-sugTip {
  color: #2468f2;
  margin-bottom: 0.25rem;
}

.amis-scope .cxd-TagControl-sugItem {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 2px 2px 2px 2px;
  height: 1.875rem;
  padding: calc(
    (
        1.875rem - 1px * 2 -
          1.5 *
          12px
      ) / 2
  ) 0.625rem calc(
    (
        1.875rem - 1px * 2 -
          1.5 *
          12px
      ) / 2
  ) 0.625rem;
  margin: 0rem 0rem 0rem 0rem;
  color: #151b26;
  background: transparent;
  border-color: #d4d6d9 #d4d6d9 #d4d6d9 #d4d6d9;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: none;
}

.amis-scope .cxd-TagControl-sugItem .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
.amis-scope .cxd-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .cxd-TagControl-sugItem > .pull-left {
  margin-right: 0.25rem;
  font-size: 0.875rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-TagControl-sugItem .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
.amis-scope .cxd-TagControl-sugItem > .pull-right {
  font-size: 0.875rem;
  margin-left: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-TagControl-sugItem .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
.amis-scope .cxd-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .cxd-TagControl-sugItem > .pull-left {
  font-size: 0.875rem;
  margin-right: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-TagControl-sugItem .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
.amis-scope .cxd-TagControl-sugItem > .pull-right {
  font-size: 0.875rem;
  margin-left: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

.amis-scope .cxd-TagControl-sugItem.cxd-Button--iconOnly {
  min-width: 1.875rem;
  padding: 0;
}

.amis-scope .cxd-TagControl-sugItem.cxd-Button--iconOnly:not(.cxd-Button--link) > svg.icon {
  width: 0.875rem;
  height: 0.875rem;
}

.amis-scope .cxd-TagControl-sugItem.cxd-Button--iconOnly:not(.cxd-Button--link) > .fa,
.amis-scope .cxd-TagControl-sugItem.cxd-Button--iconOnly:not(.cxd-Button--link) > .iconfont {
  font-size: 0.875rem;
}

.amis-scope .cxd-TagControl-sugItem.cxd-Button--iconOnly:not(.cxd-Button--link) > .iconfont {
  line-height: 1;
}

.amis-scope .cxd-TagControl-sugItem img.cxd-Button-icon {
  height: 0.875rem;
  vertical-align: middle;
}

.amis-scope .cxd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover {
  color: #151b26;
  background: #e8e9eb;
  border-color: #b8babf #b8babf #b8babf #b8babf;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: none;
}

.amis-scope .cxd-TagControl-sugItem:not(:disabled):not(.is-disabled).hover {
  color: #151b26;
  background: #e8e9eb;
  border-color: #b8babf #b8babf #b8babf #b8babf;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: none;
}

.amis-scope .cxd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
  color: #151b26;
  background: #e8e9eb;
  border-color: #84878c #84878c #84878c #84878c;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-TagControl-sugItem:not(:disabled):not(.is-disabled).active {
  color: #151b26;
  background: #e8e9eb;
  border-color: #84878c #84878c #84878c #84878c;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-TagControl-sugItem:disabled,
.amis-scope .cxd-TagControl-sugItem.is-disabled {
  color: #b8babf;
  background: #f7f8fa;
  border-color: #f7f8fa #f7f8fa #f7f8fa #f7f8fa;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-TagControl-sugItem.is-disabled {
  pointer-events: none;
  opacity: var(--Button-onDisabled-opacity);
}

.amis-scope .cxd-TagControl.is-error > .cxd-ResultBox {
  border-color: #f23d3d;
  background: #ffffff;
}

.amis-scope .cxd-TagControl-popover.cxd-PopOver--leftBottomLeftTop > .cxd-ListMenu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.amis-scope .cxd-TagControl-popover.cxd-PopOver--leftTopLeftBottom > .cxd-ListMenu {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.amis-scope .cxd-TagControl-popover .cxd-ListMenu {
  padding: 0.25rem 0;
}

.amis-scope .cxd-TagControl-popover .cxd-ListMenu-item {
  height: 2rem;
  color: #151b26;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
  background: #ffffff;
}

.amis-scope .cxd-TagControl-popover .cxd-ListMenu-item:hover {
  color: #2468f2;
  background: #e6f0ff;
}

.amis-scope .cxd-Rating {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
  content: '[{"value":"#abadb1","id":2},{"value":"#787b81","id":3},{"value":"#ffa900","id":5}]';
}

.amis-scope .cxd-Rating > ul {
  display: flex;
  padding: unset;
  margin: unset;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.amis-scope .cxd-Rating-star {
  position: relative;
  margin-right: 0.5rem;
  overflow: hidden;
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  color: #f2f3f5;
}

.amis-scope .cxd-Rating-star-half > svg.icon,
.amis-scope .cxd-Rating-star > svg.icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
}

.amis-scope .cxd-Rating-star:last-of-type {
  margin-right: 0;
}

.amis-scope .cxd-Rating-star.is-disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.amis-scope .cxd-Rating-star-half {
  position: absolute;
  overflow: hidden;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  width: 50%;
}

.amis-scope .cxd-Rating-text {
  font-size: 14px;
  color: #151b26;
  font-weight: 400;
  line-height: 1.5;
}

.amis-scope .cxd-Rating-text--left {
  margin-right: 0.5rem;
}

.amis-scope .cxd-Rating-text--right {
  margin-left: 0.5rem;
}

.amis-scope .Rating-star-icon {
  content: '<svg class="icon" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="currentColor" d="M4.99672493,4.37617062 L1.28100904,4.93702533 C0.463702827,5.06039054 -0.102812689,5.85030962 0.0156612291,6.70135899 C0.0628630935,7.04043042 0.216147743,7.35382434 0.451761131,7.59297508 L3.14101949,10.3226082 L3.14101949,10.3226082 L2.50531937,14.1787855 C2.3655991,15.0263332 2.91216489,15.8313483 3.72610824,15.9768371 C4.05030943,16.0347866 4.38381497,15.9798039 4.67496871,15.8204054 L7.99934906,14.0003997 L7.99934906,14.0003997 L11.3254267,15.8208814 C12.0564401,16.2209912 12.9605363,15.9282748 13.3447823,15.167081 C13.4978067,14.8639388 13.5505833,14.5167196 13.4949403,14.1791872 L12.859174,10.3226082 L12.859174,10.3226082 L15.5482634,7.59400813 C16.1397301,6.99385103 16.1519752,6.00805341 15.5756136,5.39216751 C15.3460036,5.14681192 15.0450939,4.98715562 14.7195072,4.93793566 L11.0034685,4.37617062 L11.0034685,4.37617062 L9.34151455,0.868493275 C8.97611971,0.0973002947 8.07952072,-0.219434766 7.33890469,0.161045701 C7.04395753,0.312570398 6.80521255,0.561123051 6.65963735,0.868217393 L4.99672493,4.37617062 L4.99672493,4.37617062 Z"></path></svg>';
}

.amis-scope .cxd-RatingControl {
  position: relative;
  overflow: hidden;
}

.amis-scope .cxd-Transfer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 18.75rem;
  position: relative;
}

.amis-scope .cxd-Transfer-searchbox {
  width: 100%;
}

.amis-scope .cxd-Transfer--inline {
  display: inline-flex;
  flex-wrap: nowrap;
}

.amis-scope .cxd-Transfer-title {
  display: flex;
  align-items: center;
  background: #f7f8fa;
  color: #151b26;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--transfer-base-title-font-family);
  padding: 0.5rem 0.875rem 0.5rem 0.875rem;
  flex-direction: row;
  width: 100%;
}

.amis-scope .cxd-Transfer-title--light {
  background: transparent;
}

.amis-scope .cxd-Transfer-title > span {
  flex-grow: 1;
}

.amis-scope .cxd-Transfer-select,
.amis-scope .cxd-Transfer-result {
  overflow: hidden;
  width: 0;
  min-width: 12.5rem;
  max-height: 25rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-radius: 4px 4px 2px 2px;
}

.amis-scope .cxd-Transfer-select > .cxd-Transfer-selection,
.amis-scope .cxd-Transfer-result > .cxd-Transfer-value {
  flex-grow: 1;
  max-height: 100%;
  overflow: auto;
  position: relative;
  padding: 0rem 0rem 0rem 0rem;
  width: 100%;
}

.amis-scope .cxd-Transfer .cxd-GroupedSelection-item,
.amis-scope .cxd-Transfer .cxd-Selections-item {
  padding: 0.5rem 0.875rem 0.5rem 0.875rem;
  margin: 0rem 0rem 0rem 0rem;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  color: #151b26;
}

.amis-scope .cxd-Transfer .cxd-ChainedSelection-item {
  padding: 0.5rem 0.625rem 0.5rem 0.625rem;
  margin: 0rem 0rem 0rem 0rem;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  color: #151b26;
}

.amis-scope .cxd-Transfer .cxd-GroupedSelection-group > .cxd-GroupedSelection-itemLabel {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #84878c;
}

.amis-scope .cxd-Transfer-select > .cxd-ChainedSelection {
  min-height: unset;
  overflow: hidden;
}

.amis-scope .cxd-Transfer-select > .cxd-ChainedSelection .cxd-ChainedSelection-col {
  height: 100%;
  overflow: auto;
  min-width: unset;
  flex: 1 1 0;
}

.amis-scope .cxd-Transfer .cxd--ResultTreeList {
  border-top: 1px solid #e8e9eb;
}

.amis-scope .cxd-Transfer .cxd-AssociatedSelection {
  overflow: hidden;
}

.amis-scope .cxd-Transfer .cxd-AssociatedSelection-left,
.amis-scope .cxd-Transfer .cxd-AssociatedSelection-right {
  min-height: unset;
}

.amis-scope .cxd-Transfer-select {
  overflow: hidden;
}

.amis-scope .cxd-Transfer-selection .cxd-ListSelection-placeholder {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.amis-scope .cxd-Transfer-selection.cxd-Tree .cxd-Tree-itemLabel.is-checked:hover .cxd-Tree-itemLabel-item > .cxd-Tree-itemText,
.amis-scope .cxd-Transfer-selection.cxd-Tree .cxd-Tree-itemLabel:hover .cxd-Tree-itemLabel-item > .cxd-Tree-itemText,
.amis-scope .cxd-Transfer-selection.cxd-AssociatedSelection .cxd-Tree-itemLabel.is-checked:hover .cxd-Tree-itemLabel-item > .cxd-Tree-itemText,
.amis-scope .cxd-Transfer-selection.cxd-AssociatedSelection .cxd-Tree-itemLabel:hover .cxd-Tree-itemLabel-item > .cxd-Tree-itemText {
  background-color: unset;
}

.amis-scope .cxd-Transfer-selection.cxd-Tree .cxd-Tree-itemLabel.is-checked:hover .cxd-Tree-itemLabel-item > .cxd-Tree-itemText:active,
.amis-scope .cxd-Transfer-selection.cxd-Tree .cxd-Tree-itemLabel:hover .cxd-Tree-itemLabel-item > .cxd-Tree-itemText:active,
.amis-scope .cxd-Transfer-selection.cxd-AssociatedSelection .cxd-Tree-itemLabel.is-checked:hover .cxd-Tree-itemLabel-item > .cxd-Tree-itemText:active,
.amis-scope .cxd-Transfer-selection.cxd-AssociatedSelection .cxd-Tree-itemLabel:hover .cxd-Tree-itemLabel-item > .cxd-Tree-itemText:active {
  background-color: unset;
}

.amis-scope .cxd-Transfer-selection.cxd-Tree .cxd-Tree-itemLabel-item,
.amis-scope .cxd-Transfer-selection.cxd-AssociatedSelection .cxd-Tree-itemLabel-item {
  display: flex;
  align-items: center;
}

.amis-scope .cxd-Transfer-selection.cxd-Tree .cxd-Tree-itemLabel-item > .cxd-Tree-itemText,
.amis-scope .cxd-Transfer-selection.cxd-AssociatedSelection .cxd-Tree-itemLabel-item > .cxd-Tree-itemText {
  max-width: unset;
  line-height: unset;
  top: unset;
}

.amis-scope .cxd-Transfer-selection.cxd-Tree .cxd-Tree-itemLabel-item > .cxd-Tree-itemText > span.is-invalid,
.amis-scope .cxd-Transfer-selection.cxd-AssociatedSelection .cxd-Tree-itemLabel-item > .cxd-Tree-itemText > span.is-invalid {
  color: #f23d3d;
}

.amis-scope .cxd-Transfer-search {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  width: 100%;
}

.amis-scope .cxd-Transfer-search .cxd-InputBox {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #151b26;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 0px 0px 0px transparent;
  padding: 0.375rem 0.75rem 0.375rem 0.75rem;
}

.amis-scope .cxd-Transfer-search .cxd-InputBox:hover {
  border-color: #144bcc;
}

.amis-scope .cxd-Transfer-search .cxd-InputBox.is-focused {
  border-color: #144bcc;
}

.amis-scope .cxd-Transfer-search .cxd-InputBox input {
  color: #151b26;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  height: 1.5;
}

.amis-scope .cxd-Transfer-search .cxd-InputBox input::placeholder {
  color: #b8babf;
}

.amis-scope .cxd-Transfer-mid {
  min-width: 0.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.amis-scope .cxd-Transfer-arrow {
  width: 40px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e8e9eb;
  margin: 0 10px;
  color: #84878c;
}

.amis-scope .cxd-Transfer-arrow > svg {
  top: 0;
  width: 14px;
  height: 14px;
}

.amis-scope .cxd-Transfer-checkAll,
.amis-scope .cxd-Transfer-clearAll {
  user-select: none;
  cursor: pointer;
}

.amis-scope .cxd-Transfer-checkAll.is-disabled,
.amis-scope .cxd-Transfer-clearAll.is-disabled {
  pointer-events: none;
  color: #b8babf;
}

.amis-scope .cxd-Transfer .cxd-Tree {
  padding: 0.25rem 0.75rem 0.25rem 0.75rem;
  margin: 0rem 0rem 0.125rem 0rem;
}

.amis-scope .cxd-Transfer .cxd-Tree-itemLabel:hover::after {
  left: 0;
}

.amis-scope .cxd-Transfer .cxd-Tree-itemLabel {
  padding: 0rem 0rem 0rem 0.625rem;
  margin: 0rem 0rem 0.375rem 0rem;
  border-radius: 2px 2px 2px 2px;
  overflow: hidden;
}

.amis-scope .cxd-Transfer .cxd-Tree-itemLabel:hover {
  background: #f7f8fa;
}

.amis-scope .cxd-Transfer .cxd-Tree-itemLabel:hover .cxd-Tree-itemLabel-item {
  background: #f7f8fa;
}

.amis-scope .cxd-Transfer .cxd-Tree-itemLabel.is-checked {
  background: #e6f0ff;
}

.amis-scope .cxd-Transfer .cxd-Tree-itemLabel.is-checked .cxd-Tree-itemLabel-item {
  background: #e6f0ff;
}

.amis-scope .cxd-Transfer .cxd-Tree-itemText {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  color: #151b26;
}

.amis-scope .cxd-Transfer .cxd-Table-content .cxd-Table-table > thead > tr > th {
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  background: #f7f8fa;
  color: #151b26;
  line-height: 1.5;
  font-size: 14px;
}

.amis-scope .cxd-Transfer .cxd-Table-content .cxd-Table-table > thead > tr > th:last-child {
  padding-right: 1.125rem;
}

.amis-scope .cxd-Transfer .cxd-Table-content .cxd-Table-table > tbody > tr > td {
  padding: 0.375rem 0.75rem 0.5rem 0.75rem;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
}

.amis-scope .cxd-Transfer .cxd-Table-content .cxd-Table-table > tbody > tr > td > span.is-invalid {
  color: #f23d3d;
}

.amis-scope .cxd-Transfer .cxd-Table-content .cxd-Table-table > tbody > tr > td:last-child {
  padding-right: 1.125rem;
}

.amis-scope .cxd-Transfer .cxd-Selections .cxd-TableSelection .cxd-Table-table > thead > tr,
.amis-scope .cxd-Transfer .cxd-Selections .cxd-TableSelection .cxd-Table-table > tbody > tr {
  height: auto;
}

.amis-scope .cxd-TabsTransfer .cxd-Transfer-title {
  height: 40px;
}

.amis-scope .cxd-TabsTransfer-tabs .cxd-Tabs-linksContainer {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  background-color: #f7f7f9;
}

.amis-scope .cxd-TabsTransfer .cxd-Tree.cxd-Transfer-checkboxes {
  width: 100%;
}

.amis-scope .cxd-TabsTransfer-search {
  margin: 0.5rem 0.5rem;
}

.amis-scope .cxd-TabsTransfer-search .cxd-InputBox {
  border: 1px solid #e8e9eb;
}

.amis-scope .cxd-TabsTransfer .cxd-Transfer-result .cxd-Transfer-title {
  height: 2.5rem;
  line-height: 2.5rem;
}

.amis-scope .cxd-TabsTransfer-placeholder {
  height: 2rem;
  line-height: 1.5;
  font-size: 14px;
  padding: calc( ( 2rem - 1.5 * 14px ) / 2 ) 0.5rem;
  color: #b8babf;
}

.amis-scope .cxd-TabsTransfer-tab {
  padding: 0;
  overflow: auto;
}

.amis-scope .cxd-TabsTransfer-tabs {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links {
  border-top: 0 none;
  padding: 5px 0 0 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-Tabs-link > a:first-child {
  font-size: 12px;
  padding: 7px 8px;
}

.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links .cxd-TabsTransfer-tabsMid {
  flex-grow: 1;
}

.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-SearchBox {
  margin: -5px 5px 0 10px;
}

.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-SearchBox.is-active {
  width: 150px;
  margin-right: 10px;
  padding-left: 10px;
}

.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content {
  flex-grow: 1;
  min-height: 0;
  position: relative;
  padding: 5px 0 0;
}

.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane {
  position: relative;
  height: 100%;
}

.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane.is-active {
  display: flex;
  flex-direction: column;
}

.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane.is-active > .cxd-Transfer-selection {
  flex-grow: 1;
  max-height: 100%;
  overflow: auto;
}

.amis-scope .cxd-TransferControl {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 0px 0px transparent;
}

.amis-scope .cxd-TransferControl.is-inline {
  display: inline-block;
}

.amis-scope .cxd-TransferPicker-icon {
  transition: transform 0s ease-out;
  margin: 5px 5px 5px auto;
  display: flex;
  color: #84878c;
}

.amis-scope .cxd-TransferPicker-icon:hover {
  color: #84878c;
}

.amis-scope .cxd-TransferPicker-icon > svg {
  width: 0.75rem;
  height: 0.75rem;
  top: 0;
}

.amis-scope .cxd-TransferDropDown:hover {
  border: 0.0625rem solid ver(--menu-active-color);
}

.amis-scope .cxd-TransferDropDown-icon {
  transform: rotate(90deg);
  transition: transform 0s ease-out;
  margin: 0.3125rem 0 0.3125rem auto;
  display: flex;
  color: #84878c;
}

.amis-scope .cxd-TransferDropDown-icon:hover {
  color: #84878c;
}

.amis-scope .cxd-TransferDropDown-icon > svg {
  width: 0.625rem;
  height: 0.625rem;
  top: 0;
}

.amis-scope .cxd-TransferDropDown.is-active .cxd-TransferDropDown-icon {
  transform: rotate(-90deg);
}

.amis-scope .cxd-TransferDropDown-content {
  min-width: 25rem;
  display: flex;
  flex-direction: column;
  padding: 0.25rem 0;
}

.amis-scope .cxd-TransferDropDown-content.is-mobile {
  width: 100%;
}

.amis-scope .cxd-TransferDropDown-content > .cxd-Transfer-selection {
  flex-grow: 1;
  max-height: 21.875rem;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

.amis-scope .cxd-NestedSelectControl {
  position: relative;
}

.amis-scope .cxd-NestedSelectControl .cxd-NestedSelect-menu {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  box-shadow: 0 0.125rem 0.5rem 0 rgba(7, 12, 20, 0.12);
}

.amis-scope .cxd-NestedSelect {
  position: relative;
}

.amis-scope .cxd-NestedSelect--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .cxd-NestedSelect--borderNone {
  border-color: transparent !important;
}

.amis-scope .cxd-NestedSelect-optionArrowRight {
  display: inline-block;
  padding-right: 1rem;
}

.amis-scope .cxd-NestedSelect-optionArrowRight svg {
  width: 0.75rem;
  height: 0.75rem;
  fill: #84878c;
  color: #84868c;
}

.amis-scope .cxd-NestedSelect-menuOuter {
  display: flex;
}

.amis-scope .cxd-NestedSelect-noResult {
  width: 10rem;
  padding: 0 0.25rem;
  color: #b8babf;
  line-height: 1.5;
  font-size: 12px;
  user-select: none;
  padding: calc( ( 1.5rem - 1.5 * 14px ) / 2 ) 0.625rem;
}

.amis-scope .cxd-NestedSelect-menu {
  width: 10rem;
  min-width: 6.25rem;
  min-height: 2rem;
  max-height: 10.9375rem;
  background: #ffffff;
  color: #151b26;
  border: 0px solid #2468f2;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
    0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  overflow-y: auto;
  overflow-x: hidden;
}

.amis-scope .cxd-NestedSelect-menu:not(:first-child) {
  border-left: 0;
}

.amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option {
  position: relative;
  padding-left: 1rem;
  min-height: 2rem;
  line-height: 2rem;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: #151b26;
  background: transparent;
}

.amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option > .cxd-NestedSelect-optionLabel {
  flex: 1;
  height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option > .cxd-NestedSelect-optionLabel.is-disabled {
  cursor: not-allowed;
  color: #b8babf;
}

.amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option .cxd-NestedSelect-optionLabel-highlight {
  color: #2468f2;
}

.amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option.is-active {
  color: #2468f2;
  background: #ffffff;
}

.amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option:hover {
  color: #151b26;
  background: #e6f0ff;
}

.amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option:hover > .cxd-NestedSelect-childrenOuter {
  display: block;
}

.amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option.no-result {
  justify-content: center;
  cursor: default;
  color: #b8babf;
}

.amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option.no-result:hover {
  color: unset;
  background: unset;
}

.amis-scope .cxd-NestedSelect-popup {
  height: 28.75rem;
}

.amis-scope .cxd-Cascader-tabs {
  display: flex;
}

.amis-scope .cxd-Cascader-tabs.scrollable {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.amis-scope .cxd-Cascader-tabs.scrollable::-webkit-scrollbar {
  display: none;
}

.amis-scope .cxd-Cascader-tab {
  flex: 1;
  width: calc((100vw - 20px) / 3);
  height: 23.125rem;
  overflow-y: auto;
  display: inline-block;
}

.amis-scope .cxd-Cascader-tab::-webkit-scrollbar {
  display: none;
}

.amis-scope .cxd-Cascader {
  width: 100%;
  padding: 0 10px;
}

.amis-scope .cxd-Cascader-Nav {
  overflow-x: auto;
}

.amis-scope .cxd-Cascader-NavItem {
  display: inline-block;
  margin-right: 0.625rem;
  list-style: none;
  cursor: pointer;
  user-select: none;
  padding: 0 0.375rem;
}

.amis-scope .cxd-Cascader-btnGroup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.75rem;
}

.amis-scope .cxd-Cascader-options {
  box-sizing: border-box;
  height: var(--Cascader-option-height);
  padding-top: 0.375rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
}

.amis-scope .cxd-Cascader-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.375rem 0;
  font-size: 14px;
  line-height: var(--Cascader-option-lineHeight);
  cursor: pointer;
  position: relative;
}

.amis-scope .cxd-Cascader-option.selected span {
  color: #2468f2;
}

.amis-scope .cxd-Cascader-option.disabled span {
  color: gray;
}

.amis-scope .cxd-Cascader-option--text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
}

.amis-scope .cxd-Cascader-option-selectedNum {
  min-width: 1rem;
  height: 1rem;
  line-height: 1rem;
  border-radius: 100%;
  text-align: center;
  background: #2468f2;
  color: #ffffff !important;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.amis-scope .cxd-Cascader-icon {
  color: #2468f2;
}

.amis-scope .cxd-Cascader-tab {
  padding: 0;
}

.amis-scope .cxd-Cascader-btnCancel {
  color: #666;
}

.amis-scope .cxd-IconPickerControl {
  position: relative;
  max-width: 100%;
}

.amis-scope .cxd-IconPickerControl.is-inline {
  display: inline-block;
  width: 12.5rem;
}

.amis-scope .cxd-IconPickerControl-input {
  display: flex;
  background: #ffffff;
  border: 0.0625rem solid #e8e9eb;
  border-radius: 4px;
  line-height: 1.5;
  padding: calc(
    (
        2rem - 1.5 *
          14px - 0.125rem
      ) / 2
  ) 0.625rem;
  font-size: 14px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.amis-scope .cxd-IconPickerControl-input input {
  flex-basis: 1.875rem;
  flex-grow: 1;
  outline: none;
  background: transparent;
  border: none;
  color: #151b26;
  width: 100%;
  height: 1.5;
}

.amis-scope .cxd-IconPickerControl-input input::placeholder {
  color: #b8babf;
  user-select: none;
}

.amis-scope .cxd-IconPickerControl-input:hover {
  border-color: #2468f2;
}

.amis-scope .cxd-IconPickerControl-input--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .cxd-IconPickerControl-input--borderNone {
  border-color: transparent !important;
}

.amis-scope .cxd-IconPickerControl.is-error > .cxd-IconPickerControl-input {
  border-color: #f23d3d;
  background: #ffffff;
  transition: all 0s;
}

.amis-scope .cxd-IconPickerControl.is-focused > .cxd-IconPickerControl-input {
  border-color: #2468f2;
  box-shadow: none;
  background: #ffffff;
  transition: all 0s;
}

.amis-scope .cxd-IconPickerControl.is-error.is-focused > .cxd-IconPickerControl-input {
  border-color: #f23d3d;
  background: #ffffff;
}

.amis-scope .cxd-IconPickerControl.is-disabled > .cxd-IconPickerControl-input {
  color: #b8babf;
  background: #f7f8fa;
  border-color: #e8e9eb;
  transition: all 0s;
}

.amis-scope .cxd-IconPickerControl.is-disabled > .cxd-IconPickerControl-input > input {
  color: #b8babf;
}

.amis-scope .cxd-IconPickerControl-spinner {
  line-height: calc( 1.5 * 14px );
}

.amis-scope .cxd-IconPickerControl-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  text-decoration: none;
}

.amis-scope .cxd-IconPickerControl-clear svg {
  fill: #d4d6d9;
  width: 14px;
  height: 14px;
}

.amis-scope .cxd-IconPickerControl-clear:hover svg {
  fill: #5c5f66;
}

.amis-scope .cxd-IconPickerControl-clear:active svg {
  fill: #303540;
}

.amis-scope .cxd-IconPickerControl-revealPassword {
  cursor: pointer;
  color: #b8babf;
}

@media (min-width: 576px) {
  .amis-scope .cxd-IconPickerControl.cxd-Form-control--sizeXs > .cxd-IconPickerControl-input,
  .amis-scope .cxd-IconPickerControl.cxd-Form-control--sizeSm > .cxd-IconPickerControl-input,
  .amis-scope .cxd-IconPickerControl.cxd-Form-control--sizeMd > .cxd-IconPickerControl-input,
  .amis-scope .cxd-IconPickerControl.cxd-Form-control--sizeLg > .cxd-IconPickerControl-input {
    min-width: 100%;
    display: inline-flex;
  }
}

.amis-scope .cxd-IconPickerControl-placeholder {
  color: #b8babf;
  user-select: none;
  line-height: 1.5;
  position: absolute;
  left: 2px;
  overflow: hidden;
  width: 100%;
}

.amis-scope .cxd-IconPickerControl-valueWrap {
  justify-content: space-between;
  flex-grow: 1;
  line-height: 1;
  white-space: nowrap;
  width: 100%;
  position: relative;
}

.amis-scope .cxd-IconPickerControl-valueWrap > input {
  display: inline-block;
  width: 100% !important;
  vertical-align: middle;
}

.amis-scope .cxd-IconPickerControl-input--withAC {
  position: relative;
  flex-wrap: wrap;
  width: 100%;
}

.amis-scope .cxd-IconPickerControl-input--withAC > input {
  width: auto;
}

.amis-scope .cxd-IconPickerControl-sugsPanel {
  position: absolute;
  background: #ffffff;
  color: #151b26;
  border: 0.0625rem solid #2468f2;
  left: -0.0625rem;
  right: -0.0625rem;
  top: 100%;
  z-index: 10;
  height: auto;
}

.amis-scope .cxd-IconPickerControl-tabs {
  background: #f0f3f4;
}

.amis-scope .cxd-IconPickerControl-tab {
  display: inline-block;
  padding: 0 0.625rem;
  height: 1.875rem;
  line-height: 1.875rem;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  user-select: none;
}

.amis-scope .cxd-IconPickerControl-tab.active {
  background: #ffffff;
}

.amis-scope .cxd-IconPickerControl-sugs {
  position: relative;
  padding: 0.25rem;
  max-height: 21.875rem;
  overflow-y: auto;
}

.amis-scope .cxd-IconPickerControl-sugItem {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  text-align: center;
  line-height: 1.75rem;
  cursor: pointer;
}

.amis-scope .cxd-IconPickerControl-sugItem:hover {
  background: #e6f0ff;
}

.amis-scope .cxd-IconPickerControl-sugItem.is-active {
  color: #ffffff;
  background: #2468f2;
}

.amis-scope .cxd-IconPickerControl-value {
  position: absolute;
  user-select: none;
  line-height: calc( 1.5 * 14px );
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

.amis-scope .cxd-IconPickerControl-value > i {
  display: inline-block;
  margin-right: 0.25rem;
}

.amis-scope .cxd-IconSelectControl {
  position: relative;
  max-width: 100%;
}

.amis-scope .cxd-IconSelectControl.is-inline {
  display: inline-block;
  width: 12.5rem;
}

.amis-scope .cxd-IconSelectControl-input {
  display: flex;
  background: #ffffff;
  border: 0.0625rem solid #e8e9eb;
  border-radius: 4px;
  line-height: 1.5;
  padding: calc(
    (
        2rem - 1.5 *
          14px - 0.125rem
      ) / 2
  ) 0.625rem;
  font-size: 14px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.amis-scope .cxd-IconSelectControl-input input {
  flex-basis: 1.875rem;
  flex-grow: 1;
  outline: none;
  background: transparent;
  border: none;
  color: #151b26;
  width: 100%;
  height: 1.5;
}

.amis-scope .cxd-IconSelectControl-input input::placeholder {
  color: #b8babf;
  user-select: none;
}

.amis-scope .cxd-IconSelectControl-input:hover {
  border-color: #2468f2;
}

.amis-scope .cxd-IconSelectControl-input--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .cxd-IconSelectControl-input--borderNone {
  border-color: transparent !important;
}

.amis-scope .cxd-IconSelectControl.is-error > .cxd-IconSelectControl-input {
  border-color: #f23d3d;
  background: #ffffff;
  transition: all 0s;
}

.amis-scope .cxd-IconSelectControl.is-focused > .cxd-IconSelectControl-input {
  border-color: #2468f2;
  box-shadow: none;
  background: #ffffff;
  transition: all 0s;
}

.amis-scope .cxd-IconSelectControl.is-error.is-focused > .cxd-IconSelectControl-input {
  border-color: #f23d3d;
  background: #ffffff;
}

.amis-scope .cxd-IconSelectControl.is-disabled > .cxd-IconSelectControl-input {
  color: #b8babf;
  background: #f7f8fa;
  border-color: #e8e9eb;
  transition: all 0s;
}

.amis-scope .cxd-IconSelectControl.is-disabled > .cxd-IconSelectControl-input > input {
  color: #b8babf;
}

.amis-scope .cxd-IconSelectControl-spinner {
  line-height: calc( 1.5 * 14px );
}

.amis-scope .cxd-IconSelectControl-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  text-decoration: none;
}

.amis-scope .cxd-IconSelectControl-clear svg {
  fill: #d4d6d9;
  width: 14px;
  height: 14px;
}

.amis-scope .cxd-IconSelectControl-clear:hover svg {
  fill: #5c5f66;
}

.amis-scope .cxd-IconSelectControl-clear:active svg {
  fill: #303540;
}

.amis-scope .cxd-IconSelectControl-revealPassword {
  cursor: pointer;
  color: #b8babf;
}

@media (min-width: 576px) {
  .amis-scope .cxd-IconSelectControl.cxd-Form-control--sizeXs > .cxd-IconSelectControl-input,
  .amis-scope .cxd-IconSelectControl.cxd-Form-control--sizeSm > .cxd-IconSelectControl-input,
  .amis-scope .cxd-IconSelectControl.cxd-Form-control--sizeMd > .cxd-IconSelectControl-input,
  .amis-scope .cxd-IconSelectControl.cxd-Form-control--sizeLg > .cxd-IconSelectControl-input {
    min-width: 100%;
    display: inline-flex;
  }
}

.amis-scope .cxd-IconSelectControl-clear {
  position: absolute;
  right: 0.625rem;
}

.amis-scope .cxd-IconSelectControl-Modal-search.cxd-SearchBox {
  width: 15.375rem;
}

.amis-scope .cxd-IconSelectControl-Modal-refresh {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.75rem;
}

.amis-scope .cxd-IconSelectControl-Modal-func {
  display: inline-block;
  margin-left: 12px;
}

.amis-scope .cxd-IconSelectControl-Modal-content {
  display: flex;
  position: relative;
  margin-top: 0.75rem;
  height: 50vh;
  align-items: stretch;
  border: 1px solid #e8e9eb;
  border-radius: 6px;
}

.amis-scope .cxd-IconSelectControl-Modal-content-aside {
  border-right: 1px solid #e8e9eb;
  overflow-x: hidden;
  overflow-y: auto;
}

.amis-scope .cxd-IconSelectControl-Modal-content-main {
  flex: 1;
  overflow: auto;
}

.amis-scope .cxd-IconSelectControl-input {
  overflow: hidden;
}

.amis-scope .cxd-IconSelectControl-input-area {
  min-height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.amis-scope .cxd-IconSelectControl-input-area img.icon {
  height: 0.75rem;
  margin-right: 0.375rem;
}

.amis-scope .cxd-IconSelectControl-input-area-str-svg {
  height: 14px;
}

.amis-scope .cxd-IconSelectControl-input-area-str-svg svg {
  width: 100%;
  height: 100%;
}

.amis-scope .cxd-IconSelectControl-input-area-iconfont {
  margin-right: 0.375rem;
}

.amis-scope .cxd-IconSelectControl-input-wrapper {
  width: 100%;
}

.amis-scope .cxd-IconSelectControl-input-icon-show {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
}

.amis-scope .cxd-IconSelectControl-input-icon-show > svg {
  width: 100%;
  height: 100%;
}

.amis-scope .cxd-IconSelectControl-input-icon-id {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amis-scope .cxd-IconSelectControl-input-icon-placeholder {
  color: #b8babf;
  user-select: none;
}

.amis-scope .cxd-IconSelectControl-type-list {
  display: flex;
  padding: 0;
  margin: 0;
  width: 5.5rem;
  flex-direction: column;
  list-style: none;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  overflow: auto;
  font-size: 12px;
}

.amis-scope .cxd-IconSelectControl-type-list li {
  line-height: 2rem;
  padding: 0;
  padding-left: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.amis-scope .cxd-IconSelectControl-type-list li:hover,
.amis-scope .cxd-IconSelectControl-type-list li.active {
  color: #2468f2;
}

.amis-scope .cxd-IconSelectControl-type-list li.active {
  background-color: #e6f0ff;
}

.amis-scope .cxd-IconSelectControl-icon-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0.375rem;
}

.amis-scope .cxd-IconSelectControl-icon-list-empty {
  text-align: center;
}

.amis-scope .cxd-IconSelectControl-icon-list > li {
  padding: 0.375rem;
  width: 20%;
}

.amis-scope .cxd-IconSelectControl-icon-list-item {
  position: relative;
  padding-left: 0.75rem;
  height: 3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #e8e9eb;
  border-radius: 6px;
  cursor: pointer;
}

.amis-scope .cxd-IconSelectControl-icon-list-item:hover,
.amis-scope .cxd-IconSelectControl-icon-list-item.active {
  border-color: #2468f2;
}

.amis-scope .cxd-IconSelectControl-icon-list-item.active::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 6px;
  background-color: #2468f2;
}

.amis-scope .cxd-IconSelectControl-icon-list-item.active::after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  top: 3px;
  width: 7px;
  height: 4px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0 1px 1px;
  transform: rotate(-45deg);
}

.amis-scope .cxd-IconSelectControl-icon-list-item > svg {
  width: 1.5rem;
  height: 1.5rem;
}

.amis-scope .cxd-IconSelectControl-icon-list-item-info {
  margin-left: 0.75rem;
  overflow: hidden;
  flex: 1;
}

.amis-scope .cxd-IconSelectControl-icon-list-item-info > p {
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.amis-scope .cxd-IconSelectControl-icon-list-item-info-name {
  margin: 0;
  margin-bottom: 0.25rem;
  font-size: 12px;
  color: #151b26;
}

.amis-scope .cxd-IconSelectControl-icon-list-item-info-id {
  margin: 0;
  font-size: 12px;
  color: #84878c;
}

.amis-scope .cxd-Form {
  font-size: 14px;
  position: relative;
}

.amis-scope .cxd-Form--quickEdit > div:last-of-type {
  margin-bottom: 0;
}

.amis-scope .cxd-Form--inline > .cxd-Button {
  margin-bottom: calc(1.5rem / 2);
  margin-right: calc(1.5rem / 2);
}

.amis-scope .cxd-Form--inline > .cxd-PlainField {
  display: inline-block;
  padding-top: calc(
    (
        2rem - 1.5 *
          14px - 0.125rem
      ) / 2
  );
}

.amis-scope .cxd-Form-static {
  min-height: 2rem;
  margin-bottom: 0;
  word-break: break-word;
}

.amis-scope .cxd-Form-static:not(.is-noPaddingY-static) {
  padding-top: calc(
    (
        2rem - 1.5 *
          14px
      ) / 2
  );
  padding-bottom: calc(
    (
        2rem - 1.5 *
          14px
      ) / 2
  );
}

.amis-scope .cxd-Form-item--inline > .cxd-Form-value > .cxd-Form-static {
  display: inline-block;
  vertical-align: top;
}

.amis-scope .cxd-Form-static--borderFull {
  border: 0.0625rem solid #e8e9eb;
  border-radius: 4px;
  padding: calc(
    (
        2rem - 1.5 *
          14px - 0.125rem
      ) / 2
  ) 0.625rem;
}

.amis-scope .cxd-Form-static--borderHalf {
  border-bottom: 0.0625rem solid #e8e9eb;
  border-radius: 4px;
  padding: calc(
    (
        2rem - 1.5 *
          14px - 0.125rem
      ) / 2
  ) 0.625rem;
}

.amis-scope .cxd-Form-label {
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  position: relative;
  font-size: 14px;
  color: #5c5f66;
}

.amis-scope .cxd-Form-label > span {
  position: relative;
}

.amis-scope .cxd-Form-star {
  color: #f23d3d;
  font-size: 0.75rem;
  line-height: 1;
}

.amis-scope .cxd-Form-feedback {
  color: #f23d3d;
  list-style-type: none;
  margin: 0;
  margin-top: 0.25rem;
  padding: 0;
  font-size: 12px;
}

.amis-scope .cxd-Form-description {
  display: block;
  word-break: break-word;
  color: #84878c;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.25rem;
  font-size: 12px;
}

.amis-scope .cxd-Form-hint {
  display: inline-block;
  margin-left: 0.5rem;
  padding-top: calc(
    (
        2rem - 1.5 *
          14px - 0.125rem
      ) / 2
  );
  vertical-align: top;
}

.amis-scope .cxd-Form-item {
  margin-bottom: 1.5rem;
}

.amis-scope .cxd-Form-item:last-child {
  margin-bottom: 0;
}

.amis-scope .cxd-Form-item:last-child .cxd-Form-feedback {
  position: relative;
}

.amis-scope .cxd-Grid-form > .cxd-Form-item:last-child {
  margin-bottom: 0;
}

.amis-scope .cxd-Form--inline > .cxd-Form-item--inline:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.amis-scope .cxd-Form-item .cxd-Form-remark {
  padding-top: calc(
    (
        2rem - 1.5 *
          14px
      ) / 2
  );
  vertical-align: top;
}

.amis-scope .cxd-Form-item--inline {
  margin-right: 1rem;
}

.amis-scope .cxd-Form-item--horizontal > .cxd-Form-label {
  text-align: right;
  white-space: normal;
}

.amis-scope .cxd-Form-item--horizontal > .cxd-Form-label--left {
  text-align: left;
}

.amis-scope .cxd-Form-item--horizontal-justify {
  justify-content: space-between;
}

.amis-scope .cxd-Form-item--horizontal-justify > .cxd-Form-label {
  text-align: left;
  white-space: var(--Form--horizontal-justify-label-whiteSpace);
}

.amis-scope .cxd-Form-item--horizontal-justify > .cxd-Form-value {
  text-align: right;
}

.amis-scope .cxd-Form-item--horizontal-justify > .cxd-Form-value > * {
  text-align: initial;
}

.amis-scope .cxd-Form-item--normal > .cxd-Form-label {
  display: block;
  width: 100%;
}

.amis-scope .cxd-Form-item--normal > .cxd-Form-label .cxd-Form-star {
  position: absolute;
  left: -0.375rem;
  top: 0.1875rem;
}

.amis-scope .cxd-Form-item.is-error > .cxd-Form-label {
  color: #f23d3d;
}

.amis-scope .cxd-Form-item .cxd-Form-control--withSize > .cxd-ResultBox {
  display: flex;
}

.amis-scope .cxd-Form-placeholder {
  color: #b8babf;
}

.amis-scope .cxd-Form-caption {
  display: inline-block;
  line-height: 2rem;
  height: 2rem;
  margin-left: 0.625rem;
}

@media (min-width: 576px) {
  .amis-scope .cxd-Form-label {
    display: inline-block;
    max-width: 100%;
  }

  .amis-scope .cxd-Form-control--sizeXs {
    width: 5rem;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .amis-scope .cxd-Form-control--sizeXs.cxd-NumberControl {
    width: 5rem;
  }

  .amis-scope .cxd-Form-control--sizeSm {
    width: 10rem;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .amis-scope .cxd-Form-control--sizeSm.cxd-NumberControl {
    width: 10rem;
  }

  .amis-scope .cxd-Form-control--sizeMd {
    width: 15rem;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .amis-scope .cxd-Form-control--sizeLg {
    width: 20rem;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .amis-scope .cxd-Form-control--sizeLg.cxd-NumberControl {
    width: 20rem;
  }

  .amis-scope .cxd-Form-item--horizontal {
    display: flex;
    flex-wrap: nowrap;
  }

  .amis-scope .cxd-Form-item--horizontal > .cxd-Form-value {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-width: 0rem;
  }

  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--xs,
  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--sm,
  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--normal,
  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--auto,
  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--md,
  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--lg {
    flex-grow: unset;
    flex-basis: unset;
  }

  .amis-scope .cxd-Form-item--horizontal > .cxd-Form-label {
    padding-top: calc( ( 2rem - 1.3 * 14px ) / 2 );
    word-break: break-word;
    line-height: 1.3;
    margin: 0;
    margin-right: 1rem;
    flex-shrink: 0;
  }

  .amis-scope .cxd-Form-item--horizontal > .cxd-Form-label .cxd-Form-star {
    position: absolute;
    left: -0.375rem;
    top: 0.1875rem;
  }

  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--xs {
    width: 3.125rem;
  }

  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--sm {
    width: 4.375rem;
  }

  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--normal {
    width: 6.125rem;
  }

  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--md {
    width: 8.5rem;
  }

  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--lg {
    width: 12.5rem;
  }

  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--auto {
    width: auto;
  }

  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    min-height: 1px;
  }

  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    min-height: 1px;
  }

  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--3 {
    flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
  }

  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    min-height: 1px;
  }

  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    min-height: 1px;
  }

  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--6 {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
  }

  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    min-height: 1px;
  }

  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    min-height: 1px;
  }

  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--9 {
    flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
  }

  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    min-height: 1px;
  }

  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    min-height: 1px;
  }

  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
  }

  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--align-left {
    text-align: left;
  }

  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--align-right {
    text-align: right;
  }

  .amis-scope .cxd-Form-item--inline {
    display: inline-block;
    vertical-align: top;
  }

  .amis-scope .cxd-Form-item--inline > .cxd-Form-label {
    padding-top: calc( ( 2rem - 1.3 * 14px ) / 2 );
    word-break: break-word;
    line-height: 1.3;
    margin: 0;
    margin-right: 1rem;
  }

  .amis-scope .cxd-Form-item--inline > .cxd-Form-label .cxd-Form-star {
    position: absolute;
    left: -0.375rem;
    top: 0.1875rem;
  }

  .amis-scope .cxd-Form-item--inline > .cxd-Form-value {
    display: inline-block;
    vertical-align: top;
  }

  .amis-scope .cxd-Form-item--inline > .cxd-Form-value > .cxd-Button--link {
    padding-top: calc(
    (
        2rem - 1.5 *
          14px
      ) / 2
  );
  }

  .amis-scope .cxd-Form-item--inline > .cxd-Form-value > .cxd-Form-control {
    vertical-align: top;
    display: inline-block;
  }

  .amis-scope .cxd-Form-item--inline > .cxd-Form-value > .cxd-Form-control.cxd-InputGroup {
    display: inline-flex;
  }

  .amis-scope .cxd-Form-item--inline > .cxd-Form-value > .cxd-TextControl--withAddOn {
    display: inline-flex;
  }

  .amis-scope .cxd-Form-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(0.625rem / -2);
    margin-right: calc(0.625rem / -2);
    align-items: flex-start;
  }

  .amis-scope .cxd-Form-row > * {
    padding-left: calc(0.625rem / 2);
    padding-right: calc(0.625rem / 2);
  }

  .amis-scope .cxd-Form-col {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .amis-scope .cxd-Form-rowInner {
    display: flex;
    flex-wrap: nowrap;
  }

  .amis-scope .cxd-Form-rowInner > .cxd-Form-label {
    display: inline-block;
    vertical-align: top;
    padding-top: calc(
    (
        2rem - 1.5 *
          14px
      ) / 2
  );
    padding-right: 0.625rem;
  }

  .amis-scope .cxd-Form-rowInner > .cxd-Form-control {
    flex-basis: 0;
    flex-grow: 1;
  }
}

.amis-scope .cxd-Form--debug {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #fafafa;
  border-radius: 4px;
  position: relative;
}

.amis-scope .cxd-Form--column {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(1rem / -2);
  margin-right: calc(1rem / -2);
}

.amis-scope .cxd-Form--column > .cxd-Form-item {
  flex-shrink: 0;
  flex-grow: 1;
  padding-left: calc(1rem / 2);
  padding-right: calc(1rem / 2);
}

.amis-scope .cxd-Form--column > .cxd-Form-item.cxd-Form-item--inline {
  /* 设置columnCount之后,margin-right自动计算,如果设置了会导致flex自动wrap */
  margin-right: unset;
  display: inline-flex;
}

.amis-scope .cxd-Form--column > .cxd-Form-item.cxd-Form-item--inline > .cxd-Form-value {
  flex: 1;
  /* 如果size设置了full就占满剩余空间 */
}

.amis-scope .cxd-Form--column > .cxd-Form-item.cxd-Form-item--inline > .cxd-Form-value .cxd-Form-control:first-child.is-full {
  width: -webkit-fill-available;
}

.amis-scope .cxd-Form--column-2 > .cxd-Form-item {
  width: 50%;
}

.amis-scope .cxd-Form--column-3 > .cxd-Form-item {
  width: 33%;
}

.amis-scope .cxd-Form--column-4 > .cxd-Form-item {
  width: 25%;
}

.amis-scope .cxd-Form--column-5 > .cxd-Form-item {
  width: 20%;
}

.amis-scope .cxd-Form--column-6 > .cxd-Form-item {
  width: 16.6%;
}

.amis-scope .cxd-Form--column-7 > .cxd-Form-item {
  width: 14.2%;
}

.amis-scope .cxd-Form--column-8 > .cxd-Form-item {
  width: 12.5%;
}

.amis-scope .cxd-Form-column-9 > .cxd-Form-item {
  width: 11.1%;
}

.amis-scope .cxd-Form-column-10 > .cxd-Form-item {
  width: 10%;
}

/* 移动端样式调整 */

@media (max-width: 767px) {
  .amis-scope .cxd-Form::before {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    right: 0;
    top: 0;
    left: 0;
    border-bottom: 0.0625rem solid #e8e9eb;
  }

  .amis-scope .cxd-Form .cxd-Form-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 1.5rem 0;
    position: relative;
  }

  .amis-scope .cxd-Form .cxd-Form-item::after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 0.0625rem solid #e8e9eb;
  }

  .amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup-addOn,
  .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-addOn {
    border: none;
  }

  .amis-scope .cxd-Form .cxd-Form-item > .cxd-Form-label {
    flex: 0 0 28%;
    max-width: 28%;
    min-height: 1px;
    text-align: left;
    padding-right: calc(1rem / 2);
    overflow-wrap: break-word;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-description {
    font-size: 14px;
  }

  .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-input {
    font-size: 16px;
  }

  .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-input input {
    height: calc(1.5 * 16px);
  }

  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-value,
  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control {
    flex: 1;
    flex-wrap: wrap;
    font-size: 16px;
  }

  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-value.is-disabled > .cxd-TextControl-input,
  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control.is-disabled > .cxd-TextControl-input {
    background: transparent;
  }

  .amis-scope .cxd-Form .cxd-Form-item .cxd-SelectControl.cxd-Form-control {
    overflow: hidden;
  }

  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-hint,
  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-remark,
  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-static,
  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-group--hor .cxd-Form-item,
  .amis-scope .cxd-Form .cxd-Form-item .cxd-SwitchControl,
  .amis-scope .cxd-Form .cxd-Form-item .cxd-CheckboxControl,
  .amis-scope .cxd-Form .cxd-Form-item .cxd-RadiosControl,
  .amis-scope .cxd-Form .cxd-Form-item .cxd-CheckboxesControl {
    padding-top: 0;
    padding-bottom: 0;
  }

  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-group--horizontal .cxd-TextControl-input input {
    height: 2rem;
  }

  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-hint {
    font-size: 14px;
    margin-left: 0;
    color: #b8babf;
  }

  .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-placeholder {
    top: 0;
  }

  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-static {
    min-height: 0;
  }

  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-description,
  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-feedback {
    font-size: 14px;
  }

  .amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup .cxd-Select,
  .amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup .cxd-InputGroup-btn .cxd-Button {
    border: none;
  }

  .amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup > .cxd-TextControl-input input {
    height: 2rem;
  }

  .amis-scope .cxd-Form .cxd-Form-item .cxd-ColorPicker {
    padding: 0;
    border: none;
  }

  .amis-scope .cxd-Form .cxd-Form-item .cxd-ColorPicker .cxd-ColorPicker-arrow {
    display: none;
  }

  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-group--hor .cxd-Form-item .cxd-Button {
    margin-bottom: 0.25rem;
  }

  .amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea,
  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input,
  .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input {
    border: none;
    padding: 0 0.625rem 0 0;
    box-shadow: none;
  }

  .amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea:hover,
  .amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea:focus,
  .amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea.active,
  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:hover,
  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:focus,
  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input.active,
  .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:hover,
  .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:focus,
  .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input.active {
    border: none;
    outline: none;
    outline-style: none;
  }

  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input--multiple {
    padding: 0;
    min-height: 0;
  }

  .amis-scope .cxd-Form .cxd-Form-groupColumn {
    margin-bottom: 0;
  }

  .amis-scope .cxd-Form > .cxd-Form-item.is-placeholder::after {
    display: none;
  }

  .amis-scope .cxd-Form .cxd-Divider {
    display: none;
  }

  .amis-scope .cxd-Form .cxd-Tabs-pane {
    padding: 0;
  }

  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-groupColumn > .cxd-Form-item {
    padding-bottom: 0.625rem;
  }
}

.amis-scope .cxd-UserSelect {
  position: relative;
}

.amis-scope .cxd-UserSelect-popup {
  height: 100vh;
}

.amis-scope .cxd-UserSelect-popup .cxd-PopUp-content {
  overflow-x: hidden;
}

.amis-scope .cxd-UserSelect-selectPopup {
  width: 100vw;
  height: 100vh;
  z-index: var(3000)1;
}

.amis-scope .cxd-UserSelect-searchBox {
  height: 3.25rem;
  padding: 0 1rem;
  flex: none;
  display: flex;
  align-items: center;
  background: #ffffff;
}

.amis-scope .cxd-UserSelect-search {
  background: #f5f7f8;
  flex: 1;
}

.amis-scope .cxd-UserSelect-searchResult {
  width: 100vw;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f5f7f8;
  margin-bottom: 1rem;
}

.amis-scope .cxd-UserSelect-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 1rem;
  background: #f5f7f8;
}

.amis-scope .cxd-UserSelect-footer {
  background: #ffffff;
  padding: 0.625rem 1rem 0;
}

.amis-scope .cxd-UserSelect-footer .cxd-Button {
  width: 100%;
  border-radius: 0.25rem;
  line-height: 2.75rem;
  font-size: 1rem;
  font-weight: 400;
}

.amis-scope .cxd-UserSelect-navbar {
  position: relative;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding-left: 0.75rem;
  padding-right: 1rem;
  flex: none;
}

.amis-scope .cxd-UserSelect-navbar-title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  line-height: 44px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
}

.amis-scope .cxd-UserSelect-navbar-btnEdit {
  color: #2468f2;
  font-size: 1rem;
}

.amis-scope .cxd-UserSelect-breadcrumb {
  width: 100%;
  line-height: 2.75rem;
  padding-left: 1rem;
  flex: none;
  white-space: nowrap;
  overflow-x: auto;
  background: #ffffff;
}

.amis-scope .cxd-UserSelect-breadcrumb-item {
  cursor: pointer;
  color: #2468f2;
  font-size: 0.875rem;
}

.amis-scope .cxd-UserSelect-breadcrumb-item:last-child {
  color: #5e626a;
}

.amis-scope .cxd-UserSelect-breadcrumb-separator {
  margin: 0 0.5rem;
  transform: rotate(-90deg) scale(0.5);
}

.amis-scope .cxd-UserSelect-contentBox {
  width: 100vw;
  overflow: hidden;
  position: relative;
  flex: 1;
  background: #f5f7f8;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.amis-scope .cxd-UserSelect-scroll {
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  transition: left 0s ease-in-out;
}

.amis-scope .cxd-UserSelect-memberList-box {
  width: 100vw;
}

.amis-scope .cxd-UserSelect-memberList,
.amis-scope .cxd-UserSelect-selection {
  height: 100%;
  list-style: none;
  margin: 0 1rem;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 0.25rem;
}

.amis-scope .cxd-UserSelect-memberList li,
.amis-scope .cxd-UserSelect-selection li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3rem;
  line-height: 3rem;
  cursor: pointer;
  user-select: none;
  border-bottom: 0.0625rem solid #f7f7f9;
}

.amis-scope .cxd-UserSelect-memberList li > span,
.amis-scope .cxd-UserSelect-selection li > span {
  flex: 1;
}

.amis-scope .cxd-UserSelect-selection {
  margin: 0;
  padding: 0;
}

.amis-scope .cxd-UserSelect-selection li {
  padding: 0;
}

.amis-scope .cxd-UserSelect-memberName {
  font-size: 14px;
  flex: 2 !important;
  text-align: left;
  user-select: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.amis-scope .cxd-UserSelect-memberName .option-avatar-txt {
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-right: 0.75rem;
  background-color: #528eff;
  color: #fff !important;
  border: 1px solid #eee;
}

.amis-scope .cxd-UserSelect-memberName .option-avatar-txt.avatar-2 {
  width: 2rem;
  height: 2rem;
}

.amis-scope .cxd-UserSelect-memberName .option-avatar-img {
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.75rem;
  border-radius: 100%;
}

.amis-scope .cxd-UserSelect-memberName .option-avatar-img.avatar-2 {
  width: 2rem;
  height: 2rem;
}

.amis-scope .cxd-UserSelect-memberName .option-fields {
  flex: 1;
  line-height: 1.125rem;
}

.amis-scope .cxd-UserSelect-memberName .option-fields .option-item {
  margin-right: 0.625rem;
}

.amis-scope .cxd-UserSelect-memberName .option-fields .option-item:first-child {
  color: #151b26;
  font-size: 14px;
}

.amis-scope .cxd-UserSelect-memberName .option-fields .option-item:nth-child(2n) {
  margin-top: 0.25rem;
}

.amis-scope .cxd-UserSelect-memberName .option-fields .option-item:last-child {
  display: block;
  font-size: 12px;
  color: #84868c;
}

.amis-scope .cxd-UserSelect-icon-box {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 100%;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amis-scope .cxd-UserSelect-icon-box > svg {
  position: static;
}

.amis-scope .cxd-UserSelect-icon-box.role {
  background-color: #0bc286;
}

.amis-scope .cxd-UserSelect-icon-box.department {
  background-color: #ffab52;
}

.amis-scope .cxd-UserSelect-icon-box.post {
  background-color: #528eff;
}

.amis-scope .cxd-UserSelect-userPic {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 100%;
  overflow: hidden;
}

.amis-scope .cxd-UserSelect-userPic-box {
  width: 1.75rem;
  margin-right: 0.625rem;
  flex: none !important;
  display: flex;
  align-items: center;
}

.amis-scope .cxd-UserSelect-text-userPic {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #528eff;
  text-align: center;
  line-height: 1.75rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  overflow: hidden;
  color: #ffffff;
  margin: 0;
}

.amis-scope .cxd-UserSelect-more {
  text-align: right;
}

.amis-scope .cxd-UserSelect-more svg {
  width: 10px;
  height: 10px;
  transform: rotateZ(-90deg);
}

.amis-scope .cxd-UserSelect-resultBox {
  width: 100vw;
  height: 3rem;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  flex: none;
  overflow: hidden;
  box-sizing: border-box;
  background: #ffffff;
  position: relative;
}

.amis-scope .cxd-UserSelect-resultBox-shadow {
  position: absolute;
  right: 3.125rem;
  top: 0.625rem;
  width: 0.625rem;
  height: 1.625rem;
  background: rgba(255, 255, 255, 0.5);
}

.amis-scope .cxd-UserSelect-selectNum {
  flex: none;
}

.amis-scope .cxd-UserSelect-selectList {
  width: 100%;
  flex: 1;
  padding: 0;
  overflow-x: scroll;
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.amis-scope .cxd-UserSelect-selectList-item {
  list-style: none;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  background: #f7f7f9;
  border-radius: 4px;
  padding: 0 0.5rem;
  padding-right: 0;
}

.amis-scope .cxd-UserSelect-selectList-item-closeBox {
  height: 100%;
  margin-left: 0.25rem;
  padding: 0 0.375rem;
  display: flex;
  align-items: center;
}

.amis-scope .cxd-UserSelect-selectList-item-closeBox .icon {
  font-size: 8px;
}

.amis-scope .cxd-UserSelect-selectSort-box {
  padding: 0.25rem 0.625rem;
  position: relative;
}

.amis-scope .cxd-UserSelect-selectSort-box::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  filter: blur(5px);
}

.amis-scope .cxd-UserSelect-noRecord {
  width: 100vw;
  height: 100%;
  margin: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 6.25rem 0;
  box-sizing: border-box;
  border-radius: 0.25rem;
}

.amis-scope .cxd-UserSelect-selectList-pop {
  margin: 0;
  padding: 0 10px;
}

.amis-scope .cxd-UserSelect-selectList-pop li {
  height: 40px;
  display: flex;
  align-items: center;
}

.amis-scope .cxd-UserSelect-btnSure {
  flex: none;
}

.amis-scope .cxd-UserSelect-del {
  text-align: right;
  flex: none !important;
  padding: 0 10px 0 0;
}

.amis-scope .cxd-UserSelect-dragBar {
  flex: none;
  margin-right: 10px;
}

.amis-scope .cxd-UserSelect-checkContent li > label {
  flex: 1 !important;
}

.amis-scope .cxd-UserSelect-selectBody {
  width: 100%;
  background: #f5f7f8;
  display: flex;
  flex-direction: column;
}

.amis-scope .cxd-UserSelect-searchLoadingBox {
  flex: 1;
  width: 100vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amis-scope .cxd-UserSelect-spinnerBox {
  width: 100vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amis-scope .cxd-UserSelect-selectList-box {
  margin-top: 1rem;
  background: #ffffff;
  border-radius: 4px;
  padding: 0 1rem;
  margin: 1rem;
  flex: 1;
  overflow-y: auto;
}

.amis-scope .cxd-UserSelect-selectList-box .cxd-UserSelect-noRecord {
  width: auto;
}

.amis-scope .cxd-UserSelect-select-head {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.amis-scope .cxd-UserSelect-select-head-text {
  font-size: 1rem;
  color: #151b26;
  font-weight: 500;
}

.amis-scope .cxd-UserSelect-select-head-btnClear {
  color: #2468f2;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
}

.amis-scope .cxd-UserSelect .cxd-ResultBox-valueLabel {
  display: flex;
  align-items: center;
}

.amis-scope .cxd-UserSelect .cxd-ResultBox-placeholder {
  text-align: right;
}

.amis-scope .cxd-UserSelect-avatar-img {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  margin-right: 0.625rem;
}

.amis-scope .cxd-UserSelect-h2 {
  height: 4.125rem !important;
  line-height: 4.125rem !important;
}

.amis-scope .cxd-UserSelect-avatar-text {
  display: flex;
  font-size: 0.75rem;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background-color: #528eff;
  color: #fff !important;
  margin-right: 0.625rem;
  border: 1px solid #eee;
}

.amis-scope .cxd-UserTabSelect-popup {
  width: 100vw;
  height: 100vh;
}

.amis-scope .cxd-UserTabSelect-popup .cxd-PopUp-content {
  overflow-x: hidden;
}

.amis-scope .cxd-UserTabSelect-wrap {
  display: flex;
  flex-direction: column;
}

.amis-scope .cxd-UserTabSelect .cxd-UserSelect-wrap {
  height: calc(100% - 16px);
}

.amis-scope .cxd-UserTabSelect-footer {
  padding: 1rem 1rem 0;
  background: #ffffff;
}

.amis-scope .cxd-UserTabSelect-footer .cxd-Button {
  width: 100%;
  border-radius: 0.25rem;
  line-height: 2.75rem;
  font-size: 1rem;
  font-weight: 400;
}

.amis-scope .cxd-UserTabSelect-tabs {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.amis-scope .cxd-UserTabSelect-tabs .cxd-Tabs-links > li {
  border-style: none !important;
}

.amis-scope .cxd-UserTabSelect-tabs .cxd-Tabs-links > li a {
  font-weight: 400 !important;
  color: #303540 !important;
  font-size: 1rem !important;
}

.amis-scope .cxd-UserTabSelect-tabs .cxd-Tabs-links > li.is-active {
  position: relative;
}

.amis-scope .cxd-UserTabSelect-tabs .cxd-Tabs-links > li.is-active a {
  font-weight: 500 !important;
  color: #2468f2 !important;
}

.amis-scope .cxd-UserTabSelect-tabs .cxd-Tabs-links > li.is-active::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 2rem;
  height: 0.125rem;
  background: #2468f2;
}

.amis-scope .cxd-UserTabSelect-tabs .cxd-Tabs-content {
  background-color: #f5f7f8;
}

.amis-scope .cxd-UserTabSelect-tabs > div:first-child {
  flex: none;
}

.amis-scope .cxd-UserTabSelect-tabs > div:last-child {
  flex: 1;
}

.amis-scope .cxd-UserTabSelect-tabs > div:last-child > div {
  height: 100%;
}

.amis-scope .cxd-UserTabSelect-tabs > div:last-child > div > div {
  height: 100%;
}

.amis-scope .cxd-AnchorNav {
  display: flex;
  height: 25rem;
}

.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap {
  margin: 0;
  padding: 0;
  width: 8.75rem;
  border-left: 0.125rem solid #d3dae0;
  padding-bottom: 3.75rem;
}

.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
  position: relative;
  display: block;
}

.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a {
  display: block;
  border: 0.0625rem solid transparent;
  border-width: 0 0 0 0.125rem;
  color: #151b26;
  padding: 0 0.5rem;
  padding-left: 0.625rem;
  font-size: 12px;
  outline: none;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
  margin-left: -0.125rem;
  height: 2rem;
  line-height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 8.75rem;
}

.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:hover {
  color: #2468f2;
}

.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:active {
  color: #144bcc;
}

.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a {
  color: #2468f2;
  border-color: #2468f2;
}

.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:hover {
  color: #528eff;
  border-color: #528eff;
}

.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:active {
  color: #144bcc;
  border-color: #144bcc;
}

.amis-scope .cxd-AnchorNav--horizontal {
  flex-direction: column;
}

.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap {
  user-select: none;
  margin: 0px;
  padding: 0px;
  border-bottom: 0.0625rem solid #e8e9eb;
  list-style: none;
}

.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
  margin-bottom: calc(0.0625rem * -1);
  display: inline-block;
  position: relative;
}

.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 8.75rem;
}

.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child {
  font-size: 14px;
  outline: 0;
  border: 0.0625rem solid transparent;
  border-width: 0 0 2px 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #151b26;
  margin: 0 0.1875rem 0 0;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  cursor: pointer;
  display: block;
}

.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child:hover,
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child:focus {
  color: #2468f2;
  background: transparent;
  border-color: transparent;
}

.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link:last-child > a {
  margin: 0;
}

.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child,
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child:hover,
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child:focus {
  font-size: 14px;
  border-width: 0 0 2px 0;
  border-color: #2468f2;
  color: #2468f2;
  background: transparent;
}

.amis-scope .cxd-AnchorNav-section-wrap {
  border: none;
  flex-grow: 1;
  overflow: auto;
  scroll-behavior: smooth;
  background: #ffffff;
  position: relative;
}

.amis-scope .cxd-AnchorNav-section-wrap > .cxd-AnchorNav-section {
  display: block;
  padding: 0.75rem;
}

.amis-scope .cxd-Markdown strong {
  font-weight: bolder;
}

.amis-scope .cxd-Markdown img {
  border-style: none;
}

.amis-scope .cxd-Markdown svg:not(:root) {
  overflow: hidden;
}

.amis-scope .cxd-Markdown button:-moz-focusring,
.amis-scope .cxd-Markdown [type=button]:-moz-focusring,
.amis-scope .cxd-Markdown [type=reset]:-moz-focusring,
.amis-scope .cxd-Markdown [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.amis-scope .cxd-Markdown [type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

.amis-scope .cxd-Markdown table {
  border-spacing: 0;
  border-collapse: collapse;
}

.amis-scope .cxd-Markdown table td,
.amis-scope .cxd-Markdown table th {
  padding: 0;
}

.amis-scope .cxd-Markdown hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.amis-scope .cxd-Markdown hr::before {
  display: table;
  content: "";
}

.amis-scope .cxd-Markdown hr::after {
  display: table;
  clear: both;
  content: "";
}

.amis-scope .cxd-Markdown p {
  margin-top: 0;
  margin-bottom: 10px;
}

.amis-scope .cxd-Markdown blockquote {
  margin: 0;
}

.amis-scope .cxd-Markdown ul,
.amis-scope .cxd-Markdown ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.amis-scope .cxd-Markdown ol ol,
.amis-scope .cxd-Markdown ul ol {
  list-style-type: lower-roman;
}

.amis-scope .cxd-Markdown ul ul ol,
.amis-scope .cxd-Markdown ul ol ol,
.amis-scope .cxd-Markdown ol ul ol,
.amis-scope .cxd-Markdown ol ol ol {
  list-style-type: lower-alpha;
}

.amis-scope .cxd-Markdown dd {
  margin-left: 0;
}

.amis-scope .cxd-Markdown p,
.amis-scope .cxd-Markdown blockquote,
.amis-scope .cxd-Markdown ul,
.amis-scope .cxd-Markdown ol,
.amis-scope .cxd-Markdown dl,
.amis-scope .cxd-Markdown table,
.amis-scope .cxd-Markdown pre {
  margin-top: 0;
  margin-bottom: 16px;
}

.amis-scope .cxd-Markdown hr {
  height: 4px;
  padding: 0;
  margin: 16px 0;
  background-color: #e7e7e7;
  border: 0 none;
}

.amis-scope .cxd-Markdown ul:not(.dropdown-menu):not(.nav),
.amis-scope .cxd-Markdown ol {
  padding-left: 2em;
}

.amis-scope .cxd-Markdown ul ul,
.amis-scope .cxd-Markdown ul ol,
.amis-scope .cxd-Markdown ol ol,
.amis-scope .cxd-Markdown ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.amis-scope .cxd-Markdown li > p {
  margin-top: 16px;
}

.amis-scope .cxd-Markdown dl {
  padding: 0;
}

.amis-scope .cxd-Markdown dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
}

.amis-scope .cxd-Markdown dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

.amis-scope .cxd-Markdown blockquote {
  padding: 0 15px;
  color: #777;
  border-left: 4px solid #ddd;
}

.amis-scope .cxd-Markdown blockquote > :first-child {
  margin-top: 0;
}

.amis-scope .cxd-Markdown blockquote > :last-child {
  margin-bottom: 0;
}

.amis-scope .cxd-Markdown table {
  display: block;
  width: 100%;
  overflow: auto;
  word-break: normal;
}

.amis-scope .cxd-Markdown table th {
  font-weight: bold;
}

.amis-scope .cxd-Markdown table th,
.amis-scope .cxd-Markdown table td {
  padding: 6px 13px;
  border: 1px solid #ddd;
}

.amis-scope .cxd-Markdown table tr {
  background-color: #fff;
  border-top: 1px solid #ccc;
}

.amis-scope .cxd-Markdown table tr:nth-child(2n) {
  background-color: #f8f8f8;
}

@media (min-width: 1200px) {
  .amis-scope .cxd-Markdown img {
    max-width: 800px;
  }
}

.amis-scope .cxd-Markdown code {
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 3px;
}

.amis-scope .cxd-Markdown code:before,
.amis-scope .cxd-Markdown code:after {
  letter-spacing: -0.2em;
  content: " ";
}

.amis-scope .cxd-Markdown pre > code {
  padding: 0;
  margin: 0;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}

.amis-scope .cxd-Markdown .highlight {
  margin-bottom: 16px;
}

.amis-scope .cxd-Markdown .highlight pre,
.amis-scope .cxd-Markdown pre {
  padding: 16px;
  overflow: auto;
  line-height: 1.45;
  background-color: #f7f7f7;
  border-radius: 3px;
}

.amis-scope .cxd-Markdown .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

.amis-scope .cxd-Markdown pre {
  word-wrap: normal;
}

.amis-scope .cxd-Markdown pre code {
  display: inline;
  max-width: initial;
  padding: 0;
  margin: 0;
  overflow: initial;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.amis-scope .cxd-Markdown pre code:before,
.amis-scope .cxd-Markdown pre code:after {
  content: normal;
}

.amis-scope .cxd-Markdown kbd {
  display: inline-block;
  padding: 3px 5px;
  line-height: 10px;
  color: #555;
  vertical-align: middle;
  background-color: #fcfcfc;
  border: solid 1px #ccc;
  border-bottom-color: #bbb;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #bbb;
}

.amis-scope .cxd-Markdown hr {
  border-bottom-color: #eee;
}

.amis-scope .cxd-Link.is-disabled {
  cursor: not-allowed;
  color: #b8babf;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  font-style: none;
  background-color: transparent;
}

.amis-scope .cxd-Link i {
  font-size: 0.875rem;
  margin: 0 0.25rem;
}

.amis-scope .cxd-Link svg {
  height: 0.875rem;
  width: 0.875rem;
  margin: 0 0.25rem;
  display: inline-block;
  vertical-align: text-top;
}

.amis-scope .cxd-MappingField {
  margin-right: 0.25rem;
}

.amis-scope .cxd-MappingField:last-child {
  margin-right: 0;
}

.amis-scope .cxd-FormulaEditor {
  overflow: visible;
  max-width: 100%;
  box-sizing: content-box;
  /* 变量列表 */
  /* 函数列表 */
}

.amis-scope .cxd-FormulaEditor-content {
  border-radius: 4px;
  border: 0.0625rem solid #e8e9eb;
}

.amis-scope .cxd-FormulaEditor-header {
  width: 100%;
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0 0.625rem;
  box-sizing: border-box;
  background: #fafafa;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
  font-weight: 500;
}

.amis-scope .cxd-FormulaEditor-editor {
  height: 12.5rem;
  padding: 0.3125rem;
  padding-right: 0;
}

.amis-scope .cxd-FormulaEditor-editor::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.amis-scope .cxd-FormulaEditor-editor::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}

.amis-scope .cxd-FormulaEditor-editor .CodeMirror {
  width: 100%;
  height: 100%;
}

.amis-scope .cxd-FormulaEditor.is-error .cxd-FormulaEditor-editor {
  border-color: #f23d3d;
}

.amis-scope .cxd-FormulaEditor.is-focused .cxd-FormulaEditor-editor {
  border-color: #2468f2;
}

.amis-scope .cxd-FormulaEditor-settings {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between;
  height: 15.625rem;
  margin-top: 0.625rem;
}

.amis-scope .cxd-FormulaEditor-settings > div {
  width: 0;
}

.amis-scope .cxd-FormulaEditor-settings.only-variable {
  height: 21.875rem;
}

.amis-scope .cxd-FormulaEditor-panel {
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  border-radius: 4px;
  border: 0.0625rem solid #e8e9eb;
}

.amis-scope .cxd-FormulaEditor-panel:not(:last-child) {
  margin-right: 0.625rem;
}

.amis-scope .cxd-FormulaEditor-panel:last-child {
  flex: 1;
}

.amis-scope .cxd-FormulaEditor-panel-header {
  width: 100%;
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0 0.625rem;
  box-sizing: border-box;
  background: #fafafa;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
  font-weight: 500;
}

.amis-scope .cxd-FormulaEditor-panel-body {
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  max-height: calc(100% - 30px);
  overflow: hidden;
}

.amis-scope .cxd-FormulaEditor-panel-body--tabs {
  max-height: 100%;
}

.amis-scope .cxd-FormulaEditor-VariableList-root {
  max-height: 100%;
}

.amis-scope .cxd-FormulaEditor-VariableList-body {
  display: flex;
  flex-flow: column nowrap;
  max-height: 100%;
}

.amis-scope .cxd-FormulaEditor-VariableList-base {
  --Form-input-fontSize: var(--fontSizeSm);
  --gap-sm: 0.625rem;
  flex: 1;
  max-height: 100%;
}

.amis-scope .cxd-FormulaEditor-VariableList-base.is-scrollable {
  overflow-x: hidden;
  overflow-y: auto;
}

.amis-scope .cxd-FormulaEditor-VariableList-base.is-scrollable::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.amis-scope .cxd-FormulaEditor-VariableList-base.is-scrollable::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}

.amis-scope .cxd-FormulaEditor-VariableList-searchBox {
  display: flex;
  width: auto;
  flex-shrink: 0;
  padding: 0.5rem;
}

.amis-scope .cxd-FormulaEditor-VariableList-searchBox > div {
  flex: 1;
  font-size: 12px;
  height: 1.5rem;
}

.amis-scope .cxd-FormulaEditor-VariableList-tabs {
  --Tabs--line-fontSize: var(--fontSizeSm);
  --Tabs--line-active-fontSize: var(--fontSizeSm);
  --Tabs--line-hover-fontSize: var(--fontSizeSm);
  --Tabs--line-lineHeight: 30px;
  --Tabs--line-active-lineHeight: 30px;
  --Tabs--line-hover-lineHeight: 30px;
  --Tabs--line-fontWeight: 500;
  --Tabs--line-active-fontWeight: 500;
  --Tabs--line-hover-fontWeight: 500;
  --Tabs--card-linkPadding: 0.3125rem;
  max-height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

.amis-scope .cxd-FormulaEditor-VariableList-tabs .cxd-Tabs-content {
  padding: 0;
}

.amis-scope .cxd-FormulaEditor-VariableList-tabs .cxd-Tabs-content .cxd-FormulaEditor-VariableList-sub .cxd-FormulaEditor-VariableList-body {
  max-height: 13.75rem;
  overflow-y: hidden;
}

.amis-scope .cxd-FormulaEditor-VariableList-tabs .cxd-Tabs-content .cxd-FormulaEditor-VariableList-sub-FormulaEditor-VariableList-base {
  overflow-x: hidden;
  overflow-y: auto;
}

.amis-scope .cxd-FormulaEditor-VariableList-tabs .cxd-Tabs-content .cxd-FormulaEditor-VariableList-sub-FormulaEditor-VariableList-base::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.amis-scope .cxd-FormulaEditor-VariableList-tabs .cxd-Tabs-content .cxd-FormulaEditor-VariableList-sub-FormulaEditor-VariableList-base::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}

.amis-scope .cxd-FormulaEditor-VariableList-tabs .cxd-Tabs-linksContainer-wrapper {
  width: 100%;
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0 0.625rem;
  box-sizing: border-box;
  background: #fafafa;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
  font-weight: 500;
  max-height: 1.875rem;
  min-height: 1.875rem;
}

.amis-scope .cxd-FormulaEditor-VariableList-tabs .cxd-Tabs-linksContainer-wrapper ul.cxd-Tabs-links > li {
  height: 30px;
  line-height: 30px;
}

.amis-scope .cxd-FormulaEditor-VariableList-tabs .cxd-Tabs-linksContainer-wrapper ul.cxd-Tabs-links > li > a {
  margin: 0;
  padding: 0;
}

.amis-scope .cxd-FormulaEditor-VariableList-tabs .cxd-Tabs-linksContainer--overflow > div {
  margin: 0;
}

.amis-scope .cxd-FormulaEditor-VariableList-tabs > div {
  overflow-x: hidden;
  overflow-y: auto;
  flex: 1;
  border-radius: 4px;
}

.amis-scope .cxd-FormulaEditor-VariableList-tabs > div::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.amis-scope .cxd-FormulaEditor-VariableList-tabs > div::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}

.amis-scope .cxd-FormulaEditor-VariableList-tab {
  padding: 0;
}

.amis-scope .cxd-FormulaEditor-VariableList-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}

.amis-scope .cxd-FormulaEditor-VariableList-item > label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  width: 0;
  display: inline-block;
}

.amis-scope .cxd-FormulaEditor-VariableList-item-tag {
  vertical-align: middle;
  text-align: center;
  padding: 0 0.5rem;
  border-radius: 4px;
  background: #f5f5f5;
  color: var(--black);
  font-size: 12px;
  line-height: 1.5rem;
  height: 1.5rem;
}

.amis-scope .cxd-FormulaEditor-VariableList .cxd-GroupedSelection-item-tag {
  line-height: 17px;
}

.amis-scope .cxd-FormulaEditor-FuncList {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  flex: 1;
}

.amis-scope .cxd-FormulaEditor-FuncList .cxd-FormulaEditor-panel {
  width: 11.75rem;
}

.amis-scope .cxd-FormulaEditor-FuncList:not(:last-child) {
  margin-right: 0.625rem;
}

.amis-scope .cxd-FormulaEditor-FuncList-searchBox {
  display: flex;
  width: auto;
  flex-shrink: 0;
  padding: 0.5rem;
}

.amis-scope .cxd-FormulaEditor-FuncList-searchBox > div {
  flex: 1;
  font-size: 12px;
  height: 1.5rem;
}

.amis-scope .cxd-FormulaEditor-FuncList-body {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.amis-scope .cxd-FormulaEditor-FuncList-body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.amis-scope .cxd-FormulaEditor-FuncList-body::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}

.amis-scope .cxd-FormulaEditor-FuncList-collapseGroup .cxd-FormulaEditor-FuncList-collapse {
  border: none;
}

.amis-scope .cxd-FormulaEditor-FuncList-collapseGroup .cxd-FormulaEditor-FuncList-collapse .cxd-FormulaEditor-FuncList-expandIcon {
  font-size: 12px;
  line-height: 18px;
  transform-origin: 0.4375rem 0.5625rem;
  transition: transform 0.2s;
}

.amis-scope .cxd-FormulaEditor-FuncList-groupTitle {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: unset;
  padding: 0.3125rem 0.625rem;
  background: transparent;
  font-size: 12px;
  font-weight: bold;
}

.amis-scope .cxd-FormulaEditor-FuncList-groupBody > div {
  padding: 5px 0;
}

.amis-scope .cxd-FormulaEditor-FuncList-item {
  cursor: pointer;
  padding: 0 1.875rem;
  height: 1.5rem;
  line-height: 1.5rem;
}

.amis-scope .cxd-FormulaEditor-FuncList-item.is-active {
  background: #f7f8fa;
}

.amis-scope .cxd-FormulaEditor-FuncList-doc {
  display: flex;
  flex-flow: column nowrap;
  padding: 0.625rem;
  max-height: 12.5rem;
}

.amis-scope .cxd-FormulaEditor-FuncList-doc pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #f7f8fa;
  padding: 0.3125rem 0.625rem;
  border-radius: 4px;
  margin-top: 0;
}

.amis-scope .cxd-FormulaEditor-FuncList-doc pre code {
  color: #2468f2;
}

.amis-scope .cxd-FormulaEditor-FuncList-doc-desc {
  color: #151b26;
  overflow-x: hidden;
  overflow-y: auto;
  flex: 1;
}

.amis-scope .cxd-FormulaEditor-FuncList-doc-desc::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.amis-scope .cxd-FormulaEditor-FuncList-doc-desc::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}

.amis-scope .cxd-FormulaEditor .cm-field,
.amis-scope .cxd-FormulaEditor .cm-func {
  border-radius: 3px;
  color: #fff;
  margin: 0 1px;
  padding: 0 2px;
}

.amis-scope .cxd-FormulaEditor .cm-field {
  padding: 3px 5px;
}

.amis-scope .cxd-FormulaEditor .cm-field {
  background: #007bff;
}

.amis-scope .cxd-FormulaEditor .cm-func {
  color: #ae4597;
  font-weight: bold;
  line-height: 14px;
}

.amis-scope .cxd-FormulaPicker {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.amis-scope .cxd-FormulaPicker-input {
  flex: 1;
  margin-right: 0.625rem;
  padding-right: 0;
  max-width: calc(100% - 2.625rem);
}

.amis-scope .cxd-FormulaPicker-action {
  display: flex;
  justify-content: center;
  align-items: center;
}

.amis-scope .cxd-FormulaPicker-icon {
  top: 0 !important;
  font-size: 1.5rem;
}

.amis-scope .cxd-FormulaPicker-icon:not(:last-child) {
  margin-right: 12px;
}

.amis-scope .cxd-FormulaPicker-icon.is-filled {
  fill: #2468f2;
  color: #2468f2;
}

.amis-scope .cxd-FormulaPicker-icon.is-filled.icon-function.icon {
  font-size: 1.5rem !important;
}

.amis-scope .cxd-FormulaPicker-ResultBox {
  padding-right: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.amis-scope .cxd-FormulaPicker-ResultBox span.c-field {
  background: #007bff;
  padding: 3px 5px;
  margin: 0 1px;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
}

.amis-scope .cxd-FormulaPicker-ResultBox span.c-func {
  color: #ae4597;
  font-weight: bold;
  line-height: 14px;
  padding: 0 2px;
}

.amis-scope .cxd-FormulaPicker.is-input-group {
  border: 0.0625rem solid #e8e9eb;
  padding: calc(
    (
        2rem - 1.5 *
          14px - 0.125rem
      ) / 2
  ) 0.625rem;
  border-radius: 4px;
  background-color: #fff;
  height: 2rem;
}

.amis-scope .cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input {
  display: flex;
  align-items: center;
  background: none;
  padding: 0;
  border: 0;
  margin: 0;
}

.amis-scope .cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input:focus {
  border: none;
  outline: none;
  box-sizing: none;
}

.amis-scope .cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-toggler .icon-function {
  transform: scale(1.8);
}

.amis-scope .cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-toggler .icon-ellipsis-v {
  transform: rotate(90deg);
}

.amis-scope .cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-toggler:hover {
  cursor: pointer;
}

.amis-scope .cxd-Timeline-vertical {
  display: flex;
  flex-flow: column;
}

.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem {
  display: flex;
  flex: 1;
  flex-direction: row;
}

.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem:last-of-type .cxd-TimelineItem-axle .cxd-TimelineItem-line {
  display: none;
}

.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle {
  position: relative;
  flex: 0 0 1.5rem;
}

.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-line {
  position: absolute;
  height: calc(100% - 1.25rem);
  width: 0.125rem;
  left: 0.8125rem;
  top: 1.25rem;
  background-color: #e6e6e8;
}

.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-line-icon {
  left: 0.75rem;
}

.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  left: 0.625rem;
  top: 0.5rem;
  background: #dadbdd;
  border-radius: 50%;
}

.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--danger {
  background: #f23d3d;
}

.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--info {
  background: #2468f2;
}

.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--success {
  background: #30bf13;
}

.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--warning {
  background: #ff9326;
}

.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-icon {
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 0.375rem;
  border-radius: 50%;
}

.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content {
  padding-bottom: 1rem;
  margin-left: 0.125rem;
}

.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-time {
  color: #84878c;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0.25rem;
}

.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-title {
  display: flex;
  color: #151b26;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0.25rem;
}

.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-title .cxd-PlainField {
  padding-right: 12px;
}

.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-title .cxd-Button {
  margin-left: 12px;
}

.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-button {
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 14px;
  color: #2468f2;
  font-weight: 400;
  margin-bottom: 0.75rem;
}

.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-arrow {
  color: #2468f2;
  width: 1rem;
  height: 1rem;
}

.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-arrow-top {
  transform: rotateX(180deg);
}

.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-visible {
  display: block;
  border-radius: 4px
    4px
    4px
    4px;
  max-width: 18.75rem;
  font-size: 14px;
  font-weight: 400;
  color: #151b26;
  padding: 0.625rem
    0.625rem 0.625rem
    0.625rem;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
    0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}

.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-invisible {
  display: none;
}

.amis-scope .cxd-Timeline-vertical.cxd-Timeline-left .cxd-TimelineItem {
  flex-direction: row-reverse;
}

.amis-scope .cxd-Timeline-vertical.cxd-Timeline-alternate .cxd-TimelineItem:nth-child(odd) {
  flex-direction: row-reverse;
  max-width: 50%;
}

.amis-scope .cxd-Timeline-vertical.cxd-Timeline-alternate .cxd-TimelineItem:nth-child(even) {
  margin-left: calc(50% - 1.5rem);
  max-width: calc(50% + 1.5rem);
}

.amis-scope .cxd-Timeline-horizontal {
  display: flex;
  flex-flow: row;
  margin-left: 50%;
  transform: translateX(-50%);
}

.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem {
  display: flex;
  width: -webkit-fill-available;
  flex-flow: column;
}

.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem:last-of-type .cxd-TimelineItem-axle .cxd-TimelineItem-line {
  display: none;
}

.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle {
  position: relative;
  flex: 0 0 1.5rem;
}

.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-line {
  position: absolute;
  height: 0.125rem;
  width: calc(100% - 0.8125rem);
  left: 1.125rem;
  top: 0.8125rem;
  background-color: #e6e6e8;
}

.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  left: 0.5rem;
  top: 0.625rem;
  background: #dadbdd;
  border-radius: 50%;
}

.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--danger {
  background: #f23d3d;
}

.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--info {
  background: #2468f2;
}

.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--success {
  background: #30bf13;
}

.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--warning {
  background: #ff9326;
}

.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-icon {
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 0.375rem;
  border-radius: 50%;
}

.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-content {
  margin-top: 0rem;
  padding-bottom: 1rem;
  margin-left: 0.125rem;
}

.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-time {
  color: #84878c;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0.25rem;
}

.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-title {
  color: #151b26;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0.25rem;
}

.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-button {
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 14px;
  color: #2468f2;
  font-weight: 400;
  margin-bottom: 0.75rem;
}

.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-arrow {
  color: #2468f2;
  width: 1rem;
  height: 1rem;
}

.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-arrow-top {
  transform: rotateX(180deg);
}

.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-visible {
  display: block;
  border-radius: 4px
    4px
    4px
    4px;
  max-width: 18.75rem;
  font-size: 14px;
  font-weight: 400;
  color: #151b26;
  padding: 0.625rem
    0.625rem 0.625rem
    0.625rem;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
    0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}

.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-invisible {
  display: none;
}

.amis-scope .cxd-BarCode > img {
  display: block;
  margin: 0 auto;
}

.amis-scope .cxd-Tag {
  display: inline-flex;
  height: 1.5rem;
  padding: 0rem 0.5rem
    0rem 0.5rem;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  max-width: 160px;
  transition: all 0.3;
  border-radius: 0px
    0px
    0px
    0px;
  background-color: #f2f3f5;
  color: var(--Tag-base-color);
}

.amis-scope .cxd-Tag-text {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.5rem;
}

.amis-scope .cxd-Tag:not(:last-child) {
  margin-right: 0.5rem;
}

.amis-scope .cxd-Tag--normal {
  border-width: 1px
    1px
    1px
    1px;
  border-radius: 0px
    0px
    0px
    0px;
  border-color: #b8babf
    #b8babf
    #b8babf
    #b8babf;
}

.amis-scope .cxd-Tag--normal--hasColor {
  color: #ffffff;
}

.amis-scope .cxd-Tag--normal--inactive {
  color: #ffffff;
  background: #b8babf;
}

.amis-scope .cxd-Tag--normal--active {
  color: #ffffff;
  background: #2468f2;
}

.amis-scope .cxd-Tag--normal--processing {
  color: #ffffff;
  background: #528eff;
}

.amis-scope .cxd-Tag--normal--success {
  color: #ffffff;
  background: #30bf13;
}

.amis-scope .cxd-Tag--normal--error {
  color: #ffffff;
  background: #f23d3d;
}

.amis-scope .cxd-Tag--normal--warning {
  color: #ffffff;
  background: #ff9326;
}

.amis-scope .cxd-Tag--rounded {
  background-color: #ffffff;
  border-style: solid
    solid
    solid
    solid;
  border-width: 1px
    1px
    1px
    1px;
  border-radius: 12px
    12px
    12px
    12px;
  border-color: #b8babf
    #b8babf
    #b8babf
    #b8babf;
  color: #f2f3f5;
  line-height: 22px;
}

.amis-scope .cxd-Tag--rounded--inactive {
  color: #b8babf;
}

.amis-scope .cxd-Tag--rounded--active {
  color: #2468f2;
}

.amis-scope .cxd-Tag--rounded--processing {
  color: #528eff;
}

.amis-scope .cxd-Tag--rounded--success {
  color: #30bf13;
}

.amis-scope .cxd-Tag--rounded--error {
  color: #f23d3d;
}

.amis-scope .cxd-Tag--rounded--warning {
  color: #ff9326;
}

.amis-scope .cxd-Tag--status {
  background-color: #ffffff;
}

.amis-scope .cxd-Tag--status--inactive .cxd-Tag--prev {
  color: #b8babf;
}

.amis-scope .cxd-Tag--status--active .cxd-Tag--prev {
  color: #2468f2;
}

.amis-scope .cxd-Tag--status--processing .cxd-Tag--prev {
  color: #528eff;
}

.amis-scope .cxd-Tag--status--success .cxd-Tag--prev {
  color: #30bf13;
}

.amis-scope .cxd-Tag--status--error .cxd-Tag--prev {
  color: #f23d3d;
}

.amis-scope .cxd-Tag--status--warning .cxd-Tag--prev {
  color: #ff9326;
}

.amis-scope .cxd-Tag--status:not(.cxd-Tag--status--processing):not(.cxd-Tag--status--active) .icon-dot #dotWave {
  display: none;
}

.amis-scope .cxd-Tag--prev {
  color: #f2f3f5;
  margin-right: 0.5rem;
}

.amis-scope .cxd-Tag--prev i {
  font-size: 0.5rem;
}

.amis-scope .cxd-Tag--prev .cxd-Tag-default-icon {
  width: 0.5rem;
  height: 0.5rem;
  top: 0;
}

.amis-scope .cxd-Tag--close {
  margin-left: 0.5rem;
  cursor: pointer;
}

.amis-scope .cxd-Tag--close i {
  font-size: 0.5rem;
}

.amis-scope .cxd-Tag--close .icon {
  width: 0.5rem;
  height: 0.5rem;
  position: inherit;
}

.amis-scope .cxd-Tag--close:hover {
  opacity: 0.7;
}

.amis-scope .cxd-Tag--close:active {
  opacity: 0.3;
}

.amis-scope .cxd-Tag--disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.amis-scope .cxd-Tag--disabled .cxd-Tag--close {
  cursor: not-allowed;
  opacity: 0.7;
}

.amis-scope .cxd-Tag--checkable {
  background-color: #f2f2f4;
  cursor: pointer;
}

.amis-scope .cxd-Tag--checkable:hover {
  background-color: #e6e6e8;
}

.amis-scope .cxd-Tag--checkable:active {
  background-color: #e6e6e8;
}

.amis-scope .cxd-Tag--checkable--disabled {
  cursor: not-allowed;
  background-color: #e6e6e8;
  color: #b4b6ba;
}

.amis-scope .cxd-Tag--checkable--checked:not(.cxd-Tag--checkable--disabled) {
  color: #ffffff;
  background-color: #2468f2;
}

.amis-scope .cxd-Tag--checkable--checked:not(.cxd-Tag--checkable--disabled):hover {
  background-color: #528eff;
}

.amis-scope .cxd-Tag--checkable--checked:not(.cxd-Tag--checkable--disabled):active {
  background-color: #144bcc;
}

.amis-scope .cxd-PullRefresh-wrap {
  position: relative;
  height: 100%;
}

.amis-scope .cxd-PullRefresh-header {
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  transform: translateY(-100%);
  overflow: hidden;
  padding: 0.25rem 0;
  min-height: 1.25rem;
  line-height: 1.25rem;
  color: #999;
}

.amis-scope .cxd-PullRefresh .loading-icon {
  animation: var(--Button-animation-spin);
  margin-right: 0.25rem;
}

.amis-scope .cxd-MultilineText {
  position: relative;
}

.amis-scope .cxd-MultilineText-counter,
.amis-scope .cxd-MultilineText-display {
  white-space: pre-line;
  overflow: hidden;
}

.amis-scope .cxd-MultilineText-counter {
  visibility: hidden;
  position: absolute;
  width: 100%;
  z-index: -99;
}

.amis-scope .cxd-MultilineText-button-wrapper {
  margin-top: --(gap-xs);
  text-align: right;
}

/**
 * Debug 模块的 UI,由于没法使用任何主题,所以这里使用独立配色风格
 */

.AMISDebug {
  position: fixed;
  z-index: 4000;
  top: 0;
  right: 0;
  height: 100vh;
  width: 24px;
  pointer-events: none;
}

.AMISDebug h3 {
  color: inherit;
}

.AMISDebug .primary {
  color: #009fff;
}

.AMISDebug-header {
  padding: 1rem 1.5rem;
  background: #ffffff;
  border-bottom: 0.0625rem solid #f7f8fa;
}

.AMISDebug-hoverBox {
  pointer-events: none;
  position: absolute;
  outline: 1px dashed #1c76c4;
}

.AMISDebug-activeBox {
  pointer-events: none;
  position: absolute;
  outline: 1px #1c76c4;
}

.AMISDebug-tab {
  overflow: hidden;
}

.AMISDebug-tab > button {
  color: inherit;
  background: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0.5rem 1rem;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}

.AMISDebug-tab > button:hover {
  color: #e7e7e7;
}

.AMISDebug-tab > button.active {
  color: #e7e7e7;
  border-bottom-color: #e7e7e7;
}

.AMISDebug-toggle {
  pointer-events: all;
  background: #ffffff;
  position: fixed;
  top: 50%;
  right: 0;
  width: 24px;
  height: 48px;
  box-shadow: 0 4px 6px 0 rgba(8, 14, 26, 0.04), 0 1px 10px 0 rgba(8, 14, 26, 0.05), 0 2px 4px -1px rgba(8, 14, 26, 0.06);
  border-radius: 4px 0 0 4px;
  padding-top: 14px;
  padding-left: 6px;
  cursor: pointer;
}

.AMISDebug-toggle i {
  color: #151b26;
}

.AMISDebug-toggle:hover i {
  color: #2468f2;
}

.AMISDebug-content {
  pointer-events: all;
  display: none;
}

.AMISDebug-resize {
  position: absolute;
  width: 4px;
  top: 0;
  left: 0;
  bottom: 0;
  cursor: col-resize;
}

.AMISDebug-resize:hover {
  background: #75715e;
}

.AMISDebug-changePosition {
  position: absolute;
  font-size: 18px;
  right: 40px;
  top: 0.5rem;
  cursor: pointer;
}

.AMISDebug-close {
  position: absolute;
  font-size: 18px;
  right: 0.5rem;
  top: 0.5rem;
  cursor: pointer;
}

.AMISDebug.is-expanded {
  width: 420px;
  overflow: auto;
  background: #272821;
  color: #cccccc;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.AMISDebug.is-expanded .AMISDebug-toggle {
  display: none;
}

.AMISDebug.is-expanded .AMISDebug-content {
  display: block;
}

.AMISDebug.is-left {
  left: 0;
}

.AMISDebug.is-left .AMISDebug-resize {
  left: unset;
  right: 0;
}

.AMISDebug-log {
  padding: 0.5rem;
}

.AMISDebug-log button {
  cursor: pointer;
  background: #0e639c;
  flex-grow: 1;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 6px 11px;
  outline: none;
  text-decoration: none;
  color: inherit;
  max-width: 300px;
  border: none;
}

.AMISDebug-log button:hover {
  background: #1177bb;
}

.AMISDebug-inspect {
  padding: 0.5rem;
}

.AMISDebug-logLine {
  overflow-x: hidden;
}

.amis-scope .cxd-Nav-Menu {
  --Menu-width: var(--Layout-aside-width);
  --Menu-width--collapsed: var(--Layout-aside-width-collapsed);
  --Menu-fontSize--collapsed: var(--Nav-item-collapsed-fontSize);
  --Menu-fontColor-onDisabled: var(--Nav-item-fontColor-onDisabled);
  --Menu-Submenu-item-paddingX: var(--Nav-Item-Badge-paddingRight);
  --Menu-light-backgroundColor: var(--Layout-light-backgroundColor);
  --Menu-light-active-backgroundColor: var(--colors-neutral-fill-12);
  --Menu-light-backgroundColor-onHover: var(--Layout-light-bgColor-onHover);
  --Menu-light-fontColor: var(--Layout-light-fontColor);
  --Menu-light-fontColor-onHover: var(--Layout-fontColor--onHover);
  --Menu-light-ancestor-fontColor-onActive: var(--Layout-light-fontColor);
  --Menu-light-fontColor-onActive: var(--Layout-fontColor--onActive);
  --Menu-light-groupTitle-fontColor: #84868c;
  --Menu-light-selectedIndicator-color: var(--Layout-fontColor--info);
  --Menu-dark-backgroundColor: var(--Layout-dark-backgroundColor);
  --Menu-dark-backgroundColor-onHover: var(--Layout-fontColor--info);
  --Menu-dark-fontColor: var(--Layout-dark-fontColor);
  --Menu-dark-fontColor-onHover: var(--Layout-fontColor--onHover);
  --Menu-dark-fontColor-onActive: var(--Layout-dark-fontColor);
  --Menu-dark-groupTitle-fontColor: #84868c;
  --Menu-dark-selectedIndicator-color: var(--Layout-dark-selected-color);
  outline: none;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 0.3s;
  width: 100%;
}

.amis-scope .cxd-Nav-Menu-dark {
  background-color: var(--Menu-dark-backgroundColor);
}

.amis-scope .cxd-Nav-Menu-horizontal {
  display: flex;
  flex-wrap: nowrap;
}

.amis-scope .cxd-Nav-Menu-submenu-hidden {
  display: none;
}

.amis-scope .cxd-Nav-Menu-overflow-item {
  flex: none;
}

.amis-scope .cxd-Nav-Menu-hidden {
  display: none;
}

.amis-scope .cxd-Nav-Menu-collapse {
  overflow: hidden;
  transition: height 0.3s ease-out;
}

.amis-scope .cxd-Nav-Menu-collapsed {
  width: var(--Menu-width--collapsed);
}

.amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-collapsed .cxd-Nav-Menu-item,
.amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-collapsed .cxd-Nav-Menu-submenu-title {
  padding: 0;
  text-align: center;
}

.amis-scope .cxd-Nav-Menu-item-link {
  max-width: var(--Menu-width);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
  font-size: inherit;
  flex: 1;
  cursor: inherit;
  font-weight: inherit;
}

.amis-scope .cxd-Nav-Menu-item-link:hover,
.amis-scope .cxd-Nav-Menu-item-link:active {
  font-size: inherit;
}

.amis-scope .cxd-Nav-Menu-item-divider {
  border-bottom: 1px solid #e6e6e8;
}

.amis-scope .cxd-Nav-Menu-item-divider-dark {
  border-bottom: 1px solid #3a3e47;
}

.amis-scope .cxd-Nav-Menu-item-icon img,
.amis-scope .cxd-Nav-Menu-item-icon svg,
.amis-scope .cxd-Nav-Menu-item-icon-after img,
.amis-scope .cxd-Nav-Menu-item-icon-after svg {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  fill: currentColor;
}

.amis-scope .cxd-Nav-Menu-item-icon {
  margin-right: 0.5rem;
}

.amis-scope .cxd-Nav-Menu-item-icon-collapsed {
  font-size: var(--Menu-fontSize--collapsed);
  margin: 0 auto;
}

.amis-scope .cxd-Nav-Menu-item-icon-svg-collapsed {
  font-size: var(--Menu-fontSize--collapsed);
  margin: 0 auto;
}

.amis-scope .cxd-Nav-Menu-item-icon-after {
  margin-right: 0;
  margin-left: 0.5rem;
}

.amis-scope .cxd-Nav-Menu-item-label {
  user-select: none;
}

.amis-scope .cxd-Nav-Menu-item-label-collapsed {
  font-size: var(--Menu-fontSize--collapsed);
  margin: 0 auto;
  font-weight: 600;
}

.amis-scope .cxd-Nav-Menu-item-dragBar {
  color: #84878c;
  position: absolute;
  left: 0;
  visibility: hidden;
}

.amis-scope .cxd-Nav-Menu-item-group-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.amis-scope .cxd-Nav-Menu-item-group-title {
  color: var(--Menu-light-groupTitle-fontColor);
  line-height: 1.25rem;
  padding: 0 var(--Menu-Submenu-item-paddingX) 0 1rem;
  font-size: 0.75rem;
  margin: 0.75rem 0 0.25rem 0;
}

.amis-scope .cxd-Nav-Menu-item-group-title.cxd-Nav-Menu-dark {
  color: var(--Menu-dark-groupTitle-fontColor);
}

.amis-scope .cxd-Nav-Menu-item .cxd-Badge,
.amis-scope .cxd-Nav-Menu-submenu .cxd-Badge {
  position: static;
  overflow: hidden;
  display: flex;
  flex: 1;
}

.amis-scope .cxd-Nav-Menu-item .cxd-Nav-Menu-item-wrap,
.amis-scope .cxd-Nav-Menu-submenu .cxd-Nav-Menu-item-wrap {
  display: flex;
  justify-content: space-between;
}

.amis-scope .cxd-Nav-Menu-item-extra {
  position: relative;
}

.amis-scope .cxd-Nav-Menu-item-extra .cxd-DropDown > .cxd-Button {
  padding: 0;
  color: inherit;
}

.amis-scope .cxd-Nav-Menu-item-extra .cxd-DropDown > .cxd-Button > i {
  margin: 0;
}

.amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected {
  background-color: var(--Menu-light-active-backgroundColor);
  color: var(--Menu-light-fontColor-onHover);
}

.amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label,
.amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
.amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon-after,
.amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow {
  color: var(--Menu-light-fontColor-onHover);
}

.amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label svg,
.amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon svg,
.amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon-after svg,
.amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow svg {
  fill: currentColor;
}

.amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-right: 3px solid var(--Menu-light-selectedIndicator-color);
  transform: scaleY(1);
  opacity: 1;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected {
  background-color: var(--Menu-dark-backgroundColor-onHover);
  color: var(--Menu-dark-fontColor-onActive);
}

.amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
.amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon-after,
.amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label,
.amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow {
  color: var(--Menu-dark-fontColor-onActive);
}

.amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon svg,
.amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon-after svg,
.amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label svg,
.amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow svg {
  fill: var(--Menu-dark-fontColor-onActive);
}

.amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-right: 3px solid var(--Menu-dark-selectedIndicator-color);
  transform: scaleY(1);
  opacity: 1;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.amis-scope .cxd-Nav-Menu-vertical.cxd-Nav-Menu-sub {
  min-width: 160px;
  border-radius: 2px;
  box-shadow: 0 4px 5px 0 rgba(21, 26, 38, 0.06), 0 1px 10px 0 rgba(21, 26, 38, 0.05), 0 2px 4px -1px rgba(21, 26, 38, 0.04);
}

.amis-scope .cxd-Nav-Menu-item,
.amis-scope .cxd-Nav-Menu-submenu-title {
  margin: 0;
  position: relative;
  padding: 0 1rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amis-scope .cxd-Nav-Menu-item:active,
.amis-scope .cxd-Nav-Menu-submenu-title:active {
  color: var(--Menu-light-fontColor-onActive);
}

.amis-scope .cxd-Nav-Menu-item:active .cxd-Nav-Menu-item-label,
.amis-scope .cxd-Nav-Menu-item:active .cxd-Nav-Menu-item-icon,
.amis-scope .cxd-Nav-Menu-item:active .cxd-Nav-Menu-item-icon-after,
.amis-scope .cxd-Nav-Menu-item:active .cxd-Nav-Menu-submenu-arrow,
.amis-scope .cxd-Nav-Menu-submenu-title:active .cxd-Nav-Menu-item-label,
.amis-scope .cxd-Nav-Menu-submenu-title:active .cxd-Nav-Menu-item-icon,
.amis-scope .cxd-Nav-Menu-submenu-title:active .cxd-Nav-Menu-item-icon-after,
.amis-scope .cxd-Nav-Menu-submenu-title:active .cxd-Nav-Menu-submenu-arrow {
  color: var(--Menu-light-fontColor-onActive);
}

.amis-scope .cxd-Nav-Menu-item:active .cxd-Nav-Menu-item-label svg,
.amis-scope .cxd-Nav-Menu-item:active .cxd-Nav-Menu-item-icon svg,
.amis-scope .cxd-Nav-Menu-item:active .cxd-Nav-Menu-item-icon-after svg,
.amis-scope .cxd-Nav-Menu-item:active .cxd-Nav-Menu-submenu-arrow svg,
.amis-scope .cxd-Nav-Menu-submenu-title:active .cxd-Nav-Menu-item-label svg,
.amis-scope .cxd-Nav-Menu-submenu-title:active .cxd-Nav-Menu-item-icon svg,
.amis-scope .cxd-Nav-Menu-submenu-title:active .cxd-Nav-Menu-item-icon-after svg,
.amis-scope .cxd-Nav-Menu-submenu-title:active .cxd-Nav-Menu-submenu-arrow svg {
  fill: currentColor;
}

.amis-scope .cxd-Nav-Menu-submenu-title {
  display: flex;
  justify-content: space-between;
}

.amis-scope .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-wrap {
  flex: 1;
  overflow: hidden;
}

.amis-scope .cxd-Nav-Menu-item-active {
  color: var(--Menu-light-fontColor-onHover);
}

.amis-scope .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-label,
.amis-scope .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon,
.amis-scope .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon-after,
.amis-scope .cxd-Nav-Menu-item-active .cxd-Nav-Menu-submenu-arrow {
  color: var(--Menu-light-fontColor-onHover);
}

.amis-scope .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-label svg,
.amis-scope .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon svg,
.amis-scope .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon-after svg,
.amis-scope .cxd-Nav-Menu-item-active .cxd-Nav-Menu-submenu-arrow svg {
  fill: currentColor;
}

.amis-scope .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-dragBar {
  visibility: visible;
}

.amis-scope .cxd-Nav-Menu-item-selected {
  color: var(--Menu-light-fontColor-onHover);
}

.amis-scope .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label,
.amis-scope .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
.amis-scope .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon-after,
.amis-scope .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow {
  color: var(--Menu-light-fontColor-onHover);
}

.amis-scope .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label svg,
.amis-scope .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon svg,
.amis-scope .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon-after svg,
.amis-scope .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow svg {
  fill: currentColor;
}

.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title {
  color: var(--Menu-light-fontColor-onHover);
}

.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
  color: var(--Menu-light-fontColor-onHover);
}

.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label svg,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon svg,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after svg,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow svg {
  fill: currentColor;
}

.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-dragBar {
  visibility: visible;
}

.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title {
  color: var(--Menu-light-fontColor-onHover);
}

.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
  color: var(--Menu-light-fontColor-onHover);
}

.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label svg,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon svg,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after svg,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow svg {
  fill: currentColor;
}

.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title {
  color: var(--Menu-dark-fontColor);
}

.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item .cxd-Nav-Menu-item-icon,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item .cxd-Nav-Menu-item-icon-after,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item .cxd-Nav-Menu-item-label,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item .cxd-Nav-Menu-submenu-arrow,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
  color: var(--Menu-dark-fontColor);
}

.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item .cxd-Nav-Menu-item-icon svg,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item .cxd-Nav-Menu-item-icon-after svg,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item .cxd-Nav-Menu-item-label svg,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item .cxd-Nav-Menu-submenu-arrow svg,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon svg,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after svg,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label svg,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow svg {
  fill: var(--Menu-dark-fontColor);
}

.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-active {
  background-color: var(--Menu-dark-backgroundColor);
  color: var(--Menu-dark-fontColor-onHover);
}

.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon-after,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-label,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-active .cxd-Nav-Menu-submenu-arrow {
  color: var(--Menu-dark-fontColor-onHover);
}

.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon svg,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon-after svg,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-label svg,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-active .cxd-Nav-Menu-submenu-arrow svg {
  fill: currentColor;
}

.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected {
  background-color: var(--Menu-dark-backgroundColor);
  color: var(--Menu-dark-fontColor-onHover);
}

.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon-after,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow {
  color: var(--Menu-dark-fontColor-onHover);
}

.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon svg,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon-after svg,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label svg,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow svg {
  fill: currentColor;
}

.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title {
  background-color: var(--Menu-dark-backgroundColor);
  color: var(--Menu-dark-fontColor-onHover);
}

.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
  color: var(--Menu-dark-fontColor-onHover);
}

.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon svg,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after svg,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label svg,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow svg {
  fill: currentColor;
}

.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title {
  background-color: var(--Menu-dark-backgroundColor);
  color: var(--Menu-dark-fontColor-onHover);
}

.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
  color: var(--Menu-dark-fontColor-onHover);
}

.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon svg,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after svg,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label svg,
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow svg {
  fill: currentColor;
}

.amis-scope .cxd-Nav-Menu-item-tooltip-wrap {
  padding: 0;
}

.amis-scope .cxd-Nav-Menu-collapsed > .cxd-Nav-Menu-item,
.amis-scope .cxd-Nav-Menu-collapsed > .cxd-Nav-Menu-submenu-title,
.amis-scope .cxd-Nav-Menu-collapsed > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title {
  text-overflow: initial;
}

.amis-scope .cxd-Nav-Menu > .cxd-Nav-Menu-item-divider {
  height: 1px;
  margin: 0 16px 4px 16px;
  overflow: hidden;
  padding: 0;
  background-color: #ebebeb;
}

.amis-scope .cxd-Nav-Menu-submenu-popup {
  position: absolute !important;
  z-index: 1500;
  background-color: #ffffff;
  line-height: 2.5rem;
  cursor: pointer;
}

.amis-scope .cxd-Nav-Menu-submenu-popup .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-link .cxd-Nav-Menu-submenu-arrow {
  display: none;
}

.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu {
  background-color: var(--Menu-dark-backgroundColor);
}

.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item {
  color: var(--Menu-dark-fontColor);
}

.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item .cxd-Nav-Menu-item-icon,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item .cxd-Nav-Menu-item-icon-after,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item .cxd-Nav-Menu-item-label,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item .cxd-Nav-Menu-submenu-arrow {
  color: var(--Menu-dark-fontColor);
}

.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item .cxd-Nav-Menu-item-icon svg,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item .cxd-Nav-Menu-item-icon-after svg,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item .cxd-Nav-Menu-item-label svg,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item .cxd-Nav-Menu-submenu-arrow svg {
  fill: var(--Menu-dark-fontColor);
}

.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected {
  background-color: var(--Menu-dark-backgroundColor);
  color: var(--Menu-dark-fontColor-onHover);
}

.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon-after,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-label,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active .cxd-Nav-Menu-submenu-arrow,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon-after,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow {
  color: var(--Menu-dark-fontColor-onHover);
}

.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon svg,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon-after svg,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-label svg,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active .cxd-Nav-Menu-submenu-arrow svg,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon svg,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon-after svg,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label svg,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow svg {
  fill: currentColor;
}

.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-title {
  color: var(--Menu-dark-fontColor);
}

.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
  color: var(--Menu-dark-fontColor);
}

.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon svg,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after svg,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label svg,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow svg {
  fill: var(--Menu-dark-fontColor);
}

.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title {
  background-color: var(--Menu-dark-backgroundColor);
  color: var(--Menu-dark-fontColor-onHover);
}

.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
  color: var(--Menu-dark-fontColor-onHover);
}

.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon svg,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after svg,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label svg,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow svg,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon svg,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after svg,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label svg,
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow svg {
  fill: currentColor;
}

.amis-scope .cxd-Nav-Menu-overflow-item-rest .cxd-Nav-Menu-submenu-title {
  margin: 0;
}

.amis-scope .cxd-Nav-Menu-horizontal {
  border: none;
  white-space: nowrap;
  overflow: hidden;
  width: auto;
}

.amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-item-tooltip-wrap {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}

.amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-overflow-item.cxd-Nav-Menu-overflow-item-rest > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-overflowedIcon {
  margin-right: 0;
  line-height: inherit;
}

.amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-item.cxd-Nav-Menu-item-selected {
  background: none;
}

.amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-item.cxd-Nav-Menu-item-selected:after {
  content: " ";
  width: 100%;
  height: 2px;
  background: var(--Menu-light-fontColor-onHover);
  position: absolute;
  left: 0;
  bottom: 0;
}

.amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-item.cxd-Nav-Menu-item-selected:before {
  display: none;
}

.amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-item.cxd-Nav-Menu-item-selected:active:after {
  background: var(--Menu-light-fontColor-onActive);
}

.amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-submenu,
.amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-item {
  margin: 0;
  display: inline-block;
  vertical-align: bottom;
}

.amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-submenu-arrow {
  display: inline-block;
  font-size: 0.5625rem;
  vertical-align: middle;
  text-transform: none;
  text-rendering: auto;
  line-height: 1.25rem;
  margin-left: 0.3125rem;
}

.amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-submenu-arrow > svg {
  top: auto;
}

.amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-rtl .cxd-Nav-Menu-submenu-arrow {
  margin-left: 0;
  margin-right: 0.3125rem;
}

.amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-item-label {
  vertical-align: middle;
}

.amis-scope .cxd-Nav-Menu-vertical .cxd-Nav-Menu-submenu-arrow,
.amis-scope .cxd-Nav-Menu-vertical-left .cxd-Nav-Menu-submenu-arrow,
.amis-scope .cxd-Nav-Menu-vertical-right .cxd-Nav-Menu-submenu-arrow,
.amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-submenu-arrow {
  font-size: 0.625rem;
  margin: 0 0 0 0.625rem;
}

.amis-scope .cxd-Nav-Menu-vertical.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title,
.amis-scope .cxd-Nav-Menu-vertical-left.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title,
.amis-scope .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title,
.amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title {
  flex-direction: row-reverse;
}

.amis-scope .cxd-Nav-Menu-vertical.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-submenu-arrow,
.amis-scope .cxd-Nav-Menu-vertical-left.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-submenu-arrow,
.amis-scope .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-submenu-arrow,
.amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-submenu-arrow {
  margin: 0 0.625rem 0 0;
}

.amis-scope .cxd-Nav-Menu-vertical.cxd-Nav-Menu-rtl.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-wrap,
.amis-scope .cxd-Nav-Menu-vertical-left.cxd-Nav-Menu-rtl.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-wrap,
.amis-scope .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-rtl.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-wrap,
.amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-rtl.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-wrap {
  padding-right: 1rem;
  padding-left: 0;
}

.amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-rtl .cxd-Nav-Menu-submenu-arrow {
  margin: 0 0.625rem 0 0;
}

.amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-rtl.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-arrow {
  margin: 0 0 0 0.625rem;
}

.amis-scope .cxd-Nav-Menu-vertical.cxd-Nav-Menu-rtl .cxd-Nav-Menu-submenu-arrow {
  margin: 0 0 0 0.625rem;
}

.amis-scope .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-rtl .cxd-Nav-Menu-submenu-arrow {
  margin: 0 0.625rem 0 0;
}

.amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-submenu-arrow svg,
.amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-submenu-arrow svg {
  transition: transform 0.3s;
  transform: rotate(90deg);
}

.amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-submenu-open > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow svg,
.amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-submenu-open > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow svg {
  transform: rotate(270deg);
}

.amis-scope .cxd-Nav-Menu-collapsed .cxd-Nav-Menu-item-wrap {
  justify-content: center;
}

.amis-scope .cxd-Nav-Menu-collapsed .cxd-Nav-Menu-submenu-arrow {
  display: none !important;
}

.amis-scope .cxd-Nav-Menu-collapsed .cxd-Nav-Menu-item-group-title {
  display: none;
}

.amis-scope .cxd-Nav-Menu-collapsed .cxd-Nav-Menu-item-group-list .cxd-Nav-Menu-item-divider {
  height: 1px;
  width: 60%;
  margin: 0 auto;
}

.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled {
  cursor: not-allowed;
  color: var(--Menu-fontColor-onDisabled) !important;
}

.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled svg,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled svg {
  fill: currentColor !important;
}

.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled.cxd-Nav-Menu-item,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled.cxd-Nav-Menu-item {
  cursor: not-allowed;
  color: var(--Menu-fontColor-onDisabled) !important;
}

.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled.cxd-Nav-Menu-item svg,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled.cxd-Nav-Menu-item svg {
  fill: currentColor !important;
}

.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled.cxd-Nav-Menu-item .cxd-Nav-Menu-item-link,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled.cxd-Nav-Menu-item .cxd-Nav-Menu-item-link {
  cursor: not-allowed;
  color: var(--Menu-fontColor-onDisabled) !important;
}

.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled.cxd-Nav-Menu-item .cxd-Nav-Menu-item-link svg,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled.cxd-Nav-Menu-item .cxd-Nav-Menu-item-link svg {
  fill: currentColor !important;
}

.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-title,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-title {
  cursor: not-allowed;
  color: var(--Menu-fontColor-onDisabled) !important;
}

.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-title svg,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-title svg {
  fill: currentColor !important;
}

.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-icon,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-icon-after,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-label,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-submenu-arrow,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-icon,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-icon-after,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-label,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-submenu-arrow {
  cursor: not-allowed;
  color: var(--Menu-fontColor-onDisabled) !important;
}

.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-icon svg,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-icon-after svg,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-label svg,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-submenu-arrow svg,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-icon svg,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-icon-after svg,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-label svg,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-submenu-arrow svg {
  fill: currentColor !important;
}

.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-item-icon,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-item-icon-after,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-item-label,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-arrow,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-item-icon,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-item-icon-after,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-item-label,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-arrow {
  cursor: not-allowed;
  color: var(--Menu-fontColor-onDisabled) !important;
}

.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-item-icon svg,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-item-icon-after svg,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-item-label svg,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-arrow svg,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-item-icon svg,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-item-icon-after svg,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-item-label svg,
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-arrow svg {
  fill: currentColor !important;
}

.amis-scope .cxd-Nav-Menu-item-tooltip {
  font-size: 12px;
  color: #070c14;
  background: #ffffff;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 4px 6px 0px rgba(8, 14, 26, 0.06), 0px 1px 10px 0px rgba(8, 14, 26, 0.05), 0px 2px 4px -1px rgba(8, 14, 26, 0.04);
}

.amis-scope .cxd-Nav-Menu-item-tooltip .cxd-Tooltip-arrow:before {
  display: none;
}

.amis-scope .cxd-Nav-Menu-item-tooltip.cxd-Nav-Menu-item-tooltip-dark {
  background: #001259;
}

.amis-scope .cxd-Nav-Menu-item-tooltip.cxd-Nav-Menu-item-tooltip-dark .cxd-Tooltip-arrow:after {
  border-right-color: #001259;
}

.amis-scope .cxd-Nav-Menu-item-tooltip.cxd-Nav-Menu-item-tooltip-dark .cxd-Tooltip-body,
.amis-scope .cxd-Nav-Menu-item-tooltip.cxd-Nav-Menu-item-tooltip-dark .cxd-Tooltip-body span {
  color: #ffffff;
}

@charset "UTF-8";

/*
 * utilities
 */

.amis-scope .bg-light {
  background-color: #f8f9fa;
  color: #58666e;
}

.amis-scope .bg-light.lt,
.amis-scope .bg-light .lt {
  background: #fefefe;
}

.amis-scope .bg-light.lter,
.amis-scope .bg-light .lter {
  background: white;
}

.amis-scope .bg-light.dk,
.amis-scope .bg-light .dk {
  background: #eff1f4;
}

.amis-scope .bg-light.dker,
.amis-scope .bg-light .dker {
  background: #e8ecf0;
}

.amis-scope .bg-light.bg,
.amis-scope .bg-light .bg {
  background-color: #f8f9fa;
}

.amis-scope .bg-dark {
  background-color: #343a40;
  color: #a0a0a0;
}

.amis-scope .bg-dark.lt,
.amis-scope .bg-dark .lt {
  background: #41474c;
}

.amis-scope .bg-dark.lter,
.amis-scope .bg-dark .lter {
  background: #4f5458;
}

.amis-scope .bg-dark.dk,
.amis-scope .bg-dark .dk {
  background: #272d33;
}

.amis-scope .bg-dark.dker,
.amis-scope .bg-dark .dker {
  background: #1c2125;
}

.amis-scope .bg-dark.bg,
.amis-scope .bg-dark .bg {
  background-color: #343a40;
}

.amis-scope .bg-dark a,
.amis-scope .bg-dark .Button--link {
  color: #b9baba;
}

.amis-scope .bg-dark a:hover,
.amis-scope .bg-dark .Button--link:hover {
  color: #fff;
}

.amis-scope .bg-dark .open > a,
.amis-scope .bg-dark .open > a:hover,
.amis-scope .bg-dark .open > a:focus {
  color: #fff;
}

.amis-scope .bg-dark .text-muted {
  color: #414c52 !important;
}

.amis-scope .bg-dark .text-lt {
  color: #99a6ad !important;
}

.amis-scope .bg-black {
  background-color: #000;
  color: #666666;
}

.amis-scope .bg-black.lt,
.amis-scope .bg-black .lt {
  background: #0d0d0d;
}

.amis-scope .bg-black.lter,
.amis-scope .bg-black .lter {
  background: #1a1a1a;
}

.amis-scope .bg-black.dk,
.amis-scope .bg-black .dk {
  background: black;
}

.amis-scope .bg-black.dker,
.amis-scope .bg-black .dker {
  background: black;
}

.amis-scope .bg-black.bg,
.amis-scope .bg-black .bg {
  background-color: #000;
}

.amis-scope .bg-black a,
.amis-scope .bg-black .Button--link {
  color: gray;
}

.amis-scope .bg-black a:hover,
.amis-scope .bg-black .Button--link:hover {
  color: #fff;
}

.amis-scope .bg-black .open > a,
.amis-scope .bg-black .open > a:hover,
.amis-scope .bg-black .open > a:focus {
  color: #fff;
}

.amis-scope .bg-black .text-muted {
  color: #414c52 !important;
}

.amis-scope .bg-black .text-lt {
  color: #99a6ad !important;
}

.amis-scope .bg-primary {
  background-color: #007bff;
  color: #cfe5fc;
}

.amis-scope .bg-primary.lt,
.amis-scope .bg-primary .lt {
  background: #1c88fc;
}

.amis-scope .bg-primary.lter,
.amis-scope .bg-primary .lter {
  background: #3896fa;
}

.amis-scope .bg-primary.dk,
.amis-scope .bg-primary .dk {
  background: #006fe6;
}

.amis-scope .bg-primary.dker,
.amis-scope .bg-primary .dker {
  background: #0062cc;
}

.amis-scope .bg-primary.bg,
.amis-scope .bg-primary .bg {
  background-color: #007bff;
}

.amis-scope .bg-primary a,
.amis-scope .bg-primary .Button--link {
  color: white;
}

.amis-scope .bg-primary a:hover,
.amis-scope .bg-primary .Button--link:hover {
  color: #fff;
}

.amis-scope .bg-primary .open > a,
.amis-scope .bg-primary .open > a:hover,
.amis-scope .bg-primary .open > a:focus {
  color: #fff;
}

.amis-scope .bg-primary .text-muted {
  color: #414c52 !important;
}

.amis-scope .bg-primary .text-lt {
  color: #99a6ad !important;
}

.amis-scope .bg-success {
  background-color: #28a745;
  color: #b4e7c0;
}

.amis-scope .bg-success.lt,
.amis-scope .bg-success .lt {
  background: #30b94f;
}

.amis-scope .bg-success.lter,
.amis-scope .bg-success .lter {
  background: #3ac85a;
}

.amis-scope .bg-success.dk,
.amis-scope .bg-success .dk {
  background: #21953b;
}

.amis-scope .bg-success.dker,
.amis-scope .bg-success .dker {
  background: #1a8232;
}

.amis-scope .bg-success.bg,
.amis-scope .bg-success .bg {
  background-color: #28a745;
}

.amis-scope .bg-success a,
.amis-scope .bg-success .Button--link {
  color: #dbf3e0;
}

.amis-scope .bg-success a:hover,
.amis-scope .bg-success .Button--link:hover {
  color: #fff;
}

.amis-scope .bg-success .open > a,
.amis-scope .bg-success .open > a:hover,
.amis-scope .bg-success .open > a:focus {
  color: #fff;
}

.amis-scope .bg-success .text-muted {
  color: #414c52 !important;
}

.amis-scope .bg-success .text-lt {
  color: #99a6ad !important;
}

.amis-scope .bg-info {
  background-color: #007bff;
  color: #cfe5fc;
}

.amis-scope .bg-info.lt,
.amis-scope .bg-info .lt {
  background: #1c88fc;
}

.amis-scope .bg-info.lter,
.amis-scope .bg-info .lter {
  background: #3896fa;
}

.amis-scope .bg-info.dk,
.amis-scope .bg-info .dk {
  background: #006fe6;
}

.amis-scope .bg-info.dker,
.amis-scope .bg-info .dker {
  background: #0062cc;
}

.amis-scope .bg-info.bg,
.amis-scope .bg-info .bg {
  background-color: #007bff;
}

.amis-scope .bg-info a,
.amis-scope .bg-info .Button--link {
  color: white;
}

.amis-scope .bg-info a:hover,
.amis-scope .bg-info .Button--link:hover {
  color: #fff;
}

.amis-scope .bg-info .open > a,
.amis-scope .bg-info .open > a:hover,
.amis-scope .bg-info .open > a:focus {
  color: #fff;
}

.amis-scope .bg-info .text-muted {
  color: #414c52 !important;
}

.amis-scope .bg-info .text-lt {
  color: #99a6ad !important;
}

.amis-scope .bg-warning {
  background-color: #fad733;
  color: #fffefa;
}

.amis-scope .bg-warning.lt,
.amis-scope .bg-warning .lt {
  background: #f8da4e;
}

.amis-scope .bg-warning.lter,
.amis-scope .bg-warning .lter {
  background: #f7de69;
}

.amis-scope .bg-warning.dk,
.amis-scope .bg-warning .dk {
  background: #fcd417;
}

.amis-scope .bg-warning.dker,
.amis-scope .bg-warning .dker {
  background: #face00;
}

.amis-scope .bg-warning.bg,
.amis-scope .bg-warning .bg {
  background-color: #fad733;
}

.amis-scope .bg-warning a,
.amis-scope .bg-warning .Button--link {
  color: white;
}

.amis-scope .bg-warning a:hover,
.amis-scope .bg-warning .Button--link:hover {
  color: #fff;
}

.amis-scope .bg-warning .open > a,
.amis-scope .bg-warning .open > a:hover,
.amis-scope .bg-warning .open > a:focus {
  color: #fff;
}

.amis-scope .bg-warning .text-muted {
  color: #414c52 !important;
}

.amis-scope .bg-warning .text-lt {
  color: #99a6ad !important;
}

.amis-scope .bg-danger {
  background-color: #dc3545;
  color: #f8e5e6;
}

.amis-scope .bg-danger.lt,
.amis-scope .bg-danger .lt {
  background: #dd4d5b;
}

.amis-scope .bg-danger.lter,
.amis-scope .bg-danger .lter {
  background: #df6571;
}

.amis-scope .bg-danger.dk,
.amis-scope .bg-danger .dk {
  background: #d62133;
}

.amis-scope .bg-danger.dker,
.amis-scope .bg-danger .dker {
  background: #c31b2b;
}

.amis-scope .bg-danger.bg,
.amis-scope .bg-danger .bg {
  background-color: #dc3545;
}

.amis-scope .bg-danger a,
.amis-scope .bg-danger .Button--link {
  color: white;
}

.amis-scope .bg-danger a:hover,
.amis-scope .bg-danger .Button--link:hover {
  color: #fff;
}

.amis-scope .bg-danger .open > a,
.amis-scope .bg-danger .open > a:hover,
.amis-scope .bg-danger .open > a:focus {
  color: #fff;
}

.amis-scope .bg-danger .text-muted {
  color: #414c52 !important;
}

.amis-scope .bg-danger .text-lt {
  color: #99a6ad !important;
}

.amis-scope .bg-white {
  background-color: #fff;
  color: #58666e;
}

.amis-scope .bg-white.lt,
.amis-scope .bg-white .lt {
  background: white;
}

.amis-scope .bg-white.lter,
.amis-scope .bg-white .lter {
  background: white;
}

.amis-scope .bg-white.dk,
.amis-scope .bg-white .dk {
  background: #f3f2f2;
}

.amis-scope .bg-white.dker,
.amis-scope .bg-white .dker {
  background: #e7e4e4;
}

.amis-scope .bg-white.bg,
.amis-scope .bg-white .bg {
  background-color: #fff;
}

.amis-scope .bg-none {
  background: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.amis-scope a.bg-primary:hover {
  background: #006fe6;
}

.amis-scope a.text-primary:hover {
  color: #006fe6;
}

.amis-scope .text-primary {
  color: #007bff;
}

.amis-scope .text-primary-lt {
  color: #006fe6;
}

.amis-scope .text-primary-lter {
  color: #0062cc;
}

.amis-scope .text-primary-dk {
  color: #006fe6;
}

.amis-scope .text-primary-dker {
  color: #0062cc;
}

.amis-scope a.bg-info:hover {
  background: #006fe6;
}

.amis-scope a.text-info:hover {
  color: #006fe6;
}

.amis-scope .text-info {
  color: #007bff;
}

.amis-scope .text-info-lt {
  color: #006fe6;
}

.amis-scope .text-info-lter {
  color: #0062cc;
}

.amis-scope .text-info-dk {
  color: #006fe6;
}

.amis-scope .text-info-dker {
  color: #0062cc;
}

.amis-scope a.bg-success:hover {
  background: #23923d;
}

.amis-scope a.text-success:hover {
  color: #23923d;
}

.amis-scope .text-success {
  color: #28a745;
}

.amis-scope .text-success-lt {
  color: #23923d;
}

.amis-scope .text-success-lter {
  color: #1e7e34;
}

.amis-scope .text-success-dk {
  color: #23923d;
}

.amis-scope .text-success-dker {
  color: #1e7e34;
}

.amis-scope a.bg-warning:hover {
  background: #f9d21a;
}

.amis-scope a.text-warning:hover {
  color: #f9d21a;
}

.amis-scope .text-warning {
  color: #fad733;
}

.amis-scope .text-warning-lt {
  color: #f9d21a;
}

.amis-scope .text-warning-lter {
  color: #f4ca06;
}

.amis-scope .text-warning-dk {
  color: #f9d21a;
}

.amis-scope .text-warning-dker {
  color: #f4ca06;
}

.amis-scope a.bg-danger:hover {
  background: #d32535;
}

.amis-scope a.text-danger:hover {
  color: #d32535;
}

.amis-scope .text-danger {
  color: #dc3545;
}

.amis-scope .text-danger-lt {
  color: #d32535;
}

.amis-scope .text-danger-lter {
  color: #bd2130;
}

.amis-scope .text-danger-dk {
  color: #d32535;
}

.amis-scope .text-danger-dker {
  color: #bd2130;
}

.amis-scope a.bg-dark:hover {
  background: #292d32;
}

.amis-scope a.text-dark:hover {
  color: #292d32;
}

.amis-scope .text-dark {
  color: #343a40;
}

.amis-scope .text-dark-lt {
  color: #292d32;
}

.amis-scope .text-dark-lter {
  color: #1d2124;
}

.amis-scope .text-dark-dk {
  color: #292d32;
}

.amis-scope .text-dark-dker {
  color: #1d2124;
}

.amis-scope a.bg-white:hover {
  background: #f2f2f2;
}

.amis-scope a.text-white:hover {
  color: #f2f2f2;
}

.amis-scope .text-white {
  color: #fff;
}

.amis-scope .text-white-lt {
  color: #f2f2f2;
}

.amis-scope .text-white-lter {
  color: #e6e6e6;
}

.amis-scope .text-white-dk {
  color: #f2f2f2;
}

.amis-scope .text-white-dker {
  color: #e6e6e6;
}

.amis-scope a.bg-black:hover {
  background: black;
}

.amis-scope a.text-black:hover {
  color: black;
}

.amis-scope .text-black {
  color: #000;
}

.amis-scope .text-black-lt {
  color: black;
}

.amis-scope .text-black-lter {
  color: black;
}

.amis-scope .text-black-dk {
  color: black;
}

.amis-scope .text-black-dker {
  color: black;
}

.amis-scope .text-muted {
  color: #b8babf;
}

.amis-scope .text-loud {
  color: #151b26;
}

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

.amis-scope .clearfix::after {
  clear: both;
}

.amis-scope .pos-rlt {
  position: relative;
}

.amis-scope .pos-stc {
  position: static !important;
}

.amis-scope .pos-abt {
  position: absolute;
}

.amis-scope .pos-fix {
  position: fixed;
}

.amis-scope .show {
  visibility: visible;
}

.amis-scope .line {
  height: 2px;
  margin: 10px 0;
  font-size: 0;
  overflow: hidden;
}

.amis-scope .line-xs {
  margin: 0;
}

.amis-scope .line-lg {
  margin-top: 15px;
  margin-bottom: 15px;
}

.amis-scope .line-dashed {
  border-style: dashed !important;
  background: transparent;
  border-width: 0;
}

.amis-scope .no-line {
  border-width: 0;
}

.amis-scope .no-border,
.amis-scope .no-borders {
  border-color: transparent;
  border-width: 0;
}

.amis-scope .no-b-t {
  border-top-width: 0;
}

.amis-scope .no-b-r {
  border-right-width: 0;
}

.amis-scope .no-b-b {
  border-bottom-width: 0;
}

.amis-scope .no-b-l {
  border-left-width: 0;
}

.amis-scope .no-radius {
  border-radius: 0;
}

.amis-scope .block {
  display: block;
}

.amis-scope .block.hide {
  display: none;
}

.amis-scope .inline {
  display: inline-block;
}

.amis-scope .none {
  display: none;
}

.amis-scope .pull-none {
  float: none;
}

.amis-scope .pull-right {
  float: right;
}

.amis-scope .pull-left {
  float: left;
}

.amis-scope .rounded {
  border-radius: 500px;
}

.amis-scope .clear {
  display: block;
  overflow: hidden;
}

.amis-scope .no-bg {
  background: transparent;
  color: inherit;
}

.amis-scope .no-select {
  user-select: none;
}

.amis-scope .l-h {
  line-height: 1.5;
}

.amis-scope .l-h-0x {
  line-height: 0;
}

.amis-scope .l-h-1x {
  line-height: 1.2;
}

.amis-scope .l-h-2x {
  line-height: 2em;
}

.amis-scope .l-s-1x {
  letter-spacing: 1;
}

.amis-scope .l-s-2x {
  letter-spacing: 2;
}

.amis-scope .l-s-3x {
  letter-spacing: 3;
}

.amis-scope .font-normal {
  font-weight: normal;
}

.amis-scope .font-thin {
  font-weight: 300;
}

.amis-scope .font-bold {
  font-weight: 700;
}

.amis-scope .text-5x {
  font-size: 5em;
}

.amis-scope .text-4x {
  font-size: 4em;
}

.amis-scope .text-3x {
  font-size: 3em;
}

.amis-scope .text-2x {
  font-size: 2em;
}

.amis-scope .text-xl {
  font-size: 18px !important;
}

.amis-scope .text-lg {
  font-size: 16px !important;
}

.amis-scope .text-md {
  font-size: 14px !important;
}

.amis-scope .text-base {
  font-size: 14px !important;
}

.amis-scope .text-sm {
  font-size: 12px !important;
}

.amis-scope .text-xs {
  font-size: 12px !important;
}

.amis-scope .text-xxs {
  text-indent: -9999px;
}

.amis-scope .text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amis-scope .text-u-c {
  text-transform: uppercase;
}

.amis-scope .text-l-t {
  text-decoration: line-through;
}

.amis-scope .text-u-l {
  text-decoration: underline;
}

.amis-scope .text-left {
  text-align: left;
}

.amis-scope .text-center {
  text-align: center;
}

.amis-scope .text-right {
  text-align: right;
}

.amis-scope .box-shadow {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}

.amis-scope .box-shadow-lg {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}

.amis-scope .text-shadow {
  font-size: 170px;
  text-shadow: 0 1px 0 #e8e9eb, 0 2px 0 #f7f8fa, 0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);
}

.amis-scope .no-shadow {
  box-shadow: none !important;
}

.amis-scope .wrapper-xs {
  padding: 5px;
}

.amis-scope .wrapper-sm {
  padding: 10px;
}

.amis-scope .wrapper {
  padding: 15px;
}

.amis-scope .wrapper-md {
  padding: 20px;
}

.amis-scope .wrapper-lg {
  padding: 30px;
}

.amis-scope .wrapper-xl {
  padding: 50px;
}

.amis-scope .padder-lg {
  padding-left: 30px;
  padding-right: 30px;
}

.amis-scope .padder-md {
  padding-left: 20px;
  padding-right: 20px;
}

.amis-scope .padder {
  padding-left: 15px;
  padding-right: 15px;
}

.amis-scope .padder-v-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.amis-scope .padder-v-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}

.amis-scope .padder-v {
  padding-top: 15px;
  padding-bottom: 15px;
}

.amis-scope .padder-v-md {
  padding-top: 20px;
  padding-bottom: 20px;
}

.amis-scope .padder-v-lg {
  padding-top: 30px;
  padding-bottom: 30px;
}

.amis-scope .no-padder {
  padding: 0 !important;
}

.amis-scope .pull-in {
  margin-left: -15px;
  margin-right: -15px;
}

.amis-scope .pull-in-md {
  margin-left: -20px;
  margin-right: -20px;
}

.amis-scope .pull-in-sm {
  margin-left: -10px;
  margin-right: -10px;
}

.amis-scope .pull-out {
  margin: -10px -15px;
}

.amis-scope .b {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.amis-scope .b-a {
  border: 1px solid #e8e9eb;
}

.amis-scope .b-t {
  border-top: 1px solid #e8e9eb;
}

.amis-scope .b-t-none {
  border-top-width: 0;
}

.amis-scope .b-r {
  border-right: 1px solid #e8e9eb;
}

.amis-scope .b-r-none {
  border-right-width: 0;
}

.amis-scope .b-b {
  border-bottom: 1px solid #e8e9eb;
}

.amis-scope .b-b-none {
  border-bottom-width: 0;
}

.amis-scope .b-l {
  border-left: 1px solid #e8e9eb;
}

.amis-scope .b-l-none {
  border-left-width: 0;
}

.amis-scope .b-light {
  border-color: #ffffff;
}

.amis-scope .b-dark {
  border-color: #303540;
}

.amis-scope .b-black {
  border-color: #303540;
}

.amis-scope .b-primary {
  border-color: #2468f2;
}

.amis-scope .b-success {
  border-color: #30bf13;
}

.amis-scope .b-info {
  border-color: #2468f2;
}

.amis-scope .b-warning {
  border-color: #ff9326;
}

.amis-scope .b-danger {
  border-color: #f23d3d;
}

.amis-scope .b-white {
  border-color: #fff;
}

.amis-scope .b-dashed {
  border-style: dashed !important;
}

.amis-scope .b-l-light {
  border-left-color: #ffffff;
}

.amis-scope .b-l-dark {
  border-left-color: #303540;
}

.amis-scope .b-l-black {
  border-left-color: #303540;
}

.amis-scope .b-l-primary {
  border-left-color: #2468f2;
}

.amis-scope .b-l-success {
  border-left-color: #30bf13;
}

.amis-scope .b-l-info {
  border-left-color: #2468f2;
}

.amis-scope .b-l-warning {
  border-left-color: #ff9326;
}

.amis-scope .b-l-danger {
  border-left-color: #f23d3d;
}

.amis-scope .b-l-white {
  border-left-color: #fff;
}

.amis-scope .b-l-2x {
  border-left-width: 2px;
}

.amis-scope .b-l-3x {
  border-left-width: 3px;
}

.amis-scope .b-l-4x {
  border-left-width: 4px;
}

.amis-scope .b-l-5x {
  border-left-width: 5px;
}

.amis-scope .b-2x {
  border-width: 2px;
}

.amis-scope .b-3x {
  border-width: 3px;
}

.amis-scope .b-4x {
  border-width: 4px;
}

.amis-scope .b-5x {
  border-width: 5px;
}

.amis-scope .r {
  border-radius: 4px 4px 4px 4px;
}

.amis-scope .r-2x {
  border-radius: 6px;
}

.amis-scope .r-3x {
  border-radius: 8px;
}

.amis-scope .r-l {
  border-radius: 4px 0 0 4px;
}

.amis-scope .r-r {
  border-radius: 0 4px 4px 0;
}

.amis-scope .r-t {
  border-radius: 4px 4px 0 0;
}

.amis-scope .r-b {
  border-radius: 0 0 4px 4px;
}

.amis-scope .m-xxs {
  margin: 2px 4px;
}

.amis-scope .m-xs {
  margin: 5px;
}

.amis-scope .m-sm {
  margin: 10px;
}

.amis-scope .m {
  margin: 15px;
}

.amis-scope .m-md {
  margin: 20px;
}

.amis-scope .m-lg {
  margin: 30px;
}

.amis-scope .m-xl {
  margin: 50px;
}

.amis-scope .m-n,
.amis-scope .m-none {
  margin: 0 !important;
}

.amis-scope .m-l-none {
  margin-left: 0 !important;
}

.amis-scope .m-l-xs {
  margin-left: 5px;
}

.amis-scope .m-l-sm {
  margin-left: 10px !important;
}

.amis-scope .m-l {
  margin-left: 15px;
}

.amis-scope .m-l-md {
  margin-left: 20px;
}

.amis-scope .m-l-lg {
  margin-left: 30px;
}

.amis-scope .m-l-xl {
  margin-left: 40px;
}

.amis-scope .m-l-xxl {
  margin-left: 50px;
}

.amis-scope .m-l-n-xxs {
  margin-left: -1px;
}

.amis-scope .m-l-n-xs {
  margin-left: -5px;
}

.amis-scope .m-l-n-sm {
  margin-left: -10px;
}

.amis-scope .m-l-n {
  margin-left: -15px;
}

.amis-scope .m-l-n-md {
  margin-left: -20px;
}

.amis-scope .m-l-n-lg {
  margin-left: -30px;
}

.amis-scope .m-l-n-xl {
  margin-left: -40px;
}

.amis-scope .m-l-n-xxl {
  margin-left: -50px;
}

.amis-scope .m-t-none {
  margin-top: 0 !important;
}

.amis-scope .m-t-xxs {
  margin-top: 1px;
}

.amis-scope .m-t-xs {
  margin-top: 5px;
}

.amis-scope .m-t-sm {
  margin-top: 10px;
}

.amis-scope .m-t {
  margin-top: 15px;
}

.amis-scope .m-t-md {
  margin-top: 20px;
}

.amis-scope .m-t-lg {
  margin-top: 30px;
}

.amis-scope .m-t-xl {
  margin-top: 40px;
}

.amis-scope .m-t-xxl {
  margin-top: 50px;
}

.amis-scope .m-t-n-xxs {
  margin-top: -1px;
}

.amis-scope .m-t-n-xs {
  margin-top: -5px;
}

.amis-scope .m-t-n-sm {
  margin-top: -10px;
}

.amis-scope .m-t-n {
  margin-top: -15px;
}

.amis-scope .m-t-n-md {
  margin-top: -20px;
}

.amis-scope .m-t-n-lg {
  margin-top: -30px;
}

.amis-scope .m-t-n-xl {
  margin-top: -40px;
}

.amis-scope .m-t-n-xxl {
  margin-top: -50px;
}

.amis-scope .m-r-none {
  margin-right: 0 !important;
}

.amis-scope .m-r-xxs {
  margin-right: 1px;
}

.amis-scope .m-r-xs {
  margin-right: 5px;
}

.amis-scope .m-r-sm {
  margin-right: 10px;
}

.amis-scope .m-r {
  margin-right: 15px;
}

.amis-scope .m-r-md {
  margin-right: 20px;
}

.amis-scope .m-r-lg {
  margin-right: 30px;
}

.amis-scope .m-r-xl {
  margin-right: 40px;
}

.amis-scope .m-r-xxl {
  margin-right: 50px;
}

.amis-scope .m-r-n-xxs {
  margin-right: -1px;
}

.amis-scope .m-r-n-xs {
  margin-right: -5px;
}

.amis-scope .m-r-n-sm {
  margin-right: -10px;
}

.amis-scope .m-r-n {
  margin-right: -15px;
}

.amis-scope .m-r-n-md {
  margin-right: -20px;
}

.amis-scope .m-r-n-lg {
  margin-right: -30px;
}

.amis-scope .m-r-n-xl {
  margin-right: -40px;
}

.amis-scope .m-r-n-xxl {
  margin-right: -50px;
}

.amis-scope .m-b-none {
  margin-bottom: 0 !important;
}

.amis-scope .m-b-xxs {
  margin-bottom: 1px;
}

.amis-scope .m-b-xs {
  margin-bottom: 5px;
}

.amis-scope .m-b-sm {
  margin-bottom: 10px;
}

.amis-scope .m-b {
  margin-bottom: 15px;
}

.amis-scope .m-b-md {
  margin-bottom: 20px;
}

.amis-scope .m-b-lg {
  margin-bottom: 30px;
}

.amis-scope .m-b-xl {
  margin-bottom: 40px;
}

.amis-scope .m-b-xxl {
  margin-bottom: 50px;
}

.amis-scope .m-b-n-xxs {
  margin-bottom: -1px;
}

.amis-scope .m-b-n-xs {
  margin-bottom: -5px;
}

.amis-scope .m-b-n-sm {
  margin-bottom: -10px;
}

.amis-scope .m-b-n {
  margin-bottom: -15px;
}

.amis-scope .m-b-n-md {
  margin-bottom: -20px;
}

.amis-scope .m-b-n-lg {
  margin-bottom: -30px;
}

.amis-scope .m-b-n-xl {
  margin-bottom: -40px;
}

.amis-scope .m-b-n-xxl {
  margin-bottom: -50px;
}

.amis-scope .p-xxs {
  padding: 2px 4px;
}

.amis-scope .p-xs {
  padding: 5px;
}

.amis-scope .p-sm {
  padding: 10px;
}

.amis-scope .p {
  padding: 15px;
}

.amis-scope .p-md {
  padding: 20px;
}

.amis-scope .p-lg {
  padding: 30px;
}

.amis-scope .p-xl {
  padding: 50px;
}

.amis-scope .p-n,
.amis-scope .p-none {
  padding: 0 !important;
}

.amis-scope .p-l-none {
  padding-left: 0 !important;
}

.amis-scope .p-l-xs {
  padding-left: 5px;
}

.amis-scope .p-l-sm {
  padding-left: 10px;
}

.amis-scope .p-l {
  padding-left: 15px;
}

.amis-scope .p-l-md {
  padding-left: 20px;
}

.amis-scope .p-l-lg {
  padding-left: 30px;
}

.amis-scope .p-l-xl {
  padding-left: 40px;
}

.amis-scope .p-l-xxl {
  padding-left: 50px;
}

.amis-scope .p-t-none {
  padding-top: 0 !important;
}

.amis-scope .p-t-xxs {
  padding-top: 1px;
}

.amis-scope .p-t-xs {
  padding-top: 5px;
}

.amis-scope .p-t-sm {
  padding-top: 10px;
}

.amis-scope .p-t {
  padding-top: 15px;
}

.amis-scope .p-t-md {
  padding-top: 20px;
}

.amis-scope .p-t-lg {
  padding-top: 30px;
}

.amis-scope .p-t-xl {
  padding-top: 40px;
}

.amis-scope .p-t-xxl {
  padding-top: 50px;
}

.amis-scope .p-t-n-xxs {
  padding-top: -1px;
}

.amis-scope .p-r-none {
  padding-right: 0 !important;
}

.amis-scope .p-r-xxs {
  padding-right: 1px;
}

.amis-scope .p-r-xs {
  padding-right: 5px;
}

.amis-scope .p-r-sm {
  padding-right: 10px;
}

.amis-scope .p-r {
  padding-right: 15px;
}

.amis-scope .p-r-md {
  padding-right: 20px;
}

.amis-scope .p-r-lg {
  padding-right: 30px;
}

.amis-scope .p-r-xl {
  padding-right: 40px;
}

.amis-scope .p-r-xxl {
  padding-right: 50px;
}

.amis-scope .p-b-none {
  padding-bottom: 0 !important;
}

.amis-scope .p-b-xxs {
  padding-bottom: 1px;
}

.amis-scope .p-b-xs {
  padding-bottom: 5px;
}

.amis-scope .p-b-sm {
  padding-bottom: 10px;
}

.amis-scope .p-b {
  padding-bottom: 15px;
}

.amis-scope .p-b-md {
  padding-bottom: 20px;
}

.amis-scope .p-b-lg {
  padding-bottom: 30px;
}

.amis-scope .p-b-xl {
  padding-bottom: 40px;
}

.amis-scope .p-b-xxl {
  padding-bottom: 50px;
}

.amis-scope .avatar {
  position: relative;
  display: block;
  border-radius: 500px;
  white-space: nowrap;
}

.amis-scope .avatar img {
  border-radius: 500px;
  width: 100%;
}

.amis-scope .avatar i {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  margin: 2px;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
}

.amis-scope .avatar i.right {
  left: auto;
  right: 0;
}

.amis-scope .avatar i.bottom {
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
}

.amis-scope .avatar i.left {
  top: auto;
  bottom: 0;
}

.amis-scope .avatar i.on {
  background: #30bf13;
}

.amis-scope .avatar i.off {
  background: #b8babf;
}

.amis-scope .avatar i.busy {
  background: #f23d3d;
}

.amis-scope .avatar i.away {
  background: #ff9326;
}

.amis-scope .avatar.thumb-md i {
  width: 12px;
  height: 12px;
  margin: 3px;
}

.amis-scope .avatar.thumb-sm i {
  margin: 1px;
}

.amis-scope .avatar.thumb-xs i {
  margin: 0;
}

.amis-scope .w-1x {
  width: 1em;
}

.amis-scope .w-2x {
  width: 2em;
}

.amis-scope .w-3x {
  width: 3em;
}

.amis-scope .w-xxs {
  width: 60px;
}

.amis-scope .h-xxs {
  height: 60px;
}

.amis-scope .w-xs {
  width: 90px;
}

.amis-scope .h-xs {
  height: 90px;
}

.amis-scope .w-ssm {
  width: 120px;
}

.amis-scope .w-sm {
  width: 150px;
}

.amis-scope .h-sm {
  height: 150px;
}

.amis-scope .h-ssm {
  height: 120px;
}

.amis-scope .w {
  width: 200px;
}

.amis-scope .h {
  height: 200px;
}

.amis-scope .w-md {
  width: 240px;
}

.amis-scope .h-md {
  height: 240px;
}

.amis-scope .w-lg {
  width: 280px;
}

.amis-scope .h-lg {
  height: 280px;
}

.amis-scope .w-xl {
  width: 320px;
}

.amis-scope .h-xl {
  height: 320px;
}

.amis-scope .w-xxl {
  width: 360px;
}

.amis-scope .h-xxl {
  height: 360px;
}

.amis-scope .w-xxxl {
  width: 420px;
}

.amis-scope .h-xxxl {
  height: 420px;
}

.amis-scope .w-full {
  width: 100%;
}

.amis-scope .w-auto {
  width: auto;
}

.amis-scope .h-auto {
  height: auto;
}

.amis-scope .h-full {
  height: 100%;
}

.amis-scope .no-grow {
  flex-grow: unset !important;
  flex-basis: unset !important;
}

.amis-scope .nowrap {
  white-space: nowrap;
  flex-wrap: nowrap;
}

@media (min-width: 576px) {
  .amis-scope .Form-col.w,
  .amis-scope .Form-col.w-xs,
  .amis-scope .Form-col.w-sm,
  .amis-scope .Form-col.w-md,
  .amis-scope .Form-col.w-lg {
    flex-basis: unset;
    flex-grow: unset;
  }
}

.amis-scope .thumb-xl {
  width: 128px;
  display: inline-block;
}

.amis-scope .thumb-lg {
  width: 96px;
  display: inline-block;
}

.amis-scope .thumb-md {
  width: 64px;
  display: inline-block;
}

.amis-scope .thumb {
  width: 50px;
  display: inline-block;
}

.amis-scope .thumb-sm {
  width: 40px;
  display: inline-block;
}

.amis-scope .thumb-xs {
  width: 34px;
  display: inline-block;
}

.amis-scope .thumb-xxs {
  width: 30px;
  display: inline-block;
}

.amis-scope .thumb-wrapper {
  padding: 2px;
  border: 1px solid #e8e9eb;
}

.amis-scope .thumb img,
.amis-scope .thumb-xxs img,
.amis-scope .thumb-xs img,
.amis-scope .thumb-sm img,
.amis-scope .thumb-md img,
.amis-scope .thumb-lg img,
.amis-scope .thumb-btn img,
.amis-scope .thumb-xl img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.amis-scope .img-full {
  width: 100%;
}

.amis-scope .img-full img {
  width: 100%;
}

.amis-scope .v-top {
  vertical-align: top !important;
  align-self: flex-start;
}

.amis-scope .v-middle {
  vertical-align: middle !important;
  align-self: center;
}

.amis-scope .v-bottom {
  vertical-align: bottom !important;
  align-self: flex-end;
}

.amis-scope .v-baseline {
  vertical-align: baseline;
}

.amis-scope .scrollable {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.amis-scope .scrollable.hover,
.amis-scope .scrollable.hover > .cell-inner {
  overflow-y: hidden !important;
}

.amis-scope .scrollable.hover:hover,
.amis-scope .scrollable.hover:focus,
.amis-scope .scrollable.hover:active {
  overflow: visible;
  overflow-y: auto;
}

.amis-scope .scrollable.hover:hover > .cell-inner,
.amis-scope .scrollable.hover:focus > .cell-inner,
.amis-scope .scrollable.hover:active > .cell-inner {
  overflow-y: auto !important;
}

.amis-scope .smart .scrollable,
.amis-scope .smart .scrollable > .cell-inner {
  overflow-y: auto !important;
}

.amis-scope .scroll-x,
.amis-scope .scroll-y {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.amis-scope .scroll-y {
  overflow-y: auto;
}

.amis-scope .scroll-x {
  overflow-x: auto;
}

.amis-scope .hover-action {
  display: none;
}

.amis-scope .hover-rotate {
  transition: all 0s ease-in-out 0s;
}

.amis-scope .hover-anchor:hover > .hover-action,
.amis-scope .hover-anchor:focus > .hover-action,
.amis-scope .hover-anchor:active > .hover-action {
  display: inherit;
}

.amis-scope .hover-anchor:hover > .hover-rotate,
.amis-scope .hover-anchor:focus > .hover-rotate,
.amis-scope .hover-anchor:active > .hover-rotate {
  transform: rotate(90deg);
}

.amis-scope .backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
}

.amis-scope .backdrop.fade {
  opacity: 0;
}

.amis-scope .backdrop.in {
  opacity: 0.8;
}

.amis-scope .col-xs-2-4,
.amis-scope .col-sm-2-4,
.amis-scope .col-md-2-4,
.amis-scope .col-lg-2-4,
.amis-scope .col-xs-1-5,
.amis-scope .col-sm-1-5,
.amis-scope .col-md-1-5,
.amis-scope .col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.amis-scope .col-xs-2-4 {
  width: 20%;
  float: left;
}

.amis-scope .col-xs-1-5 {
  width: 12.5%;
  float: left;
}

.amis-scope .invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.amis-scope .invisible2 {
  visibility: hidden;
}

.amis-scope .hbox {
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
  height: 100%;
}

.amis-scope .hbox > .col {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  float: none;
}

.amis-scope .vbox {
  display: table;
  border-spacing: 0;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 240px;
}

.amis-scope .vbox .row-row {
  display: table-row;
  height: 100%;
}

.amis-scope .vbox .row-row .cell {
  position: relative;
  height: 100%;
  width: 100%;
}

.amis-scope .ie .vbox .row-row .cell {
  display: table-cell;
  overflow: auto;
}

.amis-scope .ie .vbox .row-row .cell .cell-inner {
  overflow: visible !important;
}

.amis-scope .vbox .row-row .cell .cell-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.amis-scope .word-break {
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.amis-scope .white-space-pre {
  white-space: pre;
}

.amis-scope .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.amis-scope .label:empty {
  display: none;
}

.amis-scope .btn .label {
  position: relative;
  top: -1px;
}

.amis-scope a.label:hover,
.amis-scope a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.amis-scope .label-default {
  background: #303540;
}

.amis-scope .label-primary {
  background: #2468f2;
}

.amis-scope .label-success {
  background: #30bf13;
}

.amis-scope .label-info {
  background: #2468f2;
}

.amis-scope .label-warning {
  background: #ff9326;
}

.amis-scope .label-danger {
  background: #f23d3d;
}

@keyframes apearSensor {
  from {
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .amis-scope .col-sm-2-4 {
    width: 20%;
    float: left;
  }

  .amis-scope .col-sm-1-5 {
    width: 12.5%;
    float: left;
  }
}

@media (min-width: 992px) {
  .amis-scope .col-md-2-4 {
    width: 20%;
    float: left;
  }

  .amis-scope .col-md-1-5 {
    width: 12.5%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .amis-scope .col-lg-2-4 {
    width: 20%;
    float: left;
  }

  .amis-scope .col-lg-1-5 {
    width: 12.5%;
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .amis-scope .hidden-sm.show {
    display: inherit !important;
  }

  .amis-scope .no-m-sm {
    margin: 0 !important;
  }

  .amis-scope .no-padder-sm {
    padding: 0 !important;
  }
}

.amis-scope .visible-xs {
  display: none;
}

/*phone*/

@media (max-width: 767px) {
  .amis-scope .visible-xs {
    display: block !important;
  }

  .amis-scope .hidden-xs {
    display: none !important;
  }

  .amis-scope .w-auto-xs {
    width: auto;
  }

  .amis-scope .shift {
    display: none !important;
  }

  .amis-scope .shift.in {
    display: block !important;
  }

  .amis-scope .row-2 [class*=col] {
    width: 50%;
    float: left;
  }

  .amis-scope .row-2 .col-0 {
    clear: none;
  }

  .amis-scope .row-2 li:nth-child(odd) {
    clear: left;
    margin-left: 0;
  }

  .amis-scope .text-center-xs {
    text-align: center;
  }

  .amis-scope .text-left-xs {
    text-align: left;
  }

  .amis-scope .text-right-xs {
    text-align: right;
  }

  .amis-scope .no-border-xs {
    border-width: 0;
  }

  .amis-scope .pull-none-xs {
    float: none !important;
  }

  .amis-scope .pull-right-xs {
    float: right !important;
  }

  .amis-scope .pull-left-xs {
    float: left !important;
  }

  .amis-scope .dropdown-menu.pull-none-xs {
    left: 0;
  }

  .amis-scope .hidden-xs.show {
    display: inherit !important;
  }

  .amis-scope .wrapper-lg,
  .amis-scope .wrapper-md {
    padding: 15px;
  }

  .amis-scope .padder-lg,
  .amis-scope .padder-md {
    padding-left: 15px;
    padding-right: 15px;
  }

  .amis-scope .no-m-xs {
    margin: 0 !important;
  }

  .amis-scope .no-padder-xs {
    padding: 0 !important;
  }
}

/*!markdown

---
title: 背景色
---

| Class       | Properties               |   Demo   |
| ----------- | ------------------------ | -------- |
| bg-none | background: none !important | <span  style="background: none !important;" class="w-24 h-6"></div> |
| bg-transparent | background: transparent | <div style="background: transparent;" class="w-24 h-6"></div> |
| bg-current | background: currentColor | <div style="background: currentColor;" class="w-24 h-6"></div> |
| bg-black | background: #000 | <div style="background: #000;" class="w-24 h-6"></div> |
| bg-white | background: #fff | <div style="background: #fff;" class="w-24 h-6"></div> |
| bg-primary | background: #007bff | <div style="background: #007bff;" class="w-24 h-6"></div> |
| bg-secondary | background: #6c757d | <div style="background: #6c757d;" class="w-24 h-6"></div> |
| bg-success | background: #28a745 | <div style="background: #28a745;" class="w-24 h-6"></div> |
| bg-info | background: #007bff | <div style="background: #007bff" class="w-24 h-6"></div> |
| bg-warning | background: #28a745 | <div style="background: #28a745;" class="w-24 h-6"></div> |
| bg-danger | background: #dc3545 | <div style="background: #dc3545;" class="w-24 h-6"></div> |
| bg-light | background: #f8f9fa | <div style="background: #f8f9fa;" class="w-24 h-6"></div> |
| bg-dark | background: #343a40 | <div style="background: #343a40;" class="w-24 h-6"></div> |
| bg-gray-transparent | background: transparent | <div style="background: transparent;" class="w-24 h-6"></div> |
| bg-gray-current | background: currentColor | <div style="background: currentColor;" class="w-24 h-6"></div> |
| bg-gray-50 | background: #f9fafb | <div style="background: #f9fafb;" class="w-24 h-6"></div> |
| bg-gray-100 | background: #f3f4f6 | <div style="background: #f3f4f6;" class="w-24 h-6"></div> |
| bg-gray-200 | background: #e5e7eb | <div style="background: #e5e7eb;" class="w-24 h-6"></div> |
| bg-gray-300 | background: #d1d5db | <div style="background: #d1d5db;" class="w-24 h-6"></div> |
| bg-gray-400 | background: #9ca3af | <div style="background: #9ca3af;" class="w-24 h-6"></div> |
| bg-gray-500 | background: #6b7280 | <div style="background: #6b7280;" class="w-24 h-6"></div> |
| bg-gray-600 | background: #4b5563 | <div style="background: #4b5563;" class="w-24 h-6"></div> |
| bg-gray-700 | background: #374151 | <div style="background: #374151;" class="w-24 h-6"></div> |
| bg-gray-800 | background: #1f2937 | <div style="background: #1f2937;" class="w-24 h-6"></div> |
| bg-gray-900 | background: #111827 | <div style="background: #111827;" class="w-24 h-6"></div> |
| bg-red-transparent | background: transparent | <div style="background: transparent;" class="w-24 h-6"></div> |
| bg-red-current | background: currentColor | <div style="background: currentColor;" class="w-24 h-6"></div> |
| bg-red-50 | background: #fef2f2 | <div style="background: #fef2f2;" class="w-24 h-6"></div> |
| bg-red-100 | background: #fee2e2 | <div style="background: #fee2e2;" class="w-24 h-6"></div> |
| bg-red-200 | background: #fecaca | <div style="background: #fecaca;" class="w-24 h-6"></div> |
| bg-red-300 | background: #fca5a5 | <div style="background: #fca5a5;" class="w-24 h-6"></div> |
| bg-red-400 | background: #f87171 | <div style="background: #f87171;" class="w-24 h-6"></div> |
| bg-red-500 | background: #ef4444 | <div style="background: #ef4444;" class="w-24 h-6"></div> |
| bg-red-600 | background: #dc2626 | <div style="background: #dc2626;" class="w-24 h-6"></div> |
| bg-red-700 | background: #b91c1c | <div style="background: #b91c1c;" class="w-24 h-6"></div> |
| bg-red-800 | background: #991b1b | <div style="background: #991b1b;" class="w-24 h-6"></div> |
| bg-red-900 | background: #7f1d1d | <div style="background: #7f1d1d;" class="w-24 h-6"></div> |
| bg-yellow-transparent | background: transparent | <div style="background: transparent;" class="w-24 h-6"></div> |
| bg-yellow-current | background: currentColor | <div style="background: currentColor;" class="w-24 h-6"></div> |
| bg-yellow-50 | background: #fffbeb | <div style="background: #fffbeb;" class="w-24 h-6"></div> |
| bg-yellow-100 | background: #fef3c7 | <div style="background: #fef3c7;" class="w-24 h-6"></div> |
| bg-yellow-200 | background: #fde68a | <div style="background: #fde68a;" class="w-24 h-6"></div> |
| bg-yellow-300 | background: #fcd34d | <div style="background: #fcd34d;" class="w-24 h-6"></div> |
| bg-yellow-400 | background: #fbbf24 | <div style="background: #fbbf24;" class="w-24 h-6"></div> |
| bg-yellow-500 | background: #f59e0b | <div style="background: #f59e0b;" class="w-24 h-6"></div> |
| bg-yellow-600 | background: #d97706 | <div style="background: #d97706;" class="w-24 h-6"></div> |
| bg-yellow-700 | background: #b45309 | <div style="background: #b45309;" class="w-24 h-6"></div> |
| bg-yellow-800 | background: #92400e | <div style="background: #92400e;" class="w-24 h-6"></div> |
| bg-yellow-900 | background: #78350f | <div style="background: #78350f;" class="w-24 h-6"></div> |
| bg-green-transparent | background: transparent | <div style="background: transparent;" class="w-24 h-6"></div> |
| bg-green-current | background: currentColor | <div style="background: currentColor;" class="w-24 h-6"></div> |
| bg-green-50 | background: #ecfdf5 | <div style="background: #ecfdf5;" class="w-24 h-6"></div> |
| bg-green-100 | background: #d1fae5 | <div style="background: #d1fae5;" class="w-24 h-6"></div> |
| bg-green-200 | background: #a7f3d0 | <div style="background: #a7f3d0;" class="w-24 h-6"></div> |
| bg-green-300 | background: #6ee7b7 | <div style="background: #6ee7b7;" class="w-24 h-6"></div> |
| bg-green-400 | background: #34d399 | <div style="background: #34d399;" class="w-24 h-6"></div> |
| bg-green-500 | background: #10b981 | <div style="background: #10b981;" class="w-24 h-6"></div> |
| bg-green-600 | background: #059669 | <div style="background: #059669;" class="w-24 h-6"></div> |
| bg-green-700 | background: #047857 | <div style="background: #047857;" class="w-24 h-6"></div> |
| bg-green-800 | background: #065f46 | <div style="background: #065f46;" class="w-24 h-6"></div> |
| bg-green-900 | background: #064e3b | <div style="background: #064e3b;" class="w-24 h-6"></div> |
| bg-blue-transparent | background: transparent | <div style="background: transparent;" class="w-24 h-6"></div> |
| bg-blue-current | background: currentColor | <div style="background: currentColor;" class="w-24 h-6"></div> |
| bg-blue-50 | background: #eff6ff | <div style="background: #eff6ff;" class="w-24 h-6"></div> |
| bg-blue-100 | background: #dbeafe | <div style="background: #dbeafe;" class="w-24 h-6"></div> |
| bg-blue-200 | background: #bfdbfe | <div style="background: #bfdbfe;" class="w-24 h-6"></div> |
| bg-blue-300 | background: #93c5fd | <div style="background: #93c5fd;" class="w-24 h-6"></div> |
| bg-blue-400 | background: #60a5fa | <div style="background: #60a5fa;" class="w-24 h-6"></div> |
| bg-blue-500 | background: #3b82f6 | <div style="background: #3b82f6;" class="w-24 h-6"></div> |
| bg-blue-600 | background: #2563eb | <div style="background: #2563eb;" class="w-24 h-6"></div> |
| bg-blue-700 | background: #1d4ed8 | <div style="background: #1d4ed8;" class="w-24 h-6"></div> |
| bg-blue-800 | background: #1e40af | <div style="background: #1e40af;" class="w-24 h-6"></div> |
| bg-blue-900 | background: #1e3a8a | <div style="background: #1e3a8a;" class="w-24 h-6"></div> |
| bg-cyan-transparent | background: transparent | <div style="background: transparent;" class="w-24 h-6"></div> |
| bg-cyan-current | background: currentColor | <div style="background: currentColor;" class="w-24 h-6"></div> |
| bg-cyan-50 | background: #ecfeff | <div style="background: #ecfeff;" class="w-24 h-6"></div> |
| bg-cyan-100 | background: #cffafe | <div style="background: #cffafe;" class="w-24 h-6"></div> |
| bg-cyan-200 | background: #a5f3fc | <div style="background: #a5f3fc;" class="w-24 h-6"></div> |
| bg-cyan-300 | background: #67e8f9 | <div style="background: #67e8f9;" class="w-24 h-6"></div> |
| bg-cyan-400 | background: #22d3ee | <div style="background: #22d3ee;" class="w-24 h-6"></div> |
| bg-cyan-500 | background: #06b6d4 | <div style="background: #06b6d4;" class="w-24 h-6"></div> |
| bg-cyan-600 | background: #0891b2 | <div style="background: #0891b2;" class="w-24 h-6"></div> |
| bg-cyan-700 | background: #0e7490 | <div style="background: #0e7490;" class="w-24 h-6"></div> |
| bg-cyan-800 | background: #155e75 | <div style="background: #155e75;" class="w-24 h-6"></div> |
| bg-cyan-900 | background: #164e63 | <div style="background: #164e63;" class="w-24 h-6"></div> |
| bg-indigo-transparent | background: transparent | <div style="background: transparent;" class="w-24 h-6"></div> |
| bg-indigo-current | background: currentColor | <div style="background: currentColor;" class="w-24 h-6"></div> |
| bg-indigo-50 | background: #eef2ff | <div style="background: #eef2ff;" class="w-24 h-6"></div> |
| bg-indigo-100 | background: #e0e7ff | <div style="background: #e0e7ff;" class="w-24 h-6"></div> |
| bg-indigo-200 | background: #c7d2fe | <div style="background: #c7d2fe;" class="w-24 h-6"></div> |
| bg-indigo-300 | background: #a5b4fc | <div style="background: #a5b4fc;" class="w-24 h-6"></div> |
| bg-indigo-400 | background: #818cf8 | <div style="background: #818cf8;" class="w-24 h-6"></div> |
| bg-indigo-500 | background: #6366f1 | <div style="background: #6366f1;" class="w-24 h-6"></div> |
| bg-indigo-600 | background: #4f46e5 | <div style="background: #4f46e5;" class="w-24 h-6"></div> |
| bg-indigo-700 | background: #4338ca | <div style="background: #4338ca;" class="w-24 h-6"></div> |
| bg-indigo-800 | background: #3730a3 | <div style="background: #3730a3;" class="w-24 h-6"></div> |
| bg-indigo-900 | background: #312e81 | <div style="background: #312e81;" class="w-24 h-6"></div> |
| bg-purple-transparent | background: transparent | <div style="background: transparent;" class="w-24 h-6"></div> |
| bg-purple-current | background: currentColor | <div style="background: currentColor;" class="w-24 h-6"></div> |
| bg-purple-50 | background: #f5f3ff | <div style="background: #f5f3ff;" class="w-24 h-6"></div> |
| bg-purple-100 | background: #ede9fe | <div style="background: #ede9fe;" class="w-24 h-6"></div> |
| bg-purple-200 | background: #ddd6fe | <div style="background: #ddd6fe;" class="w-24 h-6"></div> |
| bg-purple-300 | background: #c4b5fd | <div style="background: #c4b5fd;" class="w-24 h-6"></div> |
| bg-purple-400 | background: #a78bfa | <div style="background: #a78bfa;" class="w-24 h-6"></div> |
| bg-purple-500 | background: #8b5cf6 | <div style="background: #8b5cf6;" class="w-24 h-6"></div> |
| bg-purple-600 | background: #7c3aed | <div style="background: #7c3aed;" class="w-24 h-6"></div> |
| bg-purple-700 | background: #6d28d9 | <div style="background: #6d28d9;" class="w-24 h-6"></div> |
| bg-purple-800 | background: #5b21b6 | <div style="background: #5b21b6;" class="w-24 h-6"></div> |
| bg-purple-900 | background: #4c1d95 | <div style="background: #4c1d95;" class="w-24 h-6"></div> |
| bg-pink-transparent | background: transparent | <div style="background: transparent;" class="w-24 h-6"></div> |
| bg-pink-current | background: currentColor | <div style="background: currentColor;" class="w-24 h-6"></div> |
| bg-pink-50 | background: #fdf2f8 | <div style="background: #fdf2f8;" class="w-24 h-6"></div> |
| bg-pink-100 | background: #fce7f3 | <div style="background: #fce7f3;" class="w-24 h-6"></div> |
| bg-pink-200 | background: #fbcfe8 | <div style="background: #fbcfe8;" class="w-24 h-6"></div> |
| bg-pink-300 | background: #f9a8d4 | <div style="background: #f9a8d4;" class="w-24 h-6"></div> |
| bg-pink-400 | background: #f472b6 | <div style="background: #f472b6;" class="w-24 h-6"></div> |
| bg-pink-500 | background: #ec4899 | <div style="background: #ec4899;" class="w-24 h-6"></div> |
| bg-pink-600 | background: #db2777 | <div style="background: #db2777;" class="w-24 h-6"></div> |
| bg-pink-700 | background: #be185d | <div style="background: #be185d;" class="w-24 h-6"></div> |
| bg-pink-800 | background: #9d174d | <div style="background: #9d174d;" class="w-24 h-6"></div> |
| bg-pink-900 | background: #831843 | <div style="background: #831843;" class="w-24 h-6"></div> |

还有 hover、active、focus、disabled 扩展,比如 `hover:bg-black`

参考: [tailwindcss](https://tailwindcss.com/docs/background-color)

*/

.amis-scope .bg-transparent {
  background: transparent;
}

.amis-scope .bg-none {
  background: none !important;
}

.amis-scope .bg-transparent {
  background: transparent;
}

.amis-scope .bg-current {
  background: currentColor;
}

.amis-scope .bg-black {
  background-color: #000;
}

.amis-scope .bg-white {
  background-color: #fff;
}

.amis-scope .bg-primary {
  background-color: #007bff;
}

.amis-scope .bg-secondary {
  background-color: #6c757d;
}

.amis-scope .bg-success {
  background-color: #28a745;
}

.amis-scope .bg-info {
  background-color: #007bff;
}

.amis-scope .bg-warning {
  background-color: #fad733;
}

.amis-scope .bg-danger {
  background-color: #dc3545;
}

.amis-scope .bg-light {
  background-color: #f8f9fa;
}

.amis-scope .bg-dark {
  background-color: #343a40;
}

.amis-scope .bg-gray-transparent {
  background: transparent;
}

.amis-scope .bg-gray-current {
  background: currentColor;
}

.amis-scope .bg-gray-50 {
  background-color: #f9fafb;
}

.amis-scope .bg-gray-100 {
  background-color: #f3f4f6;
}

.amis-scope .bg-gray-200 {
  background-color: #e5e7eb;
}

.amis-scope .bg-gray-300 {
  background-color: #d1d5db;
}

.amis-scope .bg-gray-400 {
  background-color: #9ca3af;
}

.amis-scope .bg-gray-500 {
  background-color: #6b7280;
}

.amis-scope .bg-gray-600 {
  background-color: #4b5563;
}

.amis-scope .bg-gray-700 {
  background-color: #374151;
}

.amis-scope .bg-gray-800 {
  background-color: #1f2937;
}

.amis-scope .bg-gray-900 {
  background-color: #111827;
}

.amis-scope .bg-red-transparent {
  background: transparent;
}

.amis-scope .bg-red-current {
  background: currentColor;
}

.amis-scope .bg-red-50 {
  background-color: #fef2f2;
}

.amis-scope .bg-red-100 {
  background-color: #fee2e2;
}

.amis-scope .bg-red-200 {
  background-color: #fecaca;
}

.amis-scope .bg-red-300 {
  background-color: #fca5a5;
}

.amis-scope .bg-red-400 {
  background-color: #f87171;
}

.amis-scope .bg-red-500 {
  background-color: #ef4444;
}

.amis-scope .bg-red-600 {
  background-color: #dc2626;
}

.amis-scope .bg-red-700 {
  background-color: #b91c1c;
}

.amis-scope .bg-red-800 {
  background-color: #991b1b;
}

.amis-scope .bg-red-900 {
  background-color: #7f1d1d;
}

.amis-scope .bg-yellow-transparent {
  background: transparent;
}

.amis-scope .bg-yellow-current {
  background: currentColor;
}

.amis-scope .bg-yellow-50 {
  background-color: #fffbeb;
}

.amis-scope .bg-yellow-100 {
  background-color: #fef3c7;
}

.amis-scope .bg-yellow-200 {
  background-color: #fde68a;
}

.amis-scope .bg-yellow-300 {
  background-color: #fcd34d;
}

.amis-scope .bg-yellow-400 {
  background-color: #fbbf24;
}

.amis-scope .bg-yellow-500 {
  background-color: #f59e0b;
}

.amis-scope .bg-yellow-600 {
  background-color: #d97706;
}

.amis-scope .bg-yellow-700 {
  background-color: #b45309;
}

.amis-scope .bg-yellow-800 {
  background-color: #92400e;
}

.amis-scope .bg-yellow-900 {
  background-color: #78350f;
}

.amis-scope .bg-green-transparent {
  background: transparent;
}

.amis-scope .bg-green-current {
  background: currentColor;
}

.amis-scope .bg-green-50 {
  background-color: #ecfdf5;
}

.amis-scope .bg-green-100 {
  background-color: #d1fae5;
}

.amis-scope .bg-green-200 {
  background-color: #a7f3d0;
}

.amis-scope .bg-green-300 {
  background-color: #6ee7b7;
}

.amis-scope .bg-green-400 {
  background-color: #34d399;
}

.amis-scope .bg-green-500 {
  background-color: #10b981;
}

.amis-scope .bg-green-600 {
  background-color: #059669;
}

.amis-scope .bg-green-700 {
  background-color: #047857;
}

.amis-scope .bg-green-800 {
  background-color: #065f46;
}

.amis-scope .bg-green-900 {
  background-color: #064e3b;
}

.amis-scope .bg-blue-transparent {
  background: transparent;
}

.amis-scope .bg-blue-current {
  background: currentColor;
}

.amis-scope .bg-blue-50 {
  background-color: #eff6ff;
}

.amis-scope .bg-blue-100 {
  background-color: #dbeafe;
}

.amis-scope .bg-blue-200 {
  background-color: #bfdbfe;
}

.amis-scope .bg-blue-300 {
  background-color: #93c5fd;
}

.amis-scope .bg-blue-400 {
  background-color: #60a5fa;
}

.amis-scope .bg-blue-500 {
  background-color: #3b82f6;
}

.amis-scope .bg-blue-600 {
  background-color: #2563eb;
}

.amis-scope .bg-blue-700 {
  background-color: #1d4ed8;
}

.amis-scope .bg-blue-800 {
  background-color: #1e40af;
}

.amis-scope .bg-blue-900 {
  background-color: #1e3a8a;
}

.amis-scope .bg-cyan-transparent {
  background: transparent;
}

.amis-scope .bg-cyan-current {
  background: currentColor;
}

.amis-scope .bg-cyan-50 {
  background-color: #ecfeff;
}

.amis-scope .bg-cyan-100 {
  background-color: #cffafe;
}

.amis-scope .bg-cyan-200 {
  background-color: #a5f3fc;
}

.amis-scope .bg-cyan-300 {
  background-color: #67e8f9;
}

.amis-scope .bg-cyan-400 {
  background-color: #22d3ee;
}

.amis-scope .bg-cyan-500 {
  background-color: #06b6d4;
}

.amis-scope .bg-cyan-600 {
  background-color: #0891b2;
}

.amis-scope .bg-cyan-700 {
  background-color: #0e7490;
}

.amis-scope .bg-cyan-800 {
  background-color: #155e75;
}

.amis-scope .bg-cyan-900 {
  background-color: #164e63;
}

.amis-scope .bg-indigo-transparent {
  background: transparent;
}

.amis-scope .bg-indigo-current {
  background: currentColor;
}

.amis-scope .bg-indigo-50 {
  background-color: #eef2ff;
}

.amis-scope .bg-indigo-100 {
  background-color: #e0e7ff;
}

.amis-scope .bg-indigo-200 {
  background-color: #c7d2fe;
}

.amis-scope .bg-indigo-300 {
  background-color: #a5b4fc;
}

.amis-scope .bg-indigo-400 {
  background-color: #818cf8;
}

.amis-scope .bg-indigo-500 {
  background-color: #6366f1;
}

.amis-scope .bg-indigo-600 {
  background-color: #4f46e5;
}

.amis-scope .bg-indigo-700 {
  background-color: #4338ca;
}

.amis-scope .bg-indigo-800 {
  background-color: #3730a3;
}

.amis-scope .bg-indigo-900 {
  background-color: #312e81;
}

.amis-scope .bg-purple-transparent {
  background: transparent;
}

.amis-scope .bg-purple-current {
  background: currentColor;
}

.amis-scope .bg-purple-50 {
  background-color: #f5f3ff;
}

.amis-scope .bg-purple-100 {
  background-color: #ede9fe;
}

.amis-scope .bg-purple-200 {
  background-color: #ddd6fe;
}

.amis-scope .bg-purple-300 {
  background-color: #c4b5fd;
}

.amis-scope .bg-purple-400 {
  background-color: #a78bfa;
}

.amis-scope .bg-purple-500 {
  background-color: #8b5cf6;
}

.amis-scope .bg-purple-600 {
  background-color: #7c3aed;
}

.amis-scope .bg-purple-700 {
  background-color: #6d28d9;
}

.amis-scope .bg-purple-800 {
  background-color: #5b21b6;
}

.amis-scope .bg-purple-900 {
  background-color: #4c1d95;
}

.amis-scope .bg-pink-transparent {
  background: transparent;
}

.amis-scope .bg-pink-current {
  background: currentColor;
}

.amis-scope .bg-pink-50 {
  background-color: #fdf2f8;
}

.amis-scope .bg-pink-100 {
  background-color: #fce7f3;
}

.amis-scope .bg-pink-200 {
  background-color: #fbcfe8;
}

.amis-scope .bg-pink-300 {
  background-color: #f9a8d4;
}

.amis-scope .bg-pink-400 {
  background-color: #f472b6;
}

.amis-scope .bg-pink-500 {
  background-color: #ec4899;
}

.amis-scope .bg-pink-600 {
  background-color: #db2777;
}

.amis-scope .bg-pink-700 {
  background-color: #be185d;
}

.amis-scope .bg-pink-800 {
  background-color: #9d174d;
}

.amis-scope .bg-pink-900 {
  background-color: #831843;
}

.amis-scope .hover\:bg-transparent:hover {
  background: transparent;
}

.amis-scope .hover\:bg-none:hover {
  background: none !important;
}

.amis-scope .hover\:bg-transparent:hover {
  background: transparent;
}

.amis-scope .hover\:bg-current:hover {
  background: currentColor;
}

.amis-scope .hover\:bg-black:hover {
  background-color: #000;
}

.amis-scope .hover\:bg-white:hover {
  background-color: #fff;
}

.amis-scope .hover\:bg-primary:hover {
  background-color: #007bff;
}

.amis-scope .hover\:bg-secondary:hover {
  background-color: #6c757d;
}

.amis-scope .hover\:bg-success:hover {
  background-color: #28a745;
}

.amis-scope .hover\:bg-info:hover {
  background-color: #007bff;
}

.amis-scope .hover\:bg-warning:hover {
  background-color: #fad733;
}

.amis-scope .hover\:bg-danger:hover {
  background-color: #dc3545;
}

.amis-scope .hover\:bg-light:hover {
  background-color: #f8f9fa;
}

.amis-scope .hover\:bg-dark:hover {
  background-color: #343a40;
}

.amis-scope .hover\:bg-gray-transparent:hover {
  background: transparent;
}

.amis-scope .hover\:bg-gray-current:hover {
  background: currentColor;
}

.amis-scope .hover\:bg-gray-50:hover {
  background-color: #f9fafb;
}

.amis-scope .hover\:bg-gray-100:hover {
  background-color: #f3f4f6;
}

.amis-scope .hover\:bg-gray-200:hover {
  background-color: #e5e7eb;
}

.amis-scope .hover\:bg-gray-300:hover {
  background-color: #d1d5db;
}

.amis-scope .hover\:bg-gray-400:hover {
  background-color: #9ca3af;
}

.amis-scope .hover\:bg-gray-500:hover {
  background-color: #6b7280;
}

.amis-scope .hover\:bg-gray-600:hover {
  background-color: #4b5563;
}

.amis-scope .hover\:bg-gray-700:hover {
  background-color: #374151;
}

.amis-scope .hover\:bg-gray-800:hover {
  background-color: #1f2937;
}

.amis-scope .hover\:bg-gray-900:hover {
  background-color: #111827;
}

.amis-scope .hover\:bg-red-transparent:hover {
  background: transparent;
}

.amis-scope .hover\:bg-red-current:hover {
  background: currentColor;
}

.amis-scope .hover\:bg-red-50:hover {
  background-color: #fef2f2;
}

.amis-scope .hover\:bg-red-100:hover {
  background-color: #fee2e2;
}

.amis-scope .hover\:bg-red-200:hover {
  background-color: #fecaca;
}

.amis-scope .hover\:bg-red-300:hover {
  background-color: #fca5a5;
}

.amis-scope .hover\:bg-red-400:hover {
  background-color: #f87171;
}

.amis-scope .hover\:bg-red-500:hover {
  background-color: #ef4444;
}

.amis-scope .hover\:bg-red-600:hover {
  background-color: #dc2626;
}

.amis-scope .hover\:bg-red-700:hover {
  background-color: #b91c1c;
}

.amis-scope .hover\:bg-red-800:hover {
  background-color: #991b1b;
}

.amis-scope .hover\:bg-red-900:hover {
  background-color: #7f1d1d;
}

.amis-scope .hover\:bg-yellow-transparent:hover {
  background: transparent;
}

.amis-scope .hover\:bg-yellow-current:hover {
  background: currentColor;
}

.amis-scope .hover\:bg-yellow-50:hover {
  background-color: #fffbeb;
}

.amis-scope .hover\:bg-yellow-100:hover {
  background-color: #fef3c7;
}

.amis-scope .hover\:bg-yellow-200:hover {
  background-color: #fde68a;
}

.amis-scope .hover\:bg-yellow-300:hover {
  background-color: #fcd34d;
}

.amis-scope .hover\:bg-yellow-400:hover {
  background-color: #fbbf24;
}

.amis-scope .hover\:bg-yellow-500:hover {
  background-color: #f59e0b;
}

.amis-scope .hover\:bg-yellow-600:hover {
  background-color: #d97706;
}

.amis-scope .hover\:bg-yellow-700:hover {
  background-color: #b45309;
}

.amis-scope .hover\:bg-yellow-800:hover {
  background-color: #92400e;
}

.amis-scope .hover\:bg-yellow-900:hover {
  background-color: #78350f;
}

.amis-scope .hover\:bg-green-transparent:hover {
  background: transparent;
}

.amis-scope .hover\:bg-green-current:hover {
  background: currentColor;
}

.amis-scope .hover\:bg-green-50:hover {
  background-color: #ecfdf5;
}

.amis-scope .hover\:bg-green-100:hover {
  background-color: #d1fae5;
}

.amis-scope .hover\:bg-green-200:hover {
  background-color: #a7f3d0;
}

.amis-scope .hover\:bg-green-300:hover {
  background-color: #6ee7b7;
}

.amis-scope .hover\:bg-green-400:hover {
  background-color: #34d399;
}

.amis-scope .hover\:bg-green-500:hover {
  background-color: #10b981;
}

.amis-scope .hover\:bg-green-600:hover {
  background-color: #059669;
}

.amis-scope .hover\:bg-green-700:hover {
  background-color: #047857;
}

.amis-scope .hover\:bg-green-800:hover {
  background-color: #065f46;
}

.amis-scope .hover\:bg-green-900:hover {
  background-color: #064e3b;
}

.amis-scope .hover\:bg-blue-transparent:hover {
  background: transparent;
}

.amis-scope .hover\:bg-blue-current:hover {
  background: currentColor;
}

.amis-scope .hover\:bg-blue-50:hover {
  background-color: #eff6ff;
}

.amis-scope .hover\:bg-blue-100:hover {
  background-color: #dbeafe;
}

.amis-scope .hover\:bg-blue-200:hover {
  background-color: #bfdbfe;
}

.amis-scope .hover\:bg-blue-300:hover {
  background-color: #93c5fd;
}

.amis-scope .hover\:bg-blue-400:hover {
  background-color: #60a5fa;
}

.amis-scope .hover\:bg-blue-500:hover {
  background-color: #3b82f6;
}

.amis-scope .hover\:bg-blue-600:hover {
  background-color: #2563eb;
}

.amis-scope .hover\:bg-blue-700:hover {
  background-color: #1d4ed8;
}

.amis-scope .hover\:bg-blue-800:hover {
  background-color: #1e40af;
}

.amis-scope .hover\:bg-blue-900:hover {
  background-color: #1e3a8a;
}

.amis-scope .hover\:bg-cyan-transparent:hover {
  background: transparent;
}

.amis-scope .hover\:bg-cyan-current:hover {
  background: currentColor;
}

.amis-scope .hover\:bg-cyan-50:hover {
  background-color: #ecfeff;
}

.amis-scope .hover\:bg-cyan-100:hover {
  background-color: #cffafe;
}

.amis-scope .hover\:bg-cyan-200:hover {
  background-color: #a5f3fc;
}

.amis-scope .hover\:bg-cyan-300:hover {
  background-color: #67e8f9;
}

.amis-scope .hover\:bg-cyan-400:hover {
  background-color: #22d3ee;
}

.amis-scope .hover\:bg-cyan-500:hover {
  background-color: #06b6d4;
}

.amis-scope .hover\:bg-cyan-600:hover {
  background-color: #0891b2;
}

.amis-scope .hover\:bg-cyan-700:hover {
  background-color: #0e7490;
}

.amis-scope .hover\:bg-cyan-800:hover {
  background-color: #155e75;
}

.amis-scope .hover\:bg-cyan-900:hover {
  background-color: #164e63;
}

.amis-scope .hover\:bg-indigo-transparent:hover {
  background: transparent;
}

.amis-scope .hover\:bg-indigo-current:hover {
  background: currentColor;
}

.amis-scope .hover\:bg-indigo-50:hover {
  background-color: #eef2ff;
}

.amis-scope .hover\:bg-indigo-100:hover {
  background-color: #e0e7ff;
}

.amis-scope .hover\:bg-indigo-200:hover {
  background-color: #c7d2fe;
}

.amis-scope .hover\:bg-indigo-300:hover {
  background-color: #a5b4fc;
}

.amis-scope .hover\:bg-indigo-400:hover {
  background-color: #818cf8;
}

.amis-scope .hover\:bg-indigo-500:hover {
  background-color: #6366f1;
}

.amis-scope .hover\:bg-indigo-600:hover {
  background-color: #4f46e5;
}

.amis-scope .hover\:bg-indigo-700:hover {
  background-color: #4338ca;
}

.amis-scope .hover\:bg-indigo-800:hover {
  background-color: #3730a3;
}

.amis-scope .hover\:bg-indigo-900:hover {
  background-color: #312e81;
}

.amis-scope .hover\:bg-purple-transparent:hover {
  background: transparent;
}

.amis-scope .hover\:bg-purple-current:hover {
  background: currentColor;
}

.amis-scope .hover\:bg-purple-50:hover {
  background-color: #f5f3ff;
}

.amis-scope .hover\:bg-purple-100:hover {
  background-color: #ede9fe;
}

.amis-scope .hover\:bg-purple-200:hover {
  background-color: #ddd6fe;
}

.amis-scope .hover\:bg-purple-300:hover {
  background-color: #c4b5fd;
}

.amis-scope .hover\:bg-purple-400:hover {
  background-color: #a78bfa;
}

.amis-scope .hover\:bg-purple-500:hover {
  background-color: #8b5cf6;
}

.amis-scope .hover\:bg-purple-600:hover {
  background-color: #7c3aed;
}

.amis-scope .hover\:bg-purple-700:hover {
  background-color: #6d28d9;
}

.amis-scope .hover\:bg-purple-800:hover {
  background-color: #5b21b6;
}

.amis-scope .hover\:bg-purple-900:hover {
  background-color: #4c1d95;
}

.amis-scope .hover\:bg-pink-transparent:hover {
  background: transparent;
}

.amis-scope .hover\:bg-pink-current:hover {
  background: currentColor;
}

.amis-scope .hover\:bg-pink-50:hover {
  background-color: #fdf2f8;
}

.amis-scope .hover\:bg-pink-100:hover {
  background-color: #fce7f3;
}

.amis-scope .hover\:bg-pink-200:hover {
  background-color: #fbcfe8;
}

.amis-scope .hover\:bg-pink-300:hover {
  background-color: #f9a8d4;
}

.amis-scope .hover\:bg-pink-400:hover {
  background-color: #f472b6;
}

.amis-scope .hover\:bg-pink-500:hover {
  background-color: #ec4899;
}

.amis-scope .hover\:bg-pink-600:hover {
  background-color: #db2777;
}

.amis-scope .hover\:bg-pink-700:hover {
  background-color: #be185d;
}

.amis-scope .hover\:bg-pink-800:hover {
  background-color: #9d174d;
}

.amis-scope .hover\:bg-pink-900:hover {
  background-color: #831843;
}

.amis-scope .active\:bg-transparent.is-active {
  background: transparent;
}

.amis-scope .active\:bg-none.is-active {
  background: none !important;
}

.amis-scope .active\:bg-transparent.is-active {
  background: transparent;
}

.amis-scope .active\:bg-current.is-active {
  background: currentColor;
}

.amis-scope .active\:bg-black.is-active,
.amis-scope .active\:bg-black:active {
  background-color: #000;
}

.amis-scope .active\:bg-white.is-active,
.amis-scope .active\:bg-white:active {
  background-color: #fff;
}

.amis-scope .active\:bg-primary.is-active,
.amis-scope .active\:bg-primary:active {
  background-color: #007bff;
}

.amis-scope .active\:bg-secondary.is-active,
.amis-scope .active\:bg-secondary:active {
  background-color: #6c757d;
}

.amis-scope .active\:bg-success.is-active,
.amis-scope .active\:bg-success:active {
  background-color: #28a745;
}

.amis-scope .active\:bg-info.is-active,
.amis-scope .active\:bg-info:active {
  background-color: #007bff;
}

.amis-scope .active\:bg-warning.is-active,
.amis-scope .active\:bg-warning:active {
  background-color: #fad733;
}

.amis-scope .active\:bg-danger.is-active,
.amis-scope .active\:bg-danger:active {
  background-color: #dc3545;
}

.amis-scope .active\:bg-light.is-active,
.amis-scope .active\:bg-light:active {
  background-color: #f8f9fa;
}

.amis-scope .active\:bg-dark.is-active,
.amis-scope .active\:bg-dark:active {
  background-color: #343a40;
}

.amis-scope .active\:bg-gray-transparent.is-active {
  background: transparent;
}

.amis-scope .active\:bg-gray-current.is-active {
  background: currentColor;
}

.amis-scope .active\:bg-gray-50.is-active,
.amis-scope .active\:bg-gray-50:active {
  background-color: #f9fafb;
}

.amis-scope .active\:bg-gray-100.is-active,
.amis-scope .active\:bg-gray-100:active {
  background-color: #f3f4f6;
}

.amis-scope .active\:bg-gray-200.is-active,
.amis-scope .active\:bg-gray-200:active {
  background-color: #e5e7eb;
}

.amis-scope .active\:bg-gray-300.is-active,
.amis-scope .active\:bg-gray-300:active {
  background-color: #d1d5db;
}

.amis-scope .active\:bg-gray-400.is-active,
.amis-scope .active\:bg-gray-400:active {
  background-color: #9ca3af;
}

.amis-scope .active\:bg-gray-500.is-active,
.amis-scope .active\:bg-gray-500:active {
  background-color: #6b7280;
}

.amis-scope .active\:bg-gray-600.is-active,
.amis-scope .active\:bg-gray-600:active {
  background-color: #4b5563;
}

.amis-scope .active\:bg-gray-700.is-active,
.amis-scope .active\:bg-gray-700:active {
  background-color: #374151;
}

.amis-scope .active\:bg-gray-800.is-active,
.amis-scope .active\:bg-gray-800:active {
  background-color: #1f2937;
}

.amis-scope .active\:bg-gray-900.is-active,
.amis-scope .active\:bg-gray-900:active {
  background-color: #111827;
}

.amis-scope .active\:bg-red-transparent.is-active {
  background: transparent;
}

.amis-scope .active\:bg-red-current.is-active {
  background: currentColor;
}

.amis-scope .active\:bg-red-50.is-active,
.amis-scope .active\:bg-red-50:active {
  background-color: #fef2f2;
}

.amis-scope .active\:bg-red-100.is-active,
.amis-scope .active\:bg-red-100:active {
  background-color: #fee2e2;
}

.amis-scope .active\:bg-red-200.is-active,
.amis-scope .active\:bg-red-200:active {
  background-color: #fecaca;
}

.amis-scope .active\:bg-red-300.is-active,
.amis-scope .active\:bg-red-300:active {
  background-color: #fca5a5;
}

.amis-scope .active\:bg-red-400.is-active,
.amis-scope .active\:bg-red-400:active {
  background-color: #f87171;
}

.amis-scope .active\:bg-red-500.is-active,
.amis-scope .active\:bg-red-500:active {
  background-color: #ef4444;
}

.amis-scope .active\:bg-red-600.is-active,
.amis-scope .active\:bg-red-600:active {
  background-color: #dc2626;
}

.amis-scope .active\:bg-red-700.is-active,
.amis-scope .active\:bg-red-700:active {
  background-color: #b91c1c;
}

.amis-scope .active\:bg-red-800.is-active,
.amis-scope .active\:bg-red-800:active {
  background-color: #991b1b;
}

.amis-scope .active\:bg-red-900.is-active,
.amis-scope .active\:bg-red-900:active {
  background-color: #7f1d1d;
}

.amis-scope .active\:bg-yellow-transparent.is-active {
  background: transparent;
}

.amis-scope .active\:bg-yellow-current.is-active {
  background: currentColor;
}

.amis-scope .active\:bg-yellow-50.is-active,
.amis-scope .active\:bg-yellow-50:active {
  background-color: #fffbeb;
}

.amis-scope .active\:bg-yellow-100.is-active,
.amis-scope .active\:bg-yellow-100:active {
  background-color: #fef3c7;
}

.amis-scope .active\:bg-yellow-200.is-active,
.amis-scope .active\:bg-yellow-200:active {
  background-color: #fde68a;
}

.amis-scope .active\:bg-yellow-300.is-active,
.amis-scope .active\:bg-yellow-300:active {
  background-color: #fcd34d;
}

.amis-scope .active\:bg-yellow-400.is-active,
.amis-scope .active\:bg-yellow-400:active {
  background-color: #fbbf24;
}

.amis-scope .active\:bg-yellow-500.is-active,
.amis-scope .active\:bg-yellow-500:active {
  background-color: #f59e0b;
}

.amis-scope .active\:bg-yellow-600.is-active,
.amis-scope .active\:bg-yellow-600:active {
  background-color: #d97706;
}

.amis-scope .active\:bg-yellow-700.is-active,
.amis-scope .active\:bg-yellow-700:active {
  background-color: #b45309;
}

.amis-scope .active\:bg-yellow-800.is-active,
.amis-scope .active\:bg-yellow-800:active {
  background-color: #92400e;
}

.amis-scope .active\:bg-yellow-900.is-active,
.amis-scope .active\:bg-yellow-900:active {
  background-color: #78350f;
}

.amis-scope .active\:bg-green-transparent.is-active {
  background: transparent;
}

.amis-scope .active\:bg-green-current.is-active {
  background: currentColor;
}

.amis-scope .active\:bg-green-50.is-active,
.amis-scope .active\:bg-green-50:active {
  background-color: #ecfdf5;
}

.amis-scope .active\:bg-green-100.is-active,
.amis-scope .active\:bg-green-100:active {
  background-color: #d1fae5;
}

.amis-scope .active\:bg-green-200.is-active,
.amis-scope .active\:bg-green-200:active {
  background-color: #a7f3d0;
}

.amis-scope .active\:bg-green-300.is-active,
.amis-scope .active\:bg-green-300:active {
  background-color: #6ee7b7;
}

.amis-scope .active\:bg-green-400.is-active,
.amis-scope .active\:bg-green-400:active {
  background-color: #34d399;
}

.amis-scope .active\:bg-green-500.is-active,
.amis-scope .active\:bg-green-500:active {
  background-color: #10b981;
}

.amis-scope .active\:bg-green-600.is-active,
.amis-scope .active\:bg-green-600:active {
  background-color: #059669;
}

.amis-scope .active\:bg-green-700.is-active,
.amis-scope .active\:bg-green-700:active {
  background-color: #047857;
}

.amis-scope .active\:bg-green-800.is-active,
.amis-scope .active\:bg-green-800:active {
  background-color: #065f46;
}

.amis-scope .active\:bg-green-900.is-active,
.amis-scope .active\:bg-green-900:active {
  background-color: #064e3b;
}

.amis-scope .active\:bg-blue-transparent.is-active {
  background: transparent;
}

.amis-scope .active\:bg-blue-current.is-active {
  background: currentColor;
}

.amis-scope .active\:bg-blue-50.is-active,
.amis-scope .active\:bg-blue-50:active {
  background-color: #eff6ff;
}

.amis-scope .active\:bg-blue-100.is-active,
.amis-scope .active\:bg-blue-100:active {
  background-color: #dbeafe;
}

.amis-scope .active\:bg-blue-200.is-active,
.amis-scope .active\:bg-blue-200:active {
  background-color: #bfdbfe;
}

.amis-scope .active\:bg-blue-300.is-active,
.amis-scope .active\:bg-blue-300:active {
  background-color: #93c5fd;
}

.amis-scope .active\:bg-blue-400.is-active,
.amis-scope .active\:bg-blue-400:active {
  background-color: #60a5fa;
}

.amis-scope .active\:bg-blue-500.is-active,
.amis-scope .active\:bg-blue-500:active {
  background-color: #3b82f6;
}

.amis-scope .active\:bg-blue-600.is-active,
.amis-scope .active\:bg-blue-600:active {
  background-color: #2563eb;
}

.amis-scope .active\:bg-blue-700.is-active,
.amis-scope .active\:bg-blue-700:active {
  background-color: #1d4ed8;
}

.amis-scope .active\:bg-blue-800.is-active,
.amis-scope .active\:bg-blue-800:active {
  background-color: #1e40af;
}

.amis-scope .active\:bg-blue-900.is-active,
.amis-scope .active\:bg-blue-900:active {
  background-color: #1e3a8a;
}

.amis-scope .active\:bg-cyan-transparent.is-active {
  background: transparent;
}

.amis-scope .active\:bg-cyan-current.is-active {
  background: currentColor;
}

.amis-scope .active\:bg-cyan-50.is-active,
.amis-scope .active\:bg-cyan-50:active {
  background-color: #ecfeff;
}

.amis-scope .active\:bg-cyan-100.is-active,
.amis-scope .active\:bg-cyan-100:active {
  background-color: #cffafe;
}

.amis-scope .active\:bg-cyan-200.is-active,
.amis-scope .active\:bg-cyan-200:active {
  background-color: #a5f3fc;
}

.amis-scope .active\:bg-cyan-300.is-active,
.amis-scope .active\:bg-cyan-300:active {
  background-color: #67e8f9;
}

.amis-scope .active\:bg-cyan-400.is-active,
.amis-scope .active\:bg-cyan-400:active {
  background-color: #22d3ee;
}

.amis-scope .active\:bg-cyan-500.is-active,
.amis-scope .active\:bg-cyan-500:active {
  background-color: #06b6d4;
}

.amis-scope .active\:bg-cyan-600.is-active,
.amis-scope .active\:bg-cyan-600:active {
  background-color: #0891b2;
}

.amis-scope .active\:bg-cyan-700.is-active,
.amis-scope .active\:bg-cyan-700:active {
  background-color: #0e7490;
}

.amis-scope .active\:bg-cyan-800.is-active,
.amis-scope .active\:bg-cyan-800:active {
  background-color: #155e75;
}

.amis-scope .active\:bg-cyan-900.is-active,
.amis-scope .active\:bg-cyan-900:active {
  background-color: #164e63;
}

.amis-scope .active\:bg-indigo-transparent.is-active {
  background: transparent;
}

.amis-scope .active\:bg-indigo-current.is-active {
  background: currentColor;
}

.amis-scope .active\:bg-indigo-50.is-active,
.amis-scope .active\:bg-indigo-50:active {
  background-color: #eef2ff;
}

.amis-scope .active\:bg-indigo-100.is-active,
.amis-scope .active\:bg-indigo-100:active {
  background-color: #e0e7ff;
}

.amis-scope .active\:bg-indigo-200.is-active,
.amis-scope .active\:bg-indigo-200:active {
  background-color: #c7d2fe;
}

.amis-scope .active\:bg-indigo-300.is-active,
.amis-scope .active\:bg-indigo-300:active {
  background-color: #a5b4fc;
}

.amis-scope .active\:bg-indigo-400.is-active,
.amis-scope .active\:bg-indigo-400:active {
  background-color: #818cf8;
}

.amis-scope .active\:bg-indigo-500.is-active,
.amis-scope .active\:bg-indigo-500:active {
  background-color: #6366f1;
}

.amis-scope .active\:bg-indigo-600.is-active,
.amis-scope .active\:bg-indigo-600:active {
  background-color: #4f46e5;
}

.amis-scope .active\:bg-indigo-700.is-active,
.amis-scope .active\:bg-indigo-700:active {
  background-color: #4338ca;
}

.amis-scope .active\:bg-indigo-800.is-active,
.amis-scope .active\:bg-indigo-800:active {
  background-color: #3730a3;
}

.amis-scope .active\:bg-indigo-900.is-active,
.amis-scope .active\:bg-indigo-900:active {
  background-color: #312e81;
}

.amis-scope .active\:bg-purple-transparent.is-active {
  background: transparent;
}

.amis-scope .active\:bg-purple-current.is-active {
  background: currentColor;
}

.amis-scope .active\:bg-purple-50.is-active,
.amis-scope .active\:bg-purple-50:active {
  background-color: #f5f3ff;
}

.amis-scope .active\:bg-purple-100.is-active,
.amis-scope .active\:bg-purple-100:active {
  background-color: #ede9fe;
}

.amis-scope .active\:bg-purple-200.is-active,
.amis-scope .active\:bg-purple-200:active {
  background-color: #ddd6fe;
}

.amis-scope .active\:bg-purple-300.is-active,
.amis-scope .active\:bg-purple-300:active {
  background-color: #c4b5fd;
}

.amis-scope .active\:bg-purple-400.is-active,
.amis-scope .active\:bg-purple-400:active {
  background-color: #a78bfa;
}

.amis-scope .active\:bg-purple-500.is-active,
.amis-scope .active\:bg-purple-500:active {
  background-color: #8b5cf6;
}

.amis-scope .active\:bg-purple-600.is-active,
.amis-scope .active\:bg-purple-600:active {
  background-color: #7c3aed;
}

.amis-scope .active\:bg-purple-700.is-active,
.amis-scope .active\:bg-purple-700:active {
  background-color: #6d28d9;
}

.amis-scope .active\:bg-purple-800.is-active,
.amis-scope .active\:bg-purple-800:active {
  background-color: #5b21b6;
}

.amis-scope .active\:bg-purple-900.is-active,
.amis-scope .active\:bg-purple-900:active {
  background-color: #4c1d95;
}

.amis-scope .active\:bg-pink-transparent.is-active {
  background: transparent;
}

.amis-scope .active\:bg-pink-current.is-active {
  background: currentColor;
}

.amis-scope .active\:bg-pink-50.is-active,
.amis-scope .active\:bg-pink-50:active {
  background-color: #fdf2f8;
}

.amis-scope .active\:bg-pink-100.is-active,
.amis-scope .active\:bg-pink-100:active {
  background-color: #fce7f3;
}

.amis-scope .active\:bg-pink-200.is-active,
.amis-scope .active\:bg-pink-200:active {
  background-color: #fbcfe8;
}

.amis-scope .active\:bg-pink-300.is-active,
.amis-scope .active\:bg-pink-300:active {
  background-color: #f9a8d4;
}

.amis-scope .active\:bg-pink-400.is-active,
.amis-scope .active\:bg-pink-400:active {
  background-color: #f472b6;
}

.amis-scope .active\:bg-pink-500.is-active,
.amis-scope .active\:bg-pink-500:active {
  background-color: #ec4899;
}

.amis-scope .active\:bg-pink-600.is-active,
.amis-scope .active\:bg-pink-600:active {
  background-color: #db2777;
}

.amis-scope .active\:bg-pink-700.is-active,
.amis-scope .active\:bg-pink-700:active {
  background-color: #be185d;
}

.amis-scope .active\:bg-pink-800.is-active,
.amis-scope .active\:bg-pink-800:active {
  background-color: #9d174d;
}

.amis-scope .active\:bg-pink-900.is-active,
.amis-scope .active\:bg-pink-900:active {
  background-color: #831843;
}

.amis-scope .focus\:bg-transparent:focus {
  background: transparent;
}

.amis-scope .focus\:bg-none:focus {
  background: none !important;
}

.amis-scope .focus\:bg-transparent:focus {
  background: transparent;
}

.amis-scope .focus\:bg-current:focus {
  background: currentColor;
}

.amis-scope .focus\:bg-black:focus {
  background-color: #000;
}

.amis-scope .focus\:bg-white:focus {
  background-color: #fff;
}

.amis-scope .focus\:bg-primary:focus {
  background-color: #007bff;
}

.amis-scope .focus\:bg-secondary:focus {
  background-color: #6c757d;
}

.amis-scope .focus\:bg-success:focus {
  background-color: #28a745;
}

.amis-scope .focus\:bg-info:focus {
  background-color: #007bff;
}

.amis-scope .focus\:bg-warning:focus {
  background-color: #fad733;
}

.amis-scope .focus\:bg-danger:focus {
  background-color: #dc3545;
}

.amis-scope .focus\:bg-light:focus {
  background-color: #f8f9fa;
}

.amis-scope .focus\:bg-dark:focus {
  background-color: #343a40;
}

.amis-scope .focus\:bg-gray-transparent:focus {
  background: transparent;
}

.amis-scope .focus\:bg-gray-current:focus {
  background: currentColor;
}

.amis-scope .focus\:bg-gray-50:focus {
  background-color: #f9fafb;
}

.amis-scope .focus\:bg-gray-100:focus {
  background-color: #f3f4f6;
}

.amis-scope .focus\:bg-gray-200:focus {
  background-color: #e5e7eb;
}

.amis-scope .focus\:bg-gray-300:focus {
  background-color: #d1d5db;
}

.amis-scope .focus\:bg-gray-400:focus {
  background-color: #9ca3af;
}

.amis-scope .focus\:bg-gray-500:focus {
  background-color: #6b7280;
}

.amis-scope .focus\:bg-gray-600:focus {
  background-color: #4b5563;
}

.amis-scope .focus\:bg-gray-700:focus {
  background-color: #374151;
}

.amis-scope .focus\:bg-gray-800:focus {
  background-color: #1f2937;
}

.amis-scope .focus\:bg-gray-900:focus {
  background-color: #111827;
}

.amis-scope .focus\:bg-red-transparent:focus {
  background: transparent;
}

.amis-scope .focus\:bg-red-current:focus {
  background: currentColor;
}

.amis-scope .focus\:bg-red-50:focus {
  background-color: #fef2f2;
}

.amis-scope .focus\:bg-red-100:focus {
  background-color: #fee2e2;
}

.amis-scope .focus\:bg-red-200:focus {
  background-color: #fecaca;
}

.amis-scope .focus\:bg-red-300:focus {
  background-color: #fca5a5;
}

.amis-scope .focus\:bg-red-400:focus {
  background-color: #f87171;
}

.amis-scope .focus\:bg-red-500:focus {
  background-color: #ef4444;
}

.amis-scope .focus\:bg-red-600:focus {
  background-color: #dc2626;
}

.amis-scope .focus\:bg-red-700:focus {
  background-color: #b91c1c;
}

.amis-scope .focus\:bg-red-800:focus {
  background-color: #991b1b;
}

.amis-scope .focus\:bg-red-900:focus {
  background-color: #7f1d1d;
}

.amis-scope .focus\:bg-yellow-transparent:focus {
  background: transparent;
}

.amis-scope .focus\:bg-yellow-current:focus {
  background: currentColor;
}

.amis-scope .focus\:bg-yellow-50:focus {
  background-color: #fffbeb;
}

.amis-scope .focus\:bg-yellow-100:focus {
  background-color: #fef3c7;
}

.amis-scope .focus\:bg-yellow-200:focus {
  background-color: #fde68a;
}

.amis-scope .focus\:bg-yellow-300:focus {
  background-color: #fcd34d;
}

.amis-scope .focus\:bg-yellow-400:focus {
  background-color: #fbbf24;
}

.amis-scope .focus\:bg-yellow-500:focus {
  background-color: #f59e0b;
}

.amis-scope .focus\:bg-yellow-600:focus {
  background-color: #d97706;
}

.amis-scope .focus\:bg-yellow-700:focus {
  background-color: #b45309;
}

.amis-scope .focus\:bg-yellow-800:focus {
  background-color: #92400e;
}

.amis-scope .focus\:bg-yellow-900:focus {
  background-color: #78350f;
}

.amis-scope .focus\:bg-green-transparent:focus {
  background: transparent;
}

.amis-scope .focus\:bg-green-current:focus {
  background: currentColor;
}

.amis-scope .focus\:bg-green-50:focus {
  background-color: #ecfdf5;
}

.amis-scope .focus\:bg-green-100:focus {
  background-color: #d1fae5;
}

.amis-scope .focus\:bg-green-200:focus {
  background-color: #a7f3d0;
}

.amis-scope .focus\:bg-green-300:focus {
  background-color: #6ee7b7;
}

.amis-scope .focus\:bg-green-400:focus {
  background-color: #34d399;
}

.amis-scope .focus\:bg-green-500:focus {
  background-color: #10b981;
}

.amis-scope .focus\:bg-green-600:focus {
  background-color: #059669;
}

.amis-scope .focus\:bg-green-700:focus {
  background-color: #047857;
}

.amis-scope .focus\:bg-green-800:focus {
  background-color: #065f46;
}

.amis-scope .focus\:bg-green-900:focus {
  background-color: #064e3b;
}

.amis-scope .focus\:bg-blue-transparent:focus {
  background: transparent;
}

.amis-scope .focus\:bg-blue-current:focus {
  background: currentColor;
}

.amis-scope .focus\:bg-blue-50:focus {
  background-color: #eff6ff;
}

.amis-scope .focus\:bg-blue-100:focus {
  background-color: #dbeafe;
}

.amis-scope .focus\:bg-blue-200:focus {
  background-color: #bfdbfe;
}

.amis-scope .focus\:bg-blue-300:focus {
  background-color: #93c5fd;
}

.amis-scope .focus\:bg-blue-400:focus {
  background-color: #60a5fa;
}

.amis-scope .focus\:bg-blue-500:focus {
  background-color: #3b82f6;
}

.amis-scope .focus\:bg-blue-600:focus {
  background-color: #2563eb;
}

.amis-scope .focus\:bg-blue-700:focus {
  background-color: #1d4ed8;
}

.amis-scope .focus\:bg-blue-800:focus {
  background-color: #1e40af;
}

.amis-scope .focus\:bg-blue-900:focus {
  background-color: #1e3a8a;
}

.amis-scope .focus\:bg-cyan-transparent:focus {
  background: transparent;
}

.amis-scope .focus\:bg-cyan-current:focus {
  background: currentColor;
}

.amis-scope .focus\:bg-cyan-50:focus {
  background-color: #ecfeff;
}

.amis-scope .focus\:bg-cyan-100:focus {
  background-color: #cffafe;
}

.amis-scope .focus\:bg-cyan-200:focus {
  background-color: #a5f3fc;
}

.amis-scope .focus\:bg-cyan-300:focus {
  background-color: #67e8f9;
}

.amis-scope .focus\:bg-cyan-400:focus {
  background-color: #22d3ee;
}

.amis-scope .focus\:bg-cyan-500:focus {
  background-color: #06b6d4;
}

.amis-scope .focus\:bg-cyan-600:focus {
  background-color: #0891b2;
}

.amis-scope .focus\:bg-cyan-700:focus {
  background-color: #0e7490;
}

.amis-scope .focus\:bg-cyan-800:focus {
  background-color: #155e75;
}

.amis-scope .focus\:bg-cyan-900:focus {
  background-color: #164e63;
}

.amis-scope .focus\:bg-indigo-transparent:focus {
  background: transparent;
}

.amis-scope .focus\:bg-indigo-current:focus {
  background: currentColor;
}

.amis-scope .focus\:bg-indigo-50:focus {
  background-color: #eef2ff;
}

.amis-scope .focus\:bg-indigo-100:focus {
  background-color: #e0e7ff;
}

.amis-scope .focus\:bg-indigo-200:focus {
  background-color: #c7d2fe;
}

.amis-scope .focus\:bg-indigo-300:focus {
  background-color: #a5b4fc;
}

.amis-scope .focus\:bg-indigo-400:focus {
  background-color: #818cf8;
}

.amis-scope .focus\:bg-indigo-500:focus {
  background-color: #6366f1;
}

.amis-scope .focus\:bg-indigo-600:focus {
  background-color: #4f46e5;
}

.amis-scope .focus\:bg-indigo-700:focus {
  background-color: #4338ca;
}

.amis-scope .focus\:bg-indigo-800:focus {
  background-color: #3730a3;
}

.amis-scope .focus\:bg-indigo-900:focus {
  background-color: #312e81;
}

.amis-scope .focus\:bg-purple-transparent:focus {
  background: transparent;
}

.amis-scope .focus\:bg-purple-current:focus {
  background: currentColor;
}

.amis-scope .focus\:bg-purple-50:focus {
  background-color: #f5f3ff;
}

.amis-scope .focus\:bg-purple-100:focus {
  background-color: #ede9fe;
}

.amis-scope .focus\:bg-purple-200:focus {
  background-color: #ddd6fe;
}

.amis-scope .focus\:bg-purple-300:focus {
  background-color: #c4b5fd;
}

.amis-scope .focus\:bg-purple-400:focus {
  background-color: #a78bfa;
}

.amis-scope .focus\:bg-purple-500:focus {
  background-color: #8b5cf6;
}

.amis-scope .focus\:bg-purple-600:focus {
  background-color: #7c3aed;
}

.amis-scope .focus\:bg-purple-700:focus {
  background-color: #6d28d9;
}

.amis-scope .focus\:bg-purple-800:focus {
  background-color: #5b21b6;
}

.amis-scope .focus\:bg-purple-900:focus {
  background-color: #4c1d95;
}

.amis-scope .focus\:bg-pink-transparent:focus {
  background: transparent;
}

.amis-scope .focus\:bg-pink-current:focus {
  background: currentColor;
}

.amis-scope .focus\:bg-pink-50:focus {
  background-color: #fdf2f8;
}

.amis-scope .focus\:bg-pink-100:focus {
  background-color: #fce7f3;
}

.amis-scope .focus\:bg-pink-200:focus {
  background-color: #fbcfe8;
}

.amis-scope .focus\:bg-pink-300:focus {
  background-color: #f9a8d4;
}

.amis-scope .focus\:bg-pink-400:focus {
  background-color: #f472b6;
}

.amis-scope .focus\:bg-pink-500:focus {
  background-color: #ec4899;
}

.amis-scope .focus\:bg-pink-600:focus {
  background-color: #db2777;
}

.amis-scope .focus\:bg-pink-700:focus {
  background-color: #be185d;
}

.amis-scope .focus\:bg-pink-800:focus {
  background-color: #9d174d;
}

.amis-scope .focus\:bg-pink-900:focus {
  background-color: #831843;
}

.amis-scope .disabled\:bg-transparent.is-disabled {
  background: transparent;
}

.amis-scope .disabled\:bg-none.is-disabled {
  background: none !important;
}

.amis-scope .disabled\:bg-transparent.is-disabled {
  background: transparent;
}

.amis-scope .disabled\:bg-current.is-disabled {
  background: currentColor;
}

.amis-scope .disabled\:bg-black.is-disabled,
.amis-scope .disabled\:bg-black:disabled {
  background-color: #000;
}

.amis-scope .disabled\:bg-white.is-disabled,
.amis-scope .disabled\:bg-white:disabled {
  background-color: #fff;
}

.amis-scope .disabled\:bg-primary.is-disabled,
.amis-scope .disabled\:bg-primary:disabled {
  background-color: #007bff;
}

.amis-scope .disabled\:bg-secondary.is-disabled,
.amis-scope .disabled\:bg-secondary:disabled {
  background-color: #6c757d;
}

.amis-scope .disabled\:bg-success.is-disabled,
.amis-scope .disabled\:bg-success:disabled {
  background-color: #28a745;
}

.amis-scope .disabled\:bg-info.is-disabled,
.amis-scope .disabled\:bg-info:disabled {
  background-color: #007bff;
}

.amis-scope .disabled\:bg-warning.is-disabled,
.amis-scope .disabled\:bg-warning:disabled {
  background-color: #fad733;
}

.amis-scope .disabled\:bg-danger.is-disabled,
.amis-scope .disabled\:bg-danger:disabled {
  background-color: #dc3545;
}

.amis-scope .disabled\:bg-light.is-disabled,
.amis-scope .disabled\:bg-light:disabled {
  background-color: #f8f9fa;
}

.amis-scope .disabled\:bg-dark.is-disabled,
.amis-scope .disabled\:bg-dark:disabled {
  background-color: #343a40;
}

.amis-scope .disabled\:bg-gray-transparent.is-disabled {
  background: transparent;
}

.amis-scope .disabled\:bg-gray-current.is-disabled {
  background: currentColor;
}

.amis-scope .disabled\:bg-gray-50.is-disabled,
.amis-scope .disabled\:bg-gray-50:disabled {
  background-color: #f9fafb;
}

.amis-scope .disabled\:bg-gray-100.is-disabled,
.amis-scope .disabled\:bg-gray-100:disabled {
  background-color: #f3f4f6;
}

.amis-scope .disabled\:bg-gray-200.is-disabled,
.amis-scope .disabled\:bg-gray-200:disabled {
  background-color: #e5e7eb;
}

.amis-scope .disabled\:bg-gray-300.is-disabled,
.amis-scope .disabled\:bg-gray-300:disabled {
  background-color: #d1d5db;
}

.amis-scope .disabled\:bg-gray-400.is-disabled,
.amis-scope .disabled\:bg-gray-400:disabled {
  background-color: #9ca3af;
}

.amis-scope .disabled\:bg-gray-500.is-disabled,
.amis-scope .disabled\:bg-gray-500:disabled {
  background-color: #6b7280;
}

.amis-scope .disabled\:bg-gray-600.is-disabled,
.amis-scope .disabled\:bg-gray-600:disabled {
  background-color: #4b5563;
}

.amis-scope .disabled\:bg-gray-700.is-disabled,
.amis-scope .disabled\:bg-gray-700:disabled {
  background-color: #374151;
}

.amis-scope .disabled\:bg-gray-800.is-disabled,
.amis-scope .disabled\:bg-gray-800:disabled {
  background-color: #1f2937;
}

.amis-scope .disabled\:bg-gray-900.is-disabled,
.amis-scope .disabled\:bg-gray-900:disabled {
  background-color: #111827;
}

.amis-scope .disabled\:bg-red-transparent.is-disabled {
  background: transparent;
}

.amis-scope .disabled\:bg-red-current.is-disabled {
  background: currentColor;
}

.amis-scope .disabled\:bg-red-50.is-disabled,
.amis-scope .disabled\:bg-red-50:disabled {
  background-color: #fef2f2;
}

.amis-scope .disabled\:bg-red-100.is-disabled,
.amis-scope .disabled\:bg-red-100:disabled {
  background-color: #fee2e2;
}

.amis-scope .disabled\:bg-red-200.is-disabled,
.amis-scope .disabled\:bg-red-200:disabled {
  background-color: #fecaca;
}

.amis-scope .disabled\:bg-red-300.is-disabled,
.amis-scope .disabled\:bg-red-300:disabled {
  background-color: #fca5a5;
}

.amis-scope .disabled\:bg-red-400.is-disabled,
.amis-scope .disabled\:bg-red-400:disabled {
  background-color: #f87171;
}

.amis-scope .disabled\:bg-red-500.is-disabled,
.amis-scope .disabled\:bg-red-500:disabled {
  background-color: #ef4444;
}

.amis-scope .disabled\:bg-red-600.is-disabled,
.amis-scope .disabled\:bg-red-600:disabled {
  background-color: #dc2626;
}

.amis-scope .disabled\:bg-red-700.is-disabled,
.amis-scope .disabled\:bg-red-700:disabled {
  background-color: #b91c1c;
}

.amis-scope .disabled\:bg-red-800.is-disabled,
.amis-scope .disabled\:bg-red-800:disabled {
  background-color: #991b1b;
}

.amis-scope .disabled\:bg-red-900.is-disabled,
.amis-scope .disabled\:bg-red-900:disabled {
  background-color: #7f1d1d;
}

.amis-scope .disabled\:bg-yellow-transparent.is-disabled {
  background: transparent;
}

.amis-scope .disabled\:bg-yellow-current.is-disabled {
  background: currentColor;
}

.amis-scope .disabled\:bg-yellow-50.is-disabled,
.amis-scope .disabled\:bg-yellow-50:disabled {
  background-color: #fffbeb;
}

.amis-scope .disabled\:bg-yellow-100.is-disabled,
.amis-scope .disabled\:bg-yellow-100:disabled {
  background-color: #fef3c7;
}

.amis-scope .disabled\:bg-yellow-200.is-disabled,
.amis-scope .disabled\:bg-yellow-200:disabled {
  background-color: #fde68a;
}

.amis-scope .disabled\:bg-yellow-300.is-disabled,
.amis-scope .disabled\:bg-yellow-300:disabled {
  background-color: #fcd34d;
}

.amis-scope .disabled\:bg-yellow-400.is-disabled,
.amis-scope .disabled\:bg-yellow-400:disabled {
  background-color: #fbbf24;
}

.amis-scope .disabled\:bg-yellow-500.is-disabled,
.amis-scope .disabled\:bg-yellow-500:disabled {
  background-color: #f59e0b;
}

.amis-scope .disabled\:bg-yellow-600.is-disabled,
.amis-scope .disabled\:bg-yellow-600:disabled {
  background-color: #d97706;
}

.amis-scope .disabled\:bg-yellow-700.is-disabled,
.amis-scope .disabled\:bg-yellow-700:disabled {
  background-color: #b45309;
}

.amis-scope .disabled\:bg-yellow-800.is-disabled,
.amis-scope .disabled\:bg-yellow-800:disabled {
  background-color: #92400e;
}

.amis-scope .disabled\:bg-yellow-900.is-disabled,
.amis-scope .disabled\:bg-yellow-900:disabled {
  background-color: #78350f;
}

.amis-scope .disabled\:bg-green-transparent.is-disabled {
  background: transparent;
}

.amis-scope .disabled\:bg-green-current.is-disabled {
  background: currentColor;
}

.amis-scope .disabled\:bg-green-50.is-disabled,
.amis-scope .disabled\:bg-green-50:disabled {
  background-color: #ecfdf5;
}

.amis-scope .disabled\:bg-green-100.is-disabled,
.amis-scope .disabled\:bg-green-100:disabled {
  background-color: #d1fae5;
}

.amis-scope .disabled\:bg-green-200.is-disabled,
.amis-scope .disabled\:bg-green-200:disabled {
  background-color: #a7f3d0;
}

.amis-scope .disabled\:bg-green-300.is-disabled,
.amis-scope .disabled\:bg-green-300:disabled {
  background-color: #6ee7b7;
}

.amis-scope .disabled\:bg-green-400.is-disabled,
.amis-scope .disabled\:bg-green-400:disabled {
  background-color: #34d399;
}

.amis-scope .disabled\:bg-green-500.is-disabled,
.amis-scope .disabled\:bg-green-500:disabled {
  background-color: #10b981;
}

.amis-scope .disabled\:bg-green-600.is-disabled,
.amis-scope .disabled\:bg-green-600:disabled {
  background-color: #059669;
}

.amis-scope .disabled\:bg-green-700.is-disabled,
.amis-scope .disabled\:bg-green-700:disabled {
  background-color: #047857;
}

.amis-scope .disabled\:bg-green-800.is-disabled,
.amis-scope .disabled\:bg-green-800:disabled {
  background-color: #065f46;
}

.amis-scope .disabled\:bg-green-900.is-disabled,
.amis-scope .disabled\:bg-green-900:disabled {
  background-color: #064e3b;
}

.amis-scope .disabled\:bg-blue-transparent.is-disabled {
  background: transparent;
}

.amis-scope .disabled\:bg-blue-current.is-disabled {
  background: currentColor;
}

.amis-scope .disabled\:bg-blue-50.is-disabled,
.amis-scope .disabled\:bg-blue-50:disabled {
  background-color: #eff6ff;
}

.amis-scope .disabled\:bg-blue-100.is-disabled,
.amis-scope .disabled\:bg-blue-100:disabled {
  background-color: #dbeafe;
}

.amis-scope .disabled\:bg-blue-200.is-disabled,
.amis-scope .disabled\:bg-blue-200:disabled {
  background-color: #bfdbfe;
}

.amis-scope .disabled\:bg-blue-300.is-disabled,
.amis-scope .disabled\:bg-blue-300:disabled {
  background-color: #93c5fd;
}

.amis-scope .disabled\:bg-blue-400.is-disabled,
.amis-scope .disabled\:bg-blue-400:disabled {
  background-color: #60a5fa;
}

.amis-scope .disabled\:bg-blue-500.is-disabled,
.amis-scope .disabled\:bg-blue-500:disabled {
  background-color: #3b82f6;
}

.amis-scope .disabled\:bg-blue-600.is-disabled,
.amis-scope .disabled\:bg-blue-600:disabled {
  background-color: #2563eb;
}

.amis-scope .disabled\:bg-blue-700.is-disabled,
.amis-scope .disabled\:bg-blue-700:disabled {
  background-color: #1d4ed8;
}

.amis-scope .disabled\:bg-blue-800.is-disabled,
.amis-scope .disabled\:bg-blue-800:disabled {
  background-color: #1e40af;
}

.amis-scope .disabled\:bg-blue-900.is-disabled,
.amis-scope .disabled\:bg-blue-900:disabled {
  background-color: #1e3a8a;
}

.amis-scope .disabled\:bg-cyan-transparent.is-disabled {
  background: transparent;
}

.amis-scope .disabled\:bg-cyan-current.is-disabled {
  background: currentColor;
}

.amis-scope .disabled\:bg-cyan-50.is-disabled,
.amis-scope .disabled\:bg-cyan-50:disabled {
  background-color: #ecfeff;
}

.amis-scope .disabled\:bg-cyan-100.is-disabled,
.amis-scope .disabled\:bg-cyan-100:disabled {
  background-color: #cffafe;
}

.amis-scope .disabled\:bg-cyan-200.is-disabled,
.amis-scope .disabled\:bg-cyan-200:disabled {
  background-color: #a5f3fc;
}

.amis-scope .disabled\:bg-cyan-300.is-disabled,
.amis-scope .disabled\:bg-cyan-300:disabled {
  background-color: #67e8f9;
}

.amis-scope .disabled\:bg-cyan-400.is-disabled,
.amis-scope .disabled\:bg-cyan-400:disabled {
  background-color: #22d3ee;
}

.amis-scope .disabled\:bg-cyan-500.is-disabled,
.amis-scope .disabled\:bg-cyan-500:disabled {
  background-color: #06b6d4;
}

.amis-scope .disabled\:bg-cyan-600.is-disabled,
.amis-scope .disabled\:bg-cyan-600:disabled {
  background-color: #0891b2;
}

.amis-scope .disabled\:bg-cyan-700.is-disabled,
.amis-scope .disabled\:bg-cyan-700:disabled {
  background-color: #0e7490;
}

.amis-scope .disabled\:bg-cyan-800.is-disabled,
.amis-scope .disabled\:bg-cyan-800:disabled {
  background-color: #155e75;
}

.amis-scope .disabled\:bg-cyan-900.is-disabled,
.amis-scope .disabled\:bg-cyan-900:disabled {
  background-color: #164e63;
}

.amis-scope .disabled\:bg-indigo-transparent.is-disabled {
  background: transparent;
}

.amis-scope .disabled\:bg-indigo-current.is-disabled {
  background: currentColor;
}

.amis-scope .disabled\:bg-indigo-50.is-disabled,
.amis-scope .disabled\:bg-indigo-50:disabled {
  background-color: #eef2ff;
}

.amis-scope .disabled\:bg-indigo-100.is-disabled,
.amis-scope .disabled\:bg-indigo-100:disabled {
  background-color: #e0e7ff;
}

.amis-scope .disabled\:bg-indigo-200.is-disabled,
.amis-scope .disabled\:bg-indigo-200:disabled {
  background-color: #c7d2fe;
}

.amis-scope .disabled\:bg-indigo-300.is-disabled,
.amis-scope .disabled\:bg-indigo-300:disabled {
  background-color: #a5b4fc;
}

.amis-scope .disabled\:bg-indigo-400.is-disabled,
.amis-scope .disabled\:bg-indigo-400:disabled {
  background-color: #818cf8;
}

.amis-scope .disabled\:bg-indigo-500.is-disabled,
.amis-scope .disabled\:bg-indigo-500:disabled {
  background-color: #6366f1;
}

.amis-scope .disabled\:bg-indigo-600.is-disabled,
.amis-scope .disabled\:bg-indigo-600:disabled {
  background-color: #4f46e5;
}

.amis-scope .disabled\:bg-indigo-700.is-disabled,
.amis-scope .disabled\:bg-indigo-700:disabled {
  background-color: #4338ca;
}

.amis-scope .disabled\:bg-indigo-800.is-disabled,
.amis-scope .disabled\:bg-indigo-800:disabled {
  background-color: #3730a3;
}

.amis-scope .disabled\:bg-indigo-900.is-disabled,
.amis-scope .disabled\:bg-indigo-900:disabled {
  background-color: #312e81;
}

.amis-scope .disabled\:bg-purple-transparent.is-disabled {
  background: transparent;
}

.amis-scope .disabled\:bg-purple-current.is-disabled {
  background: currentColor;
}

.amis-scope .disabled\:bg-purple-50.is-disabled,
.amis-scope .disabled\:bg-purple-50:disabled {
  background-color: #f5f3ff;
}

.amis-scope .disabled\:bg-purple-100.is-disabled,
.amis-scope .disabled\:bg-purple-100:disabled {
  background-color: #ede9fe;
}

.amis-scope .disabled\:bg-purple-200.is-disabled,
.amis-scope .disabled\:bg-purple-200:disabled {
  background-color: #ddd6fe;
}

.amis-scope .disabled\:bg-purple-300.is-disabled,
.amis-scope .disabled\:bg-purple-300:disabled {
  background-color: #c4b5fd;
}

.amis-scope .disabled\:bg-purple-400.is-disabled,
.amis-scope .disabled\:bg-purple-400:disabled {
  background-color: #a78bfa;
}

.amis-scope .disabled\:bg-purple-500.is-disabled,
.amis-scope .disabled\:bg-purple-500:disabled {
  background-color: #8b5cf6;
}

.amis-scope .disabled\:bg-purple-600.is-disabled,
.amis-scope .disabled\:bg-purple-600:disabled {
  background-color: #7c3aed;
}

.amis-scope .disabled\:bg-purple-700.is-disabled,
.amis-scope .disabled\:bg-purple-700:disabled {
  background-color: #6d28d9;
}

.amis-scope .disabled\:bg-purple-800.is-disabled,
.amis-scope .disabled\:bg-purple-800:disabled {
  background-color: #5b21b6;
}

.amis-scope .disabled\:bg-purple-900.is-disabled,
.amis-scope .disabled\:bg-purple-900:disabled {
  background-color: #4c1d95;
}

.amis-scope .disabled\:bg-pink-transparent.is-disabled {
  background: transparent;
}

.amis-scope .disabled\:bg-pink-current.is-disabled {
  background: currentColor;
}

.amis-scope .disabled\:bg-pink-50.is-disabled,
.amis-scope .disabled\:bg-pink-50:disabled {
  background-color: #fdf2f8;
}

.amis-scope .disabled\:bg-pink-100.is-disabled,
.amis-scope .disabled\:bg-pink-100:disabled {
  background-color: #fce7f3;
}

.amis-scope .disabled\:bg-pink-200.is-disabled,
.amis-scope .disabled\:bg-pink-200:disabled {
  background-color: #fbcfe8;
}

.amis-scope .disabled\:bg-pink-300.is-disabled,
.amis-scope .disabled\:bg-pink-300:disabled {
  background-color: #f9a8d4;
}

.amis-scope .disabled\:bg-pink-400.is-disabled,
.amis-scope .disabled\:bg-pink-400:disabled {
  background-color: #f472b6;
}

.amis-scope .disabled\:bg-pink-500.is-disabled,
.amis-scope .disabled\:bg-pink-500:disabled {
  background-color: #ec4899;
}

.amis-scope .disabled\:bg-pink-600.is-disabled,
.amis-scope .disabled\:bg-pink-600:disabled {
  background-color: #db2777;
}

.amis-scope .disabled\:bg-pink-700.is-disabled,
.amis-scope .disabled\:bg-pink-700:disabled {
  background-color: #be185d;
}

.amis-scope .disabled\:bg-pink-800.is-disabled,
.amis-scope .disabled\:bg-pink-800:disabled {
  background-color: #9d174d;
}

.amis-scope .disabled\:bg-pink-900.is-disabled,
.amis-scope .disabled\:bg-pink-900:disabled {
  background-color: #831843;
}

.amis-scope .group:hover .group-hover\:bg-transparent {
  background: transparent;
}

.amis-scope .group:hover .group-hover\:bg-none {
  background: none !important;
}

.amis-scope .group:hover .group-hover\:bg-transparent {
  background: transparent;
}

.amis-scope .group:hover .group-hover\:bg-current {
  background: currentColor;
}

.amis-scope .group:hover .group-hover\:bg-black {
  background-color: #000;
}

.amis-scope .group:hover .group-hover\:bg-white {
  background-color: #fff;
}

.amis-scope .group:hover .group-hover\:bg-primary {
  background-color: #007bff;
}

.amis-scope .group:hover .group-hover\:bg-secondary {
  background-color: #6c757d;
}

.amis-scope .group:hover .group-hover\:bg-success {
  background-color: #28a745;
}

.amis-scope .group:hover .group-hover\:bg-info {
  background-color: #007bff;
}

.amis-scope .group:hover .group-hover\:bg-warning {
  background-color: #fad733;
}

.amis-scope .group:hover .group-hover\:bg-danger {
  background-color: #dc3545;
}

.amis-scope .group:hover .group-hover\:bg-light {
  background-color: #f8f9fa;
}

.amis-scope .group:hover .group-hover\:bg-dark {
  background-color: #343a40;
}

.amis-scope .group:hover .group-hover\:bg-gray-transparent {
  background: transparent;
}

.amis-scope .group:hover .group-hover\:bg-gray-current {
  background: currentColor;
}

.amis-scope .group:hover .group-hover\:bg-gray-50 {
  background-color: #f9fafb;
}

.amis-scope .group:hover .group-hover\:bg-gray-100 {
  background-color: #f3f4f6;
}

.amis-scope .group:hover .group-hover\:bg-gray-200 {
  background-color: #e5e7eb;
}

.amis-scope .group:hover .group-hover\:bg-gray-300 {
  background-color: #d1d5db;
}

.amis-scope .group:hover .group-hover\:bg-gray-400 {
  background-color: #9ca3af;
}

.amis-scope .group:hover .group-hover\:bg-gray-500 {
  background-color: #6b7280;
}

.amis-scope .group:hover .group-hover\:bg-gray-600 {
  background-color: #4b5563;
}

.amis-scope .group:hover .group-hover\:bg-gray-700 {
  background-color: #374151;
}

.amis-scope .group:hover .group-hover\:bg-gray-800 {
  background-color: #1f2937;
}

.amis-scope .group:hover .group-hover\:bg-gray-900 {
  background-color: #111827;
}

.amis-scope .group:hover .group-hover\:bg-red-transparent {
  background: transparent;
}

.amis-scope .group:hover .group-hover\:bg-red-current {
  background: currentColor;
}

.amis-scope .group:hover .group-hover\:bg-red-50 {
  background-color: #fef2f2;
}

.amis-scope .group:hover .group-hover\:bg-red-100 {
  background-color: #fee2e2;
}

.amis-scope .group:hover .group-hover\:bg-red-200 {
  background-color: #fecaca;
}

.amis-scope .group:hover .group-hover\:bg-red-300 {
  background-color: #fca5a5;
}

.amis-scope .group:hover .group-hover\:bg-red-400 {
  background-color: #f87171;
}

.amis-scope .group:hover .group-hover\:bg-red-500 {
  background-color: #ef4444;
}

.amis-scope .group:hover .group-hover\:bg-red-600 {
  background-color: #dc2626;
}

.amis-scope .group:hover .group-hover\:bg-red-700 {
  background-color: #b91c1c;
}

.amis-scope .group:hover .group-hover\:bg-red-800 {
  background-color: #991b1b;
}

.amis-scope .group:hover .group-hover\:bg-red-900 {
  background-color: #7f1d1d;
}

.amis-scope .group:hover .group-hover\:bg-yellow-transparent {
  background: transparent;
}

.amis-scope .group:hover .group-hover\:bg-yellow-current {
  background: currentColor;
}

.amis-scope .group:hover .group-hover\:bg-yellow-50 {
  background-color: #fffbeb;
}

.amis-scope .group:hover .group-hover\:bg-yellow-100 {
  background-color: #fef3c7;
}

.amis-scope .group:hover .group-hover\:bg-yellow-200 {
  background-color: #fde68a;
}

.amis-scope .group:hover .group-hover\:bg-yellow-300 {
  background-color: #fcd34d;
}

.amis-scope .group:hover .group-hover\:bg-yellow-400 {
  background-color: #fbbf24;
}

.amis-scope .group:hover .group-hover\:bg-yellow-500 {
  background-color: #f59e0b;
}

.amis-scope .group:hover .group-hover\:bg-yellow-600 {
  background-color: #d97706;
}

.amis-scope .group:hover .group-hover\:bg-yellow-700 {
  background-color: #b45309;
}

.amis-scope .group:hover .group-hover\:bg-yellow-800 {
  background-color: #92400e;
}

.amis-scope .group:hover .group-hover\:bg-yellow-900 {
  background-color: #78350f;
}

.amis-scope .group:hover .group-hover\:bg-green-transparent {
  background: transparent;
}

.amis-scope .group:hover .group-hover\:bg-green-current {
  background: currentColor;
}

.amis-scope .group:hover .group-hover\:bg-green-50 {
  background-color: #ecfdf5;
}

.amis-scope .group:hover .group-hover\:bg-green-100 {
  background-color: #d1fae5;
}

.amis-scope .group:hover .group-hover\:bg-green-200 {
  background-color: #a7f3d0;
}

.amis-scope .group:hover .group-hover\:bg-green-300 {
  background-color: #6ee7b7;
}

.amis-scope .group:hover .group-hover\:bg-green-400 {
  background-color: #34d399;
}

.amis-scope .group:hover .group-hover\:bg-green-500 {
  background-color: #10b981;
}

.amis-scope .group:hover .group-hover\:bg-green-600 {
  background-color: #059669;
}

.amis-scope .group:hover .group-hover\:bg-green-700 {
  background-color: #047857;
}

.amis-scope .group:hover .group-hover\:bg-green-800 {
  background-color: #065f46;
}

.amis-scope .group:hover .group-hover\:bg-green-900 {
  background-color: #064e3b;
}

.amis-scope .group:hover .group-hover\:bg-blue-transparent {
  background: transparent;
}

.amis-scope .group:hover .group-hover\:bg-blue-current {
  background: currentColor;
}

.amis-scope .group:hover .group-hover\:bg-blue-50 {
  background-color: #eff6ff;
}

.amis-scope .group:hover .group-hover\:bg-blue-100 {
  background-color: #dbeafe;
}

.amis-scope .group:hover .group-hover\:bg-blue-200 {
  background-color: #bfdbfe;
}

.amis-scope .group:hover .group-hover\:bg-blue-300 {
  background-color: #93c5fd;
}

.amis-scope .group:hover .group-hover\:bg-blue-400 {
  background-color: #60a5fa;
}

.amis-scope .group:hover .group-hover\:bg-blue-500 {
  background-color: #3b82f6;
}

.amis-scope .group:hover .group-hover\:bg-blue-600 {
  background-color: #2563eb;
}

.amis-scope .group:hover .group-hover\:bg-blue-700 {
  background-color: #1d4ed8;
}

.amis-scope .group:hover .group-hover\:bg-blue-800 {
  background-color: #1e40af;
}

.amis-scope .group:hover .group-hover\:bg-blue-900 {
  background-color: #1e3a8a;
}

.amis-scope .group:hover .group-hover\:bg-cyan-transparent {
  background: transparent;
}

.amis-scope .group:hover .group-hover\:bg-cyan-current {
  background: currentColor;
}

.amis-scope .group:hover .group-hover\:bg-cyan-50 {
  background-color: #ecfeff;
}

.amis-scope .group:hover .group-hover\:bg-cyan-100 {
  background-color: #cffafe;
}

.amis-scope .group:hover .group-hover\:bg-cyan-200 {
  background-color: #a5f3fc;
}

.amis-scope .group:hover .group-hover\:bg-cyan-300 {
  background-color: #67e8f9;
}

.amis-scope .group:hover .group-hover\:bg-cyan-400 {
  background-color: #22d3ee;
}

.amis-scope .group:hover .group-hover\:bg-cyan-500 {
  background-color: #06b6d4;
}

.amis-scope .group:hover .group-hover\:bg-cyan-600 {
  background-color: #0891b2;
}

.amis-scope .group:hover .group-hover\:bg-cyan-700 {
  background-color: #0e7490;
}

.amis-scope .group:hover .group-hover\:bg-cyan-800 {
  background-color: #155e75;
}

.amis-scope .group:hover .group-hover\:bg-cyan-900 {
  background-color: #164e63;
}

.amis-scope .group:hover .group-hover\:bg-indigo-transparent {
  background: transparent;
}

.amis-scope .group:hover .group-hover\:bg-indigo-current {
  background: currentColor;
}

.amis-scope .group:hover .group-hover\:bg-indigo-50 {
  background-color: #eef2ff;
}

.amis-scope .group:hover .group-hover\:bg-indigo-100 {
  background-color: #e0e7ff;
}

.amis-scope .group:hover .group-hover\:bg-indigo-200 {
  background-color: #c7d2fe;
}

.amis-scope .group:hover .group-hover\:bg-indigo-300 {
  background-color: #a5b4fc;
}

.amis-scope .group:hover .group-hover\:bg-indigo-400 {
  background-color: #818cf8;
}

.amis-scope .group:hover .group-hover\:bg-indigo-500 {
  background-color: #6366f1;
}

.amis-scope .group:hover .group-hover\:bg-indigo-600 {
  background-color: #4f46e5;
}

.amis-scope .group:hover .group-hover\:bg-indigo-700 {
  background-color: #4338ca;
}

.amis-scope .group:hover .group-hover\:bg-indigo-800 {
  background-color: #3730a3;
}

.amis-scope .group:hover .group-hover\:bg-indigo-900 {
  background-color: #312e81;
}

.amis-scope .group:hover .group-hover\:bg-purple-transparent {
  background: transparent;
}

.amis-scope .group:hover .group-hover\:bg-purple-current {
  background: currentColor;
}

.amis-scope .group:hover .group-hover\:bg-purple-50 {
  background-color: #f5f3ff;
}

.amis-scope .group:hover .group-hover\:bg-purple-100 {
  background-color: #ede9fe;
}

.amis-scope .group:hover .group-hover\:bg-purple-200 {
  background-color: #ddd6fe;
}

.amis-scope .group:hover .group-hover\:bg-purple-300 {
  background-color: #c4b5fd;
}

.amis-scope .group:hover .group-hover\:bg-purple-400 {
  background-color: #a78bfa;
}

.amis-scope .group:hover .group-hover\:bg-purple-500 {
  background-color: #8b5cf6;
}

.amis-scope .group:hover .group-hover\:bg-purple-600 {
  background-color: #7c3aed;
}

.amis-scope .group:hover .group-hover\:bg-purple-700 {
  background-color: #6d28d9;
}

.amis-scope .group:hover .group-hover\:bg-purple-800 {
  background-color: #5b21b6;
}

.amis-scope .group:hover .group-hover\:bg-purple-900 {
  background-color: #4c1d95;
}

.amis-scope .group:hover .group-hover\:bg-pink-transparent {
  background: transparent;
}

.amis-scope .group:hover .group-hover\:bg-pink-current {
  background: currentColor;
}

.amis-scope .group:hover .group-hover\:bg-pink-50 {
  background-color: #fdf2f8;
}

.amis-scope .group:hover .group-hover\:bg-pink-100 {
  background-color: #fce7f3;
}

.amis-scope .group:hover .group-hover\:bg-pink-200 {
  background-color: #fbcfe8;
}

.amis-scope .group:hover .group-hover\:bg-pink-300 {
  background-color: #f9a8d4;
}

.amis-scope .group:hover .group-hover\:bg-pink-400 {
  background-color: #f472b6;
}

.amis-scope .group:hover .group-hover\:bg-pink-500 {
  background-color: #ec4899;
}

.amis-scope .group:hover .group-hover\:bg-pink-600 {
  background-color: #db2777;
}

.amis-scope .group:hover .group-hover\:bg-pink-700 {
  background-color: #be185d;
}

.amis-scope .group:hover .group-hover\:bg-pink-800 {
  background-color: #9d174d;
}

.amis-scope .group:hover .group-hover\:bg-pink-900 {
  background-color: #831843;
}

@media (max-width: 768px) {
  .amis-scope .m\:bg-transparent {
    background: transparent;
  }

  .amis-scope .m\:bg-none {
    background: none !important;
  }

  .amis-scope .m\:bg-transparent {
    background: transparent;
  }

  .amis-scope .m\:bg-current {
    background: currentColor;
  }

  .amis-scope .m\:bg-black {
    background-color: #000;
  }

  .amis-scope .m\:bg-white {
    background-color: #fff;
  }

  .amis-scope .m\:bg-primary {
    background-color: #007bff;
  }

  .amis-scope .m\:bg-secondary {
    background-color: #6c757d;
  }

  .amis-scope .m\:bg-success {
    background-color: #28a745;
  }

  .amis-scope .m\:bg-info {
    background-color: #007bff;
  }

  .amis-scope .m\:bg-warning {
    background-color: #fad733;
  }

  .amis-scope .m\:bg-danger {
    background-color: #dc3545;
  }

  .amis-scope .m\:bg-light {
    background-color: #f8f9fa;
  }

  .amis-scope .m\:bg-dark {
    background-color: #343a40;
  }

  .amis-scope .m\:bg-gray-transparent {
    background: transparent;
  }

  .amis-scope .m\:bg-gray-current {
    background: currentColor;
  }

  .amis-scope .m\:bg-gray-50 {
    background-color: #f9fafb;
  }

  .amis-scope .m\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .amis-scope .m\:bg-gray-200 {
    background-color: #e5e7eb;
  }

  .amis-scope .m\:bg-gray-300 {
    background-color: #d1d5db;
  }

  .amis-scope .m\:bg-gray-400 {
    background-color: #9ca3af;
  }

  .amis-scope .m\:bg-gray-500 {
    background-color: #6b7280;
  }

  .amis-scope .m\:bg-gray-600 {
    background-color: #4b5563;
  }

  .amis-scope .m\:bg-gray-700 {
    background-color: #374151;
  }

  .amis-scope .m\:bg-gray-800 {
    background-color: #1f2937;
  }

  .amis-scope .m\:bg-gray-900 {
    background-color: #111827;
  }

  .amis-scope .m\:bg-red-transparent {
    background: transparent;
  }

  .amis-scope .m\:bg-red-current {
    background: currentColor;
  }

  .amis-scope .m\:bg-red-50 {
    background-color: #fef2f2;
  }

  .amis-scope .m\:bg-red-100 {
    background-color: #fee2e2;
  }

  .amis-scope .m\:bg-red-200 {
    background-color: #fecaca;
  }

  .amis-scope .m\:bg-red-300 {
    background-color: #fca5a5;
  }

  .amis-scope .m\:bg-red-400 {
    background-color: #f87171;
  }

  .amis-scope .m\:bg-red-500 {
    background-color: #ef4444;
  }

  .amis-scope .m\:bg-red-600 {
    background-color: #dc2626;
  }

  .amis-scope .m\:bg-red-700 {
    background-color: #b91c1c;
  }

  .amis-scope .m\:bg-red-800 {
    background-color: #991b1b;
  }

  .amis-scope .m\:bg-red-900 {
    background-color: #7f1d1d;
  }

  .amis-scope .m\:bg-yellow-transparent {
    background: transparent;
  }

  .amis-scope .m\:bg-yellow-current {
    background: currentColor;
  }

  .amis-scope .m\:bg-yellow-50 {
    background-color: #fffbeb;
  }

  .amis-scope .m\:bg-yellow-100 {
    background-color: #fef3c7;
  }

  .amis-scope .m\:bg-yellow-200 {
    background-color: #fde68a;
  }

  .amis-scope .m\:bg-yellow-300 {
    background-color: #fcd34d;
  }

  .amis-scope .m\:bg-yellow-400 {
    background-color: #fbbf24;
  }

  .amis-scope .m\:bg-yellow-500 {
    background-color: #f59e0b;
  }

  .amis-scope .m\:bg-yellow-600 {
    background-color: #d97706;
  }

  .amis-scope .m\:bg-yellow-700 {
    background-color: #b45309;
  }

  .amis-scope .m\:bg-yellow-800 {
    background-color: #92400e;
  }

  .amis-scope .m\:bg-yellow-900 {
    background-color: #78350f;
  }

  .amis-scope .m\:bg-green-transparent {
    background: transparent;
  }

  .amis-scope .m\:bg-green-current {
    background: currentColor;
  }

  .amis-scope .m\:bg-green-50 {
    background-color: #ecfdf5;
  }

  .amis-scope .m\:bg-green-100 {
    background-color: #d1fae5;
  }

  .amis-scope .m\:bg-green-200 {
    background-color: #a7f3d0;
  }

  .amis-scope .m\:bg-green-300 {
    background-color: #6ee7b7;
  }

  .amis-scope .m\:bg-green-400 {
    background-color: #34d399;
  }

  .amis-scope .m\:bg-green-500 {
    background-color: #10b981;
  }

  .amis-scope .m\:bg-green-600 {
    background-color: #059669;
  }

  .amis-scope .m\:bg-green-700 {
    background-color: #047857;
  }

  .amis-scope .m\:bg-green-800 {
    background-color: #065f46;
  }

  .amis-scope .m\:bg-green-900 {
    background-color: #064e3b;
  }

  .amis-scope .m\:bg-blue-transparent {
    background: transparent;
  }

  .amis-scope .m\:bg-blue-current {
    background: currentColor;
  }

  .amis-scope .m\:bg-blue-50 {
    background-color: #eff6ff;
  }

  .amis-scope .m\:bg-blue-100 {
    background-color: #dbeafe;
  }

  .amis-scope .m\:bg-blue-200 {
    background-color: #bfdbfe;
  }

  .amis-scope .m\:bg-blue-300 {
    background-color: #93c5fd;
  }

  .amis-scope .m\:bg-blue-400 {
    background-color: #60a5fa;
  }

  .amis-scope .m\:bg-blue-500 {
    background-color: #3b82f6;
  }

  .amis-scope .m\:bg-blue-600 {
    background-color: #2563eb;
  }

  .amis-scope .m\:bg-blue-700 {
    background-color: #1d4ed8;
  }

  .amis-scope .m\:bg-blue-800 {
    background-color: #1e40af;
  }

  .amis-scope .m\:bg-blue-900 {
    background-color: #1e3a8a;
  }

  .amis-scope .m\:bg-cyan-transparent {
    background: transparent;
  }

  .amis-scope .m\:bg-cyan-current {
    background: currentColor;
  }

  .amis-scope .m\:bg-cyan-50 {
    background-color: #ecfeff;
  }

  .amis-scope .m\:bg-cyan-100 {
    background-color: #cffafe;
  }

  .amis-scope .m\:bg-cyan-200 {
    background-color: #a5f3fc;
  }

  .amis-scope .m\:bg-cyan-300 {
    background-color: #67e8f9;
  }

  .amis-scope .m\:bg-cyan-400 {
    background-color: #22d3ee;
  }

  .amis-scope .m\:bg-cyan-500 {
    background-color: #06b6d4;
  }

  .amis-scope .m\:bg-cyan-600 {
    background-color: #0891b2;
  }

  .amis-scope .m\:bg-cyan-700 {
    background-color: #0e7490;
  }

  .amis-scope .m\:bg-cyan-800 {
    background-color: #155e75;
  }

  .amis-scope .m\:bg-cyan-900 {
    background-color: #164e63;
  }

  .amis-scope .m\:bg-indigo-transparent {
    background: transparent;
  }

  .amis-scope .m\:bg-indigo-current {
    background: currentColor;
  }

  .amis-scope .m\:bg-indigo-50 {
    background-color: #eef2ff;
  }

  .amis-scope .m\:bg-indigo-100 {
    background-color: #e0e7ff;
  }

  .amis-scope .m\:bg-indigo-200 {
    background-color: #c7d2fe;
  }

  .amis-scope .m\:bg-indigo-300 {
    background-color: #a5b4fc;
  }

  .amis-scope .m\:bg-indigo-400 {
    background-color: #818cf8;
  }

  .amis-scope .m\:bg-indigo-500 {
    background-color: #6366f1;
  }

  .amis-scope .m\:bg-indigo-600 {
    background-color: #4f46e5;
  }

  .amis-scope .m\:bg-indigo-700 {
    background-color: #4338ca;
  }

  .amis-scope .m\:bg-indigo-800 {
    background-color: #3730a3;
  }

  .amis-scope .m\:bg-indigo-900 {
    background-color: #312e81;
  }

  .amis-scope .m\:bg-purple-transparent {
    background: transparent;
  }

  .amis-scope .m\:bg-purple-current {
    background: currentColor;
  }

  .amis-scope .m\:bg-purple-50 {
    background-color: #f5f3ff;
  }

  .amis-scope .m\:bg-purple-100 {
    background-color: #ede9fe;
  }

  .amis-scope .m\:bg-purple-200 {
    background-color: #ddd6fe;
  }

  .amis-scope .m\:bg-purple-300 {
    background-color: #c4b5fd;
  }

  .amis-scope .m\:bg-purple-400 {
    background-color: #a78bfa;
  }

  .amis-scope .m\:bg-purple-500 {
    background-color: #8b5cf6;
  }

  .amis-scope .m\:bg-purple-600 {
    background-color: #7c3aed;
  }

  .amis-scope .m\:bg-purple-700 {
    background-color: #6d28d9;
  }

  .amis-scope .m\:bg-purple-800 {
    background-color: #5b21b6;
  }

  .amis-scope .m\:bg-purple-900 {
    background-color: #4c1d95;
  }

  .amis-scope .m\:bg-pink-transparent {
    background: transparent;
  }

  .amis-scope .m\:bg-pink-current {
    background: currentColor;
  }

  .amis-scope .m\:bg-pink-50 {
    background-color: #fdf2f8;
  }

  .amis-scope .m\:bg-pink-100 {
    background-color: #fce7f3;
  }

  .amis-scope .m\:bg-pink-200 {
    background-color: #fbcfe8;
  }

  .amis-scope .m\:bg-pink-300 {
    background-color: #f9a8d4;
  }

  .amis-scope .m\:bg-pink-400 {
    background-color: #f472b6;
  }

  .amis-scope .m\:bg-pink-500 {
    background-color: #ec4899;
  }

  .amis-scope .m\:bg-pink-600 {
    background-color: #db2777;
  }

  .amis-scope .m\:bg-pink-700 {
    background-color: #be185d;
  }

  .amis-scope .m\:bg-pink-800 {
    background-color: #9d174d;
  }

  .amis-scope .m\:bg-pink-900 {
    background-color: #831843;
  }

  .amis-scope .m\:hover\:bg-transparent:hover {
    background: transparent;
  }

  .amis-scope .m\:hover\:bg-none:hover {
    background: none !important;
  }

  .amis-scope .m\:hover\:bg-transparent:hover {
    background: transparent;
  }

  .amis-scope .m\:hover\:bg-current:hover {
    background: currentColor;
  }

  .amis-scope .m\:hover\:bg-black:hover {
    background-color: #000;
  }

  .amis-scope .m\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .amis-scope .m\:hover\:bg-primary:hover {
    background-color: #007bff;
  }

  .amis-scope .m\:hover\:bg-secondary:hover {
    background-color: #6c757d;
  }

  .amis-scope .m\:hover\:bg-success:hover {
    background-color: #28a745;
  }

  .amis-scope .m\:hover\:bg-info:hover {
    background-color: #007bff;
  }

  .amis-scope .m\:hover\:bg-warning:hover {
    background-color: #fad733;
  }

  .amis-scope .m\:hover\:bg-danger:hover {
    background-color: #dc3545;
  }

  .amis-scope .m\:hover\:bg-light:hover {
    background-color: #f8f9fa;
  }

  .amis-scope .m\:hover\:bg-dark:hover {
    background-color: #343a40;
  }

  .amis-scope .m\:hover\:bg-gray-transparent:hover {
    background: transparent;
  }

  .amis-scope .m\:hover\:bg-gray-current:hover {
    background: currentColor;
  }

  .amis-scope .m\:hover\:bg-gray-50:hover {
    background-color: #f9fafb;
  }

  .amis-scope .m\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .amis-scope .m\:hover\:bg-gray-200:hover {
    background-color: #e5e7eb;
  }

  .amis-scope .m\:hover\:bg-gray-300:hover {
    background-color: #d1d5db;
  }

  .amis-scope .m\:hover\:bg-gray-400:hover {
    background-color: #9ca3af;
  }

  .amis-scope .m\:hover\:bg-gray-500:hover {
    background-color: #6b7280;
  }

  .amis-scope .m\:hover\:bg-gray-600:hover {
    background-color: #4b5563;
  }

  .amis-scope .m\:hover\:bg-gray-700:hover {
    background-color: #374151;
  }

  .amis-scope .m\:hover\:bg-gray-800:hover {
    background-color: #1f2937;
  }

  .amis-scope .m\:hover\:bg-gray-900:hover {
    background-color: #111827;
  }

  .amis-scope .m\:hover\:bg-red-transparent:hover {
    background: transparent;
  }

  .amis-scope .m\:hover\:bg-red-current:hover {
    background: currentColor;
  }

  .amis-scope .m\:hover\:bg-red-50:hover {
    background-color: #fef2f2;
  }

  .amis-scope .m\:hover\:bg-red-100:hover {
    background-color: #fee2e2;
  }

  .amis-scope .m\:hover\:bg-red-200:hover {
    background-color: #fecaca;
  }

  .amis-scope .m\:hover\:bg-red-300:hover {
    background-color: #fca5a5;
  }

  .amis-scope .m\:hover\:bg-red-400:hover {
    background-color: #f87171;
  }

  .amis-scope .m\:hover\:bg-red-500:hover {
    background-color: #ef4444;
  }

  .amis-scope .m\:hover\:bg-red-600:hover {
    background-color: #dc2626;
  }

  .amis-scope .m\:hover\:bg-red-700:hover {
    background-color: #b91c1c;
  }

  .amis-scope .m\:hover\:bg-red-800:hover {
    background-color: #991b1b;
  }

  .amis-scope .m\:hover\:bg-red-900:hover {
    background-color: #7f1d1d;
  }

  .amis-scope .m\:hover\:bg-yellow-transparent:hover {
    background: transparent;
  }

  .amis-scope .m\:hover\:bg-yellow-current:hover {
    background: currentColor;
  }

  .amis-scope .m\:hover\:bg-yellow-50:hover {
    background-color: #fffbeb;
  }

  .amis-scope .m\:hover\:bg-yellow-100:hover {
    background-color: #fef3c7;
  }

  .amis-scope .m\:hover\:bg-yellow-200:hover {
    background-color: #fde68a;
  }

  .amis-scope .m\:hover\:bg-yellow-300:hover {
    background-color: #fcd34d;
  }

  .amis-scope .m\:hover\:bg-yellow-400:hover {
    background-color: #fbbf24;
  }

  .amis-scope .m\:hover\:bg-yellow-500:hover {
    background-color: #f59e0b;
  }

  .amis-scope .m\:hover\:bg-yellow-600:hover {
    background-color: #d97706;
  }

  .amis-scope .m\:hover\:bg-yellow-700:hover {
    background-color: #b45309;
  }

  .amis-scope .m\:hover\:bg-yellow-800:hover {
    background-color: #92400e;
  }

  .amis-scope .m\:hover\:bg-yellow-900:hover {
    background-color: #78350f;
  }

  .amis-scope .m\:hover\:bg-green-transparent:hover {
    background: transparent;
  }

  .amis-scope .m\:hover\:bg-green-current:hover {
    background: currentColor;
  }

  .amis-scope .m\:hover\:bg-green-50:hover {
    background-color: #ecfdf5;
  }

  .amis-scope .m\:hover\:bg-green-100:hover {
    background-color: #d1fae5;
  }

  .amis-scope .m\:hover\:bg-green-200:hover {
    background-color: #a7f3d0;
  }

  .amis-scope .m\:hover\:bg-green-300:hover {
    background-color: #6ee7b7;
  }

  .amis-scope .m\:hover\:bg-green-400:hover {
    background-color: #34d399;
  }

  .amis-scope .m\:hover\:bg-green-500:hover {
    background-color: #10b981;
  }

  .amis-scope .m\:hover\:bg-green-600:hover {
    background-color: #059669;
  }

  .amis-scope .m\:hover\:bg-green-700:hover {
    background-color: #047857;
  }

  .amis-scope .m\:hover\:bg-green-800:hover {
    background-color: #065f46;
  }

  .amis-scope .m\:hover\:bg-green-900:hover {
    background-color: #064e3b;
  }

  .amis-scope .m\:hover\:bg-blue-transparent:hover {
    background: transparent;
  }

  .amis-scope .m\:hover\:bg-blue-current:hover {
    background: currentColor;
  }

  .amis-scope .m\:hover\:bg-blue-50:hover {
    background-color: #eff6ff;
  }

  .amis-scope .m\:hover\:bg-blue-100:hover {
    background-color: #dbeafe;
  }

  .amis-scope .m\:hover\:bg-blue-200:hover {
    background-color: #bfdbfe;
  }

  .amis-scope .m\:hover\:bg-blue-300:hover {
    background-color: #93c5fd;
  }

  .amis-scope .m\:hover\:bg-blue-400:hover {
    background-color: #60a5fa;
  }

  .amis-scope .m\:hover\:bg-blue-500:hover {
    background-color: #3b82f6;
  }

  .amis-scope .m\:hover\:bg-blue-600:hover {
    background-color: #2563eb;
  }

  .amis-scope .m\:hover\:bg-blue-700:hover {
    background-color: #1d4ed8;
  }

  .amis-scope .m\:hover\:bg-blue-800:hover {
    background-color: #1e40af;
  }

  .amis-scope .m\:hover\:bg-blue-900:hover {
    background-color: #1e3a8a;
  }

  .amis-scope .m\:hover\:bg-cyan-transparent:hover {
    background: transparent;
  }

  .amis-scope .m\:hover\:bg-cyan-current:hover {
    background: currentColor;
  }

  .amis-scope .m\:hover\:bg-cyan-50:hover {
    background-color: #ecfeff;
  }

  .amis-scope .m\:hover\:bg-cyan-100:hover {
    background-color: #cffafe;
  }

  .amis-scope .m\:hover\:bg-cyan-200:hover {
    background-color: #a5f3fc;
  }

  .amis-scope .m\:hover\:bg-cyan-300:hover {
    background-color: #67e8f9;
  }

  .amis-scope .m\:hover\:bg-cyan-400:hover {
    background-color: #22d3ee;
  }

  .amis-scope .m\:hover\:bg-cyan-500:hover {
    background-color: #06b6d4;
  }

  .amis-scope .m\:hover\:bg-cyan-600:hover {
    background-color: #0891b2;
  }

  .amis-scope .m\:hover\:bg-cyan-700:hover {
    background-color: #0e7490;
  }

  .amis-scope .m\:hover\:bg-cyan-800:hover {
    background-color: #155e75;
  }

  .amis-scope .m\:hover\:bg-cyan-900:hover {
    background-color: #164e63;
  }

  .amis-scope .m\:hover\:bg-indigo-transparent:hover {
    background: transparent;
  }

  .amis-scope .m\:hover\:bg-indigo-current:hover {
    background: currentColor;
  }

  .amis-scope .m\:hover\:bg-indigo-50:hover {
    background-color: #eef2ff;
  }

  .amis-scope .m\:hover\:bg-indigo-100:hover {
    background-color: #e0e7ff;
  }

  .amis-scope .m\:hover\:bg-indigo-200:hover {
    background-color: #c7d2fe;
  }

  .amis-scope .m\:hover\:bg-indigo-300:hover {
    background-color: #a5b4fc;
  }

  .amis-scope .m\:hover\:bg-indigo-400:hover {
    background-color: #818cf8;
  }

  .amis-scope .m\:hover\:bg-indigo-500:hover {
    background-color: #6366f1;
  }

  .amis-scope .m\:hover\:bg-indigo-600:hover {
    background-color: #4f46e5;
  }

  .amis-scope .m\:hover\:bg-indigo-700:hover {
    background-color: #4338ca;
  }

  .amis-scope .m\:hover\:bg-indigo-800:hover {
    background-color: #3730a3;
  }

  .amis-scope .m\:hover\:bg-indigo-900:hover {
    background-color: #312e81;
  }

  .amis-scope .m\:hover\:bg-purple-transparent:hover {
    background: transparent;
  }

  .amis-scope .m\:hover\:bg-purple-current:hover {
    background: currentColor;
  }

  .amis-scope .m\:hover\:bg-purple-50:hover {
    background-color: #f5f3ff;
  }

  .amis-scope .m\:hover\:bg-purple-100:hover {
    background-color: #ede9fe;
  }

  .amis-scope .m\:hover\:bg-purple-200:hover {
    background-color: #ddd6fe;
  }

  .amis-scope .m\:hover\:bg-purple-300:hover {
    background-color: #c4b5fd;
  }

  .amis-scope .m\:hover\:bg-purple-400:hover {
    background-color: #a78bfa;
  }

  .amis-scope .m\:hover\:bg-purple-500:hover {
    background-color: #8b5cf6;
  }

  .amis-scope .m\:hover\:bg-purple-600:hover {
    background-color: #7c3aed;
  }

  .amis-scope .m\:hover\:bg-purple-700:hover {
    background-color: #6d28d9;
  }

  .amis-scope .m\:hover\:bg-purple-800:hover {
    background-color: #5b21b6;
  }

  .amis-scope .m\:hover\:bg-purple-900:hover {
    background-color: #4c1d95;
  }

  .amis-scope .m\:hover\:bg-pink-transparent:hover {
    background: transparent;
  }

  .amis-scope .m\:hover\:bg-pink-current:hover {
    background: currentColor;
  }

  .amis-scope .m\:hover\:bg-pink-50:hover {
    background-color: #fdf2f8;
  }

  .amis-scope .m\:hover\:bg-pink-100:hover {
    background-color: #fce7f3;
  }

  .amis-scope .m\:hover\:bg-pink-200:hover {
    background-color: #fbcfe8;
  }

  .amis-scope .m\:hover\:bg-pink-300:hover {
    background-color: #f9a8d4;
  }

  .amis-scope .m\:hover\:bg-pink-400:hover {
    background-color: #f472b6;
  }

  .amis-scope .m\:hover\:bg-pink-500:hover {
    background-color: #ec4899;
  }

  .amis-scope .m\:hover\:bg-pink-600:hover {
    background-color: #db2777;
  }

  .amis-scope .m\:hover\:bg-pink-700:hover {
    background-color: #be185d;
  }

  .amis-scope .m\:hover\:bg-pink-800:hover {
    background-color: #9d174d;
  }

  .amis-scope .m\:hover\:bg-pink-900:hover {
    background-color: #831843;
  }

  .amis-scope .m\:active\:bg-transparent.is-active {
    background: transparent;
  }

  .amis-scope .m\:active\:bg-none.is-active {
    background: none !important;
  }

  .amis-scope .m\:active\:bg-transparent.is-active {
    background: transparent;
  }

  .amis-scope .m\:active\:bg-current.is-active {
    background: currentColor;
  }

  .amis-scope .m\:active\:bg-black.is-active,
  .amis-scope .m\:active\:bg-black:active {
    background-color: #000;
  }

  .amis-scope .m\:active\:bg-white.is-active,
  .amis-scope .m\:active\:bg-white:active {
    background-color: #fff;
  }

  .amis-scope .m\:active\:bg-primary.is-active,
  .amis-scope .m\:active\:bg-primary:active {
    background-color: #007bff;
  }

  .amis-scope .m\:active\:bg-secondary.is-active,
  .amis-scope .m\:active\:bg-secondary:active {
    background-color: #6c757d;
  }

  .amis-scope .m\:active\:bg-success.is-active,
  .amis-scope .m\:active\:bg-success:active {
    background-color: #28a745;
  }

  .amis-scope .m\:active\:bg-info.is-active,
  .amis-scope .m\:active\:bg-info:active {
    background-color: #007bff;
  }

  .amis-scope .m\:active\:bg-warning.is-active,
  .amis-scope .m\:active\:bg-warning:active {
    background-color: #fad733;
  }

  .amis-scope .m\:active\:bg-danger.is-active,
  .amis-scope .m\:active\:bg-danger:active {
    background-color: #dc3545;
  }

  .amis-scope .m\:active\:bg-light.is-active,
  .amis-scope .m\:active\:bg-light:active {
    background-color: #f8f9fa;
  }

  .amis-scope .m\:active\:bg-dark.is-active,
  .amis-scope .m\:active\:bg-dark:active {
    background-color: #343a40;
  }

  .amis-scope .m\:active\:bg-gray-transparent.is-active {
    background: transparent;
  }

  .amis-scope .m\:active\:bg-gray-current.is-active {
    background: currentColor;
  }

  .amis-scope .m\:active\:bg-gray-50.is-active,
  .amis-scope .m\:active\:bg-gray-50:active {
    background-color: #f9fafb;
  }

  .amis-scope .m\:active\:bg-gray-100.is-active,
  .amis-scope .m\:active\:bg-gray-100:active {
    background-color: #f3f4f6;
  }

  .amis-scope .m\:active\:bg-gray-200.is-active,
  .amis-scope .m\:active\:bg-gray-200:active {
    background-color: #e5e7eb;
  }

  .amis-scope .m\:active\:bg-gray-300.is-active,
  .amis-scope .m\:active\:bg-gray-300:active {
    background-color: #d1d5db;
  }

  .amis-scope .m\:active\:bg-gray-400.is-active,
  .amis-scope .m\:active\:bg-gray-400:active {
    background-color: #9ca3af;
  }

  .amis-scope .m\:active\:bg-gray-500.is-active,
  .amis-scope .m\:active\:bg-gray-500:active {
    background-color: #6b7280;
  }

  .amis-scope .m\:active\:bg-gray-600.is-active,
  .amis-scope .m\:active\:bg-gray-600:active {
    background-color: #4b5563;
  }

  .amis-scope .m\:active\:bg-gray-700.is-active,
  .amis-scope .m\:active\:bg-gray-700:active {
    background-color: #374151;
  }

  .amis-scope .m\:active\:bg-gray-800.is-active,
  .amis-scope .m\:active\:bg-gray-800:active {
    background-color: #1f2937;
  }

  .amis-scope .m\:active\:bg-gray-900.is-active,
  .amis-scope .m\:active\:bg-gray-900:active {
    background-color: #111827;
  }

  .amis-scope .m\:active\:bg-red-transparent.is-active {
    background: transparent;
  }

  .amis-scope .m\:active\:bg-red-current.is-active {
    background: currentColor;
  }

  .amis-scope .m\:active\:bg-red-50.is-active,
  .amis-scope .m\:active\:bg-red-50:active {
    background-color: #fef2f2;
  }

  .amis-scope .m\:active\:bg-red-100.is-active,
  .amis-scope .m\:active\:bg-red-100:active {
    background-color: #fee2e2;
  }

  .amis-scope .m\:active\:bg-red-200.is-active,
  .amis-scope .m\:active\:bg-red-200:active {
    background-color: #fecaca;
  }

  .amis-scope .m\:active\:bg-red-300.is-active,
  .amis-scope .m\:active\:bg-red-300:active {
    background-color: #fca5a5;
  }

  .amis-scope .m\:active\:bg-red-400.is-active,
  .amis-scope .m\:active\:bg-red-400:active {
    background-color: #f87171;
  }

  .amis-scope .m\:active\:bg-red-500.is-active,
  .amis-scope .m\:active\:bg-red-500:active {
    background-color: #ef4444;
  }

  .amis-scope .m\:active\:bg-red-600.is-active,
  .amis-scope .m\:active\:bg-red-600:active {
    background-color: #dc2626;
  }

  .amis-scope .m\:active\:bg-red-700.is-active,
  .amis-scope .m\:active\:bg-red-700:active {
    background-color: #b91c1c;
  }

  .amis-scope .m\:active\:bg-red-800.is-active,
  .amis-scope .m\:active\:bg-red-800:active {
    background-color: #991b1b;
  }

  .amis-scope .m\:active\:bg-red-900.is-active,
  .amis-scope .m\:active\:bg-red-900:active {
    background-color: #7f1d1d;
  }

  .amis-scope .m\:active\:bg-yellow-transparent.is-active {
    background: transparent;
  }

  .amis-scope .m\:active\:bg-yellow-current.is-active {
    background: currentColor;
  }

  .amis-scope .m\:active\:bg-yellow-50.is-active,
  .amis-scope .m\:active\:bg-yellow-50:active {
    background-color: #fffbeb;
  }

  .amis-scope .m\:active\:bg-yellow-100.is-active,
  .amis-scope .m\:active\:bg-yellow-100:active {
    background-color: #fef3c7;
  }

  .amis-scope .m\:active\:bg-yellow-200.is-active,
  .amis-scope .m\:active\:bg-yellow-200:active {
    background-color: #fde68a;
  }

  .amis-scope .m\:active\:bg-yellow-300.is-active,
  .amis-scope .m\:active\:bg-yellow-300:active {
    background-color: #fcd34d;
  }

  .amis-scope .m\:active\:bg-yellow-400.is-active,
  .amis-scope .m\:active\:bg-yellow-400:active {
    background-color: #fbbf24;
  }

  .amis-scope .m\:active\:bg-yellow-500.is-active,
  .amis-scope .m\:active\:bg-yellow-500:active {
    background-color: #f59e0b;
  }

  .amis-scope .m\:active\:bg-yellow-600.is-active,
  .amis-scope .m\:active\:bg-yellow-600:active {
    background-color: #d97706;
  }

  .amis-scope .m\:active\:bg-yellow-700.is-active,
  .amis-scope .m\:active\:bg-yellow-700:active {
    background-color: #b45309;
  }

  .amis-scope .m\:active\:bg-yellow-800.is-active,
  .amis-scope .m\:active\:bg-yellow-800:active {
    background-color: #92400e;
  }

  .amis-scope .m\:active\:bg-yellow-900.is-active,
  .amis-scope .m\:active\:bg-yellow-900:active {
    background-color: #78350f;
  }

  .amis-scope .m\:active\:bg-green-transparent.is-active {
    background: transparent;
  }

  .amis-scope .m\:active\:bg-green-current.is-active {
    background: currentColor;
  }

  .amis-scope .m\:active\:bg-green-50.is-active,
  .amis-scope .m\:active\:bg-green-50:active {
    background-color: #ecfdf5;
  }

  .amis-scope .m\:active\:bg-green-100.is-active,
  .amis-scope .m\:active\:bg-green-100:active {
    background-color: #d1fae5;
  }

  .amis-scope .m\:active\:bg-green-200.is-active,
  .amis-scope .m\:active\:bg-green-200:active {
    background-color: #a7f3d0;
  }

  .amis-scope .m\:active\:bg-green-300.is-active,
  .amis-scope .m\:active\:bg-green-300:active {
    background-color: #6ee7b7;
  }

  .amis-scope .m\:active\:bg-green-400.is-active,
  .amis-scope .m\:active\:bg-green-400:active {
    background-color: #34d399;
  }

  .amis-scope .m\:active\:bg-green-500.is-active,
  .amis-scope .m\:active\:bg-green-500:active {
    background-color: #10b981;
  }

  .amis-scope .m\:active\:bg-green-600.is-active,
  .amis-scope .m\:active\:bg-green-600:active {
    background-color: #059669;
  }

  .amis-scope .m\:active\:bg-green-700.is-active,
  .amis-scope .m\:active\:bg-green-700:active {
    background-color: #047857;
  }

  .amis-scope .m\:active\:bg-green-800.is-active,
  .amis-scope .m\:active\:bg-green-800:active {
    background-color: #065f46;
  }

  .amis-scope .m\:active\:bg-green-900.is-active,
  .amis-scope .m\:active\:bg-green-900:active {
    background-color: #064e3b;
  }

  .amis-scope .m\:active\:bg-blue-transparent.is-active {
    background: transparent;
  }

  .amis-scope .m\:active\:bg-blue-current.is-active {
    background: currentColor;
  }

  .amis-scope .m\:active\:bg-blue-50.is-active,
  .amis-scope .m\:active\:bg-blue-50:active {
    background-color: #eff6ff;
  }

  .amis-scope .m\:active\:bg-blue-100.is-active,
  .amis-scope .m\:active\:bg-blue-100:active {
    background-color: #dbeafe;
  }

  .amis-scope .m\:active\:bg-blue-200.is-active,
  .amis-scope .m\:active\:bg-blue-200:active {
    background-color: #bfdbfe;
  }

  .amis-scope .m\:active\:bg-blue-300.is-active,
  .amis-scope .m\:active\:bg-blue-300:active {
    background-color: #93c5fd;
  }

  .amis-scope .m\:active\:bg-blue-400.is-active,
  .amis-scope .m\:active\:bg-blue-400:active {
    background-color: #60a5fa;
  }

  .amis-scope .m\:active\:bg-blue-500.is-active,
  .amis-scope .m\:active\:bg-blue-500:active {
    background-color: #3b82f6;
  }

  .amis-scope .m\:active\:bg-blue-600.is-active,
  .amis-scope .m\:active\:bg-blue-600:active {
    background-color: #2563eb;
  }

  .amis-scope .m\:active\:bg-blue-700.is-active,
  .amis-scope .m\:active\:bg-blue-700:active {
    background-color: #1d4ed8;
  }

  .amis-scope .m\:active\:bg-blue-800.is-active,
  .amis-scope .m\:active\:bg-blue-800:active {
    background-color: #1e40af;
  }

  .amis-scope .m\:active\:bg-blue-900.is-active,
  .amis-scope .m\:active\:bg-blue-900:active {
    background-color: #1e3a8a;
  }

  .amis-scope .m\:active\:bg-cyan-transparent.is-active {
    background: transparent;
  }

  .amis-scope .m\:active\:bg-cyan-current.is-active {
    background: currentColor;
  }

  .amis-scope .m\:active\:bg-cyan-50.is-active,
  .amis-scope .m\:active\:bg-cyan-50:active {
    background-color: #ecfeff;
  }

  .amis-scope .m\:active\:bg-cyan-100.is-active,
  .amis-scope .m\:active\:bg-cyan-100:active {
    background-color: #cffafe;
  }

  .amis-scope .m\:active\:bg-cyan-200.is-active,
  .amis-scope .m\:active\:bg-cyan-200:active {
    background-color: #a5f3fc;
  }

  .amis-scope .m\:active\:bg-cyan-300.is-active,
  .amis-scope .m\:active\:bg-cyan-300:active {
    background-color: #67e8f9;
  }

  .amis-scope .m\:active\:bg-cyan-400.is-active,
  .amis-scope .m\:active\:bg-cyan-400:active {
    background-color: #22d3ee;
  }

  .amis-scope .m\:active\:bg-cyan-500.is-active,
  .amis-scope .m\:active\:bg-cyan-500:active {
    background-color: #06b6d4;
  }

  .amis-scope .m\:active\:bg-cyan-600.is-active,
  .amis-scope .m\:active\:bg-cyan-600:active {
    background-color: #0891b2;
  }

  .amis-scope .m\:active\:bg-cyan-700.is-active,
  .amis-scope .m\:active\:bg-cyan-700:active {
    background-color: #0e7490;
  }

  .amis-scope .m\:active\:bg-cyan-800.is-active,
  .amis-scope .m\:active\:bg-cyan-800:active {
    background-color: #155e75;
  }

  .amis-scope .m\:active\:bg-cyan-900.is-active,
  .amis-scope .m\:active\:bg-cyan-900:active {
    background-color: #164e63;
  }

  .amis-scope .m\:active\:bg-indigo-transparent.is-active {
    background: transparent;
  }

  .amis-scope .m\:active\:bg-indigo-current.is-active {
    background: currentColor;
  }

  .amis-scope .m\:active\:bg-indigo-50.is-active,
  .amis-scope .m\:active\:bg-indigo-50:active {
    background-color: #eef2ff;
  }

  .amis-scope .m\:active\:bg-indigo-100.is-active,
  .amis-scope .m\:active\:bg-indigo-100:active {
    background-color: #e0e7ff;
  }

  .amis-scope .m\:active\:bg-indigo-200.is-active,
  .amis-scope .m\:active\:bg-indigo-200:active {
    background-color: #c7d2fe;
  }

  .amis-scope .m\:active\:bg-indigo-300.is-active,
  .amis-scope .m\:active\:bg-indigo-300:active {
    background-color: #a5b4fc;
  }

  .amis-scope .m\:active\:bg-indigo-400.is-active,
  .amis-scope .m\:active\:bg-indigo-400:active {
    background-color: #818cf8;
  }

  .amis-scope .m\:active\:bg-indigo-500.is-active,
  .amis-scope .m\:active\:bg-indigo-500:active {
    background-color: #6366f1;
  }

  .amis-scope .m\:active\:bg-indigo-600.is-active,
  .amis-scope .m\:active\:bg-indigo-600:active {
    background-color: #4f46e5;
  }

  .amis-scope .m\:active\:bg-indigo-700.is-active,
  .amis-scope .m\:active\:bg-indigo-700:active {
    background-color: #4338ca;
  }

  .amis-scope .m\:active\:bg-indigo-800.is-active,
  .amis-scope .m\:active\:bg-indigo-800:active {
    background-color: #3730a3;
  }

  .amis-scope .m\:active\:bg-indigo-900.is-active,
  .amis-scope .m\:active\:bg-indigo-900:active {
    background-color: #312e81;
  }

  .amis-scope .m\:active\:bg-purple-transparent.is-active {
    background: transparent;
  }

  .amis-scope .m\:active\:bg-purple-current.is-active {
    background: currentColor;
  }

  .amis-scope .m\:active\:bg-purple-50.is-active,
  .amis-scope .m\:active\:bg-purple-50:active {
    background-color: #f5f3ff;
  }

  .amis-scope .m\:active\:bg-purple-100.is-active,
  .amis-scope .m\:active\:bg-purple-100:active {
    background-color: #ede9fe;
  }

  .amis-scope .m\:active\:bg-purple-200.is-active,
  .amis-scope .m\:active\:bg-purple-200:active {
    background-color: #ddd6fe;
  }

  .amis-scope .m\:active\:bg-purple-300.is-active,
  .amis-scope .m\:active\:bg-purple-300:active {
    background-color: #c4b5fd;
  }

  .amis-scope .m\:active\:bg-purple-400.is-active,
  .amis-scope .m\:active\:bg-purple-400:active {
    background-color: #a78bfa;
  }

  .amis-scope .m\:active\:bg-purple-500.is-active,
  .amis-scope .m\:active\:bg-purple-500:active {
    background-color: #8b5cf6;
  }

  .amis-scope .m\:active\:bg-purple-600.is-active,
  .amis-scope .m\:active\:bg-purple-600:active {
    background-color: #7c3aed;
  }

  .amis-scope .m\:active\:bg-purple-700.is-active,
  .amis-scope .m\:active\:bg-purple-700:active {
    background-color: #6d28d9;
  }

  .amis-scope .m\:active\:bg-purple-800.is-active,
  .amis-scope .m\:active\:bg-purple-800:active {
    background-color: #5b21b6;
  }

  .amis-scope .m\:active\:bg-purple-900.is-active,
  .amis-scope .m\:active\:bg-purple-900:active {
    background-color: #4c1d95;
  }

  .amis-scope .m\:active\:bg-pink-transparent.is-active {
    background: transparent;
  }

  .amis-scope .m\:active\:bg-pink-current.is-active {
    background: currentColor;
  }

  .amis-scope .m\:active\:bg-pink-50.is-active,
  .amis-scope .m\:active\:bg-pink-50:active {
    background-color: #fdf2f8;
  }

  .amis-scope .m\:active\:bg-pink-100.is-active,
  .amis-scope .m\:active\:bg-pink-100:active {
    background-color: #fce7f3;
  }

  .amis-scope .m\:active\:bg-pink-200.is-active,
  .amis-scope .m\:active\:bg-pink-200:active {
    background-color: #fbcfe8;
  }

  .amis-scope .m\:active\:bg-pink-300.is-active,
  .amis-scope .m\:active\:bg-pink-300:active {
    background-color: #f9a8d4;
  }

  .amis-scope .m\:active\:bg-pink-400.is-active,
  .amis-scope .m\:active\:bg-pink-400:active {
    background-color: #f472b6;
  }

  .amis-scope .m\:active\:bg-pink-500.is-active,
  .amis-scope .m\:active\:bg-pink-500:active {
    background-color: #ec4899;
  }

  .amis-scope .m\:active\:bg-pink-600.is-active,
  .amis-scope .m\:active\:bg-pink-600:active {
    background-color: #db2777;
  }

  .amis-scope .m\:active\:bg-pink-700.is-active,
  .amis-scope .m\:active\:bg-pink-700:active {
    background-color: #be185d;
  }

  .amis-scope .m\:active\:bg-pink-800.is-active,
  .amis-scope .m\:active\:bg-pink-800:active {
    background-color: #9d174d;
  }

  .amis-scope .m\:active\:bg-pink-900.is-active,
  .amis-scope .m\:active\:bg-pink-900:active {
    background-color: #831843;
  }

  .amis-scope .m\:focus\:bg-transparent:focus {
    background: transparent;
  }

  .amis-scope .m\:focus\:bg-none:focus {
    background: none !important;
  }

  .amis-scope .m\:focus\:bg-transparent:focus {
    background: transparent;
  }

  .amis-scope .m\:focus\:bg-current:focus {
    background: currentColor;
  }

  .amis-scope .m\:focus\:bg-black:focus {
    background-color: #000;
  }

  .amis-scope .m\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .amis-scope .m\:focus\:bg-primary:focus {
    background-color: #007bff;
  }

  .amis-scope .m\:focus\:bg-secondary:focus {
    background-color: #6c757d;
  }

  .amis-scope .m\:focus\:bg-success:focus {
    background-color: #28a745;
  }

  .amis-scope .m\:focus\:bg-info:focus {
    background-color: #007bff;
  }

  .amis-scope .m\:focus\:bg-warning:focus {
    background-color: #fad733;
  }

  .amis-scope .m\:focus\:bg-danger:focus {
    background-color: #dc3545;
  }

  .amis-scope .m\:focus\:bg-light:focus {
    background-color: #f8f9fa;
  }

  .amis-scope .m\:focus\:bg-dark:focus {
    background-color: #343a40;
  }

  .amis-scope .m\:focus\:bg-gray-transparent:focus {
    background: transparent;
  }

  .amis-scope .m\:focus\:bg-gray-current:focus {
    background: currentColor;
  }

  .amis-scope .m\:focus\:bg-gray-50:focus {
    background-color: #f9fafb;
  }

  .amis-scope .m\:focus\:bg-gray-100:focus {
    background-color: #f3f4f6;
  }

  .amis-scope .m\:focus\:bg-gray-200:focus {
    background-color: #e5e7eb;
  }

  .amis-scope .m\:focus\:bg-gray-300:focus {
    background-color: #d1d5db;
  }

  .amis-scope .m\:focus\:bg-gray-400:focus {
    background-color: #9ca3af;
  }

  .amis-scope .m\:focus\:bg-gray-500:focus {
    background-color: #6b7280;
  }

  .amis-scope .m\:focus\:bg-gray-600:focus {
    background-color: #4b5563;
  }

  .amis-scope .m\:focus\:bg-gray-700:focus {
    background-color: #374151;
  }

  .amis-scope .m\:focus\:bg-gray-800:focus {
    background-color: #1f2937;
  }

  .amis-scope .m\:focus\:bg-gray-900:focus {
    background-color: #111827;
  }

  .amis-scope .m\:focus\:bg-red-transparent:focus {
    background: transparent;
  }

  .amis-scope .m\:focus\:bg-red-current:focus {
    background: currentColor;
  }

  .amis-scope .m\:focus\:bg-red-50:focus {
    background-color: #fef2f2;
  }

  .amis-scope .m\:focus\:bg-red-100:focus {
    background-color: #fee2e2;
  }

  .amis-scope .m\:focus\:bg-red-200:focus {
    background-color: #fecaca;
  }

  .amis-scope .m\:focus\:bg-red-300:focus {
    background-color: #fca5a5;
  }

  .amis-scope .m\:focus\:bg-red-400:focus {
    background-color: #f87171;
  }

  .amis-scope .m\:focus\:bg-red-500:focus {
    background-color: #ef4444;
  }

  .amis-scope .m\:focus\:bg-red-600:focus {
    background-color: #dc2626;
  }

  .amis-scope .m\:focus\:bg-red-700:focus {
    background-color: #b91c1c;
  }

  .amis-scope .m\:focus\:bg-red-800:focus {
    background-color: #991b1b;
  }

  .amis-scope .m\:focus\:bg-red-900:focus {
    background-color: #7f1d1d;
  }

  .amis-scope .m\:focus\:bg-yellow-transparent:focus {
    background: transparent;
  }

  .amis-scope .m\:focus\:bg-yellow-current:focus {
    background: currentColor;
  }

  .amis-scope .m\:focus\:bg-yellow-50:focus {
    background-color: #fffbeb;
  }

  .amis-scope .m\:focus\:bg-yellow-100:focus {
    background-color: #fef3c7;
  }

  .amis-scope .m\:focus\:bg-yellow-200:focus {
    background-color: #fde68a;
  }

  .amis-scope .m\:focus\:bg-yellow-300:focus {
    background-color: #fcd34d;
  }

  .amis-scope .m\:focus\:bg-yellow-400:focus {
    background-color: #fbbf24;
  }

  .amis-scope .m\:focus\:bg-yellow-500:focus {
    background-color: #f59e0b;
  }

  .amis-scope .m\:focus\:bg-yellow-600:focus {
    background-color: #d97706;
  }

  .amis-scope .m\:focus\:bg-yellow-700:focus {
    background-color: #b45309;
  }

  .amis-scope .m\:focus\:bg-yellow-800:focus {
    background-color: #92400e;
  }

  .amis-scope .m\:focus\:bg-yellow-900:focus {
    background-color: #78350f;
  }

  .amis-scope .m\:focus\:bg-green-transparent:focus {
    background: transparent;
  }

  .amis-scope .m\:focus\:bg-green-current:focus {
    background: currentColor;
  }

  .amis-scope .m\:focus\:bg-green-50:focus {
    background-color: #ecfdf5;
  }

  .amis-scope .m\:focus\:bg-green-100:focus {
    background-color: #d1fae5;
  }

  .amis-scope .m\:focus\:bg-green-200:focus {
    background-color: #a7f3d0;
  }

  .amis-scope .m\:focus\:bg-green-300:focus {
    background-color: #6ee7b7;
  }

  .amis-scope .m\:focus\:bg-green-400:focus {
    background-color: #34d399;
  }

  .amis-scope .m\:focus\:bg-green-500:focus {
    background-color: #10b981;
  }

  .amis-scope .m\:focus\:bg-green-600:focus {
    background-color: #059669;
  }

  .amis-scope .m\:focus\:bg-green-700:focus {
    background-color: #047857;
  }

  .amis-scope .m\:focus\:bg-green-800:focus {
    background-color: #065f46;
  }

  .amis-scope .m\:focus\:bg-green-900:focus {
    background-color: #064e3b;
  }

  .amis-scope .m\:focus\:bg-blue-transparent:focus {
    background: transparent;
  }

  .amis-scope .m\:focus\:bg-blue-current:focus {
    background: currentColor;
  }

  .amis-scope .m\:focus\:bg-blue-50:focus {
    background-color: #eff6ff;
  }

  .amis-scope .m\:focus\:bg-blue-100:focus {
    background-color: #dbeafe;
  }

  .amis-scope .m\:focus\:bg-blue-200:focus {
    background-color: #bfdbfe;
  }

  .amis-scope .m\:focus\:bg-blue-300:focus {
    background-color: #93c5fd;
  }

  .amis-scope .m\:focus\:bg-blue-400:focus {
    background-color: #60a5fa;
  }

  .amis-scope .m\:focus\:bg-blue-500:focus {
    background-color: #3b82f6;
  }

  .amis-scope .m\:focus\:bg-blue-600:focus {
    background-color: #2563eb;
  }

  .amis-scope .m\:focus\:bg-blue-700:focus {
    background-color: #1d4ed8;
  }

  .amis-scope .m\:focus\:bg-blue-800:focus {
    background-color: #1e40af;
  }

  .amis-scope .m\:focus\:bg-blue-900:focus {
    background-color: #1e3a8a;
  }

  .amis-scope .m\:focus\:bg-cyan-transparent:focus {
    background: transparent;
  }

  .amis-scope .m\:focus\:bg-cyan-current:focus {
    background: currentColor;
  }

  .amis-scope .m\:focus\:bg-cyan-50:focus {
    background-color: #ecfeff;
  }

  .amis-scope .m\:focus\:bg-cyan-100:focus {
    background-color: #cffafe;
  }

  .amis-scope .m\:focus\:bg-cyan-200:focus {
    background-color: #a5f3fc;
  }

  .amis-scope .m\:focus\:bg-cyan-300:focus {
    background-color: #67e8f9;
  }

  .amis-scope .m\:focus\:bg-cyan-400:focus {
    background-color: #22d3ee;
  }

  .amis-scope .m\:focus\:bg-cyan-500:focus {
    background-color: #06b6d4;
  }

  .amis-scope .m\:focus\:bg-cyan-600:focus {
    background-color: #0891b2;
  }

  .amis-scope .m\:focus\:bg-cyan-700:focus {
    background-color: #0e7490;
  }

  .amis-scope .m\:focus\:bg-cyan-800:focus {
    background-color: #155e75;
  }

  .amis-scope .m\:focus\:bg-cyan-900:focus {
    background-color: #164e63;
  }

  .amis-scope .m\:focus\:bg-indigo-transparent:focus {
    background: transparent;
  }

  .amis-scope .m\:focus\:bg-indigo-current:focus {
    background: currentColor;
  }

  .amis-scope .m\:focus\:bg-indigo-50:focus {
    background-color: #eef2ff;
  }

  .amis-scope .m\:focus\:bg-indigo-100:focus {
    background-color: #e0e7ff;
  }

  .amis-scope .m\:focus\:bg-indigo-200:focus {
    background-color: #c7d2fe;
  }

  .amis-scope .m\:focus\:bg-indigo-300:focus {
    background-color: #a5b4fc;
  }

  .amis-scope .m\:focus\:bg-indigo-400:focus {
    background-color: #818cf8;
  }

  .amis-scope .m\:focus\:bg-indigo-500:focus {
    background-color: #6366f1;
  }

  .amis-scope .m\:focus\:bg-indigo-600:focus {
    background-color: #4f46e5;
  }

  .amis-scope .m\:focus\:bg-indigo-700:focus {
    background-color: #4338ca;
  }

  .amis-scope .m\:focus\:bg-indigo-800:focus {
    background-color: #3730a3;
  }

  .amis-scope .m\:focus\:bg-indigo-900:focus {
    background-color: #312e81;
  }

  .amis-scope .m\:focus\:bg-purple-transparent:focus {
    background: transparent;
  }

  .amis-scope .m\:focus\:bg-purple-current:focus {
    background: currentColor;
  }

  .amis-scope .m\:focus\:bg-purple-50:focus {
    background-color: #f5f3ff;
  }

  .amis-scope .m\:focus\:bg-purple-100:focus {
    background-color: #ede9fe;
  }

  .amis-scope .m\:focus\:bg-purple-200:focus {
    background-color: #ddd6fe;
  }

  .amis-scope .m\:focus\:bg-purple-300:focus {
    background-color: #c4b5fd;
  }

  .amis-scope .m\:focus\:bg-purple-400:focus {
    background-color: #a78bfa;
  }

  .amis-scope .m\:focus\:bg-purple-500:focus {
    background-color: #8b5cf6;
  }

  .amis-scope .m\:focus\:bg-purple-600:focus {
    background-color: #7c3aed;
  }

  .amis-scope .m\:focus\:bg-purple-700:focus {
    background-color: #6d28d9;
  }

  .amis-scope .m\:focus\:bg-purple-800:focus {
    background-color: #5b21b6;
  }

  .amis-scope .m\:focus\:bg-purple-900:focus {
    background-color: #4c1d95;
  }

  .amis-scope .m\:focus\:bg-pink-transparent:focus {
    background: transparent;
  }

  .amis-scope .m\:focus\:bg-pink-current:focus {
    background: currentColor;
  }

  .amis-scope .m\:focus\:bg-pink-50:focus {
    background-color: #fdf2f8;
  }

  .amis-scope .m\:focus\:bg-pink-100:focus {
    background-color: #fce7f3;
  }

  .amis-scope .m\:focus\:bg-pink-200:focus {
    background-color: #fbcfe8;
  }

  .amis-scope .m\:focus\:bg-pink-300:focus {
    background-color: #f9a8d4;
  }

  .amis-scope .m\:focus\:bg-pink-400:focus {
    background-color: #f472b6;
  }

  .amis-scope .m\:focus\:bg-pink-500:focus {
    background-color: #ec4899;
  }

  .amis-scope .m\:focus\:bg-pink-600:focus {
    background-color: #db2777;
  }

  .amis-scope .m\:focus\:bg-pink-700:focus {
    background-color: #be185d;
  }

  .amis-scope .m\:focus\:bg-pink-800:focus {
    background-color: #9d174d;
  }

  .amis-scope .m\:focus\:bg-pink-900:focus {
    background-color: #831843;
  }

  .amis-scope .m\:disabled\:bg-transparent.is-disabled {
    background: transparent;
  }

  .amis-scope .m\:disabled\:bg-none.is-disabled {
    background: none !important;
  }

  .amis-scope .m\:disabled\:bg-transparent.is-disabled {
    background: transparent;
  }

  .amis-scope .m\:disabled\:bg-current.is-disabled {
    background: currentColor;
  }

  .amis-scope .m\:disabled\:bg-black.is-disabled,
  .amis-scope .m\:disabled\:bg-black:disabled {
    background-color: #000;
  }

  .amis-scope .m\:disabled\:bg-white.is-disabled,
  .amis-scope .m\:disabled\:bg-white:disabled {
    background-color: #fff;
  }

  .amis-scope .m\:disabled\:bg-primary.is-disabled,
  .amis-scope .m\:disabled\:bg-primary:disabled {
    background-color: #007bff;
  }

  .amis-scope .m\:disabled\:bg-secondary.is-disabled,
  .amis-scope .m\:disabled\:bg-secondary:disabled {
    background-color: #6c757d;
  }

  .amis-scope .m\:disabled\:bg-success.is-disabled,
  .amis-scope .m\:disabled\:bg-success:disabled {
    background-color: #28a745;
  }

  .amis-scope .m\:disabled\:bg-info.is-disabled,
  .amis-scope .m\:disabled\:bg-info:disabled {
    background-color: #007bff;
  }

  .amis-scope .m\:disabled\:bg-warning.is-disabled,
  .amis-scope .m\:disabled\:bg-warning:disabled {
    background-color: #fad733;
  }

  .amis-scope .m\:disabled\:bg-danger.is-disabled,
  .amis-scope .m\:disabled\:bg-danger:disabled {
    background-color: #dc3545;
  }

  .amis-scope .m\:disabled\:bg-light.is-disabled,
  .amis-scope .m\:disabled\:bg-light:disabled {
    background-color: #f8f9fa;
  }

  .amis-scope .m\:disabled\:bg-dark.is-disabled,
  .amis-scope .m\:disabled\:bg-dark:disabled {
    background-color: #343a40;
  }

  .amis-scope .m\:disabled\:bg-gray-transparent.is-disabled {
    background: transparent;
  }

  .amis-scope .m\:disabled\:bg-gray-current.is-disabled {
    background: currentColor;
  }

  .amis-scope .m\:disabled\:bg-gray-50.is-disabled,
  .amis-scope .m\:disabled\:bg-gray-50:disabled {
    background-color: #f9fafb;
  }

  .amis-scope .m\:disabled\:bg-gray-100.is-disabled,
  .amis-scope .m\:disabled\:bg-gray-100:disabled {
    background-color: #f3f4f6;
  }

  .amis-scope .m\:disabled\:bg-gray-200.is-disabled,
  .amis-scope .m\:disabled\:bg-gray-200:disabled {
    background-color: #e5e7eb;
  }

  .amis-scope .m\:disabled\:bg-gray-300.is-disabled,
  .amis-scope .m\:disabled\:bg-gray-300:disabled {
    background-color: #d1d5db;
  }

  .amis-scope .m\:disabled\:bg-gray-400.is-disabled,
  .amis-scope .m\:disabled\:bg-gray-400:disabled {
    background-color: #9ca3af;
  }

  .amis-scope .m\:disabled\:bg-gray-500.is-disabled,
  .amis-scope .m\:disabled\:bg-gray-500:disabled {
    background-color: #6b7280;
  }

  .amis-scope .m\:disabled\:bg-gray-600.is-disabled,
  .amis-scope .m\:disabled\:bg-gray-600:disabled {
    background-color: #4b5563;
  }

  .amis-scope .m\:disabled\:bg-gray-700.is-disabled,
  .amis-scope .m\:disabled\:bg-gray-700:disabled {
    background-color: #374151;
  }

  .amis-scope .m\:disabled\:bg-gray-800.is-disabled,
  .amis-scope .m\:disabled\:bg-gray-800:disabled {
    background-color: #1f2937;
  }

  .amis-scope .m\:disabled\:bg-gray-900.is-disabled,
  .amis-scope .m\:disabled\:bg-gray-900:disabled {
    background-color: #111827;
  }

  .amis-scope .m\:disabled\:bg-red-transparent.is-disabled {
    background: transparent;
  }

  .amis-scope .m\:disabled\:bg-red-current.is-disabled {
    background: currentColor;
  }

  .amis-scope .m\:disabled\:bg-red-50.is-disabled,
  .amis-scope .m\:disabled\:bg-red-50:disabled {
    background-color: #fef2f2;
  }

  .amis-scope .m\:disabled\:bg-red-100.is-disabled,
  .amis-scope .m\:disabled\:bg-red-100:disabled {
    background-color: #fee2e2;
  }

  .amis-scope .m\:disabled\:bg-red-200.is-disabled,
  .amis-scope .m\:disabled\:bg-red-200:disabled {
    background-color: #fecaca;
  }

  .amis-scope .m\:disabled\:bg-red-300.is-disabled,
  .amis-scope .m\:disabled\:bg-red-300:disabled {
    background-color: #fca5a5;
  }

  .amis-scope .m\:disabled\:bg-red-400.is-disabled,
  .amis-scope .m\:disabled\:bg-red-400:disabled {
    background-color: #f87171;
  }

  .amis-scope .m\:disabled\:bg-red-500.is-disabled,
  .amis-scope .m\:disabled\:bg-red-500:disabled {
    background-color: #ef4444;
  }

  .amis-scope .m\:disabled\:bg-red-600.is-disabled,
  .amis-scope .m\:disabled\:bg-red-600:disabled {
    background-color: #dc2626;
  }

  .amis-scope .m\:disabled\:bg-red-700.is-disabled,
  .amis-scope .m\:disabled\:bg-red-700:disabled {
    background-color: #b91c1c;
  }

  .amis-scope .m\:disabled\:bg-red-800.is-disabled,
  .amis-scope .m\:disabled\:bg-red-800:disabled {
    background-color: #991b1b;
  }

  .amis-scope .m\:disabled\:bg-red-900.is-disabled,
  .amis-scope .m\:disabled\:bg-red-900:disabled {
    background-color: #7f1d1d;
  }

  .amis-scope .m\:disabled\:bg-yellow-transparent.is-disabled {
    background: transparent;
  }

  .amis-scope .m\:disabled\:bg-yellow-current.is-disabled {
    background: currentColor;
  }

  .amis-scope .m\:disabled\:bg-yellow-50.is-disabled,
  .amis-scope .m\:disabled\:bg-yellow-50:disabled {
    background-color: #fffbeb;
  }

  .amis-scope .m\:disabled\:bg-yellow-100.is-disabled,
  .amis-scope .m\:disabled\:bg-yellow-100:disabled {
    background-color: #fef3c7;
  }

  .amis-scope .m\:disabled\:bg-yellow-200.is-disabled,
  .amis-scope .m\:disabled\:bg-yellow-200:disabled {
    background-color: #fde68a;
  }

  .amis-scope .m\:disabled\:bg-yellow-300.is-disabled,
  .amis-scope .m\:disabled\:bg-yellow-300:disabled {
    background-color: #fcd34d;
  }

  .amis-scope .m\:disabled\:bg-yellow-400.is-disabled,
  .amis-scope .m\:disabled\:bg-yellow-400:disabled {
    background-color: #fbbf24;
  }

  .amis-scope .m\:disabled\:bg-yellow-500.is-disabled,
  .amis-scope .m\:disabled\:bg-yellow-500:disabled {
    background-color: #f59e0b;
  }

  .amis-scope .m\:disabled\:bg-yellow-600.is-disabled,
  .amis-scope .m\:disabled\:bg-yellow-600:disabled {
    background-color: #d97706;
  }

  .amis-scope .m\:disabled\:bg-yellow-700.is-disabled,
  .amis-scope .m\:disabled\:bg-yellow-700:disabled {
    background-color: #b45309;
  }

  .amis-scope .m\:disabled\:bg-yellow-800.is-disabled,
  .amis-scope .m\:disabled\:bg-yellow-800:disabled {
    background-color: #92400e;
  }

  .amis-scope .m\:disabled\:bg-yellow-900.is-disabled,
  .amis-scope .m\:disabled\:bg-yellow-900:disabled {
    background-color: #78350f;
  }

  .amis-scope .m\:disabled\:bg-green-transparent.is-disabled {
    background: transparent;
  }

  .amis-scope .m\:disabled\:bg-green-current.is-disabled {
    background: currentColor;
  }

  .amis-scope .m\:disabled\:bg-green-50.is-disabled,
  .amis-scope .m\:disabled\:bg-green-50:disabled {
    background-color: #ecfdf5;
  }

  .amis-scope .m\:disabled\:bg-green-100.is-disabled,
  .amis-scope .m\:disabled\:bg-green-100:disabled {
    background-color: #d1fae5;
  }

  .amis-scope .m\:disabled\:bg-green-200.is-disabled,
  .amis-scope .m\:disabled\:bg-green-200:disabled {
    background-color: #a7f3d0;
  }

  .amis-scope .m\:disabled\:bg-green-300.is-disabled,
  .amis-scope .m\:disabled\:bg-green-300:disabled {
    background-color: #6ee7b7;
  }

  .amis-scope .m\:disabled\:bg-green-400.is-disabled,
  .amis-scope .m\:disabled\:bg-green-400:disabled {
    background-color: #34d399;
  }

  .amis-scope .m\:disabled\:bg-green-500.is-disabled,
  .amis-scope .m\:disabled\:bg-green-500:disabled {
    background-color: #10b981;
  }

  .amis-scope .m\:disabled\:bg-green-600.is-disabled,
  .amis-scope .m\:disabled\:bg-green-600:disabled {
    background-color: #059669;
  }

  .amis-scope .m\:disabled\:bg-green-700.is-disabled,
  .amis-scope .m\:disabled\:bg-green-700:disabled {
    background-color: #047857;
  }

  .amis-scope .m\:disabled\:bg-green-800.is-disabled,
  .amis-scope .m\:disabled\:bg-green-800:disabled {
    background-color: #065f46;
  }

  .amis-scope .m\:disabled\:bg-green-900.is-disabled,
  .amis-scope .m\:disabled\:bg-green-900:disabled {
    background-color: #064e3b;
  }

  .amis-scope .m\:disabled\:bg-blue-transparent.is-disabled {
    background: transparent;
  }

  .amis-scope .m\:disabled\:bg-blue-current.is-disabled {
    background: currentColor;
  }

  .amis-scope .m\:disabled\:bg-blue-50.is-disabled,
  .amis-scope .m\:disabled\:bg-blue-50:disabled {
    background-color: #eff6ff;
  }

  .amis-scope .m\:disabled\:bg-blue-100.is-disabled,
  .amis-scope .m\:disabled\:bg-blue-100:disabled {
    background-color: #dbeafe;
  }

  .amis-scope .m\:disabled\:bg-blue-200.is-disabled,
  .amis-scope .m\:disabled\:bg-blue-200:disabled {
    background-color: #bfdbfe;
  }

  .amis-scope .m\:disabled\:bg-blue-300.is-disabled,
  .amis-scope .m\:disabled\:bg-blue-300:disabled {
    background-color: #93c5fd;
  }

  .amis-scope .m\:disabled\:bg-blue-400.is-disabled,
  .amis-scope .m\:disabled\:bg-blue-400:disabled {
    background-color: #60a5fa;
  }

  .amis-scope .m\:disabled\:bg-blue-500.is-disabled,
  .amis-scope .m\:disabled\:bg-blue-500:disabled {
    background-color: #3b82f6;
  }

  .amis-scope .m\:disabled\:bg-blue-600.is-disabled,
  .amis-scope .m\:disabled\:bg-blue-600:disabled {
    background-color: #2563eb;
  }

  .amis-scope .m\:disabled\:bg-blue-700.is-disabled,
  .amis-scope .m\:disabled\:bg-blue-700:disabled {
    background-color: #1d4ed8;
  }

  .amis-scope .m\:disabled\:bg-blue-800.is-disabled,
  .amis-scope .m\:disabled\:bg-blue-800:disabled {
    background-color: #1e40af;
  }

  .amis-scope .m\:disabled\:bg-blue-900.is-disabled,
  .amis-scope .m\:disabled\:bg-blue-900:disabled {
    background-color: #1e3a8a;
  }

  .amis-scope .m\:disabled\:bg-cyan-transparent.is-disabled {
    background: transparent;
  }

  .amis-scope .m\:disabled\:bg-cyan-current.is-disabled {
    background: currentColor;
  }

  .amis-scope .m\:disabled\:bg-cyan-50.is-disabled,
  .amis-scope .m\:disabled\:bg-cyan-50:disabled {
    background-color: #ecfeff;
  }

  .amis-scope .m\:disabled\:bg-cyan-100.is-disabled,
  .amis-scope .m\:disabled\:bg-cyan-100:disabled {
    background-color: #cffafe;
  }

  .amis-scope .m\:disabled\:bg-cyan-200.is-disabled,
  .amis-scope .m\:disabled\:bg-cyan-200:disabled {
    background-color: #a5f3fc;
  }

  .amis-scope .m\:disabled\:bg-cyan-300.is-disabled,
  .amis-scope .m\:disabled\:bg-cyan-300:disabled {
    background-color: #67e8f9;
  }

  .amis-scope .m\:disabled\:bg-cyan-400.is-disabled,
  .amis-scope .m\:disabled\:bg-cyan-400:disabled {
    background-color: #22d3ee;
  }

  .amis-scope .m\:disabled\:bg-cyan-500.is-disabled,
  .amis-scope .m\:disabled\:bg-cyan-500:disabled {
    background-color: #06b6d4;
  }

  .amis-scope .m\:disabled\:bg-cyan-600.is-disabled,
  .amis-scope .m\:disabled\:bg-cyan-600:disabled {
    background-color: #0891b2;
  }

  .amis-scope .m\:disabled\:bg-cyan-700.is-disabled,
  .amis-scope .m\:disabled\:bg-cyan-700:disabled {
    background-color: #0e7490;
  }

  .amis-scope .m\:disabled\:bg-cyan-800.is-disabled,
  .amis-scope .m\:disabled\:bg-cyan-800:disabled {
    background-color: #155e75;
  }

  .amis-scope .m\:disabled\:bg-cyan-900.is-disabled,
  .amis-scope .m\:disabled\:bg-cyan-900:disabled {
    background-color: #164e63;
  }

  .amis-scope .m\:disabled\:bg-indigo-transparent.is-disabled {
    background: transparent;
  }

  .amis-scope .m\:disabled\:bg-indigo-current.is-disabled {
    background: currentColor;
  }

  .amis-scope .m\:disabled\:bg-indigo-50.is-disabled,
  .amis-scope .m\:disabled\:bg-indigo-50:disabled {
    background-color: #eef2ff;
  }

  .amis-scope .m\:disabled\:bg-indigo-100.is-disabled,
  .amis-scope .m\:disabled\:bg-indigo-100:disabled {
    background-color: #e0e7ff;
  }

  .amis-scope .m\:disabled\:bg-indigo-200.is-disabled,
  .amis-scope .m\:disabled\:bg-indigo-200:disabled {
    background-color: #c7d2fe;
  }

  .amis-scope .m\:disabled\:bg-indigo-300.is-disabled,
  .amis-scope .m\:disabled\:bg-indigo-300:disabled {
    background-color: #a5b4fc;
  }

  .amis-scope .m\:disabled\:bg-indigo-400.is-disabled,
  .amis-scope .m\:disabled\:bg-indigo-400:disabled {
    background-color: #818cf8;
  }

  .amis-scope .m\:disabled\:bg-indigo-500.is-disabled,
  .amis-scope .m\:disabled\:bg-indigo-500:disabled {
    background-color: #6366f1;
  }

  .amis-scope .m\:disabled\:bg-indigo-600.is-disabled,
  .amis-scope .m\:disabled\:bg-indigo-600:disabled {
    background-color: #4f46e5;
  }

  .amis-scope .m\:disabled\:bg-indigo-700.is-disabled,
  .amis-scope .m\:disabled\:bg-indigo-700:disabled {
    background-color: #4338ca;
  }

  .amis-scope .m\:disabled\:bg-indigo-800.is-disabled,
  .amis-scope .m\:disabled\:bg-indigo-800:disabled {
    background-color: #3730a3;
  }

  .amis-scope .m\:disabled\:bg-indigo-900.is-disabled,
  .amis-scope .m\:disabled\:bg-indigo-900:disabled {
    background-color: #312e81;
  }

  .amis-scope .m\:disabled\:bg-purple-transparent.is-disabled {
    background: transparent;
  }

  .amis-scope .m\:disabled\:bg-purple-current.is-disabled {
    background: currentColor;
  }

  .amis-scope .m\:disabled\:bg-purple-50.is-disabled,
  .amis-scope .m\:disabled\:bg-purple-50:disabled {
    background-color: #f5f3ff;
  }

  .amis-scope .m\:disabled\:bg-purple-100.is-disabled,
  .amis-scope .m\:disabled\:bg-purple-100:disabled {
    background-color: #ede9fe;
  }

  .amis-scope .m\:disabled\:bg-purple-200.is-disabled,
  .amis-scope .m\:disabled\:bg-purple-200:disabled {
    background-color: #ddd6fe;
  }

  .amis-scope .m\:disabled\:bg-purple-300.is-disabled,
  .amis-scope .m\:disabled\:bg-purple-300:disabled {
    background-color: #c4b5fd;
  }

  .amis-scope .m\:disabled\:bg-purple-400.is-disabled,
  .amis-scope .m\:disabled\:bg-purple-400:disabled {
    background-color: #a78bfa;
  }

  .amis-scope .m\:disabled\:bg-purple-500.is-disabled,
  .amis-scope .m\:disabled\:bg-purple-500:disabled {
    background-color: #8b5cf6;
  }

  .amis-scope .m\:disabled\:bg-purple-600.is-disabled,
  .amis-scope .m\:disabled\:bg-purple-600:disabled {
    background-color: #7c3aed;
  }

  .amis-scope .m\:disabled\:bg-purple-700.is-disabled,
  .amis-scope .m\:disabled\:bg-purple-700:disabled {
    background-color: #6d28d9;
  }

  .amis-scope .m\:disabled\:bg-purple-800.is-disabled,
  .amis-scope .m\:disabled\:bg-purple-800:disabled {
    background-color: #5b21b6;
  }

  .amis-scope .m\:disabled\:bg-purple-900.is-disabled,
  .amis-scope .m\:disabled\:bg-purple-900:disabled {
    background-color: #4c1d95;
  }

  .amis-scope .m\:disabled\:bg-pink-transparent.is-disabled {
    background: transparent;
  }

  .amis-scope .m\:disabled\:bg-pink-current.is-disabled {
    background: currentColor;
  }

  .amis-scope .m\:disabled\:bg-pink-50.is-disabled,
  .amis-scope .m\:disabled\:bg-pink-50:disabled {
    background-color: #fdf2f8;
  }

  .amis-scope .m\:disabled\:bg-pink-100.is-disabled,
  .amis-scope .m\:disabled\:bg-pink-100:disabled {
    background-color: #fce7f3;
  }

  .amis-scope .m\:disabled\:bg-pink-200.is-disabled,
  .amis-scope .m\:disabled\:bg-pink-200:disabled {
    background-color: #fbcfe8;
  }

  .amis-scope .m\:disabled\:bg-pink-300.is-disabled,
  .amis-scope .m\:disabled\:bg-pink-300:disabled {
    background-color: #f9a8d4;
  }

  .amis-scope .m\:disabled\:bg-pink-400.is-disabled,
  .amis-scope .m\:disabled\:bg-pink-400:disabled {
    background-color: #f472b6;
  }

  .amis-scope .m\:disabled\:bg-pink-500.is-disabled,
  .amis-scope .m\:disabled\:bg-pink-500:disabled {
    background-color: #ec4899;
  }

  .amis-scope .m\:disabled\:bg-pink-600.is-disabled,
  .amis-scope .m\:disabled\:bg-pink-600:disabled {
    background-color: #db2777;
  }

  .amis-scope .m\:disabled\:bg-pink-700.is-disabled,
  .amis-scope .m\:disabled\:bg-pink-700:disabled {
    background-color: #be185d;
  }

  .amis-scope .m\:disabled\:bg-pink-800.is-disabled,
  .amis-scope .m\:disabled\:bg-pink-800:disabled {
    background-color: #9d174d;
  }

  .amis-scope .m\:disabled\:bg-pink-900.is-disabled,
  .amis-scope .m\:disabled\:bg-pink-900:disabled {
    background-color: #831843;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-transparent {
    background: transparent;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-none {
    background: none !important;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-transparent {
    background: transparent;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-current {
    background: currentColor;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-black {
    background-color: #000;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-white {
    background-color: #fff;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-primary {
    background-color: #007bff;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-secondary {
    background-color: #6c757d;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-success {
    background-color: #28a745;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-info {
    background-color: #007bff;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-warning {
    background-color: #fad733;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-danger {
    background-color: #dc3545;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-light {
    background-color: #f8f9fa;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-dark {
    background-color: #343a40;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-gray-transparent {
    background: transparent;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-gray-current {
    background: currentColor;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-gray-50 {
    background-color: #f9fafb;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-gray-200 {
    background-color: #e5e7eb;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-gray-300 {
    background-color: #d1d5db;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-gray-400 {
    background-color: #9ca3af;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-gray-500 {
    background-color: #6b7280;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-gray-600 {
    background-color: #4b5563;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-gray-700 {
    background-color: #374151;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-gray-800 {
    background-color: #1f2937;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-gray-900 {
    background-color: #111827;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-red-transparent {
    background: transparent;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-red-current {
    background: currentColor;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-red-50 {
    background-color: #fef2f2;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-red-100 {
    background-color: #fee2e2;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-red-200 {
    background-color: #fecaca;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-red-300 {
    background-color: #fca5a5;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-red-400 {
    background-color: #f87171;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-red-500 {
    background-color: #ef4444;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-red-600 {
    background-color: #dc2626;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-red-700 {
    background-color: #b91c1c;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-red-800 {
    background-color: #991b1b;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-red-900 {
    background-color: #7f1d1d;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-yellow-transparent {
    background: transparent;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-yellow-current {
    background: currentColor;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-yellow-50 {
    background-color: #fffbeb;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-yellow-100 {
    background-color: #fef3c7;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-yellow-200 {
    background-color: #fde68a;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-yellow-300 {
    background-color: #fcd34d;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-yellow-400 {
    background-color: #fbbf24;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-yellow-500 {
    background-color: #f59e0b;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-yellow-600 {
    background-color: #d97706;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-yellow-700 {
    background-color: #b45309;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-yellow-800 {
    background-color: #92400e;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-yellow-900 {
    background-color: #78350f;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-green-transparent {
    background: transparent;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-green-current {
    background: currentColor;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-green-50 {
    background-color: #ecfdf5;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-green-100 {
    background-color: #d1fae5;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-green-200 {
    background-color: #a7f3d0;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-green-300 {
    background-color: #6ee7b7;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-green-400 {
    background-color: #34d399;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-green-500 {
    background-color: #10b981;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-green-600 {
    background-color: #059669;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-green-700 {
    background-color: #047857;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-green-800 {
    background-color: #065f46;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-green-900 {
    background-color: #064e3b;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-blue-transparent {
    background: transparent;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-blue-current {
    background: currentColor;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-blue-50 {
    background-color: #eff6ff;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-blue-100 {
    background-color: #dbeafe;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-blue-200 {
    background-color: #bfdbfe;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-blue-300 {
    background-color: #93c5fd;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-blue-400 {
    background-color: #60a5fa;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-blue-500 {
    background-color: #3b82f6;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-blue-600 {
    background-color: #2563eb;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-blue-700 {
    background-color: #1d4ed8;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-blue-800 {
    background-color: #1e40af;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-blue-900 {
    background-color: #1e3a8a;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-cyan-transparent {
    background: transparent;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-cyan-current {
    background: currentColor;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-cyan-50 {
    background-color: #ecfeff;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-cyan-100 {
    background-color: #cffafe;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-cyan-200 {
    background-color: #a5f3fc;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-cyan-300 {
    background-color: #67e8f9;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-cyan-400 {
    background-color: #22d3ee;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-cyan-500 {
    background-color: #06b6d4;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-cyan-600 {
    background-color: #0891b2;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-cyan-700 {
    background-color: #0e7490;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-cyan-800 {
    background-color: #155e75;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-cyan-900 {
    background-color: #164e63;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-indigo-transparent {
    background: transparent;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-indigo-current {
    background: currentColor;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-indigo-50 {
    background-color: #eef2ff;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-indigo-100 {
    background-color: #e0e7ff;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-indigo-200 {
    background-color: #c7d2fe;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-indigo-300 {
    background-color: #a5b4fc;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-indigo-400 {
    background-color: #818cf8;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-indigo-500 {
    background-color: #6366f1;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-indigo-600 {
    background-color: #4f46e5;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-indigo-700 {
    background-color: #4338ca;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-indigo-800 {
    background-color: #3730a3;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-indigo-900 {
    background-color: #312e81;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-purple-transparent {
    background: transparent;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-purple-current {
    background: currentColor;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-purple-50 {
    background-color: #f5f3ff;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-purple-100 {
    background-color: #ede9fe;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-purple-200 {
    background-color: #ddd6fe;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-purple-300 {
    background-color: #c4b5fd;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-purple-400 {
    background-color: #a78bfa;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-purple-500 {
    background-color: #8b5cf6;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-purple-600 {
    background-color: #7c3aed;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-purple-700 {
    background-color: #6d28d9;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-purple-800 {
    background-color: #5b21b6;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-purple-900 {
    background-color: #4c1d95;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-pink-transparent {
    background: transparent;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-pink-current {
    background: currentColor;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-pink-50 {
    background-color: #fdf2f8;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-pink-100 {
    background-color: #fce7f3;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-pink-200 {
    background-color: #fbcfe8;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-pink-300 {
    background-color: #f9a8d4;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-pink-400 {
    background-color: #f472b6;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-pink-500 {
    background-color: #ec4899;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-pink-600 {
    background-color: #db2777;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-pink-700 {
    background-color: #be185d;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-pink-800 {
    background-color: #9d174d;
  }

  .amis-scope .group:hover .m\:group-hover\:bg-pink-900 {
    background-color: #831843;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:bg-transparent {
    background: transparent;
  }

  .amis-scope .pc\:bg-none {
    background: none !important;
  }

  .amis-scope .pc\:bg-transparent {
    background: transparent;
  }

  .amis-scope .pc\:bg-current {
    background: currentColor;
  }

  .amis-scope .pc\:bg-black {
    background-color: #000;
  }

  .amis-scope .pc\:bg-white {
    background-color: #fff;
  }

  .amis-scope .pc\:bg-primary {
    background-color: #007bff;
  }

  .amis-scope .pc\:bg-secondary {
    background-color: #6c757d;
  }

  .amis-scope .pc\:bg-success {
    background-color: #28a745;
  }

  .amis-scope .pc\:bg-info {
    background-color: #007bff;
  }

  .amis-scope .pc\:bg-warning {
    background-color: #fad733;
  }

  .amis-scope .pc\:bg-danger {
    background-color: #dc3545;
  }

  .amis-scope .pc\:bg-light {
    background-color: #f8f9fa;
  }

  .amis-scope .pc\:bg-dark {
    background-color: #343a40;
  }

  .amis-scope .pc\:bg-gray-transparent {
    background: transparent;
  }

  .amis-scope .pc\:bg-gray-current {
    background: currentColor;
  }

  .amis-scope .pc\:bg-gray-50 {
    background-color: #f9fafb;
  }

  .amis-scope .pc\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .amis-scope .pc\:bg-gray-200 {
    background-color: #e5e7eb;
  }

  .amis-scope .pc\:bg-gray-300 {
    background-color: #d1d5db;
  }

  .amis-scope .pc\:bg-gray-400 {
    background-color: #9ca3af;
  }

  .amis-scope .pc\:bg-gray-500 {
    background-color: #6b7280;
  }

  .amis-scope .pc\:bg-gray-600 {
    background-color: #4b5563;
  }

  .amis-scope .pc\:bg-gray-700 {
    background-color: #374151;
  }

  .amis-scope .pc\:bg-gray-800 {
    background-color: #1f2937;
  }

  .amis-scope .pc\:bg-gray-900 {
    background-color: #111827;
  }

  .amis-scope .pc\:bg-red-transparent {
    background: transparent;
  }

  .amis-scope .pc\:bg-red-current {
    background: currentColor;
  }

  .amis-scope .pc\:bg-red-50 {
    background-color: #fef2f2;
  }

  .amis-scope .pc\:bg-red-100 {
    background-color: #fee2e2;
  }

  .amis-scope .pc\:bg-red-200 {
    background-color: #fecaca;
  }

  .amis-scope .pc\:bg-red-300 {
    background-color: #fca5a5;
  }

  .amis-scope .pc\:bg-red-400 {
    background-color: #f87171;
  }

  .amis-scope .pc\:bg-red-500 {
    background-color: #ef4444;
  }

  .amis-scope .pc\:bg-red-600 {
    background-color: #dc2626;
  }

  .amis-scope .pc\:bg-red-700 {
    background-color: #b91c1c;
  }

  .amis-scope .pc\:bg-red-800 {
    background-color: #991b1b;
  }

  .amis-scope .pc\:bg-red-900 {
    background-color: #7f1d1d;
  }

  .amis-scope .pc\:bg-yellow-transparent {
    background: transparent;
  }

  .amis-scope .pc\:bg-yellow-current {
    background: currentColor;
  }

  .amis-scope .pc\:bg-yellow-50 {
    background-color: #fffbeb;
  }

  .amis-scope .pc\:bg-yellow-100 {
    background-color: #fef3c7;
  }

  .amis-scope .pc\:bg-yellow-200 {
    background-color: #fde68a;
  }

  .amis-scope .pc\:bg-yellow-300 {
    background-color: #fcd34d;
  }

  .amis-scope .pc\:bg-yellow-400 {
    background-color: #fbbf24;
  }

  .amis-scope .pc\:bg-yellow-500 {
    background-color: #f59e0b;
  }

  .amis-scope .pc\:bg-yellow-600 {
    background-color: #d97706;
  }

  .amis-scope .pc\:bg-yellow-700 {
    background-color: #b45309;
  }

  .amis-scope .pc\:bg-yellow-800 {
    background-color: #92400e;
  }

  .amis-scope .pc\:bg-yellow-900 {
    background-color: #78350f;
  }

  .amis-scope .pc\:bg-green-transparent {
    background: transparent;
  }

  .amis-scope .pc\:bg-green-current {
    background: currentColor;
  }

  .amis-scope .pc\:bg-green-50 {
    background-color: #ecfdf5;
  }

  .amis-scope .pc\:bg-green-100 {
    background-color: #d1fae5;
  }

  .amis-scope .pc\:bg-green-200 {
    background-color: #a7f3d0;
  }

  .amis-scope .pc\:bg-green-300 {
    background-color: #6ee7b7;
  }

  .amis-scope .pc\:bg-green-400 {
    background-color: #34d399;
  }

  .amis-scope .pc\:bg-green-500 {
    background-color: #10b981;
  }

  .amis-scope .pc\:bg-green-600 {
    background-color: #059669;
  }

  .amis-scope .pc\:bg-green-700 {
    background-color: #047857;
  }

  .amis-scope .pc\:bg-green-800 {
    background-color: #065f46;
  }

  .amis-scope .pc\:bg-green-900 {
    background-color: #064e3b;
  }

  .amis-scope .pc\:bg-blue-transparent {
    background: transparent;
  }

  .amis-scope .pc\:bg-blue-current {
    background: currentColor;
  }

  .amis-scope .pc\:bg-blue-50 {
    background-color: #eff6ff;
  }

  .amis-scope .pc\:bg-blue-100 {
    background-color: #dbeafe;
  }

  .amis-scope .pc\:bg-blue-200 {
    background-color: #bfdbfe;
  }

  .amis-scope .pc\:bg-blue-300 {
    background-color: #93c5fd;
  }

  .amis-scope .pc\:bg-blue-400 {
    background-color: #60a5fa;
  }

  .amis-scope .pc\:bg-blue-500 {
    background-color: #3b82f6;
  }

  .amis-scope .pc\:bg-blue-600 {
    background-color: #2563eb;
  }

  .amis-scope .pc\:bg-blue-700 {
    background-color: #1d4ed8;
  }

  .amis-scope .pc\:bg-blue-800 {
    background-color: #1e40af;
  }

  .amis-scope .pc\:bg-blue-900 {
    background-color: #1e3a8a;
  }

  .amis-scope .pc\:bg-cyan-transparent {
    background: transparent;
  }

  .amis-scope .pc\:bg-cyan-current {
    background: currentColor;
  }

  .amis-scope .pc\:bg-cyan-50 {
    background-color: #ecfeff;
  }

  .amis-scope .pc\:bg-cyan-100 {
    background-color: #cffafe;
  }

  .amis-scope .pc\:bg-cyan-200 {
    background-color: #a5f3fc;
  }

  .amis-scope .pc\:bg-cyan-300 {
    background-color: #67e8f9;
  }

  .amis-scope .pc\:bg-cyan-400 {
    background-color: #22d3ee;
  }

  .amis-scope .pc\:bg-cyan-500 {
    background-color: #06b6d4;
  }

  .amis-scope .pc\:bg-cyan-600 {
    background-color: #0891b2;
  }

  .amis-scope .pc\:bg-cyan-700 {
    background-color: #0e7490;
  }

  .amis-scope .pc\:bg-cyan-800 {
    background-color: #155e75;
  }

  .amis-scope .pc\:bg-cyan-900 {
    background-color: #164e63;
  }

  .amis-scope .pc\:bg-indigo-transparent {
    background: transparent;
  }

  .amis-scope .pc\:bg-indigo-current {
    background: currentColor;
  }

  .amis-scope .pc\:bg-indigo-50 {
    background-color: #eef2ff;
  }

  .amis-scope .pc\:bg-indigo-100 {
    background-color: #e0e7ff;
  }

  .amis-scope .pc\:bg-indigo-200 {
    background-color: #c7d2fe;
  }

  .amis-scope .pc\:bg-indigo-300 {
    background-color: #a5b4fc;
  }

  .amis-scope .pc\:bg-indigo-400 {
    background-color: #818cf8;
  }

  .amis-scope .pc\:bg-indigo-500 {
    background-color: #6366f1;
  }

  .amis-scope .pc\:bg-indigo-600 {
    background-color: #4f46e5;
  }

  .amis-scope .pc\:bg-indigo-700 {
    background-color: #4338ca;
  }

  .amis-scope .pc\:bg-indigo-800 {
    background-color: #3730a3;
  }

  .amis-scope .pc\:bg-indigo-900 {
    background-color: #312e81;
  }

  .amis-scope .pc\:bg-purple-transparent {
    background: transparent;
  }

  .amis-scope .pc\:bg-purple-current {
    background: currentColor;
  }

  .amis-scope .pc\:bg-purple-50 {
    background-color: #f5f3ff;
  }

  .amis-scope .pc\:bg-purple-100 {
    background-color: #ede9fe;
  }

  .amis-scope .pc\:bg-purple-200 {
    background-color: #ddd6fe;
  }

  .amis-scope .pc\:bg-purple-300 {
    background-color: #c4b5fd;
  }

  .amis-scope .pc\:bg-purple-400 {
    background-color: #a78bfa;
  }

  .amis-scope .pc\:bg-purple-500 {
    background-color: #8b5cf6;
  }

  .amis-scope .pc\:bg-purple-600 {
    background-color: #7c3aed;
  }

  .amis-scope .pc\:bg-purple-700 {
    background-color: #6d28d9;
  }

  .amis-scope .pc\:bg-purple-800 {
    background-color: #5b21b6;
  }

  .amis-scope .pc\:bg-purple-900 {
    background-color: #4c1d95;
  }

  .amis-scope .pc\:bg-pink-transparent {
    background: transparent;
  }

  .amis-scope .pc\:bg-pink-current {
    background: currentColor;
  }

  .amis-scope .pc\:bg-pink-50 {
    background-color: #fdf2f8;
  }

  .amis-scope .pc\:bg-pink-100 {
    background-color: #fce7f3;
  }

  .amis-scope .pc\:bg-pink-200 {
    background-color: #fbcfe8;
  }

  .amis-scope .pc\:bg-pink-300 {
    background-color: #f9a8d4;
  }

  .amis-scope .pc\:bg-pink-400 {
    background-color: #f472b6;
  }

  .amis-scope .pc\:bg-pink-500 {
    background-color: #ec4899;
  }

  .amis-scope .pc\:bg-pink-600 {
    background-color: #db2777;
  }

  .amis-scope .pc\:bg-pink-700 {
    background-color: #be185d;
  }

  .amis-scope .pc\:bg-pink-800 {
    background-color: #9d174d;
  }

  .amis-scope .pc\:bg-pink-900 {
    background-color: #831843;
  }

  .amis-scope .pc\:hover\:bg-transparent:hover {
    background: transparent;
  }

  .amis-scope .pc\:hover\:bg-none:hover {
    background: none !important;
  }

  .amis-scope .pc\:hover\:bg-transparent:hover {
    background: transparent;
  }

  .amis-scope .pc\:hover\:bg-current:hover {
    background: currentColor;
  }

  .amis-scope .pc\:hover\:bg-black:hover {
    background-color: #000;
  }

  .amis-scope .pc\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .amis-scope .pc\:hover\:bg-primary:hover {
    background-color: #007bff;
  }

  .amis-scope .pc\:hover\:bg-secondary:hover {
    background-color: #6c757d;
  }

  .amis-scope .pc\:hover\:bg-success:hover {
    background-color: #28a745;
  }

  .amis-scope .pc\:hover\:bg-info:hover {
    background-color: #007bff;
  }

  .amis-scope .pc\:hover\:bg-warning:hover {
    background-color: #fad733;
  }

  .amis-scope .pc\:hover\:bg-danger:hover {
    background-color: #dc3545;
  }

  .amis-scope .pc\:hover\:bg-light:hover {
    background-color: #f8f9fa;
  }

  .amis-scope .pc\:hover\:bg-dark:hover {
    background-color: #343a40;
  }

  .amis-scope .pc\:hover\:bg-gray-transparent:hover {
    background: transparent;
  }

  .amis-scope .pc\:hover\:bg-gray-current:hover {
    background: currentColor;
  }

  .amis-scope .pc\:hover\:bg-gray-50:hover {
    background-color: #f9fafb;
  }

  .amis-scope .pc\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }

  .amis-scope .pc\:hover\:bg-gray-200:hover {
    background-color: #e5e7eb;
  }

  .amis-scope .pc\:hover\:bg-gray-300:hover {
    background-color: #d1d5db;
  }

  .amis-scope .pc\:hover\:bg-gray-400:hover {
    background-color: #9ca3af;
  }

  .amis-scope .pc\:hover\:bg-gray-500:hover {
    background-color: #6b7280;
  }

  .amis-scope .pc\:hover\:bg-gray-600:hover {
    background-color: #4b5563;
  }

  .amis-scope .pc\:hover\:bg-gray-700:hover {
    background-color: #374151;
  }

  .amis-scope .pc\:hover\:bg-gray-800:hover {
    background-color: #1f2937;
  }

  .amis-scope .pc\:hover\:bg-gray-900:hover {
    background-color: #111827;
  }

  .amis-scope .pc\:hover\:bg-red-transparent:hover {
    background: transparent;
  }

  .amis-scope .pc\:hover\:bg-red-current:hover {
    background: currentColor;
  }

  .amis-scope .pc\:hover\:bg-red-50:hover {
    background-color: #fef2f2;
  }

  .amis-scope .pc\:hover\:bg-red-100:hover {
    background-color: #fee2e2;
  }

  .amis-scope .pc\:hover\:bg-red-200:hover {
    background-color: #fecaca;
  }

  .amis-scope .pc\:hover\:bg-red-300:hover {
    background-color: #fca5a5;
  }

  .amis-scope .pc\:hover\:bg-red-400:hover {
    background-color: #f87171;
  }

  .amis-scope .pc\:hover\:bg-red-500:hover {
    background-color: #ef4444;
  }

  .amis-scope .pc\:hover\:bg-red-600:hover {
    background-color: #dc2626;
  }

  .amis-scope .pc\:hover\:bg-red-700:hover {
    background-color: #b91c1c;
  }

  .amis-scope .pc\:hover\:bg-red-800:hover {
    background-color: #991b1b;
  }

  .amis-scope .pc\:hover\:bg-red-900:hover {
    background-color: #7f1d1d;
  }

  .amis-scope .pc\:hover\:bg-yellow-transparent:hover {
    background: transparent;
  }

  .amis-scope .pc\:hover\:bg-yellow-current:hover {
    background: currentColor;
  }

  .amis-scope .pc\:hover\:bg-yellow-50:hover {
    background-color: #fffbeb;
  }

  .amis-scope .pc\:hover\:bg-yellow-100:hover {
    background-color: #fef3c7;
  }

  .amis-scope .pc\:hover\:bg-yellow-200:hover {
    background-color: #fde68a;
  }

  .amis-scope .pc\:hover\:bg-yellow-300:hover {
    background-color: #fcd34d;
  }

  .amis-scope .pc\:hover\:bg-yellow-400:hover {
    background-color: #fbbf24;
  }

  .amis-scope .pc\:hover\:bg-yellow-500:hover {
    background-color: #f59e0b;
  }

  .amis-scope .pc\:hover\:bg-yellow-600:hover {
    background-color: #d97706;
  }

  .amis-scope .pc\:hover\:bg-yellow-700:hover {
    background-color: #b45309;
  }

  .amis-scope .pc\:hover\:bg-yellow-800:hover {
    background-color: #92400e;
  }

  .amis-scope .pc\:hover\:bg-yellow-900:hover {
    background-color: #78350f;
  }

  .amis-scope .pc\:hover\:bg-green-transparent:hover {
    background: transparent;
  }

  .amis-scope .pc\:hover\:bg-green-current:hover {
    background: currentColor;
  }

  .amis-scope .pc\:hover\:bg-green-50:hover {
    background-color: #ecfdf5;
  }

  .amis-scope .pc\:hover\:bg-green-100:hover {
    background-color: #d1fae5;
  }

  .amis-scope .pc\:hover\:bg-green-200:hover {
    background-color: #a7f3d0;
  }

  .amis-scope .pc\:hover\:bg-green-300:hover {
    background-color: #6ee7b7;
  }

  .amis-scope .pc\:hover\:bg-green-400:hover {
    background-color: #34d399;
  }

  .amis-scope .pc\:hover\:bg-green-500:hover {
    background-color: #10b981;
  }

  .amis-scope .pc\:hover\:bg-green-600:hover {
    background-color: #059669;
  }

  .amis-scope .pc\:hover\:bg-green-700:hover {
    background-color: #047857;
  }

  .amis-scope .pc\:hover\:bg-green-800:hover {
    background-color: #065f46;
  }

  .amis-scope .pc\:hover\:bg-green-900:hover {
    background-color: #064e3b;
  }

  .amis-scope .pc\:hover\:bg-blue-transparent:hover {
    background: transparent;
  }

  .amis-scope .pc\:hover\:bg-blue-current:hover {
    background: currentColor;
  }

  .amis-scope .pc\:hover\:bg-blue-50:hover {
    background-color: #eff6ff;
  }

  .amis-scope .pc\:hover\:bg-blue-100:hover {
    background-color: #dbeafe;
  }

  .amis-scope .pc\:hover\:bg-blue-200:hover {
    background-color: #bfdbfe;
  }

  .amis-scope .pc\:hover\:bg-blue-300:hover {
    background-color: #93c5fd;
  }

  .amis-scope .pc\:hover\:bg-blue-400:hover {
    background-color: #60a5fa;
  }

  .amis-scope .pc\:hover\:bg-blue-500:hover {
    background-color: #3b82f6;
  }

  .amis-scope .pc\:hover\:bg-blue-600:hover {
    background-color: #2563eb;
  }

  .amis-scope .pc\:hover\:bg-blue-700:hover {
    background-color: #1d4ed8;
  }

  .amis-scope .pc\:hover\:bg-blue-800:hover {
    background-color: #1e40af;
  }

  .amis-scope .pc\:hover\:bg-blue-900:hover {
    background-color: #1e3a8a;
  }

  .amis-scope .pc\:hover\:bg-cyan-transparent:hover {
    background: transparent;
  }

  .amis-scope .pc\:hover\:bg-cyan-current:hover {
    background: currentColor;
  }

  .amis-scope .pc\:hover\:bg-cyan-50:hover {
    background-color: #ecfeff;
  }

  .amis-scope .pc\:hover\:bg-cyan-100:hover {
    background-color: #cffafe;
  }

  .amis-scope .pc\:hover\:bg-cyan-200:hover {
    background-color: #a5f3fc;
  }

  .amis-scope .pc\:hover\:bg-cyan-300:hover {
    background-color: #67e8f9;
  }

  .amis-scope .pc\:hover\:bg-cyan-400:hover {
    background-color: #22d3ee;
  }

  .amis-scope .pc\:hover\:bg-cyan-500:hover {
    background-color: #06b6d4;
  }

  .amis-scope .pc\:hover\:bg-cyan-600:hover {
    background-color: #0891b2;
  }

  .amis-scope .pc\:hover\:bg-cyan-700:hover {
    background-color: #0e7490;
  }

  .amis-scope .pc\:hover\:bg-cyan-800:hover {
    background-color: #155e75;
  }

  .amis-scope .pc\:hover\:bg-cyan-900:hover {
    background-color: #164e63;
  }

  .amis-scope .pc\:hover\:bg-indigo-transparent:hover {
    background: transparent;
  }

  .amis-scope .pc\:hover\:bg-indigo-current:hover {
    background: currentColor;
  }

  .amis-scope .pc\:hover\:bg-indigo-50:hover {
    background-color: #eef2ff;
  }

  .amis-scope .pc\:hover\:bg-indigo-100:hover {
    background-color: #e0e7ff;
  }

  .amis-scope .pc\:hover\:bg-indigo-200:hover {
    background-color: #c7d2fe;
  }

  .amis-scope .pc\:hover\:bg-indigo-300:hover {
    background-color: #a5b4fc;
  }

  .amis-scope .pc\:hover\:bg-indigo-400:hover {
    background-color: #818cf8;
  }

  .amis-scope .pc\:hover\:bg-indigo-500:hover {
    background-color: #6366f1;
  }

  .amis-scope .pc\:hover\:bg-indigo-600:hover {
    background-color: #4f46e5;
  }

  .amis-scope .pc\:hover\:bg-indigo-700:hover {
    background-color: #4338ca;
  }

  .amis-scope .pc\:hover\:bg-indigo-800:hover {
    background-color: #3730a3;
  }

  .amis-scope .pc\:hover\:bg-indigo-900:hover {
    background-color: #312e81;
  }

  .amis-scope .pc\:hover\:bg-purple-transparent:hover {
    background: transparent;
  }

  .amis-scope .pc\:hover\:bg-purple-current:hover {
    background: currentColor;
  }

  .amis-scope .pc\:hover\:bg-purple-50:hover {
    background-color: #f5f3ff;
  }

  .amis-scope .pc\:hover\:bg-purple-100:hover {
    background-color: #ede9fe;
  }

  .amis-scope .pc\:hover\:bg-purple-200:hover {
    background-color: #ddd6fe;
  }

  .amis-scope .pc\:hover\:bg-purple-300:hover {
    background-color: #c4b5fd;
  }

  .amis-scope .pc\:hover\:bg-purple-400:hover {
    background-color: #a78bfa;
  }

  .amis-scope .pc\:hover\:bg-purple-500:hover {
    background-color: #8b5cf6;
  }

  .amis-scope .pc\:hover\:bg-purple-600:hover {
    background-color: #7c3aed;
  }

  .amis-scope .pc\:hover\:bg-purple-700:hover {
    background-color: #6d28d9;
  }

  .amis-scope .pc\:hover\:bg-purple-800:hover {
    background-color: #5b21b6;
  }

  .amis-scope .pc\:hover\:bg-purple-900:hover {
    background-color: #4c1d95;
  }

  .amis-scope .pc\:hover\:bg-pink-transparent:hover {
    background: transparent;
  }

  .amis-scope .pc\:hover\:bg-pink-current:hover {
    background: currentColor;
  }

  .amis-scope .pc\:hover\:bg-pink-50:hover {
    background-color: #fdf2f8;
  }

  .amis-scope .pc\:hover\:bg-pink-100:hover {
    background-color: #fce7f3;
  }

  .amis-scope .pc\:hover\:bg-pink-200:hover {
    background-color: #fbcfe8;
  }

  .amis-scope .pc\:hover\:bg-pink-300:hover {
    background-color: #f9a8d4;
  }

  .amis-scope .pc\:hover\:bg-pink-400:hover {
    background-color: #f472b6;
  }

  .amis-scope .pc\:hover\:bg-pink-500:hover {
    background-color: #ec4899;
  }

  .amis-scope .pc\:hover\:bg-pink-600:hover {
    background-color: #db2777;
  }

  .amis-scope .pc\:hover\:bg-pink-700:hover {
    background-color: #be185d;
  }

  .amis-scope .pc\:hover\:bg-pink-800:hover {
    background-color: #9d174d;
  }

  .amis-scope .pc\:hover\:bg-pink-900:hover {
    background-color: #831843;
  }

  .amis-scope .pc\:active\:bg-transparent.is-active {
    background: transparent;
  }

  .amis-scope .pc\:active\:bg-none.is-active {
    background: none !important;
  }

  .amis-scope .pc\:active\:bg-transparent.is-active {
    background: transparent;
  }

  .amis-scope .pc\:active\:bg-current.is-active {
    background: currentColor;
  }

  .amis-scope .pc\:active\:bg-black.is-active,
  .amis-scope .pc\:active\:bg-black:active {
    background-color: #000;
  }

  .amis-scope .pc\:active\:bg-white.is-active,
  .amis-scope .pc\:active\:bg-white:active {
    background-color: #fff;
  }

  .amis-scope .pc\:active\:bg-primary.is-active,
  .amis-scope .pc\:active\:bg-primary:active {
    background-color: #007bff;
  }

  .amis-scope .pc\:active\:bg-secondary.is-active,
  .amis-scope .pc\:active\:bg-secondary:active {
    background-color: #6c757d;
  }

  .amis-scope .pc\:active\:bg-success.is-active,
  .amis-scope .pc\:active\:bg-success:active {
    background-color: #28a745;
  }

  .amis-scope .pc\:active\:bg-info.is-active,
  .amis-scope .pc\:active\:bg-info:active {
    background-color: #007bff;
  }

  .amis-scope .pc\:active\:bg-warning.is-active,
  .amis-scope .pc\:active\:bg-warning:active {
    background-color: #fad733;
  }

  .amis-scope .pc\:active\:bg-danger.is-active,
  .amis-scope .pc\:active\:bg-danger:active {
    background-color: #dc3545;
  }

  .amis-scope .pc\:active\:bg-light.is-active,
  .amis-scope .pc\:active\:bg-light:active {
    background-color: #f8f9fa;
  }

  .amis-scope .pc\:active\:bg-dark.is-active,
  .amis-scope .pc\:active\:bg-dark:active {
    background-color: #343a40;
  }

  .amis-scope .pc\:active\:bg-gray-transparent.is-active {
    background: transparent;
  }

  .amis-scope .pc\:active\:bg-gray-current.is-active {
    background: currentColor;
  }

  .amis-scope .pc\:active\:bg-gray-50.is-active,
  .amis-scope .pc\:active\:bg-gray-50:active {
    background-color: #f9fafb;
  }

  .amis-scope .pc\:active\:bg-gray-100.is-active,
  .amis-scope .pc\:active\:bg-gray-100:active {
    background-color: #f3f4f6;
  }

  .amis-scope .pc\:active\:bg-gray-200.is-active,
  .amis-scope .pc\:active\:bg-gray-200:active {
    background-color: #e5e7eb;
  }

  .amis-scope .pc\:active\:bg-gray-300.is-active,
  .amis-scope .pc\:active\:bg-gray-300:active {
    background-color: #d1d5db;
  }

  .amis-scope .pc\:active\:bg-gray-400.is-active,
  .amis-scope .pc\:active\:bg-gray-400:active {
    background-color: #9ca3af;
  }

  .amis-scope .pc\:active\:bg-gray-500.is-active,
  .amis-scope .pc\:active\:bg-gray-500:active {
    background-color: #6b7280;
  }

  .amis-scope .pc\:active\:bg-gray-600.is-active,
  .amis-scope .pc\:active\:bg-gray-600:active {
    background-color: #4b5563;
  }

  .amis-scope .pc\:active\:bg-gray-700.is-active,
  .amis-scope .pc\:active\:bg-gray-700:active {
    background-color: #374151;
  }

  .amis-scope .pc\:active\:bg-gray-800.is-active,
  .amis-scope .pc\:active\:bg-gray-800:active {
    background-color: #1f2937;
  }

  .amis-scope .pc\:active\:bg-gray-900.is-active,
  .amis-scope .pc\:active\:bg-gray-900:active {
    background-color: #111827;
  }

  .amis-scope .pc\:active\:bg-red-transparent.is-active {
    background: transparent;
  }

  .amis-scope .pc\:active\:bg-red-current.is-active {
    background: currentColor;
  }

  .amis-scope .pc\:active\:bg-red-50.is-active,
  .amis-scope .pc\:active\:bg-red-50:active {
    background-color: #fef2f2;
  }

  .amis-scope .pc\:active\:bg-red-100.is-active,
  .amis-scope .pc\:active\:bg-red-100:active {
    background-color: #fee2e2;
  }

  .amis-scope .pc\:active\:bg-red-200.is-active,
  .amis-scope .pc\:active\:bg-red-200:active {
    background-color: #fecaca;
  }

  .amis-scope .pc\:active\:bg-red-300.is-active,
  .amis-scope .pc\:active\:bg-red-300:active {
    background-color: #fca5a5;
  }

  .amis-scope .pc\:active\:bg-red-400.is-active,
  .amis-scope .pc\:active\:bg-red-400:active {
    background-color: #f87171;
  }

  .amis-scope .pc\:active\:bg-red-500.is-active,
  .amis-scope .pc\:active\:bg-red-500:active {
    background-color: #ef4444;
  }

  .amis-scope .pc\:active\:bg-red-600.is-active,
  .amis-scope .pc\:active\:bg-red-600:active {
    background-color: #dc2626;
  }

  .amis-scope .pc\:active\:bg-red-700.is-active,
  .amis-scope .pc\:active\:bg-red-700:active {
    background-color: #b91c1c;
  }

  .amis-scope .pc\:active\:bg-red-800.is-active,
  .amis-scope .pc\:active\:bg-red-800:active {
    background-color: #991b1b;
  }

  .amis-scope .pc\:active\:bg-red-900.is-active,
  .amis-scope .pc\:active\:bg-red-900:active {
    background-color: #7f1d1d;
  }

  .amis-scope .pc\:active\:bg-yellow-transparent.is-active {
    background: transparent;
  }

  .amis-scope .pc\:active\:bg-yellow-current.is-active {
    background: currentColor;
  }

  .amis-scope .pc\:active\:bg-yellow-50.is-active,
  .amis-scope .pc\:active\:bg-yellow-50:active {
    background-color: #fffbeb;
  }

  .amis-scope .pc\:active\:bg-yellow-100.is-active,
  .amis-scope .pc\:active\:bg-yellow-100:active {
    background-color: #fef3c7;
  }

  .amis-scope .pc\:active\:bg-yellow-200.is-active,
  .amis-scope .pc\:active\:bg-yellow-200:active {
    background-color: #fde68a;
  }

  .amis-scope .pc\:active\:bg-yellow-300.is-active,
  .amis-scope .pc\:active\:bg-yellow-300:active {
    background-color: #fcd34d;
  }

  .amis-scope .pc\:active\:bg-yellow-400.is-active,
  .amis-scope .pc\:active\:bg-yellow-400:active {
    background-color: #fbbf24;
  }

  .amis-scope .pc\:active\:bg-yellow-500.is-active,
  .amis-scope .pc\:active\:bg-yellow-500:active {
    background-color: #f59e0b;
  }

  .amis-scope .pc\:active\:bg-yellow-600.is-active,
  .amis-scope .pc\:active\:bg-yellow-600:active {
    background-color: #d97706;
  }

  .amis-scope .pc\:active\:bg-yellow-700.is-active,
  .amis-scope .pc\:active\:bg-yellow-700:active {
    background-color: #b45309;
  }

  .amis-scope .pc\:active\:bg-yellow-800.is-active,
  .amis-scope .pc\:active\:bg-yellow-800:active {
    background-color: #92400e;
  }

  .amis-scope .pc\:active\:bg-yellow-900.is-active,
  .amis-scope .pc\:active\:bg-yellow-900:active {
    background-color: #78350f;
  }

  .amis-scope .pc\:active\:bg-green-transparent.is-active {
    background: transparent;
  }

  .amis-scope .pc\:active\:bg-green-current.is-active {
    background: currentColor;
  }

  .amis-scope .pc\:active\:bg-green-50.is-active,
  .amis-scope .pc\:active\:bg-green-50:active {
    background-color: #ecfdf5;
  }

  .amis-scope .pc\:active\:bg-green-100.is-active,
  .amis-scope .pc\:active\:bg-green-100:active {
    background-color: #d1fae5;
  }

  .amis-scope .pc\:active\:bg-green-200.is-active,
  .amis-scope .pc\:active\:bg-green-200:active {
    background-color: #a7f3d0;
  }

  .amis-scope .pc\:active\:bg-green-300.is-active,
  .amis-scope .pc\:active\:bg-green-300:active {
    background-color: #6ee7b7;
  }

  .amis-scope .pc\:active\:bg-green-400.is-active,
  .amis-scope .pc\:active\:bg-green-400:active {
    background-color: #34d399;
  }

  .amis-scope .pc\:active\:bg-green-500.is-active,
  .amis-scope .pc\:active\:bg-green-500:active {
    background-color: #10b981;
  }

  .amis-scope .pc\:active\:bg-green-600.is-active,
  .amis-scope .pc\:active\:bg-green-600:active {
    background-color: #059669;
  }

  .amis-scope .pc\:active\:bg-green-700.is-active,
  .amis-scope .pc\:active\:bg-green-700:active {
    background-color: #047857;
  }

  .amis-scope .pc\:active\:bg-green-800.is-active,
  .amis-scope .pc\:active\:bg-green-800:active {
    background-color: #065f46;
  }

  .amis-scope .pc\:active\:bg-green-900.is-active,
  .amis-scope .pc\:active\:bg-green-900:active {
    background-color: #064e3b;
  }

  .amis-scope .pc\:active\:bg-blue-transparent.is-active {
    background: transparent;
  }

  .amis-scope .pc\:active\:bg-blue-current.is-active {
    background: currentColor;
  }

  .amis-scope .pc\:active\:bg-blue-50.is-active,
  .amis-scope .pc\:active\:bg-blue-50:active {
    background-color: #eff6ff;
  }

  .amis-scope .pc\:active\:bg-blue-100.is-active,
  .amis-scope .pc\:active\:bg-blue-100:active {
    background-color: #dbeafe;
  }

  .amis-scope .pc\:active\:bg-blue-200.is-active,
  .amis-scope .pc\:active\:bg-blue-200:active {
    background-color: #bfdbfe;
  }

  .amis-scope .pc\:active\:bg-blue-300.is-active,
  .amis-scope .pc\:active\:bg-blue-300:active {
    background-color: #93c5fd;
  }

  .amis-scope .pc\:active\:bg-blue-400.is-active,
  .amis-scope .pc\:active\:bg-blue-400:active {
    background-color: #60a5fa;
  }

  .amis-scope .pc\:active\:bg-blue-500.is-active,
  .amis-scope .pc\:active\:bg-blue-500:active {
    background-color: #3b82f6;
  }

  .amis-scope .pc\:active\:bg-blue-600.is-active,
  .amis-scope .pc\:active\:bg-blue-600:active {
    background-color: #2563eb;
  }

  .amis-scope .pc\:active\:bg-blue-700.is-active,
  .amis-scope .pc\:active\:bg-blue-700:active {
    background-color: #1d4ed8;
  }

  .amis-scope .pc\:active\:bg-blue-800.is-active,
  .amis-scope .pc\:active\:bg-blue-800:active {
    background-color: #1e40af;
  }

  .amis-scope .pc\:active\:bg-blue-900.is-active,
  .amis-scope .pc\:active\:bg-blue-900:active {
    background-color: #1e3a8a;
  }

  .amis-scope .pc\:active\:bg-cyan-transparent.is-active {
    background: transparent;
  }

  .amis-scope .pc\:active\:bg-cyan-current.is-active {
    background: currentColor;
  }

  .amis-scope .pc\:active\:bg-cyan-50.is-active,
  .amis-scope .pc\:active\:bg-cyan-50:active {
    background-color: #ecfeff;
  }

  .amis-scope .pc\:active\:bg-cyan-100.is-active,
  .amis-scope .pc\:active\:bg-cyan-100:active {
    background-color: #cffafe;
  }

  .amis-scope .pc\:active\:bg-cyan-200.is-active,
  .amis-scope .pc\:active\:bg-cyan-200:active {
    background-color: #a5f3fc;
  }

  .amis-scope .pc\:active\:bg-cyan-300.is-active,
  .amis-scope .pc\:active\:bg-cyan-300:active {
    background-color: #67e8f9;
  }

  .amis-scope .pc\:active\:bg-cyan-400.is-active,
  .amis-scope .pc\:active\:bg-cyan-400:active {
    background-color: #22d3ee;
  }

  .amis-scope .pc\:active\:bg-cyan-500.is-active,
  .amis-scope .pc\:active\:bg-cyan-500:active {
    background-color: #06b6d4;
  }

  .amis-scope .pc\:active\:bg-cyan-600.is-active,
  .amis-scope .pc\:active\:bg-cyan-600:active {
    background-color: #0891b2;
  }

  .amis-scope .pc\:active\:bg-cyan-700.is-active,
  .amis-scope .pc\:active\:bg-cyan-700:active {
    background-color: #0e7490;
  }

  .amis-scope .pc\:active\:bg-cyan-800.is-active,
  .amis-scope .pc\:active\:bg-cyan-800:active {
    background-color: #155e75;
  }

  .amis-scope .pc\:active\:bg-cyan-900.is-active,
  .amis-scope .pc\:active\:bg-cyan-900:active {
    background-color: #164e63;
  }

  .amis-scope .pc\:active\:bg-indigo-transparent.is-active {
    background: transparent;
  }

  .amis-scope .pc\:active\:bg-indigo-current.is-active {
    background: currentColor;
  }

  .amis-scope .pc\:active\:bg-indigo-50.is-active,
  .amis-scope .pc\:active\:bg-indigo-50:active {
    background-color: #eef2ff;
  }

  .amis-scope .pc\:active\:bg-indigo-100.is-active,
  .amis-scope .pc\:active\:bg-indigo-100:active {
    background-color: #e0e7ff;
  }

  .amis-scope .pc\:active\:bg-indigo-200.is-active,
  .amis-scope .pc\:active\:bg-indigo-200:active {
    background-color: #c7d2fe;
  }

  .amis-scope .pc\:active\:bg-indigo-300.is-active,
  .amis-scope .pc\:active\:bg-indigo-300:active {
    background-color: #a5b4fc;
  }

  .amis-scope .pc\:active\:bg-indigo-400.is-active,
  .amis-scope .pc\:active\:bg-indigo-400:active {
    background-color: #818cf8;
  }

  .amis-scope .pc\:active\:bg-indigo-500.is-active,
  .amis-scope .pc\:active\:bg-indigo-500:active {
    background-color: #6366f1;
  }

  .amis-scope .pc\:active\:bg-indigo-600.is-active,
  .amis-scope .pc\:active\:bg-indigo-600:active {
    background-color: #4f46e5;
  }

  .amis-scope .pc\:active\:bg-indigo-700.is-active,
  .amis-scope .pc\:active\:bg-indigo-700:active {
    background-color: #4338ca;
  }

  .amis-scope .pc\:active\:bg-indigo-800.is-active,
  .amis-scope .pc\:active\:bg-indigo-800:active {
    background-color: #3730a3;
  }

  .amis-scope .pc\:active\:bg-indigo-900.is-active,
  .amis-scope .pc\:active\:bg-indigo-900:active {
    background-color: #312e81;
  }

  .amis-scope .pc\:active\:bg-purple-transparent.is-active {
    background: transparent;
  }

  .amis-scope .pc\:active\:bg-purple-current.is-active {
    background: currentColor;
  }

  .amis-scope .pc\:active\:bg-purple-50.is-active,
  .amis-scope .pc\:active\:bg-purple-50:active {
    background-color: #f5f3ff;
  }

  .amis-scope .pc\:active\:bg-purple-100.is-active,
  .amis-scope .pc\:active\:bg-purple-100:active {
    background-color: #ede9fe;
  }

  .amis-scope .pc\:active\:bg-purple-200.is-active,
  .amis-scope .pc\:active\:bg-purple-200:active {
    background-color: #ddd6fe;
  }

  .amis-scope .pc\:active\:bg-purple-300.is-active,
  .amis-scope .pc\:active\:bg-purple-300:active {
    background-color: #c4b5fd;
  }

  .amis-scope .pc\:active\:bg-purple-400.is-active,
  .amis-scope .pc\:active\:bg-purple-400:active {
    background-color: #a78bfa;
  }

  .amis-scope .pc\:active\:bg-purple-500.is-active,
  .amis-scope .pc\:active\:bg-purple-500:active {
    background-color: #8b5cf6;
  }

  .amis-scope .pc\:active\:bg-purple-600.is-active,
  .amis-scope .pc\:active\:bg-purple-600:active {
    background-color: #7c3aed;
  }

  .amis-scope .pc\:active\:bg-purple-700.is-active,
  .amis-scope .pc\:active\:bg-purple-700:active {
    background-color: #6d28d9;
  }

  .amis-scope .pc\:active\:bg-purple-800.is-active,
  .amis-scope .pc\:active\:bg-purple-800:active {
    background-color: #5b21b6;
  }

  .amis-scope .pc\:active\:bg-purple-900.is-active,
  .amis-scope .pc\:active\:bg-purple-900:active {
    background-color: #4c1d95;
  }

  .amis-scope .pc\:active\:bg-pink-transparent.is-active {
    background: transparent;
  }

  .amis-scope .pc\:active\:bg-pink-current.is-active {
    background: currentColor;
  }

  .amis-scope .pc\:active\:bg-pink-50.is-active,
  .amis-scope .pc\:active\:bg-pink-50:active {
    background-color: #fdf2f8;
  }

  .amis-scope .pc\:active\:bg-pink-100.is-active,
  .amis-scope .pc\:active\:bg-pink-100:active {
    background-color: #fce7f3;
  }

  .amis-scope .pc\:active\:bg-pink-200.is-active,
  .amis-scope .pc\:active\:bg-pink-200:active {
    background-color: #fbcfe8;
  }

  .amis-scope .pc\:active\:bg-pink-300.is-active,
  .amis-scope .pc\:active\:bg-pink-300:active {
    background-color: #f9a8d4;
  }

  .amis-scope .pc\:active\:bg-pink-400.is-active,
  .amis-scope .pc\:active\:bg-pink-400:active {
    background-color: #f472b6;
  }

  .amis-scope .pc\:active\:bg-pink-500.is-active,
  .amis-scope .pc\:active\:bg-pink-500:active {
    background-color: #ec4899;
  }

  .amis-scope .pc\:active\:bg-pink-600.is-active,
  .amis-scope .pc\:active\:bg-pink-600:active {
    background-color: #db2777;
  }

  .amis-scope .pc\:active\:bg-pink-700.is-active,
  .amis-scope .pc\:active\:bg-pink-700:active {
    background-color: #be185d;
  }

  .amis-scope .pc\:active\:bg-pink-800.is-active,
  .amis-scope .pc\:active\:bg-pink-800:active {
    background-color: #9d174d;
  }

  .amis-scope .pc\:active\:bg-pink-900.is-active,
  .amis-scope .pc\:active\:bg-pink-900:active {
    background-color: #831843;
  }

  .amis-scope .pc\:focus\:bg-transparent:focus {
    background: transparent;
  }

  .amis-scope .pc\:focus\:bg-none:focus {
    background: none !important;
  }

  .amis-scope .pc\:focus\:bg-transparent:focus {
    background: transparent;
  }

  .amis-scope .pc\:focus\:bg-current:focus {
    background: currentColor;
  }

  .amis-scope .pc\:focus\:bg-black:focus {
    background-color: #000;
  }

  .amis-scope .pc\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .amis-scope .pc\:focus\:bg-primary:focus {
    background-color: #007bff;
  }

  .amis-scope .pc\:focus\:bg-secondary:focus {
    background-color: #6c757d;
  }

  .amis-scope .pc\:focus\:bg-success:focus {
    background-color: #28a745;
  }

  .amis-scope .pc\:focus\:bg-info:focus {
    background-color: #007bff;
  }

  .amis-scope .pc\:focus\:bg-warning:focus {
    background-color: #fad733;
  }

  .amis-scope .pc\:focus\:bg-danger:focus {
    background-color: #dc3545;
  }

  .amis-scope .pc\:focus\:bg-light:focus {
    background-color: #f8f9fa;
  }

  .amis-scope .pc\:focus\:bg-dark:focus {
    background-color: #343a40;
  }

  .amis-scope .pc\:focus\:bg-gray-transparent:focus {
    background: transparent;
  }

  .amis-scope .pc\:focus\:bg-gray-current:focus {
    background: currentColor;
  }

  .amis-scope .pc\:focus\:bg-gray-50:focus {
    background-color: #f9fafb;
  }

  .amis-scope .pc\:focus\:bg-gray-100:focus {
    background-color: #f3f4f6;
  }

  .amis-scope .pc\:focus\:bg-gray-200:focus {
    background-color: #e5e7eb;
  }

  .amis-scope .pc\:focus\:bg-gray-300:focus {
    background-color: #d1d5db;
  }

  .amis-scope .pc\:focus\:bg-gray-400:focus {
    background-color: #9ca3af;
  }

  .amis-scope .pc\:focus\:bg-gray-500:focus {
    background-color: #6b7280;
  }

  .amis-scope .pc\:focus\:bg-gray-600:focus {
    background-color: #4b5563;
  }

  .amis-scope .pc\:focus\:bg-gray-700:focus {
    background-color: #374151;
  }

  .amis-scope .pc\:focus\:bg-gray-800:focus {
    background-color: #1f2937;
  }

  .amis-scope .pc\:focus\:bg-gray-900:focus {
    background-color: #111827;
  }

  .amis-scope .pc\:focus\:bg-red-transparent:focus {
    background: transparent;
  }

  .amis-scope .pc\:focus\:bg-red-current:focus {
    background: currentColor;
  }

  .amis-scope .pc\:focus\:bg-red-50:focus {
    background-color: #fef2f2;
  }

  .amis-scope .pc\:focus\:bg-red-100:focus {
    background-color: #fee2e2;
  }

  .amis-scope .pc\:focus\:bg-red-200:focus {
    background-color: #fecaca;
  }

  .amis-scope .pc\:focus\:bg-red-300:focus {
    background-color: #fca5a5;
  }

  .amis-scope .pc\:focus\:bg-red-400:focus {
    background-color: #f87171;
  }

  .amis-scope .pc\:focus\:bg-red-500:focus {
    background-color: #ef4444;
  }

  .amis-scope .pc\:focus\:bg-red-600:focus {
    background-color: #dc2626;
  }

  .amis-scope .pc\:focus\:bg-red-700:focus {
    background-color: #b91c1c;
  }

  .amis-scope .pc\:focus\:bg-red-800:focus {
    background-color: #991b1b;
  }

  .amis-scope .pc\:focus\:bg-red-900:focus {
    background-color: #7f1d1d;
  }

  .amis-scope .pc\:focus\:bg-yellow-transparent:focus {
    background: transparent;
  }

  .amis-scope .pc\:focus\:bg-yellow-current:focus {
    background: currentColor;
  }

  .amis-scope .pc\:focus\:bg-yellow-50:focus {
    background-color: #fffbeb;
  }

  .amis-scope .pc\:focus\:bg-yellow-100:focus {
    background-color: #fef3c7;
  }

  .amis-scope .pc\:focus\:bg-yellow-200:focus {
    background-color: #fde68a;
  }

  .amis-scope .pc\:focus\:bg-yellow-300:focus {
    background-color: #fcd34d;
  }

  .amis-scope .pc\:focus\:bg-yellow-400:focus {
    background-color: #fbbf24;
  }

  .amis-scope .pc\:focus\:bg-yellow-500:focus {
    background-color: #f59e0b;
  }

  .amis-scope .pc\:focus\:bg-yellow-600:focus {
    background-color: #d97706;
  }

  .amis-scope .pc\:focus\:bg-yellow-700:focus {
    background-color: #b45309;
  }

  .amis-scope .pc\:focus\:bg-yellow-800:focus {
    background-color: #92400e;
  }

  .amis-scope .pc\:focus\:bg-yellow-900:focus {
    background-color: #78350f;
  }

  .amis-scope .pc\:focus\:bg-green-transparent:focus {
    background: transparent;
  }

  .amis-scope .pc\:focus\:bg-green-current:focus {
    background: currentColor;
  }

  .amis-scope .pc\:focus\:bg-green-50:focus {
    background-color: #ecfdf5;
  }

  .amis-scope .pc\:focus\:bg-green-100:focus {
    background-color: #d1fae5;
  }

  .amis-scope .pc\:focus\:bg-green-200:focus {
    background-color: #a7f3d0;
  }

  .amis-scope .pc\:focus\:bg-green-300:focus {
    background-color: #6ee7b7;
  }

  .amis-scope .pc\:focus\:bg-green-400:focus {
    background-color: #34d399;
  }

  .amis-scope .pc\:focus\:bg-green-500:focus {
    background-color: #10b981;
  }

  .amis-scope .pc\:focus\:bg-green-600:focus {
    background-color: #059669;
  }

  .amis-scope .pc\:focus\:bg-green-700:focus {
    background-color: #047857;
  }

  .amis-scope .pc\:focus\:bg-green-800:focus {
    background-color: #065f46;
  }

  .amis-scope .pc\:focus\:bg-green-900:focus {
    background-color: #064e3b;
  }

  .amis-scope .pc\:focus\:bg-blue-transparent:focus {
    background: transparent;
  }

  .amis-scope .pc\:focus\:bg-blue-current:focus {
    background: currentColor;
  }

  .amis-scope .pc\:focus\:bg-blue-50:focus {
    background-color: #eff6ff;
  }

  .amis-scope .pc\:focus\:bg-blue-100:focus {
    background-color: #dbeafe;
  }

  .amis-scope .pc\:focus\:bg-blue-200:focus {
    background-color: #bfdbfe;
  }

  .amis-scope .pc\:focus\:bg-blue-300:focus {
    background-color: #93c5fd;
  }

  .amis-scope .pc\:focus\:bg-blue-400:focus {
    background-color: #60a5fa;
  }

  .amis-scope .pc\:focus\:bg-blue-500:focus {
    background-color: #3b82f6;
  }

  .amis-scope .pc\:focus\:bg-blue-600:focus {
    background-color: #2563eb;
  }

  .amis-scope .pc\:focus\:bg-blue-700:focus {
    background-color: #1d4ed8;
  }

  .amis-scope .pc\:focus\:bg-blue-800:focus {
    background-color: #1e40af;
  }

  .amis-scope .pc\:focus\:bg-blue-900:focus {
    background-color: #1e3a8a;
  }

  .amis-scope .pc\:focus\:bg-cyan-transparent:focus {
    background: transparent;
  }

  .amis-scope .pc\:focus\:bg-cyan-current:focus {
    background: currentColor;
  }

  .amis-scope .pc\:focus\:bg-cyan-50:focus {
    background-color: #ecfeff;
  }

  .amis-scope .pc\:focus\:bg-cyan-100:focus {
    background-color: #cffafe;
  }

  .amis-scope .pc\:focus\:bg-cyan-200:focus {
    background-color: #a5f3fc;
  }

  .amis-scope .pc\:focus\:bg-cyan-300:focus {
    background-color: #67e8f9;
  }

  .amis-scope .pc\:focus\:bg-cyan-400:focus {
    background-color: #22d3ee;
  }

  .amis-scope .pc\:focus\:bg-cyan-500:focus {
    background-color: #06b6d4;
  }

  .amis-scope .pc\:focus\:bg-cyan-600:focus {
    background-color: #0891b2;
  }

  .amis-scope .pc\:focus\:bg-cyan-700:focus {
    background-color: #0e7490;
  }

  .amis-scope .pc\:focus\:bg-cyan-800:focus {
    background-color: #155e75;
  }

  .amis-scope .pc\:focus\:bg-cyan-900:focus {
    background-color: #164e63;
  }

  .amis-scope .pc\:focus\:bg-indigo-transparent:focus {
    background: transparent;
  }

  .amis-scope .pc\:focus\:bg-indigo-current:focus {
    background: currentColor;
  }

  .amis-scope .pc\:focus\:bg-indigo-50:focus {
    background-color: #eef2ff;
  }

  .amis-scope .pc\:focus\:bg-indigo-100:focus {
    background-color: #e0e7ff;
  }

  .amis-scope .pc\:focus\:bg-indigo-200:focus {
    background-color: #c7d2fe;
  }

  .amis-scope .pc\:focus\:bg-indigo-300:focus {
    background-color: #a5b4fc;
  }

  .amis-scope .pc\:focus\:bg-indigo-400:focus {
    background-color: #818cf8;
  }

  .amis-scope .pc\:focus\:bg-indigo-500:focus {
    background-color: #6366f1;
  }

  .amis-scope .pc\:focus\:bg-indigo-600:focus {
    background-color: #4f46e5;
  }

  .amis-scope .pc\:focus\:bg-indigo-700:focus {
    background-color: #4338ca;
  }

  .amis-scope .pc\:focus\:bg-indigo-800:focus {
    background-color: #3730a3;
  }

  .amis-scope .pc\:focus\:bg-indigo-900:focus {
    background-color: #312e81;
  }

  .amis-scope .pc\:focus\:bg-purple-transparent:focus {
    background: transparent;
  }

  .amis-scope .pc\:focus\:bg-purple-current:focus {
    background: currentColor;
  }

  .amis-scope .pc\:focus\:bg-purple-50:focus {
    background-color: #f5f3ff;
  }

  .amis-scope .pc\:focus\:bg-purple-100:focus {
    background-color: #ede9fe;
  }

  .amis-scope .pc\:focus\:bg-purple-200:focus {
    background-color: #ddd6fe;
  }

  .amis-scope .pc\:focus\:bg-purple-300:focus {
    background-color: #c4b5fd;
  }

  .amis-scope .pc\:focus\:bg-purple-400:focus {
    background-color: #a78bfa;
  }

  .amis-scope .pc\:focus\:bg-purple-500:focus {
    background-color: #8b5cf6;
  }

  .amis-scope .pc\:focus\:bg-purple-600:focus {
    background-color: #7c3aed;
  }

  .amis-scope .pc\:focus\:bg-purple-700:focus {
    background-color: #6d28d9;
  }

  .amis-scope .pc\:focus\:bg-purple-800:focus {
    background-color: #5b21b6;
  }

  .amis-scope .pc\:focus\:bg-purple-900:focus {
    background-color: #4c1d95;
  }

  .amis-scope .pc\:focus\:bg-pink-transparent:focus {
    background: transparent;
  }

  .amis-scope .pc\:focus\:bg-pink-current:focus {
    background: currentColor;
  }

  .amis-scope .pc\:focus\:bg-pink-50:focus {
    background-color: #fdf2f8;
  }

  .amis-scope .pc\:focus\:bg-pink-100:focus {
    background-color: #fce7f3;
  }

  .amis-scope .pc\:focus\:bg-pink-200:focus {
    background-color: #fbcfe8;
  }

  .amis-scope .pc\:focus\:bg-pink-300:focus {
    background-color: #f9a8d4;
  }

  .amis-scope .pc\:focus\:bg-pink-400:focus {
    background-color: #f472b6;
  }

  .amis-scope .pc\:focus\:bg-pink-500:focus {
    background-color: #ec4899;
  }

  .amis-scope .pc\:focus\:bg-pink-600:focus {
    background-color: #db2777;
  }

  .amis-scope .pc\:focus\:bg-pink-700:focus {
    background-color: #be185d;
  }

  .amis-scope .pc\:focus\:bg-pink-800:focus {
    background-color: #9d174d;
  }

  .amis-scope .pc\:focus\:bg-pink-900:focus {
    background-color: #831843;
  }

  .amis-scope .pc\:disabled\:bg-transparent.is-disabled {
    background: transparent;
  }

  .amis-scope .pc\:disabled\:bg-none.is-disabled {
    background: none !important;
  }

  .amis-scope .pc\:disabled\:bg-transparent.is-disabled {
    background: transparent;
  }

  .amis-scope .pc\:disabled\:bg-current.is-disabled {
    background: currentColor;
  }

  .amis-scope .pc\:disabled\:bg-black.is-disabled,
  .amis-scope .pc\:disabled\:bg-black:disabled {
    background-color: #000;
  }

  .amis-scope .pc\:disabled\:bg-white.is-disabled,
  .amis-scope .pc\:disabled\:bg-white:disabled {
    background-color: #fff;
  }

  .amis-scope .pc\:disabled\:bg-primary.is-disabled,
  .amis-scope .pc\:disabled\:bg-primary:disabled {
    background-color: #007bff;
  }

  .amis-scope .pc\:disabled\:bg-secondary.is-disabled,
  .amis-scope .pc\:disabled\:bg-secondary:disabled {
    background-color: #6c757d;
  }

  .amis-scope .pc\:disabled\:bg-success.is-disabled,
  .amis-scope .pc\:disabled\:bg-success:disabled {
    background-color: #28a745;
  }

  .amis-scope .pc\:disabled\:bg-info.is-disabled,
  .amis-scope .pc\:disabled\:bg-info:disabled {
    background-color: #007bff;
  }

  .amis-scope .pc\:disabled\:bg-warning.is-disabled,
  .amis-scope .pc\:disabled\:bg-warning:disabled {
    background-color: #fad733;
  }

  .amis-scope .pc\:disabled\:bg-danger.is-disabled,
  .amis-scope .pc\:disabled\:bg-danger:disabled {
    background-color: #dc3545;
  }

  .amis-scope .pc\:disabled\:bg-light.is-disabled,
  .amis-scope .pc\:disabled\:bg-light:disabled {
    background-color: #f8f9fa;
  }

  .amis-scope .pc\:disabled\:bg-dark.is-disabled,
  .amis-scope .pc\:disabled\:bg-dark:disabled {
    background-color: #343a40;
  }

  .amis-scope .pc\:disabled\:bg-gray-transparent.is-disabled {
    background: transparent;
  }

  .amis-scope .pc\:disabled\:bg-gray-current.is-disabled {
    background: currentColor;
  }

  .amis-scope .pc\:disabled\:bg-gray-50.is-disabled,
  .amis-scope .pc\:disabled\:bg-gray-50:disabled {
    background-color: #f9fafb;
  }

  .amis-scope .pc\:disabled\:bg-gray-100.is-disabled,
  .amis-scope .pc\:disabled\:bg-gray-100:disabled {
    background-color: #f3f4f6;
  }

  .amis-scope .pc\:disabled\:bg-gray-200.is-disabled,
  .amis-scope .pc\:disabled\:bg-gray-200:disabled {
    background-color: #e5e7eb;
  }

  .amis-scope .pc\:disabled\:bg-gray-300.is-disabled,
  .amis-scope .pc\:disabled\:bg-gray-300:disabled {
    background-color: #d1d5db;
  }

  .amis-scope .pc\:disabled\:bg-gray-400.is-disabled,
  .amis-scope .pc\:disabled\:bg-gray-400:disabled {
    background-color: #9ca3af;
  }

  .amis-scope .pc\:disabled\:bg-gray-500.is-disabled,
  .amis-scope .pc\:disabled\:bg-gray-500:disabled {
    background-color: #6b7280;
  }

  .amis-scope .pc\:disabled\:bg-gray-600.is-disabled,
  .amis-scope .pc\:disabled\:bg-gray-600:disabled {
    background-color: #4b5563;
  }

  .amis-scope .pc\:disabled\:bg-gray-700.is-disabled,
  .amis-scope .pc\:disabled\:bg-gray-700:disabled {
    background-color: #374151;
  }

  .amis-scope .pc\:disabled\:bg-gray-800.is-disabled,
  .amis-scope .pc\:disabled\:bg-gray-800:disabled {
    background-color: #1f2937;
  }

  .amis-scope .pc\:disabled\:bg-gray-900.is-disabled,
  .amis-scope .pc\:disabled\:bg-gray-900:disabled {
    background-color: #111827;
  }

  .amis-scope .pc\:disabled\:bg-red-transparent.is-disabled {
    background: transparent;
  }

  .amis-scope .pc\:disabled\:bg-red-current.is-disabled {
    background: currentColor;
  }

  .amis-scope .pc\:disabled\:bg-red-50.is-disabled,
  .amis-scope .pc\:disabled\:bg-red-50:disabled {
    background-color: #fef2f2;
  }

  .amis-scope .pc\:disabled\:bg-red-100.is-disabled,
  .amis-scope .pc\:disabled\:bg-red-100:disabled {
    background-color: #fee2e2;
  }

  .amis-scope .pc\:disabled\:bg-red-200.is-disabled,
  .amis-scope .pc\:disabled\:bg-red-200:disabled {
    background-color: #fecaca;
  }

  .amis-scope .pc\:disabled\:bg-red-300.is-disabled,
  .amis-scope .pc\:disabled\:bg-red-300:disabled {
    background-color: #fca5a5;
  }

  .amis-scope .pc\:disabled\:bg-red-400.is-disabled,
  .amis-scope .pc\:disabled\:bg-red-400:disabled {
    background-color: #f87171;
  }

  .amis-scope .pc\:disabled\:bg-red-500.is-disabled,
  .amis-scope .pc\:disabled\:bg-red-500:disabled {
    background-color: #ef4444;
  }

  .amis-scope .pc\:disabled\:bg-red-600.is-disabled,
  .amis-scope .pc\:disabled\:bg-red-600:disabled {
    background-color: #dc2626;
  }

  .amis-scope .pc\:disabled\:bg-red-700.is-disabled,
  .amis-scope .pc\:disabled\:bg-red-700:disabled {
    background-color: #b91c1c;
  }

  .amis-scope .pc\:disabled\:bg-red-800.is-disabled,
  .amis-scope .pc\:disabled\:bg-red-800:disabled {
    background-color: #991b1b;
  }

  .amis-scope .pc\:disabled\:bg-red-900.is-disabled,
  .amis-scope .pc\:disabled\:bg-red-900:disabled {
    background-color: #7f1d1d;
  }

  .amis-scope .pc\:disabled\:bg-yellow-transparent.is-disabled {
    background: transparent;
  }

  .amis-scope .pc\:disabled\:bg-yellow-current.is-disabled {
    background: currentColor;
  }

  .amis-scope .pc\:disabled\:bg-yellow-50.is-disabled,
  .amis-scope .pc\:disabled\:bg-yellow-50:disabled {
    background-color: #fffbeb;
  }

  .amis-scope .pc\:disabled\:bg-yellow-100.is-disabled,
  .amis-scope .pc\:disabled\:bg-yellow-100:disabled {
    background-color: #fef3c7;
  }

  .amis-scope .pc\:disabled\:bg-yellow-200.is-disabled,
  .amis-scope .pc\:disabled\:bg-yellow-200:disabled {
    background-color: #fde68a;
  }

  .amis-scope .pc\:disabled\:bg-yellow-300.is-disabled,
  .amis-scope .pc\:disabled\:bg-yellow-300:disabled {
    background-color: #fcd34d;
  }

  .amis-scope .pc\:disabled\:bg-yellow-400.is-disabled,
  .amis-scope .pc\:disabled\:bg-yellow-400:disabled {
    background-color: #fbbf24;
  }

  .amis-scope .pc\:disabled\:bg-yellow-500.is-disabled,
  .amis-scope .pc\:disabled\:bg-yellow-500:disabled {
    background-color: #f59e0b;
  }

  .amis-scope .pc\:disabled\:bg-yellow-600.is-disabled,
  .amis-scope .pc\:disabled\:bg-yellow-600:disabled {
    background-color: #d97706;
  }

  .amis-scope .pc\:disabled\:bg-yellow-700.is-disabled,
  .amis-scope .pc\:disabled\:bg-yellow-700:disabled {
    background-color: #b45309;
  }

  .amis-scope .pc\:disabled\:bg-yellow-800.is-disabled,
  .amis-scope .pc\:disabled\:bg-yellow-800:disabled {
    background-color: #92400e;
  }

  .amis-scope .pc\:disabled\:bg-yellow-900.is-disabled,
  .amis-scope .pc\:disabled\:bg-yellow-900:disabled {
    background-color: #78350f;
  }

  .amis-scope .pc\:disabled\:bg-green-transparent.is-disabled {
    background: transparent;
  }

  .amis-scope .pc\:disabled\:bg-green-current.is-disabled {
    background: currentColor;
  }

  .amis-scope .pc\:disabled\:bg-green-50.is-disabled,
  .amis-scope .pc\:disabled\:bg-green-50:disabled {
    background-color: #ecfdf5;
  }

  .amis-scope .pc\:disabled\:bg-green-100.is-disabled,
  .amis-scope .pc\:disabled\:bg-green-100:disabled {
    background-color: #d1fae5;
  }

  .amis-scope .pc\:disabled\:bg-green-200.is-disabled,
  .amis-scope .pc\:disabled\:bg-green-200:disabled {
    background-color: #a7f3d0;
  }

  .amis-scope .pc\:disabled\:bg-green-300.is-disabled,
  .amis-scope .pc\:disabled\:bg-green-300:disabled {
    background-color: #6ee7b7;
  }

  .amis-scope .pc\:disabled\:bg-green-400.is-disabled,
  .amis-scope .pc\:disabled\:bg-green-400:disabled {
    background-color: #34d399;
  }

  .amis-scope .pc\:disabled\:bg-green-500.is-disabled,
  .amis-scope .pc\:disabled\:bg-green-500:disabled {
    background-color: #10b981;
  }

  .amis-scope .pc\:disabled\:bg-green-600.is-disabled,
  .amis-scope .pc\:disabled\:bg-green-600:disabled {
    background-color: #059669;
  }

  .amis-scope .pc\:disabled\:bg-green-700.is-disabled,
  .amis-scope .pc\:disabled\:bg-green-700:disabled {
    background-color: #047857;
  }

  .amis-scope .pc\:disabled\:bg-green-800.is-disabled,
  .amis-scope .pc\:disabled\:bg-green-800:disabled {
    background-color: #065f46;
  }

  .amis-scope .pc\:disabled\:bg-green-900.is-disabled,
  .amis-scope .pc\:disabled\:bg-green-900:disabled {
    background-color: #064e3b;
  }

  .amis-scope .pc\:disabled\:bg-blue-transparent.is-disabled {
    background: transparent;
  }

  .amis-scope .pc\:disabled\:bg-blue-current.is-disabled {
    background: currentColor;
  }

  .amis-scope .pc\:disabled\:bg-blue-50.is-disabled,
  .amis-scope .pc\:disabled\:bg-blue-50:disabled {
    background-color: #eff6ff;
  }

  .amis-scope .pc\:disabled\:bg-blue-100.is-disabled,
  .amis-scope .pc\:disabled\:bg-blue-100:disabled {
    background-color: #dbeafe;
  }

  .amis-scope .pc\:disabled\:bg-blue-200.is-disabled,
  .amis-scope .pc\:disabled\:bg-blue-200:disabled {
    background-color: #bfdbfe;
  }

  .amis-scope .pc\:disabled\:bg-blue-300.is-disabled,
  .amis-scope .pc\:disabled\:bg-blue-300:disabled {
    background-color: #93c5fd;
  }

  .amis-scope .pc\:disabled\:bg-blue-400.is-disabled,
  .amis-scope .pc\:disabled\:bg-blue-400:disabled {
    background-color: #60a5fa;
  }

  .amis-scope .pc\:disabled\:bg-blue-500.is-disabled,
  .amis-scope .pc\:disabled\:bg-blue-500:disabled {
    background-color: #3b82f6;
  }

  .amis-scope .pc\:disabled\:bg-blue-600.is-disabled,
  .amis-scope .pc\:disabled\:bg-blue-600:disabled {
    background-color: #2563eb;
  }

  .amis-scope .pc\:disabled\:bg-blue-700.is-disabled,
  .amis-scope .pc\:disabled\:bg-blue-700:disabled {
    background-color: #1d4ed8;
  }

  .amis-scope .pc\:disabled\:bg-blue-800.is-disabled,
  .amis-scope .pc\:disabled\:bg-blue-800:disabled {
    background-color: #1e40af;
  }

  .amis-scope .pc\:disabled\:bg-blue-900.is-disabled,
  .amis-scope .pc\:disabled\:bg-blue-900:disabled {
    background-color: #1e3a8a;
  }

  .amis-scope .pc\:disabled\:bg-cyan-transparent.is-disabled {
    background: transparent;
  }

  .amis-scope .pc\:disabled\:bg-cyan-current.is-disabled {
    background: currentColor;
  }

  .amis-scope .pc\:disabled\:bg-cyan-50.is-disabled,
  .amis-scope .pc\:disabled\:bg-cyan-50:disabled {
    background-color: #ecfeff;
  }

  .amis-scope .pc\:disabled\:bg-cyan-100.is-disabled,
  .amis-scope .pc\:disabled\:bg-cyan-100:disabled {
    background-color: #cffafe;
  }

  .amis-scope .pc\:disabled\:bg-cyan-200.is-disabled,
  .amis-scope .pc\:disabled\:bg-cyan-200:disabled {
    background-color: #a5f3fc;
  }

  .amis-scope .pc\:disabled\:bg-cyan-300.is-disabled,
  .amis-scope .pc\:disabled\:bg-cyan-300:disabled {
    background-color: #67e8f9;
  }

  .amis-scope .pc\:disabled\:bg-cyan-400.is-disabled,
  .amis-scope .pc\:disabled\:bg-cyan-400:disabled {
    background-color: #22d3ee;
  }

  .amis-scope .pc\:disabled\:bg-cyan-500.is-disabled,
  .amis-scope .pc\:disabled\:bg-cyan-500:disabled {
    background-color: #06b6d4;
  }

  .amis-scope .pc\:disabled\:bg-cyan-600.is-disabled,
  .amis-scope .pc\:disabled\:bg-cyan-600:disabled {
    background-color: #0891b2;
  }

  .amis-scope .pc\:disabled\:bg-cyan-700.is-disabled,
  .amis-scope .pc\:disabled\:bg-cyan-700:disabled {
    background-color: #0e7490;
  }

  .amis-scope .pc\:disabled\:bg-cyan-800.is-disabled,
  .amis-scope .pc\:disabled\:bg-cyan-800:disabled {
    background-color: #155e75;
  }

  .amis-scope .pc\:disabled\:bg-cyan-900.is-disabled,
  .amis-scope .pc\:disabled\:bg-cyan-900:disabled {
    background-color: #164e63;
  }

  .amis-scope .pc\:disabled\:bg-indigo-transparent.is-disabled {
    background: transparent;
  }

  .amis-scope .pc\:disabled\:bg-indigo-current.is-disabled {
    background: currentColor;
  }

  .amis-scope .pc\:disabled\:bg-indigo-50.is-disabled,
  .amis-scope .pc\:disabled\:bg-indigo-50:disabled {
    background-color: #eef2ff;
  }

  .amis-scope .pc\:disabled\:bg-indigo-100.is-disabled,
  .amis-scope .pc\:disabled\:bg-indigo-100:disabled {
    background-color: #e0e7ff;
  }

  .amis-scope .pc\:disabled\:bg-indigo-200.is-disabled,
  .amis-scope .pc\:disabled\:bg-indigo-200:disabled {
    background-color: #c7d2fe;
  }

  .amis-scope .pc\:disabled\:bg-indigo-300.is-disabled,
  .amis-scope .pc\:disabled\:bg-indigo-300:disabled {
    background-color: #a5b4fc;
  }

  .amis-scope .pc\:disabled\:bg-indigo-400.is-disabled,
  .amis-scope .pc\:disabled\:bg-indigo-400:disabled {
    background-color: #818cf8;
  }

  .amis-scope .pc\:disabled\:bg-indigo-500.is-disabled,
  .amis-scope .pc\:disabled\:bg-indigo-500:disabled {
    background-color: #6366f1;
  }

  .amis-scope .pc\:disabled\:bg-indigo-600.is-disabled,
  .amis-scope .pc\:disabled\:bg-indigo-600:disabled {
    background-color: #4f46e5;
  }

  .amis-scope .pc\:disabled\:bg-indigo-700.is-disabled,
  .amis-scope .pc\:disabled\:bg-indigo-700:disabled {
    background-color: #4338ca;
  }

  .amis-scope .pc\:disabled\:bg-indigo-800.is-disabled,
  .amis-scope .pc\:disabled\:bg-indigo-800:disabled {
    background-color: #3730a3;
  }

  .amis-scope .pc\:disabled\:bg-indigo-900.is-disabled,
  .amis-scope .pc\:disabled\:bg-indigo-900:disabled {
    background-color: #312e81;
  }

  .amis-scope .pc\:disabled\:bg-purple-transparent.is-disabled {
    background: transparent;
  }

  .amis-scope .pc\:disabled\:bg-purple-current.is-disabled {
    background: currentColor;
  }

  .amis-scope .pc\:disabled\:bg-purple-50.is-disabled,
  .amis-scope .pc\:disabled\:bg-purple-50:disabled {
    background-color: #f5f3ff;
  }

  .amis-scope .pc\:disabled\:bg-purple-100.is-disabled,
  .amis-scope .pc\:disabled\:bg-purple-100:disabled {
    background-color: #ede9fe;
  }

  .amis-scope .pc\:disabled\:bg-purple-200.is-disabled,
  .amis-scope .pc\:disabled\:bg-purple-200:disabled {
    background-color: #ddd6fe;
  }

  .amis-scope .pc\:disabled\:bg-purple-300.is-disabled,
  .amis-scope .pc\:disabled\:bg-purple-300:disabled {
    background-color: #c4b5fd;
  }

  .amis-scope .pc\:disabled\:bg-purple-400.is-disabled,
  .amis-scope .pc\:disabled\:bg-purple-400:disabled {
    background-color: #a78bfa;
  }

  .amis-scope .pc\:disabled\:bg-purple-500.is-disabled,
  .amis-scope .pc\:disabled\:bg-purple-500:disabled {
    background-color: #8b5cf6;
  }

  .amis-scope .pc\:disabled\:bg-purple-600.is-disabled,
  .amis-scope .pc\:disabled\:bg-purple-600:disabled {
    background-color: #7c3aed;
  }

  .amis-scope .pc\:disabled\:bg-purple-700.is-disabled,
  .amis-scope .pc\:disabled\:bg-purple-700:disabled {
    background-color: #6d28d9;
  }

  .amis-scope .pc\:disabled\:bg-purple-800.is-disabled,
  .amis-scope .pc\:disabled\:bg-purple-800:disabled {
    background-color: #5b21b6;
  }

  .amis-scope .pc\:disabled\:bg-purple-900.is-disabled,
  .amis-scope .pc\:disabled\:bg-purple-900:disabled {
    background-color: #4c1d95;
  }

  .amis-scope .pc\:disabled\:bg-pink-transparent.is-disabled {
    background: transparent;
  }

  .amis-scope .pc\:disabled\:bg-pink-current.is-disabled {
    background: currentColor;
  }

  .amis-scope .pc\:disabled\:bg-pink-50.is-disabled,
  .amis-scope .pc\:disabled\:bg-pink-50:disabled {
    background-color: #fdf2f8;
  }

  .amis-scope .pc\:disabled\:bg-pink-100.is-disabled,
  .amis-scope .pc\:disabled\:bg-pink-100:disabled {
    background-color: #fce7f3;
  }

  .amis-scope .pc\:disabled\:bg-pink-200.is-disabled,
  .amis-scope .pc\:disabled\:bg-pink-200:disabled {
    background-color: #fbcfe8;
  }

  .amis-scope .pc\:disabled\:bg-pink-300.is-disabled,
  .amis-scope .pc\:disabled\:bg-pink-300:disabled {
    background-color: #f9a8d4;
  }

  .amis-scope .pc\:disabled\:bg-pink-400.is-disabled,
  .amis-scope .pc\:disabled\:bg-pink-400:disabled {
    background-color: #f472b6;
  }

  .amis-scope .pc\:disabled\:bg-pink-500.is-disabled,
  .amis-scope .pc\:disabled\:bg-pink-500:disabled {
    background-color: #ec4899;
  }

  .amis-scope .pc\:disabled\:bg-pink-600.is-disabled,
  .amis-scope .pc\:disabled\:bg-pink-600:disabled {
    background-color: #db2777;
  }

  .amis-scope .pc\:disabled\:bg-pink-700.is-disabled,
  .amis-scope .pc\:disabled\:bg-pink-700:disabled {
    background-color: #be185d;
  }

  .amis-scope .pc\:disabled\:bg-pink-800.is-disabled,
  .amis-scope .pc\:disabled\:bg-pink-800:disabled {
    background-color: #9d174d;
  }

  .amis-scope .pc\:disabled\:bg-pink-900.is-disabled,
  .amis-scope .pc\:disabled\:bg-pink-900:disabled {
    background-color: #831843;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-transparent {
    background: transparent;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-none {
    background: none !important;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-transparent {
    background: transparent;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-current {
    background: currentColor;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-black {
    background-color: #000;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-white {
    background-color: #fff;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-primary {
    background-color: #007bff;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-secondary {
    background-color: #6c757d;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-success {
    background-color: #28a745;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-info {
    background-color: #007bff;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-warning {
    background-color: #fad733;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-danger {
    background-color: #dc3545;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-light {
    background-color: #f8f9fa;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-dark {
    background-color: #343a40;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-gray-transparent {
    background: transparent;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-gray-current {
    background: currentColor;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-gray-50 {
    background-color: #f9fafb;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-gray-100 {
    background-color: #f3f4f6;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-gray-200 {
    background-color: #e5e7eb;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-gray-300 {
    background-color: #d1d5db;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-gray-400 {
    background-color: #9ca3af;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-gray-500 {
    background-color: #6b7280;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-gray-600 {
    background-color: #4b5563;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-gray-700 {
    background-color: #374151;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-gray-800 {
    background-color: #1f2937;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-gray-900 {
    background-color: #111827;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-red-transparent {
    background: transparent;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-red-current {
    background: currentColor;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-red-50 {
    background-color: #fef2f2;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-red-100 {
    background-color: #fee2e2;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-red-200 {
    background-color: #fecaca;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-red-300 {
    background-color: #fca5a5;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-red-400 {
    background-color: #f87171;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-red-500 {
    background-color: #ef4444;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-red-600 {
    background-color: #dc2626;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-red-700 {
    background-color: #b91c1c;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-red-800 {
    background-color: #991b1b;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-red-900 {
    background-color: #7f1d1d;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-yellow-transparent {
    background: transparent;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-yellow-current {
    background: currentColor;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-yellow-50 {
    background-color: #fffbeb;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-yellow-100 {
    background-color: #fef3c7;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-yellow-200 {
    background-color: #fde68a;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-yellow-300 {
    background-color: #fcd34d;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-yellow-400 {
    background-color: #fbbf24;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-yellow-500 {
    background-color: #f59e0b;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-yellow-600 {
    background-color: #d97706;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-yellow-700 {
    background-color: #b45309;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-yellow-800 {
    background-color: #92400e;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-yellow-900 {
    background-color: #78350f;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-green-transparent {
    background: transparent;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-green-current {
    background: currentColor;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-green-50 {
    background-color: #ecfdf5;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-green-100 {
    background-color: #d1fae5;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-green-200 {
    background-color: #a7f3d0;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-green-300 {
    background-color: #6ee7b7;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-green-400 {
    background-color: #34d399;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-green-500 {
    background-color: #10b981;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-green-600 {
    background-color: #059669;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-green-700 {
    background-color: #047857;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-green-800 {
    background-color: #065f46;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-green-900 {
    background-color: #064e3b;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-blue-transparent {
    background: transparent;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-blue-current {
    background: currentColor;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-blue-50 {
    background-color: #eff6ff;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-blue-100 {
    background-color: #dbeafe;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-blue-200 {
    background-color: #bfdbfe;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-blue-300 {
    background-color: #93c5fd;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-blue-400 {
    background-color: #60a5fa;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-blue-500 {
    background-color: #3b82f6;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-blue-600 {
    background-color: #2563eb;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-blue-700 {
    background-color: #1d4ed8;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-blue-800 {
    background-color: #1e40af;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-blue-900 {
    background-color: #1e3a8a;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-cyan-transparent {
    background: transparent;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-cyan-current {
    background: currentColor;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-cyan-50 {
    background-color: #ecfeff;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-cyan-100 {
    background-color: #cffafe;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-cyan-200 {
    background-color: #a5f3fc;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-cyan-300 {
    background-color: #67e8f9;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-cyan-400 {
    background-color: #22d3ee;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-cyan-500 {
    background-color: #06b6d4;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-cyan-600 {
    background-color: #0891b2;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-cyan-700 {
    background-color: #0e7490;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-cyan-800 {
    background-color: #155e75;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-cyan-900 {
    background-color: #164e63;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-indigo-transparent {
    background: transparent;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-indigo-current {
    background: currentColor;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-indigo-50 {
    background-color: #eef2ff;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-indigo-100 {
    background-color: #e0e7ff;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-indigo-200 {
    background-color: #c7d2fe;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-indigo-300 {
    background-color: #a5b4fc;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-indigo-400 {
    background-color: #818cf8;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-indigo-500 {
    background-color: #6366f1;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-indigo-600 {
    background-color: #4f46e5;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-indigo-700 {
    background-color: #4338ca;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-indigo-800 {
    background-color: #3730a3;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-indigo-900 {
    background-color: #312e81;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-purple-transparent {
    background: transparent;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-purple-current {
    background: currentColor;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-purple-50 {
    background-color: #f5f3ff;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-purple-100 {
    background-color: #ede9fe;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-purple-200 {
    background-color: #ddd6fe;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-purple-300 {
    background-color: #c4b5fd;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-purple-400 {
    background-color: #a78bfa;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-purple-500 {
    background-color: #8b5cf6;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-purple-600 {
    background-color: #7c3aed;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-purple-700 {
    background-color: #6d28d9;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-purple-800 {
    background-color: #5b21b6;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-purple-900 {
    background-color: #4c1d95;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-pink-transparent {
    background: transparent;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-pink-current {
    background: currentColor;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-pink-50 {
    background-color: #fdf2f8;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-pink-100 {
    background-color: #fce7f3;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-pink-200 {
    background-color: #fbcfe8;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-pink-300 {
    background-color: #f9a8d4;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-pink-400 {
    background-color: #f472b6;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-pink-500 {
    background-color: #ec4899;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-pink-600 {
    background-color: #db2777;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-pink-700 {
    background-color: #be185d;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-pink-800 {
    background-color: #9d174d;
  }

  .amis-scope .group:hover .pc\:group-hover\:bg-pink-900 {
    background-color: #831843;
  }
}

/*!markdown

---
title: 边框颜色
---

| Class       | Properties               |
| ----------- | ------------------------ |
| border-black | border-color: #000 |
| border-white | border-color: #fff |
| border-primary | border-color: #007bff |
| border-secondary | border-color: #6c757d |
| border-success | border-color: #28a745 |
| border-info | border-color: #007bff |
| border-warning | border-color: #28a745 |
| border-danger | border-color: #dc3545 |
| border-light | border-color: #f8f9fa |
| border-dark | border-color: #343a40 |
| border-gray-50 | border-color: #f9fafb |
| border-gray-100 | border-color: #f3f4f6 |
| border-gray-200 | border-color: #e5e7eb |
| border-gray-300 | border-color: #d1d5db |
| border-gray-400 | border-color: #9ca3af |
| border-gray-500 | border-color: #6b7280 |
| border-gray-600 | border-color: #4b5563 |
| border-gray-700 | border-color: #374151 |
| border-gray-800 | border-color: #1f2937 |
| border-gray-900 | border-color: #111827 |
| border-red-50 | border-color: #fef2f2 |
| border-red-100 | border-color: #fee2e2 |
| border-red-200 | border-color: #fecaca |
| border-red-300 | border-color: #fca5a5 |
| border-red-400 | border-color: #f87171 |
| border-red-500 | border-color: #ef4444 |
| border-red-600 | border-color: #dc2626 |
| border-red-700 | border-color: #b91c1c |
| border-red-800 | border-color: #991b1b |
| border-red-900 | border-color: #7f1d1d |
| border-yellow-50 | border-color: #fffbeb |
| border-yellow-100 | border-color: #fef3c7 |
| border-yellow-200 | border-color: #fde68a |
| border-yellow-300 | border-color: #fcd34d |
| border-yellow-400 | border-color: #fbbf24 |
| border-yellow-500 | border-color: #f59e0b |
| border-yellow-600 | border-color: #d97706 |
| border-yellow-700 | border-color: #b45309 |
| border-yellow-800 | border-color: #92400e |
| border-yellow-900 | border-color: #78350f |
| border-green-50 | border-color: #ecfdf5 |
| border-green-100 | border-color: #d1fae5 |
| border-green-200 | border-color: #a7f3d0 |
| border-green-300 | border-color: #6ee7b7 |
| border-green-400 | border-color: #34d399 |
| border-green-500 | border-color: #10b981 |
| border-green-600 | border-color: #059669 |
| border-green-700 | border-color: #047857 |
| border-green-800 | border-color: #065f46 |
| border-green-900 | border-color: #064e3b |
| border-blue-50 | border-color: #eff6ff |
| border-blue-100 | border-color: #dbeafe |
| border-blue-200 | border-color: #bfdbfe |
| border-blue-300 | border-color: #93c5fd |
| border-blue-400 | border-color: #60a5fa |
| border-blue-500 | border-color: #3b82f6 |
| border-blue-600 | border-color: #2563eb |
| border-blue-700 | border-color: #1d4ed8 |
| border-blue-800 | border-color: #1e40af |
| border-blue-900 | border-color: #1e3a8a |
| border-cyan-50 | border-color: #ecfeff |
| border-cyan-100 | border-color: #cffafe |
| border-cyan-200 | border-color: #a5f3fc |
| border-cyan-300 | border-color: #67e8f9 |
| border-cyan-400 | border-color: #22d3ee |
| border-cyan-500 | border-color: #06b6d4 |
| border-cyan-600 | border-color: #0891b2 |
| border-cyan-700 | border-color: #0e7490 |
| border-cyan-800 | border-color: #155e75 |
| border-cyan-900 | border-color: #164e63 |
| border-indigo-50 | border-color: #eef2ff |
| border-indigo-100 | border-color: #e0e7ff |
| border-indigo-200 | border-color: #c7d2fe |
| border-indigo-300 | border-color: #a5b4fc |
| border-indigo-400 | border-color: #818cf8 |
| border-indigo-500 | border-color: #6366f1 |
| border-indigo-600 | border-color: #4f46e5 |
| border-indigo-700 | border-color: #4338ca |
| border-indigo-800 | border-color: #3730a3 |
| border-indigo-900 | border-color: #312e81 |
| border-purple-50 | border-color: #f5f3ff |
| border-purple-100 | border-color: #ede9fe |
| border-purple-200 | border-color: #ddd6fe |
| border-purple-300 | border-color: #c4b5fd |
| border-purple-400 | border-color: #a78bfa |
| border-purple-500 | border-color: #8b5cf6 |
| border-purple-600 | border-color: #7c3aed |
| border-purple-700 | border-color: #6d28d9 |
| border-purple-800 | border-color: #5b21b6 |
| border-purple-900 | border-color: #4c1d95 |
| border-pink-50 | border-color: #fdf2f8 |
| border-pink-100 | border-color: #fce7f3 |
| border-pink-200 | border-color: #fbcfe8 |
| border-pink-300 | border-color: #f9a8d4 |
| border-pink-400 | border-color: #f472b6 |
| border-pink-500 | border-color: #ec4899 |
| border-pink-600 | border-color: #db2777 |
| border-pink-700 | border-color: #be185d |
| border-pink-800 | border-color: #9d174d |
| border-pink-900 | border-color: #831843 |


还有 hover、active、focus、disabled 扩展,比如 `hover:border-black`

*/

.amis-scope .border-black {
  border-color: #000;
}

.amis-scope .border-white {
  border-color: #fff;
}

.amis-scope .border-primary {
  border-color: #007bff;
}

.amis-scope .border-secondary {
  border-color: #6c757d;
}

.amis-scope .border-success {
  border-color: #28a745;
}

.amis-scope .border-info {
  border-color: #007bff;
}

.amis-scope .border-warning {
  border-color: #fad733;
}

.amis-scope .border-danger {
  border-color: #dc3545;
}

.amis-scope .border-light {
  border-color: #f8f9fa;
}

.amis-scope .border-dark {
  border-color: #343a40;
}

.amis-scope .border-gray-50 {
  border-color: #f9fafb;
}

.amis-scope .border-gray-100 {
  border-color: #f3f4f6;
}

.amis-scope .border-gray-200 {
  border-color: #e5e7eb;
}

.amis-scope .border-gray-300 {
  border-color: #d1d5db;
}

.amis-scope .border-gray-400 {
  border-color: #9ca3af;
}

.amis-scope .border-gray-500 {
  border-color: #6b7280;
}

.amis-scope .border-gray-600 {
  border-color: #4b5563;
}

.amis-scope .border-gray-700 {
  border-color: #374151;
}

.amis-scope .border-gray-800 {
  border-color: #1f2937;
}

.amis-scope .border-gray-900 {
  border-color: #111827;
}

.amis-scope .border-red-50 {
  border-color: #fef2f2;
}

.amis-scope .border-red-100 {
  border-color: #fee2e2;
}

.amis-scope .border-red-200 {
  border-color: #fecaca;
}

.amis-scope .border-red-300 {
  border-color: #fca5a5;
}

.amis-scope .border-red-400 {
  border-color: #f87171;
}

.amis-scope .border-red-500 {
  border-color: #ef4444;
}

.amis-scope .border-red-600 {
  border-color: #dc2626;
}

.amis-scope .border-red-700 {
  border-color: #b91c1c;
}

.amis-scope .border-red-800 {
  border-color: #991b1b;
}

.amis-scope .border-red-900 {
  border-color: #7f1d1d;
}

.amis-scope .border-yellow-50 {
  border-color: #fffbeb;
}

.amis-scope .border-yellow-100 {
  border-color: #fef3c7;
}

.amis-scope .border-yellow-200 {
  border-color: #fde68a;
}

.amis-scope .border-yellow-300 {
  border-color: #fcd34d;
}

.amis-scope .border-yellow-400 {
  border-color: #fbbf24;
}

.amis-scope .border-yellow-500 {
  border-color: #f59e0b;
}

.amis-scope .border-yellow-600 {
  border-color: #d97706;
}

.amis-scope .border-yellow-700 {
  border-color: #b45309;
}

.amis-scope .border-yellow-800 {
  border-color: #92400e;
}

.amis-scope .border-yellow-900 {
  border-color: #78350f;
}

.amis-scope .border-green-50 {
  border-color: #ecfdf5;
}

.amis-scope .border-green-100 {
  border-color: #d1fae5;
}

.amis-scope .border-green-200 {
  border-color: #a7f3d0;
}

.amis-scope .border-green-300 {
  border-color: #6ee7b7;
}

.amis-scope .border-green-400 {
  border-color: #34d399;
}

.amis-scope .border-green-500 {
  border-color: #10b981;
}

.amis-scope .border-green-600 {
  border-color: #059669;
}

.amis-scope .border-green-700 {
  border-color: #047857;
}

.amis-scope .border-green-800 {
  border-color: #065f46;
}

.amis-scope .border-green-900 {
  border-color: #064e3b;
}

.amis-scope .border-blue-50 {
  border-color: #eff6ff;
}

.amis-scope .border-blue-100 {
  border-color: #dbeafe;
}

.amis-scope .border-blue-200 {
  border-color: #bfdbfe;
}

.amis-scope .border-blue-300 {
  border-color: #93c5fd;
}

.amis-scope .border-blue-400 {
  border-color: #60a5fa;
}

.amis-scope .border-blue-500 {
  border-color: #3b82f6;
}

.amis-scope .border-blue-600 {
  border-color: #2563eb;
}

.amis-scope .border-blue-700 {
  border-color: #1d4ed8;
}

.amis-scope .border-blue-800 {
  border-color: #1e40af;
}

.amis-scope .border-blue-900 {
  border-color: #1e3a8a;
}

.amis-scope .border-cyan-50 {
  border-color: #ecfeff;
}

.amis-scope .border-cyan-100 {
  border-color: #cffafe;
}

.amis-scope .border-cyan-200 {
  border-color: #a5f3fc;
}

.amis-scope .border-cyan-300 {
  border-color: #67e8f9;
}

.amis-scope .border-cyan-400 {
  border-color: #22d3ee;
}

.amis-scope .border-cyan-500 {
  border-color: #06b6d4;
}

.amis-scope .border-cyan-600 {
  border-color: #0891b2;
}

.amis-scope .border-cyan-700 {
  border-color: #0e7490;
}

.amis-scope .border-cyan-800 {
  border-color: #155e75;
}

.amis-scope .border-cyan-900 {
  border-color: #164e63;
}

.amis-scope .border-indigo-50 {
  border-color: #eef2ff;
}

.amis-scope .border-indigo-100 {
  border-color: #e0e7ff;
}

.amis-scope .border-indigo-200 {
  border-color: #c7d2fe;
}

.amis-scope .border-indigo-300 {
  border-color: #a5b4fc;
}

.amis-scope .border-indigo-400 {
  border-color: #818cf8;
}

.amis-scope .border-indigo-500 {
  border-color: #6366f1;
}

.amis-scope .border-indigo-600 {
  border-color: #4f46e5;
}

.amis-scope .border-indigo-700 {
  border-color: #4338ca;
}

.amis-scope .border-indigo-800 {
  border-color: #3730a3;
}

.amis-scope .border-indigo-900 {
  border-color: #312e81;
}

.amis-scope .border-purple-50 {
  border-color: #f5f3ff;
}

.amis-scope .border-purple-100 {
  border-color: #ede9fe;
}

.amis-scope .border-purple-200 {
  border-color: #ddd6fe;
}

.amis-scope .border-purple-300 {
  border-color: #c4b5fd;
}

.amis-scope .border-purple-400 {
  border-color: #a78bfa;
}

.amis-scope .border-purple-500 {
  border-color: #8b5cf6;
}

.amis-scope .border-purple-600 {
  border-color: #7c3aed;
}

.amis-scope .border-purple-700 {
  border-color: #6d28d9;
}

.amis-scope .border-purple-800 {
  border-color: #5b21b6;
}

.amis-scope .border-purple-900 {
  border-color: #4c1d95;
}

.amis-scope .border-pink-50 {
  border-color: #fdf2f8;
}

.amis-scope .border-pink-100 {
  border-color: #fce7f3;
}

.amis-scope .border-pink-200 {
  border-color: #fbcfe8;
}

.amis-scope .border-pink-300 {
  border-color: #f9a8d4;
}

.amis-scope .border-pink-400 {
  border-color: #f472b6;
}

.amis-scope .border-pink-500 {
  border-color: #ec4899;
}

.amis-scope .border-pink-600 {
  border-color: #db2777;
}

.amis-scope .border-pink-700 {
  border-color: #be185d;
}

.amis-scope .border-pink-800 {
  border-color: #9d174d;
}

.amis-scope .border-pink-900 {
  border-color: #831843;
}

.amis-scope .hover\:border-black:hover {
  border-color: #000;
}

.amis-scope .hover\:border-white:hover {
  border-color: #fff;
}

.amis-scope .hover\:border-primary:hover {
  border-color: #007bff;
}

.amis-scope .hover\:border-secondary:hover {
  border-color: #6c757d;
}

.amis-scope .hover\:border-success:hover {
  border-color: #28a745;
}

.amis-scope .hover\:border-info:hover {
  border-color: #007bff;
}

.amis-scope .hover\:border-warning:hover {
  border-color: #fad733;
}

.amis-scope .hover\:border-danger:hover {
  border-color: #dc3545;
}

.amis-scope .hover\:border-light:hover {
  border-color: #f8f9fa;
}

.amis-scope .hover\:border-dark:hover {
  border-color: #343a40;
}

.amis-scope .hover\:border-gray-50:hover {
  border-color: #f9fafb;
}

.amis-scope .hover\:border-gray-100:hover {
  border-color: #f3f4f6;
}

.amis-scope .hover\:border-gray-200:hover {
  border-color: #e5e7eb;
}

.amis-scope .hover\:border-gray-300:hover {
  border-color: #d1d5db;
}

.amis-scope .hover\:border-gray-400:hover {
  border-color: #9ca3af;
}

.amis-scope .hover\:border-gray-500:hover {
  border-color: #6b7280;
}

.amis-scope .hover\:border-gray-600:hover {
  border-color: #4b5563;
}

.amis-scope .hover\:border-gray-700:hover {
  border-color: #374151;
}

.amis-scope .hover\:border-gray-800:hover {
  border-color: #1f2937;
}

.amis-scope .hover\:border-gray-900:hover {
  border-color: #111827;
}

.amis-scope .hover\:border-red-50:hover {
  border-color: #fef2f2;
}

.amis-scope .hover\:border-red-100:hover {
  border-color: #fee2e2;
}

.amis-scope .hover\:border-red-200:hover {
  border-color: #fecaca;
}

.amis-scope .hover\:border-red-300:hover {
  border-color: #fca5a5;
}

.amis-scope .hover\:border-red-400:hover {
  border-color: #f87171;
}

.amis-scope .hover\:border-red-500:hover {
  border-color: #ef4444;
}

.amis-scope .hover\:border-red-600:hover {
  border-color: #dc2626;
}

.amis-scope .hover\:border-red-700:hover {
  border-color: #b91c1c;
}

.amis-scope .hover\:border-red-800:hover {
  border-color: #991b1b;
}

.amis-scope .hover\:border-red-900:hover {
  border-color: #7f1d1d;
}

.amis-scope .hover\:border-yellow-50:hover {
  border-color: #fffbeb;
}

.amis-scope .hover\:border-yellow-100:hover {
  border-color: #fef3c7;
}

.amis-scope .hover\:border-yellow-200:hover {
  border-color: #fde68a;
}

.amis-scope .hover\:border-yellow-300:hover {
  border-color: #fcd34d;
}

.amis-scope .hover\:border-yellow-400:hover {
  border-color: #fbbf24;
}

.amis-scope .hover\:border-yellow-500:hover {
  border-color: #f59e0b;
}

.amis-scope .hover\:border-yellow-600:hover {
  border-color: #d97706;
}

.amis-scope .hover\:border-yellow-700:hover {
  border-color: #b45309;
}

.amis-scope .hover\:border-yellow-800:hover {
  border-color: #92400e;
}

.amis-scope .hover\:border-yellow-900:hover {
  border-color: #78350f;
}

.amis-scope .hover\:border-green-50:hover {
  border-color: #ecfdf5;
}

.amis-scope .hover\:border-green-100:hover {
  border-color: #d1fae5;
}

.amis-scope .hover\:border-green-200:hover {
  border-color: #a7f3d0;
}

.amis-scope .hover\:border-green-300:hover {
  border-color: #6ee7b7;
}

.amis-scope .hover\:border-green-400:hover {
  border-color: #34d399;
}

.amis-scope .hover\:border-green-500:hover {
  border-color: #10b981;
}

.amis-scope .hover\:border-green-600:hover {
  border-color: #059669;
}

.amis-scope .hover\:border-green-700:hover {
  border-color: #047857;
}

.amis-scope .hover\:border-green-800:hover {
  border-color: #065f46;
}

.amis-scope .hover\:border-green-900:hover {
  border-color: #064e3b;
}

.amis-scope .hover\:border-blue-50:hover {
  border-color: #eff6ff;
}

.amis-scope .hover\:border-blue-100:hover {
  border-color: #dbeafe;
}

.amis-scope .hover\:border-blue-200:hover {
  border-color: #bfdbfe;
}

.amis-scope .hover\:border-blue-300:hover {
  border-color: #93c5fd;
}

.amis-scope .hover\:border-blue-400:hover {
  border-color: #60a5fa;
}

.amis-scope .hover\:border-blue-500:hover {
  border-color: #3b82f6;
}

.amis-scope .hover\:border-blue-600:hover {
  border-color: #2563eb;
}

.amis-scope .hover\:border-blue-700:hover {
  border-color: #1d4ed8;
}

.amis-scope .hover\:border-blue-800:hover {
  border-color: #1e40af;
}

.amis-scope .hover\:border-blue-900:hover {
  border-color: #1e3a8a;
}

.amis-scope .hover\:border-cyan-50:hover {
  border-color: #ecfeff;
}

.amis-scope .hover\:border-cyan-100:hover {
  border-color: #cffafe;
}

.amis-scope .hover\:border-cyan-200:hover {
  border-color: #a5f3fc;
}

.amis-scope .hover\:border-cyan-300:hover {
  border-color: #67e8f9;
}

.amis-scope .hover\:border-cyan-400:hover {
  border-color: #22d3ee;
}

.amis-scope .hover\:border-cyan-500:hover {
  border-color: #06b6d4;
}

.amis-scope .hover\:border-cyan-600:hover {
  border-color: #0891b2;
}

.amis-scope .hover\:border-cyan-700:hover {
  border-color: #0e7490;
}

.amis-scope .hover\:border-cyan-800:hover {
  border-color: #155e75;
}

.amis-scope .hover\:border-cyan-900:hover {
  border-color: #164e63;
}

.amis-scope .hover\:border-indigo-50:hover {
  border-color: #eef2ff;
}

.amis-scope .hover\:border-indigo-100:hover {
  border-color: #e0e7ff;
}

.amis-scope .hover\:border-indigo-200:hover {
  border-color: #c7d2fe;
}

.amis-scope .hover\:border-indigo-300:hover {
  border-color: #a5b4fc;
}

.amis-scope .hover\:border-indigo-400:hover {
  border-color: #818cf8;
}

.amis-scope .hover\:border-indigo-500:hover {
  border-color: #6366f1;
}

.amis-scope .hover\:border-indigo-600:hover {
  border-color: #4f46e5;
}

.amis-scope .hover\:border-indigo-700:hover {
  border-color: #4338ca;
}

.amis-scope .hover\:border-indigo-800:hover {
  border-color: #3730a3;
}

.amis-scope .hover\:border-indigo-900:hover {
  border-color: #312e81;
}

.amis-scope .hover\:border-purple-50:hover {
  border-color: #f5f3ff;
}

.amis-scope .hover\:border-purple-100:hover {
  border-color: #ede9fe;
}

.amis-scope .hover\:border-purple-200:hover {
  border-color: #ddd6fe;
}

.amis-scope .hover\:border-purple-300:hover {
  border-color: #c4b5fd;
}

.amis-scope .hover\:border-purple-400:hover {
  border-color: #a78bfa;
}

.amis-scope .hover\:border-purple-500:hover {
  border-color: #8b5cf6;
}

.amis-scope .hover\:border-purple-600:hover {
  border-color: #7c3aed;
}

.amis-scope .hover\:border-purple-700:hover {
  border-color: #6d28d9;
}

.amis-scope .hover\:border-purple-800:hover {
  border-color: #5b21b6;
}

.amis-scope .hover\:border-purple-900:hover {
  border-color: #4c1d95;
}

.amis-scope .hover\:border-pink-50:hover {
  border-color: #fdf2f8;
}

.amis-scope .hover\:border-pink-100:hover {
  border-color: #fce7f3;
}

.amis-scope .hover\:border-pink-200:hover {
  border-color: #fbcfe8;
}

.amis-scope .hover\:border-pink-300:hover {
  border-color: #f9a8d4;
}

.amis-scope .hover\:border-pink-400:hover {
  border-color: #f472b6;
}

.amis-scope .hover\:border-pink-500:hover {
  border-color: #ec4899;
}

.amis-scope .hover\:border-pink-600:hover {
  border-color: #db2777;
}

.amis-scope .hover\:border-pink-700:hover {
  border-color: #be185d;
}

.amis-scope .hover\:border-pink-800:hover {
  border-color: #9d174d;
}

.amis-scope .hover\:border-pink-900:hover {
  border-color: #831843;
}

.amis-scope .active\:border-black.is-active,
.amis-scope .active\:border-black:active {
  border-color: #000;
}

.amis-scope .active\:border-white.is-active,
.amis-scope .active\:border-white:active {
  border-color: #fff;
}

.amis-scope .active\:border-primary.is-active,
.amis-scope .active\:border-primary:active {
  border-color: #007bff;
}

.amis-scope .active\:border-secondary.is-active,
.amis-scope .active\:border-secondary:active {
  border-color: #6c757d;
}

.amis-scope .active\:border-success.is-active,
.amis-scope .active\:border-success:active {
  border-color: #28a745;
}

.amis-scope .active\:border-info.is-active,
.amis-scope .active\:border-info:active {
  border-color: #007bff;
}

.amis-scope .active\:border-warning.is-active,
.amis-scope .active\:border-warning:active {
  border-color: #fad733;
}

.amis-scope .active\:border-danger.is-active,
.amis-scope .active\:border-danger:active {
  border-color: #dc3545;
}

.amis-scope .active\:border-light.is-active,
.amis-scope .active\:border-light:active {
  border-color: #f8f9fa;
}

.amis-scope .active\:border-dark.is-active,
.amis-scope .active\:border-dark:active {
  border-color: #343a40;
}

.amis-scope .active\:border-gray-50.is-active,
.amis-scope .active\:border-gray-50:active {
  border-color: #f9fafb;
}

.amis-scope .active\:border-gray-100.is-active,
.amis-scope .active\:border-gray-100:active {
  border-color: #f3f4f6;
}

.amis-scope .active\:border-gray-200.is-active,
.amis-scope .active\:border-gray-200:active {
  border-color: #e5e7eb;
}

.amis-scope .active\:border-gray-300.is-active,
.amis-scope .active\:border-gray-300:active {
  border-color: #d1d5db;
}

.amis-scope .active\:border-gray-400.is-active,
.amis-scope .active\:border-gray-400:active {
  border-color: #9ca3af;
}

.amis-scope .active\:border-gray-500.is-active,
.amis-scope .active\:border-gray-500:active {
  border-color: #6b7280;
}

.amis-scope .active\:border-gray-600.is-active,
.amis-scope .active\:border-gray-600:active {
  border-color: #4b5563;
}

.amis-scope .active\:border-gray-700.is-active,
.amis-scope .active\:border-gray-700:active {
  border-color: #374151;
}

.amis-scope .active\:border-gray-800.is-active,
.amis-scope .active\:border-gray-800:active {
  border-color: #1f2937;
}

.amis-scope .active\:border-gray-900.is-active,
.amis-scope .active\:border-gray-900:active {
  border-color: #111827;
}

.amis-scope .active\:border-red-50.is-active,
.amis-scope .active\:border-red-50:active {
  border-color: #fef2f2;
}

.amis-scope .active\:border-red-100.is-active,
.amis-scope .active\:border-red-100:active {
  border-color: #fee2e2;
}

.amis-scope .active\:border-red-200.is-active,
.amis-scope .active\:border-red-200:active {
  border-color: #fecaca;
}

.amis-scope .active\:border-red-300.is-active,
.amis-scope .active\:border-red-300:active {
  border-color: #fca5a5;
}

.amis-scope .active\:border-red-400.is-active,
.amis-scope .active\:border-red-400:active {
  border-color: #f87171;
}

.amis-scope .active\:border-red-500.is-active,
.amis-scope .active\:border-red-500:active {
  border-color: #ef4444;
}

.amis-scope .active\:border-red-600.is-active,
.amis-scope .active\:border-red-600:active {
  border-color: #dc2626;
}

.amis-scope .active\:border-red-700.is-active,
.amis-scope .active\:border-red-700:active {
  border-color: #b91c1c;
}

.amis-scope .active\:border-red-800.is-active,
.amis-scope .active\:border-red-800:active {
  border-color: #991b1b;
}

.amis-scope .active\:border-red-900.is-active,
.amis-scope .active\:border-red-900:active {
  border-color: #7f1d1d;
}

.amis-scope .active\:border-yellow-50.is-active,
.amis-scope .active\:border-yellow-50:active {
  border-color: #fffbeb;
}

.amis-scope .active\:border-yellow-100.is-active,
.amis-scope .active\:border-yellow-100:active {
  border-color: #fef3c7;
}

.amis-scope .active\:border-yellow-200.is-active,
.amis-scope .active\:border-yellow-200:active {
  border-color: #fde68a;
}

.amis-scope .active\:border-yellow-300.is-active,
.amis-scope .active\:border-yellow-300:active {
  border-color: #fcd34d;
}

.amis-scope .active\:border-yellow-400.is-active,
.amis-scope .active\:border-yellow-400:active {
  border-color: #fbbf24;
}

.amis-scope .active\:border-yellow-500.is-active,
.amis-scope .active\:border-yellow-500:active {
  border-color: #f59e0b;
}

.amis-scope .active\:border-yellow-600.is-active,
.amis-scope .active\:border-yellow-600:active {
  border-color: #d97706;
}

.amis-scope .active\:border-yellow-700.is-active,
.amis-scope .active\:border-yellow-700:active {
  border-color: #b45309;
}

.amis-scope .active\:border-yellow-800.is-active,
.amis-scope .active\:border-yellow-800:active {
  border-color: #92400e;
}

.amis-scope .active\:border-yellow-900.is-active,
.amis-scope .active\:border-yellow-900:active {
  border-color: #78350f;
}

.amis-scope .active\:border-green-50.is-active,
.amis-scope .active\:border-green-50:active {
  border-color: #ecfdf5;
}

.amis-scope .active\:border-green-100.is-active,
.amis-scope .active\:border-green-100:active {
  border-color: #d1fae5;
}

.amis-scope .active\:border-green-200.is-active,
.amis-scope .active\:border-green-200:active {
  border-color: #a7f3d0;
}

.amis-scope .active\:border-green-300.is-active,
.amis-scope .active\:border-green-300:active {
  border-color: #6ee7b7;
}

.amis-scope .active\:border-green-400.is-active,
.amis-scope .active\:border-green-400:active {
  border-color: #34d399;
}

.amis-scope .active\:border-green-500.is-active,
.amis-scope .active\:border-green-500:active {
  border-color: #10b981;
}

.amis-scope .active\:border-green-600.is-active,
.amis-scope .active\:border-green-600:active {
  border-color: #059669;
}

.amis-scope .active\:border-green-700.is-active,
.amis-scope .active\:border-green-700:active {
  border-color: #047857;
}

.amis-scope .active\:border-green-800.is-active,
.amis-scope .active\:border-green-800:active {
  border-color: #065f46;
}

.amis-scope .active\:border-green-900.is-active,
.amis-scope .active\:border-green-900:active {
  border-color: #064e3b;
}

.amis-scope .active\:border-blue-50.is-active,
.amis-scope .active\:border-blue-50:active {
  border-color: #eff6ff;
}

.amis-scope .active\:border-blue-100.is-active,
.amis-scope .active\:border-blue-100:active {
  border-color: #dbeafe;
}

.amis-scope .active\:border-blue-200.is-active,
.amis-scope .active\:border-blue-200:active {
  border-color: #bfdbfe;
}

.amis-scope .active\:border-blue-300.is-active,
.amis-scope .active\:border-blue-300:active {
  border-color: #93c5fd;
}

.amis-scope .active\:border-blue-400.is-active,
.amis-scope .active\:border-blue-400:active {
  border-color: #60a5fa;
}

.amis-scope .active\:border-blue-500.is-active,
.amis-scope .active\:border-blue-500:active {
  border-color: #3b82f6;
}

.amis-scope .active\:border-blue-600.is-active,
.amis-scope .active\:border-blue-600:active {
  border-color: #2563eb;
}

.amis-scope .active\:border-blue-700.is-active,
.amis-scope .active\:border-blue-700:active {
  border-color: #1d4ed8;
}

.amis-scope .active\:border-blue-800.is-active,
.amis-scope .active\:border-blue-800:active {
  border-color: #1e40af;
}

.amis-scope .active\:border-blue-900.is-active,
.amis-scope .active\:border-blue-900:active {
  border-color: #1e3a8a;
}

.amis-scope .active\:border-cyan-50.is-active,
.amis-scope .active\:border-cyan-50:active {
  border-color: #ecfeff;
}

.amis-scope .active\:border-cyan-100.is-active,
.amis-scope .active\:border-cyan-100:active {
  border-color: #cffafe;
}

.amis-scope .active\:border-cyan-200.is-active,
.amis-scope .active\:border-cyan-200:active {
  border-color: #a5f3fc;
}

.amis-scope .active\:border-cyan-300.is-active,
.amis-scope .active\:border-cyan-300:active {
  border-color: #67e8f9;
}

.amis-scope .active\:border-cyan-400.is-active,
.amis-scope .active\:border-cyan-400:active {
  border-color: #22d3ee;
}

.amis-scope .active\:border-cyan-500.is-active,
.amis-scope .active\:border-cyan-500:active {
  border-color: #06b6d4;
}

.amis-scope .active\:border-cyan-600.is-active,
.amis-scope .active\:border-cyan-600:active {
  border-color: #0891b2;
}

.amis-scope .active\:border-cyan-700.is-active,
.amis-scope .active\:border-cyan-700:active {
  border-color: #0e7490;
}

.amis-scope .active\:border-cyan-800.is-active,
.amis-scope .active\:border-cyan-800:active {
  border-color: #155e75;
}

.amis-scope .active\:border-cyan-900.is-active,
.amis-scope .active\:border-cyan-900:active {
  border-color: #164e63;
}

.amis-scope .active\:border-indigo-50.is-active,
.amis-scope .active\:border-indigo-50:active {
  border-color: #eef2ff;
}

.amis-scope .active\:border-indigo-100.is-active,
.amis-scope .active\:border-indigo-100:active {
  border-color: #e0e7ff;
}

.amis-scope .active\:border-indigo-200.is-active,
.amis-scope .active\:border-indigo-200:active {
  border-color: #c7d2fe;
}

.amis-scope .active\:border-indigo-300.is-active,
.amis-scope .active\:border-indigo-300:active {
  border-color: #a5b4fc;
}

.amis-scope .active\:border-indigo-400.is-active,
.amis-scope .active\:border-indigo-400:active {
  border-color: #818cf8;
}

.amis-scope .active\:border-indigo-500.is-active,
.amis-scope .active\:border-indigo-500:active {
  border-color: #6366f1;
}

.amis-scope .active\:border-indigo-600.is-active,
.amis-scope .active\:border-indigo-600:active {
  border-color: #4f46e5;
}

.amis-scope .active\:border-indigo-700.is-active,
.amis-scope .active\:border-indigo-700:active {
  border-color: #4338ca;
}

.amis-scope .active\:border-indigo-800.is-active,
.amis-scope .active\:border-indigo-800:active {
  border-color: #3730a3;
}

.amis-scope .active\:border-indigo-900.is-active,
.amis-scope .active\:border-indigo-900:active {
  border-color: #312e81;
}

.amis-scope .active\:border-purple-50.is-active,
.amis-scope .active\:border-purple-50:active {
  border-color: #f5f3ff;
}

.amis-scope .active\:border-purple-100.is-active,
.amis-scope .active\:border-purple-100:active {
  border-color: #ede9fe;
}

.amis-scope .active\:border-purple-200.is-active,
.amis-scope .active\:border-purple-200:active {
  border-color: #ddd6fe;
}

.amis-scope .active\:border-purple-300.is-active,
.amis-scope .active\:border-purple-300:active {
  border-color: #c4b5fd;
}

.amis-scope .active\:border-purple-400.is-active,
.amis-scope .active\:border-purple-400:active {
  border-color: #a78bfa;
}

.amis-scope .active\:border-purple-500.is-active,
.amis-scope .active\:border-purple-500:active {
  border-color: #8b5cf6;
}

.amis-scope .active\:border-purple-600.is-active,
.amis-scope .active\:border-purple-600:active {
  border-color: #7c3aed;
}

.amis-scope .active\:border-purple-700.is-active,
.amis-scope .active\:border-purple-700:active {
  border-color: #6d28d9;
}

.amis-scope .active\:border-purple-800.is-active,
.amis-scope .active\:border-purple-800:active {
  border-color: #5b21b6;
}

.amis-scope .active\:border-purple-900.is-active,
.amis-scope .active\:border-purple-900:active {
  border-color: #4c1d95;
}

.amis-scope .active\:border-pink-50.is-active,
.amis-scope .active\:border-pink-50:active {
  border-color: #fdf2f8;
}

.amis-scope .active\:border-pink-100.is-active,
.amis-scope .active\:border-pink-100:active {
  border-color: #fce7f3;
}

.amis-scope .active\:border-pink-200.is-active,
.amis-scope .active\:border-pink-200:active {
  border-color: #fbcfe8;
}

.amis-scope .active\:border-pink-300.is-active,
.amis-scope .active\:border-pink-300:active {
  border-color: #f9a8d4;
}

.amis-scope .active\:border-pink-400.is-active,
.amis-scope .active\:border-pink-400:active {
  border-color: #f472b6;
}

.amis-scope .active\:border-pink-500.is-active,
.amis-scope .active\:border-pink-500:active {
  border-color: #ec4899;
}

.amis-scope .active\:border-pink-600.is-active,
.amis-scope .active\:border-pink-600:active {
  border-color: #db2777;
}

.amis-scope .active\:border-pink-700.is-active,
.amis-scope .active\:border-pink-700:active {
  border-color: #be185d;
}

.amis-scope .active\:border-pink-800.is-active,
.amis-scope .active\:border-pink-800:active {
  border-color: #9d174d;
}

.amis-scope .active\:border-pink-900.is-active,
.amis-scope .active\:border-pink-900:active {
  border-color: #831843;
}

.amis-scope .focus\:border-black:focus {
  border-color: #000;
}

.amis-scope .focus\:border-white:focus {
  border-color: #fff;
}

.amis-scope .focus\:border-primary:focus {
  border-color: #007bff;
}

.amis-scope .focus\:border-secondary:focus {
  border-color: #6c757d;
}

.amis-scope .focus\:border-success:focus {
  border-color: #28a745;
}

.amis-scope .focus\:border-info:focus {
  border-color: #007bff;
}

.amis-scope .focus\:border-warning:focus {
  border-color: #fad733;
}

.amis-scope .focus\:border-danger:focus {
  border-color: #dc3545;
}

.amis-scope .focus\:border-light:focus {
  border-color: #f8f9fa;
}

.amis-scope .focus\:border-dark:focus {
  border-color: #343a40;
}

.amis-scope .focus\:border-gray-50:focus {
  border-color: #f9fafb;
}

.amis-scope .focus\:border-gray-100:focus {
  border-color: #f3f4f6;
}

.amis-scope .focus\:border-gray-200:focus {
  border-color: #e5e7eb;
}

.amis-scope .focus\:border-gray-300:focus {
  border-color: #d1d5db;
}

.amis-scope .focus\:border-gray-400:focus {
  border-color: #9ca3af;
}

.amis-scope .focus\:border-gray-500:focus {
  border-color: #6b7280;
}

.amis-scope .focus\:border-gray-600:focus {
  border-color: #4b5563;
}

.amis-scope .focus\:border-gray-700:focus {
  border-color: #374151;
}

.amis-scope .focus\:border-gray-800:focus {
  border-color: #1f2937;
}

.amis-scope .focus\:border-gray-900:focus {
  border-color: #111827;
}

.amis-scope .focus\:border-red-50:focus {
  border-color: #fef2f2;
}

.amis-scope .focus\:border-red-100:focus {
  border-color: #fee2e2;
}

.amis-scope .focus\:border-red-200:focus {
  border-color: #fecaca;
}

.amis-scope .focus\:border-red-300:focus {
  border-color: #fca5a5;
}

.amis-scope .focus\:border-red-400:focus {
  border-color: #f87171;
}

.amis-scope .focus\:border-red-500:focus {
  border-color: #ef4444;
}

.amis-scope .focus\:border-red-600:focus {
  border-color: #dc2626;
}

.amis-scope .focus\:border-red-700:focus {
  border-color: #b91c1c;
}

.amis-scope .focus\:border-red-800:focus {
  border-color: #991b1b;
}

.amis-scope .focus\:border-red-900:focus {
  border-color: #7f1d1d;
}

.amis-scope .focus\:border-yellow-50:focus {
  border-color: #fffbeb;
}

.amis-scope .focus\:border-yellow-100:focus {
  border-color: #fef3c7;
}

.amis-scope .focus\:border-yellow-200:focus {
  border-color: #fde68a;
}

.amis-scope .focus\:border-yellow-300:focus {
  border-color: #fcd34d;
}

.amis-scope .focus\:border-yellow-400:focus {
  border-color: #fbbf24;
}

.amis-scope .focus\:border-yellow-500:focus {
  border-color: #f59e0b;
}

.amis-scope .focus\:border-yellow-600:focus {
  border-color: #d97706;
}

.amis-scope .focus\:border-yellow-700:focus {
  border-color: #b45309;
}

.amis-scope .focus\:border-yellow-800:focus {
  border-color: #92400e;
}

.amis-scope .focus\:border-yellow-900:focus {
  border-color: #78350f;
}

.amis-scope .focus\:border-green-50:focus {
  border-color: #ecfdf5;
}

.amis-scope .focus\:border-green-100:focus {
  border-color: #d1fae5;
}

.amis-scope .focus\:border-green-200:focus {
  border-color: #a7f3d0;
}

.amis-scope .focus\:border-green-300:focus {
  border-color: #6ee7b7;
}

.amis-scope .focus\:border-green-400:focus {
  border-color: #34d399;
}

.amis-scope .focus\:border-green-500:focus {
  border-color: #10b981;
}

.amis-scope .focus\:border-green-600:focus {
  border-color: #059669;
}

.amis-scope .focus\:border-green-700:focus {
  border-color: #047857;
}

.amis-scope .focus\:border-green-800:focus {
  border-color: #065f46;
}

.amis-scope .focus\:border-green-900:focus {
  border-color: #064e3b;
}

.amis-scope .focus\:border-blue-50:focus {
  border-color: #eff6ff;
}

.amis-scope .focus\:border-blue-100:focus {
  border-color: #dbeafe;
}

.amis-scope .focus\:border-blue-200:focus {
  border-color: #bfdbfe;
}

.amis-scope .focus\:border-blue-300:focus {
  border-color: #93c5fd;
}

.amis-scope .focus\:border-blue-400:focus {
  border-color: #60a5fa;
}

.amis-scope .focus\:border-blue-500:focus {
  border-color: #3b82f6;
}

.amis-scope .focus\:border-blue-600:focus {
  border-color: #2563eb;
}

.amis-scope .focus\:border-blue-700:focus {
  border-color: #1d4ed8;
}

.amis-scope .focus\:border-blue-800:focus {
  border-color: #1e40af;
}

.amis-scope .focus\:border-blue-900:focus {
  border-color: #1e3a8a;
}

.amis-scope .focus\:border-cyan-50:focus {
  border-color: #ecfeff;
}

.amis-scope .focus\:border-cyan-100:focus {
  border-color: #cffafe;
}

.amis-scope .focus\:border-cyan-200:focus {
  border-color: #a5f3fc;
}

.amis-scope .focus\:border-cyan-300:focus {
  border-color: #67e8f9;
}

.amis-scope .focus\:border-cyan-400:focus {
  border-color: #22d3ee;
}

.amis-scope .focus\:border-cyan-500:focus {
  border-color: #06b6d4;
}

.amis-scope .focus\:border-cyan-600:focus {
  border-color: #0891b2;
}

.amis-scope .focus\:border-cyan-700:focus {
  border-color: #0e7490;
}

.amis-scope .focus\:border-cyan-800:focus {
  border-color: #155e75;
}

.amis-scope .focus\:border-cyan-900:focus {
  border-color: #164e63;
}

.amis-scope .focus\:border-indigo-50:focus {
  border-color: #eef2ff;
}

.amis-scope .focus\:border-indigo-100:focus {
  border-color: #e0e7ff;
}

.amis-scope .focus\:border-indigo-200:focus {
  border-color: #c7d2fe;
}

.amis-scope .focus\:border-indigo-300:focus {
  border-color: #a5b4fc;
}

.amis-scope .focus\:border-indigo-400:focus {
  border-color: #818cf8;
}

.amis-scope .focus\:border-indigo-500:focus {
  border-color: #6366f1;
}

.amis-scope .focus\:border-indigo-600:focus {
  border-color: #4f46e5;
}

.amis-scope .focus\:border-indigo-700:focus {
  border-color: #4338ca;
}

.amis-scope .focus\:border-indigo-800:focus {
  border-color: #3730a3;
}

.amis-scope .focus\:border-indigo-900:focus {
  border-color: #312e81;
}

.amis-scope .focus\:border-purple-50:focus {
  border-color: #f5f3ff;
}

.amis-scope .focus\:border-purple-100:focus {
  border-color: #ede9fe;
}

.amis-scope .focus\:border-purple-200:focus {
  border-color: #ddd6fe;
}

.amis-scope .focus\:border-purple-300:focus {
  border-color: #c4b5fd;
}

.amis-scope .focus\:border-purple-400:focus {
  border-color: #a78bfa;
}

.amis-scope .focus\:border-purple-500:focus {
  border-color: #8b5cf6;
}

.amis-scope .focus\:border-purple-600:focus {
  border-color: #7c3aed;
}

.amis-scope .focus\:border-purple-700:focus {
  border-color: #6d28d9;
}

.amis-scope .focus\:border-purple-800:focus {
  border-color: #5b21b6;
}

.amis-scope .focus\:border-purple-900:focus {
  border-color: #4c1d95;
}

.amis-scope .focus\:border-pink-50:focus {
  border-color: #fdf2f8;
}

.amis-scope .focus\:border-pink-100:focus {
  border-color: #fce7f3;
}

.amis-scope .focus\:border-pink-200:focus {
  border-color: #fbcfe8;
}

.amis-scope .focus\:border-pink-300:focus {
  border-color: #f9a8d4;
}

.amis-scope .focus\:border-pink-400:focus {
  border-color: #f472b6;
}

.amis-scope .focus\:border-pink-500:focus {
  border-color: #ec4899;
}

.amis-scope .focus\:border-pink-600:focus {
  border-color: #db2777;
}

.amis-scope .focus\:border-pink-700:focus {
  border-color: #be185d;
}

.amis-scope .focus\:border-pink-800:focus {
  border-color: #9d174d;
}

.amis-scope .focus\:border-pink-900:focus {
  border-color: #831843;
}

.amis-scope .disabled\:border-black.is-disabled,
.amis-scope .disabled\:border-black:disabled {
  border-color: #000;
}

.amis-scope .disabled\:border-white.is-disabled,
.amis-scope .disabled\:border-white:disabled {
  border-color: #fff;
}

.amis-scope .disabled\:border-primary.is-disabled,
.amis-scope .disabled\:border-primary:disabled {
  border-color: #007bff;
}

.amis-scope .disabled\:border-secondary.is-disabled,
.amis-scope .disabled\:border-secondary:disabled {
  border-color: #6c757d;
}

.amis-scope .disabled\:border-success.is-disabled,
.amis-scope .disabled\:border-success:disabled {
  border-color: #28a745;
}

.amis-scope .disabled\:border-info.is-disabled,
.amis-scope .disabled\:border-info:disabled {
  border-color: #007bff;
}

.amis-scope .disabled\:border-warning.is-disabled,
.amis-scope .disabled\:border-warning:disabled {
  border-color: #fad733;
}

.amis-scope .disabled\:border-danger.is-disabled,
.amis-scope .disabled\:border-danger:disabled {
  border-color: #dc3545;
}

.amis-scope .disabled\:border-light.is-disabled,
.amis-scope .disabled\:border-light:disabled {
  border-color: #f8f9fa;
}

.amis-scope .disabled\:border-dark.is-disabled,
.amis-scope .disabled\:border-dark:disabled {
  border-color: #343a40;
}

.amis-scope .disabled\:border-gray-50.is-disabled,
.amis-scope .disabled\:border-gray-50:disabled {
  border-color: #f9fafb;
}

.amis-scope .disabled\:border-gray-100.is-disabled,
.amis-scope .disabled\:border-gray-100:disabled {
  border-color: #f3f4f6;
}

.amis-scope .disabled\:border-gray-200.is-disabled,
.amis-scope .disabled\:border-gray-200:disabled {
  border-color: #e5e7eb;
}

.amis-scope .disabled\:border-gray-300.is-disabled,
.amis-scope .disabled\:border-gray-300:disabled {
  border-color: #d1d5db;
}

.amis-scope .disabled\:border-gray-400.is-disabled,
.amis-scope .disabled\:border-gray-400:disabled {
  border-color: #9ca3af;
}

.amis-scope .disabled\:border-gray-500.is-disabled,
.amis-scope .disabled\:border-gray-500:disabled {
  border-color: #6b7280;
}

.amis-scope .disabled\:border-gray-600.is-disabled,
.amis-scope .disabled\:border-gray-600:disabled {
  border-color: #4b5563;
}

.amis-scope .disabled\:border-gray-700.is-disabled,
.amis-scope .disabled\:border-gray-700:disabled {
  border-color: #374151;
}

.amis-scope .disabled\:border-gray-800.is-disabled,
.amis-scope .disabled\:border-gray-800:disabled {
  border-color: #1f2937;
}

.amis-scope .disabled\:border-gray-900.is-disabled,
.amis-scope .disabled\:border-gray-900:disabled {
  border-color: #111827;
}

.amis-scope .disabled\:border-red-50.is-disabled,
.amis-scope .disabled\:border-red-50:disabled {
  border-color: #fef2f2;
}

.amis-scope .disabled\:border-red-100.is-disabled,
.amis-scope .disabled\:border-red-100:disabled {
  border-color: #fee2e2;
}

.amis-scope .disabled\:border-red-200.is-disabled,
.amis-scope .disabled\:border-red-200:disabled {
  border-color: #fecaca;
}

.amis-scope .disabled\:border-red-300.is-disabled,
.amis-scope .disabled\:border-red-300:disabled {
  border-color: #fca5a5;
}

.amis-scope .disabled\:border-red-400.is-disabled,
.amis-scope .disabled\:border-red-400:disabled {
  border-color: #f87171;
}

.amis-scope .disabled\:border-red-500.is-disabled,
.amis-scope .disabled\:border-red-500:disabled {
  border-color: #ef4444;
}

.amis-scope .disabled\:border-red-600.is-disabled,
.amis-scope .disabled\:border-red-600:disabled {
  border-color: #dc2626;
}

.amis-scope .disabled\:border-red-700.is-disabled,
.amis-scope .disabled\:border-red-700:disabled {
  border-color: #b91c1c;
}

.amis-scope .disabled\:border-red-800.is-disabled,
.amis-scope .disabled\:border-red-800:disabled {
  border-color: #991b1b;
}

.amis-scope .disabled\:border-red-900.is-disabled,
.amis-scope .disabled\:border-red-900:disabled {
  border-color: #7f1d1d;
}

.amis-scope .disabled\:border-yellow-50.is-disabled,
.amis-scope .disabled\:border-yellow-50:disabled {
  border-color: #fffbeb;
}

.amis-scope .disabled\:border-yellow-100.is-disabled,
.amis-scope .disabled\:border-yellow-100:disabled {
  border-color: #fef3c7;
}

.amis-scope .disabled\:border-yellow-200.is-disabled,
.amis-scope .disabled\:border-yellow-200:disabled {
  border-color: #fde68a;
}

.amis-scope .disabled\:border-yellow-300.is-disabled,
.amis-scope .disabled\:border-yellow-300:disabled {
  border-color: #fcd34d;
}

.amis-scope .disabled\:border-yellow-400.is-disabled,
.amis-scope .disabled\:border-yellow-400:disabled {
  border-color: #fbbf24;
}

.amis-scope .disabled\:border-yellow-500.is-disabled,
.amis-scope .disabled\:border-yellow-500:disabled {
  border-color: #f59e0b;
}

.amis-scope .disabled\:border-yellow-600.is-disabled,
.amis-scope .disabled\:border-yellow-600:disabled {
  border-color: #d97706;
}

.amis-scope .disabled\:border-yellow-700.is-disabled,
.amis-scope .disabled\:border-yellow-700:disabled {
  border-color: #b45309;
}

.amis-scope .disabled\:border-yellow-800.is-disabled,
.amis-scope .disabled\:border-yellow-800:disabled {
  border-color: #92400e;
}

.amis-scope .disabled\:border-yellow-900.is-disabled,
.amis-scope .disabled\:border-yellow-900:disabled {
  border-color: #78350f;
}

.amis-scope .disabled\:border-green-50.is-disabled,
.amis-scope .disabled\:border-green-50:disabled {
  border-color: #ecfdf5;
}

.amis-scope .disabled\:border-green-100.is-disabled,
.amis-scope .disabled\:border-green-100:disabled {
  border-color: #d1fae5;
}

.amis-scope .disabled\:border-green-200.is-disabled,
.amis-scope .disabled\:border-green-200:disabled {
  border-color: #a7f3d0;
}

.amis-scope .disabled\:border-green-300.is-disabled,
.amis-scope .disabled\:border-green-300:disabled {
  border-color: #6ee7b7;
}

.amis-scope .disabled\:border-green-400.is-disabled,
.amis-scope .disabled\:border-green-400:disabled {
  border-color: #34d399;
}

.amis-scope .disabled\:border-green-500.is-disabled,
.amis-scope .disabled\:border-green-500:disabled {
  border-color: #10b981;
}

.amis-scope .disabled\:border-green-600.is-disabled,
.amis-scope .disabled\:border-green-600:disabled {
  border-color: #059669;
}

.amis-scope .disabled\:border-green-700.is-disabled,
.amis-scope .disabled\:border-green-700:disabled {
  border-color: #047857;
}

.amis-scope .disabled\:border-green-800.is-disabled,
.amis-scope .disabled\:border-green-800:disabled {
  border-color: #065f46;
}

.amis-scope .disabled\:border-green-900.is-disabled,
.amis-scope .disabled\:border-green-900:disabled {
  border-color: #064e3b;
}

.amis-scope .disabled\:border-blue-50.is-disabled,
.amis-scope .disabled\:border-blue-50:disabled {
  border-color: #eff6ff;
}

.amis-scope .disabled\:border-blue-100.is-disabled,
.amis-scope .disabled\:border-blue-100:disabled {
  border-color: #dbeafe;
}

.amis-scope .disabled\:border-blue-200.is-disabled,
.amis-scope .disabled\:border-blue-200:disabled {
  border-color: #bfdbfe;
}

.amis-scope .disabled\:border-blue-300.is-disabled,
.amis-scope .disabled\:border-blue-300:disabled {
  border-color: #93c5fd;
}

.amis-scope .disabled\:border-blue-400.is-disabled,
.amis-scope .disabled\:border-blue-400:disabled {
  border-color: #60a5fa;
}

.amis-scope .disabled\:border-blue-500.is-disabled,
.amis-scope .disabled\:border-blue-500:disabled {
  border-color: #3b82f6;
}

.amis-scope .disabled\:border-blue-600.is-disabled,
.amis-scope .disabled\:border-blue-600:disabled {
  border-color: #2563eb;
}

.amis-scope .disabled\:border-blue-700.is-disabled,
.amis-scope .disabled\:border-blue-700:disabled {
  border-color: #1d4ed8;
}

.amis-scope .disabled\:border-blue-800.is-disabled,
.amis-scope .disabled\:border-blue-800:disabled {
  border-color: #1e40af;
}

.amis-scope .disabled\:border-blue-900.is-disabled,
.amis-scope .disabled\:border-blue-900:disabled {
  border-color: #1e3a8a;
}

.amis-scope .disabled\:border-cyan-50.is-disabled,
.amis-scope .disabled\:border-cyan-50:disabled {
  border-color: #ecfeff;
}

.amis-scope .disabled\:border-cyan-100.is-disabled,
.amis-scope .disabled\:border-cyan-100:disabled {
  border-color: #cffafe;
}

.amis-scope .disabled\:border-cyan-200.is-disabled,
.amis-scope .disabled\:border-cyan-200:disabled {
  border-color: #a5f3fc;
}

.amis-scope .disabled\:border-cyan-300.is-disabled,
.amis-scope .disabled\:border-cyan-300:disabled {
  border-color: #67e8f9;
}

.amis-scope .disabled\:border-cyan-400.is-disabled,
.amis-scope .disabled\:border-cyan-400:disabled {
  border-color: #22d3ee;
}

.amis-scope .disabled\:border-cyan-500.is-disabled,
.amis-scope .disabled\:border-cyan-500:disabled {
  border-color: #06b6d4;
}

.amis-scope .disabled\:border-cyan-600.is-disabled,
.amis-scope .disabled\:border-cyan-600:disabled {
  border-color: #0891b2;
}

.amis-scope .disabled\:border-cyan-700.is-disabled,
.amis-scope .disabled\:border-cyan-700:disabled {
  border-color: #0e7490;
}

.amis-scope .disabled\:border-cyan-800.is-disabled,
.amis-scope .disabled\:border-cyan-800:disabled {
  border-color: #155e75;
}

.amis-scope .disabled\:border-cyan-900.is-disabled,
.amis-scope .disabled\:border-cyan-900:disabled {
  border-color: #164e63;
}

.amis-scope .disabled\:border-indigo-50.is-disabled,
.amis-scope .disabled\:border-indigo-50:disabled {
  border-color: #eef2ff;
}

.amis-scope .disabled\:border-indigo-100.is-disabled,
.amis-scope .disabled\:border-indigo-100:disabled {
  border-color: #e0e7ff;
}

.amis-scope .disabled\:border-indigo-200.is-disabled,
.amis-scope .disabled\:border-indigo-200:disabled {
  border-color: #c7d2fe;
}

.amis-scope .disabled\:border-indigo-300.is-disabled,
.amis-scope .disabled\:border-indigo-300:disabled {
  border-color: #a5b4fc;
}

.amis-scope .disabled\:border-indigo-400.is-disabled,
.amis-scope .disabled\:border-indigo-400:disabled {
  border-color: #818cf8;
}

.amis-scope .disabled\:border-indigo-500.is-disabled,
.amis-scope .disabled\:border-indigo-500:disabled {
  border-color: #6366f1;
}

.amis-scope .disabled\:border-indigo-600.is-disabled,
.amis-scope .disabled\:border-indigo-600:disabled {
  border-color: #4f46e5;
}

.amis-scope .disabled\:border-indigo-700.is-disabled,
.amis-scope .disabled\:border-indigo-700:disabled {
  border-color: #4338ca;
}

.amis-scope .disabled\:border-indigo-800.is-disabled,
.amis-scope .disabled\:border-indigo-800:disabled {
  border-color: #3730a3;
}

.amis-scope .disabled\:border-indigo-900.is-disabled,
.amis-scope .disabled\:border-indigo-900:disabled {
  border-color: #312e81;
}

.amis-scope .disabled\:border-purple-50.is-disabled,
.amis-scope .disabled\:border-purple-50:disabled {
  border-color: #f5f3ff;
}

.amis-scope .disabled\:border-purple-100.is-disabled,
.amis-scope .disabled\:border-purple-100:disabled {
  border-color: #ede9fe;
}

.amis-scope .disabled\:border-purple-200.is-disabled,
.amis-scope .disabled\:border-purple-200:disabled {
  border-color: #ddd6fe;
}

.amis-scope .disabled\:border-purple-300.is-disabled,
.amis-scope .disabled\:border-purple-300:disabled {
  border-color: #c4b5fd;
}

.amis-scope .disabled\:border-purple-400.is-disabled,
.amis-scope .disabled\:border-purple-400:disabled {
  border-color: #a78bfa;
}

.amis-scope .disabled\:border-purple-500.is-disabled,
.amis-scope .disabled\:border-purple-500:disabled {
  border-color: #8b5cf6;
}

.amis-scope .disabled\:border-purple-600.is-disabled,
.amis-scope .disabled\:border-purple-600:disabled {
  border-color: #7c3aed;
}

.amis-scope .disabled\:border-purple-700.is-disabled,
.amis-scope .disabled\:border-purple-700:disabled {
  border-color: #6d28d9;
}

.amis-scope .disabled\:border-purple-800.is-disabled,
.amis-scope .disabled\:border-purple-800:disabled {
  border-color: #5b21b6;
}

.amis-scope .disabled\:border-purple-900.is-disabled,
.amis-scope .disabled\:border-purple-900:disabled {
  border-color: #4c1d95;
}

.amis-scope .disabled\:border-pink-50.is-disabled,
.amis-scope .disabled\:border-pink-50:disabled {
  border-color: #fdf2f8;
}

.amis-scope .disabled\:border-pink-100.is-disabled,
.amis-scope .disabled\:border-pink-100:disabled {
  border-color: #fce7f3;
}

.amis-scope .disabled\:border-pink-200.is-disabled,
.amis-scope .disabled\:border-pink-200:disabled {
  border-color: #fbcfe8;
}

.amis-scope .disabled\:border-pink-300.is-disabled,
.amis-scope .disabled\:border-pink-300:disabled {
  border-color: #f9a8d4;
}

.amis-scope .disabled\:border-pink-400.is-disabled,
.amis-scope .disabled\:border-pink-400:disabled {
  border-color: #f472b6;
}

.amis-scope .disabled\:border-pink-500.is-disabled,
.amis-scope .disabled\:border-pink-500:disabled {
  border-color: #ec4899;
}

.amis-scope .disabled\:border-pink-600.is-disabled,
.amis-scope .disabled\:border-pink-600:disabled {
  border-color: #db2777;
}

.amis-scope .disabled\:border-pink-700.is-disabled,
.amis-scope .disabled\:border-pink-700:disabled {
  border-color: #be185d;
}

.amis-scope .disabled\:border-pink-800.is-disabled,
.amis-scope .disabled\:border-pink-800:disabled {
  border-color: #9d174d;
}

.amis-scope .disabled\:border-pink-900.is-disabled,
.amis-scope .disabled\:border-pink-900:disabled {
  border-color: #831843;
}

.amis-scope .group:hover .group-hover\:border-black {
  border-color: #000;
}

.amis-scope .group:hover .group-hover\:border-white {
  border-color: #fff;
}

.amis-scope .group:hover .group-hover\:border-primary {
  border-color: #007bff;
}

.amis-scope .group:hover .group-hover\:border-secondary {
  border-color: #6c757d;
}

.amis-scope .group:hover .group-hover\:border-success {
  border-color: #28a745;
}

.amis-scope .group:hover .group-hover\:border-info {
  border-color: #007bff;
}

.amis-scope .group:hover .group-hover\:border-warning {
  border-color: #fad733;
}

.amis-scope .group:hover .group-hover\:border-danger {
  border-color: #dc3545;
}

.amis-scope .group:hover .group-hover\:border-light {
  border-color: #f8f9fa;
}

.amis-scope .group:hover .group-hover\:border-dark {
  border-color: #343a40;
}

.amis-scope .group:hover .group-hover\:border-gray-50 {
  border-color: #f9fafb;
}

.amis-scope .group:hover .group-hover\:border-gray-100 {
  border-color: #f3f4f6;
}

.amis-scope .group:hover .group-hover\:border-gray-200 {
  border-color: #e5e7eb;
}

.amis-scope .group:hover .group-hover\:border-gray-300 {
  border-color: #d1d5db;
}

.amis-scope .group:hover .group-hover\:border-gray-400 {
  border-color: #9ca3af;
}

.amis-scope .group:hover .group-hover\:border-gray-500 {
  border-color: #6b7280;
}

.amis-scope .group:hover .group-hover\:border-gray-600 {
  border-color: #4b5563;
}

.amis-scope .group:hover .group-hover\:border-gray-700 {
  border-color: #374151;
}

.amis-scope .group:hover .group-hover\:border-gray-800 {
  border-color: #1f2937;
}

.amis-scope .group:hover .group-hover\:border-gray-900 {
  border-color: #111827;
}

.amis-scope .group:hover .group-hover\:border-red-50 {
  border-color: #fef2f2;
}

.amis-scope .group:hover .group-hover\:border-red-100 {
  border-color: #fee2e2;
}

.amis-scope .group:hover .group-hover\:border-red-200 {
  border-color: #fecaca;
}

.amis-scope .group:hover .group-hover\:border-red-300 {
  border-color: #fca5a5;
}

.amis-scope .group:hover .group-hover\:border-red-400 {
  border-color: #f87171;
}

.amis-scope .group:hover .group-hover\:border-red-500 {
  border-color: #ef4444;
}

.amis-scope .group:hover .group-hover\:border-red-600 {
  border-color: #dc2626;
}

.amis-scope .group:hover .group-hover\:border-red-700 {
  border-color: #b91c1c;
}

.amis-scope .group:hover .group-hover\:border-red-800 {
  border-color: #991b1b;
}

.amis-scope .group:hover .group-hover\:border-red-900 {
  border-color: #7f1d1d;
}

.amis-scope .group:hover .group-hover\:border-yellow-50 {
  border-color: #fffbeb;
}

.amis-scope .group:hover .group-hover\:border-yellow-100 {
  border-color: #fef3c7;
}

.amis-scope .group:hover .group-hover\:border-yellow-200 {
  border-color: #fde68a;
}

.amis-scope .group:hover .group-hover\:border-yellow-300 {
  border-color: #fcd34d;
}

.amis-scope .group:hover .group-hover\:border-yellow-400 {
  border-color: #fbbf24;
}

.amis-scope .group:hover .group-hover\:border-yellow-500 {
  border-color: #f59e0b;
}

.amis-scope .group:hover .group-hover\:border-yellow-600 {
  border-color: #d97706;
}

.amis-scope .group:hover .group-hover\:border-yellow-700 {
  border-color: #b45309;
}

.amis-scope .group:hover .group-hover\:border-yellow-800 {
  border-color: #92400e;
}

.amis-scope .group:hover .group-hover\:border-yellow-900 {
  border-color: #78350f;
}

.amis-scope .group:hover .group-hover\:border-green-50 {
  border-color: #ecfdf5;
}

.amis-scope .group:hover .group-hover\:border-green-100 {
  border-color: #d1fae5;
}

.amis-scope .group:hover .group-hover\:border-green-200 {
  border-color: #a7f3d0;
}

.amis-scope .group:hover .group-hover\:border-green-300 {
  border-color: #6ee7b7;
}

.amis-scope .group:hover .group-hover\:border-green-400 {
  border-color: #34d399;
}

.amis-scope .group:hover .group-hover\:border-green-500 {
  border-color: #10b981;
}

.amis-scope .group:hover .group-hover\:border-green-600 {
  border-color: #059669;
}

.amis-scope .group:hover .group-hover\:border-green-700 {
  border-color: #047857;
}

.amis-scope .group:hover .group-hover\:border-green-800 {
  border-color: #065f46;
}

.amis-scope .group:hover .group-hover\:border-green-900 {
  border-color: #064e3b;
}

.amis-scope .group:hover .group-hover\:border-blue-50 {
  border-color: #eff6ff;
}

.amis-scope .group:hover .group-hover\:border-blue-100 {
  border-color: #dbeafe;
}

.amis-scope .group:hover .group-hover\:border-blue-200 {
  border-color: #bfdbfe;
}

.amis-scope .group:hover .group-hover\:border-blue-300 {
  border-color: #93c5fd;
}

.amis-scope .group:hover .group-hover\:border-blue-400 {
  border-color: #60a5fa;
}

.amis-scope .group:hover .group-hover\:border-blue-500 {
  border-color: #3b82f6;
}

.amis-scope .group:hover .group-hover\:border-blue-600 {
  border-color: #2563eb;
}

.amis-scope .group:hover .group-hover\:border-blue-700 {
  border-color: #1d4ed8;
}

.amis-scope .group:hover .group-hover\:border-blue-800 {
  border-color: #1e40af;
}

.amis-scope .group:hover .group-hover\:border-blue-900 {
  border-color: #1e3a8a;
}

.amis-scope .group:hover .group-hover\:border-cyan-50 {
  border-color: #ecfeff;
}

.amis-scope .group:hover .group-hover\:border-cyan-100 {
  border-color: #cffafe;
}

.amis-scope .group:hover .group-hover\:border-cyan-200 {
  border-color: #a5f3fc;
}

.amis-scope .group:hover .group-hover\:border-cyan-300 {
  border-color: #67e8f9;
}

.amis-scope .group:hover .group-hover\:border-cyan-400 {
  border-color: #22d3ee;
}

.amis-scope .group:hover .group-hover\:border-cyan-500 {
  border-color: #06b6d4;
}

.amis-scope .group:hover .group-hover\:border-cyan-600 {
  border-color: #0891b2;
}

.amis-scope .group:hover .group-hover\:border-cyan-700 {
  border-color: #0e7490;
}

.amis-scope .group:hover .group-hover\:border-cyan-800 {
  border-color: #155e75;
}

.amis-scope .group:hover .group-hover\:border-cyan-900 {
  border-color: #164e63;
}

.amis-scope .group:hover .group-hover\:border-indigo-50 {
  border-color: #eef2ff;
}

.amis-scope .group:hover .group-hover\:border-indigo-100 {
  border-color: #e0e7ff;
}

.amis-scope .group:hover .group-hover\:border-indigo-200 {
  border-color: #c7d2fe;
}

.amis-scope .group:hover .group-hover\:border-indigo-300 {
  border-color: #a5b4fc;
}

.amis-scope .group:hover .group-hover\:border-indigo-400 {
  border-color: #818cf8;
}

.amis-scope .group:hover .group-hover\:border-indigo-500 {
  border-color: #6366f1;
}

.amis-scope .group:hover .group-hover\:border-indigo-600 {
  border-color: #4f46e5;
}

.amis-scope .group:hover .group-hover\:border-indigo-700 {
  border-color: #4338ca;
}

.amis-scope .group:hover .group-hover\:border-indigo-800 {
  border-color: #3730a3;
}

.amis-scope .group:hover .group-hover\:border-indigo-900 {
  border-color: #312e81;
}

.amis-scope .group:hover .group-hover\:border-purple-50 {
  border-color: #f5f3ff;
}

.amis-scope .group:hover .group-hover\:border-purple-100 {
  border-color: #ede9fe;
}

.amis-scope .group:hover .group-hover\:border-purple-200 {
  border-color: #ddd6fe;
}

.amis-scope .group:hover .group-hover\:border-purple-300 {
  border-color: #c4b5fd;
}

.amis-scope .group:hover .group-hover\:border-purple-400 {
  border-color: #a78bfa;
}

.amis-scope .group:hover .group-hover\:border-purple-500 {
  border-color: #8b5cf6;
}

.amis-scope .group:hover .group-hover\:border-purple-600 {
  border-color: #7c3aed;
}

.amis-scope .group:hover .group-hover\:border-purple-700 {
  border-color: #6d28d9;
}

.amis-scope .group:hover .group-hover\:border-purple-800 {
  border-color: #5b21b6;
}

.amis-scope .group:hover .group-hover\:border-purple-900 {
  border-color: #4c1d95;
}

.amis-scope .group:hover .group-hover\:border-pink-50 {
  border-color: #fdf2f8;
}

.amis-scope .group:hover .group-hover\:border-pink-100 {
  border-color: #fce7f3;
}

.amis-scope .group:hover .group-hover\:border-pink-200 {
  border-color: #fbcfe8;
}

.amis-scope .group:hover .group-hover\:border-pink-300 {
  border-color: #f9a8d4;
}

.amis-scope .group:hover .group-hover\:border-pink-400 {
  border-color: #f472b6;
}

.amis-scope .group:hover .group-hover\:border-pink-500 {
  border-color: #ec4899;
}

.amis-scope .group:hover .group-hover\:border-pink-600 {
  border-color: #db2777;
}

.amis-scope .group:hover .group-hover\:border-pink-700 {
  border-color: #be185d;
}

.amis-scope .group:hover .group-hover\:border-pink-800 {
  border-color: #9d174d;
}

.amis-scope .group:hover .group-hover\:border-pink-900 {
  border-color: #831843;
}

@media (max-width: 768px) {
  .amis-scope .m\:border-black {
    border-color: #000;
  }

  .amis-scope .m\:border-white {
    border-color: #fff;
  }

  .amis-scope .m\:border-primary {
    border-color: #007bff;
  }

  .amis-scope .m\:border-secondary {
    border-color: #6c757d;
  }

  .amis-scope .m\:border-success {
    border-color: #28a745;
  }

  .amis-scope .m\:border-info {
    border-color: #007bff;
  }

  .amis-scope .m\:border-warning {
    border-color: #fad733;
  }

  .amis-scope .m\:border-danger {
    border-color: #dc3545;
  }

  .amis-scope .m\:border-light {
    border-color: #f8f9fa;
  }

  .amis-scope .m\:border-dark {
    border-color: #343a40;
  }

  .amis-scope .m\:border-gray-50 {
    border-color: #f9fafb;
  }

  .amis-scope .m\:border-gray-100 {
    border-color: #f3f4f6;
  }

  .amis-scope .m\:border-gray-200 {
    border-color: #e5e7eb;
  }

  .amis-scope .m\:border-gray-300 {
    border-color: #d1d5db;
  }

  .amis-scope .m\:border-gray-400 {
    border-color: #9ca3af;
  }

  .amis-scope .m\:border-gray-500 {
    border-color: #6b7280;
  }

  .amis-scope .m\:border-gray-600 {
    border-color: #4b5563;
  }

  .amis-scope .m\:border-gray-700 {
    border-color: #374151;
  }

  .amis-scope .m\:border-gray-800 {
    border-color: #1f2937;
  }

  .amis-scope .m\:border-gray-900 {
    border-color: #111827;
  }

  .amis-scope .m\:border-red-50 {
    border-color: #fef2f2;
  }

  .amis-scope .m\:border-red-100 {
    border-color: #fee2e2;
  }

  .amis-scope .m\:border-red-200 {
    border-color: #fecaca;
  }

  .amis-scope .m\:border-red-300 {
    border-color: #fca5a5;
  }

  .amis-scope .m\:border-red-400 {
    border-color: #f87171;
  }

  .amis-scope .m\:border-red-500 {
    border-color: #ef4444;
  }

  .amis-scope .m\:border-red-600 {
    border-color: #dc2626;
  }

  .amis-scope .m\:border-red-700 {
    border-color: #b91c1c;
  }

  .amis-scope .m\:border-red-800 {
    border-color: #991b1b;
  }

  .amis-scope .m\:border-red-900 {
    border-color: #7f1d1d;
  }

  .amis-scope .m\:border-yellow-50 {
    border-color: #fffbeb;
  }

  .amis-scope .m\:border-yellow-100 {
    border-color: #fef3c7;
  }

  .amis-scope .m\:border-yellow-200 {
    border-color: #fde68a;
  }

  .amis-scope .m\:border-yellow-300 {
    border-color: #fcd34d;
  }

  .amis-scope .m\:border-yellow-400 {
    border-color: #fbbf24;
  }

  .amis-scope .m\:border-yellow-500 {
    border-color: #f59e0b;
  }

  .amis-scope .m\:border-yellow-600 {
    border-color: #d97706;
  }

  .amis-scope .m\:border-yellow-700 {
    border-color: #b45309;
  }

  .amis-scope .m\:border-yellow-800 {
    border-color: #92400e;
  }

  .amis-scope .m\:border-yellow-900 {
    border-color: #78350f;
  }

  .amis-scope .m\:border-green-50 {
    border-color: #ecfdf5;
  }

  .amis-scope .m\:border-green-100 {
    border-color: #d1fae5;
  }

  .amis-scope .m\:border-green-200 {
    border-color: #a7f3d0;
  }

  .amis-scope .m\:border-green-300 {
    border-color: #6ee7b7;
  }

  .amis-scope .m\:border-green-400 {
    border-color: #34d399;
  }

  .amis-scope .m\:border-green-500 {
    border-color: #10b981;
  }

  .amis-scope .m\:border-green-600 {
    border-color: #059669;
  }

  .amis-scope .m\:border-green-700 {
    border-color: #047857;
  }

  .amis-scope .m\:border-green-800 {
    border-color: #065f46;
  }

  .amis-scope .m\:border-green-900 {
    border-color: #064e3b;
  }

  .amis-scope .m\:border-blue-50 {
    border-color: #eff6ff;
  }

  .amis-scope .m\:border-blue-100 {
    border-color: #dbeafe;
  }

  .amis-scope .m\:border-blue-200 {
    border-color: #bfdbfe;
  }

  .amis-scope .m\:border-blue-300 {
    border-color: #93c5fd;
  }

  .amis-scope .m\:border-blue-400 {
    border-color: #60a5fa;
  }

  .amis-scope .m\:border-blue-500 {
    border-color: #3b82f6;
  }

  .amis-scope .m\:border-blue-600 {
    border-color: #2563eb;
  }

  .amis-scope .m\:border-blue-700 {
    border-color: #1d4ed8;
  }

  .amis-scope .m\:border-blue-800 {
    border-color: #1e40af;
  }

  .amis-scope .m\:border-blue-900 {
    border-color: #1e3a8a;
  }

  .amis-scope .m\:border-cyan-50 {
    border-color: #ecfeff;
  }

  .amis-scope .m\:border-cyan-100 {
    border-color: #cffafe;
  }

  .amis-scope .m\:border-cyan-200 {
    border-color: #a5f3fc;
  }

  .amis-scope .m\:border-cyan-300 {
    border-color: #67e8f9;
  }

  .amis-scope .m\:border-cyan-400 {
    border-color: #22d3ee;
  }

  .amis-scope .m\:border-cyan-500 {
    border-color: #06b6d4;
  }

  .amis-scope .m\:border-cyan-600 {
    border-color: #0891b2;
  }

  .amis-scope .m\:border-cyan-700 {
    border-color: #0e7490;
  }

  .amis-scope .m\:border-cyan-800 {
    border-color: #155e75;
  }

  .amis-scope .m\:border-cyan-900 {
    border-color: #164e63;
  }

  .amis-scope .m\:border-indigo-50 {
    border-color: #eef2ff;
  }

  .amis-scope .m\:border-indigo-100 {
    border-color: #e0e7ff;
  }

  .amis-scope .m\:border-indigo-200 {
    border-color: #c7d2fe;
  }

  .amis-scope .m\:border-indigo-300 {
    border-color: #a5b4fc;
  }

  .amis-scope .m\:border-indigo-400 {
    border-color: #818cf8;
  }

  .amis-scope .m\:border-indigo-500 {
    border-color: #6366f1;
  }

  .amis-scope .m\:border-indigo-600 {
    border-color: #4f46e5;
  }

  .amis-scope .m\:border-indigo-700 {
    border-color: #4338ca;
  }

  .amis-scope .m\:border-indigo-800 {
    border-color: #3730a3;
  }

  .amis-scope .m\:border-indigo-900 {
    border-color: #312e81;
  }

  .amis-scope .m\:border-purple-50 {
    border-color: #f5f3ff;
  }

  .amis-scope .m\:border-purple-100 {
    border-color: #ede9fe;
  }

  .amis-scope .m\:border-purple-200 {
    border-color: #ddd6fe;
  }

  .amis-scope .m\:border-purple-300 {
    border-color: #c4b5fd;
  }

  .amis-scope .m\:border-purple-400 {
    border-color: #a78bfa;
  }

  .amis-scope .m\:border-purple-500 {
    border-color: #8b5cf6;
  }

  .amis-scope .m\:border-purple-600 {
    border-color: #7c3aed;
  }

  .amis-scope .m\:border-purple-700 {
    border-color: #6d28d9;
  }

  .amis-scope .m\:border-purple-800 {
    border-color: #5b21b6;
  }

  .amis-scope .m\:border-purple-900 {
    border-color: #4c1d95;
  }

  .amis-scope .m\:border-pink-50 {
    border-color: #fdf2f8;
  }

  .amis-scope .m\:border-pink-100 {
    border-color: #fce7f3;
  }

  .amis-scope .m\:border-pink-200 {
    border-color: #fbcfe8;
  }

  .amis-scope .m\:border-pink-300 {
    border-color: #f9a8d4;
  }

  .amis-scope .m\:border-pink-400 {
    border-color: #f472b6;
  }

  .amis-scope .m\:border-pink-500 {
    border-color: #ec4899;
  }

  .amis-scope .m\:border-pink-600 {
    border-color: #db2777;
  }

  .amis-scope .m\:border-pink-700 {
    border-color: #be185d;
  }

  .amis-scope .m\:border-pink-800 {
    border-color: #9d174d;
  }

  .amis-scope .m\:border-pink-900 {
    border-color: #831843;
  }

  .amis-scope .m\:hover\:border-black:hover {
    border-color: #000;
  }

  .amis-scope .m\:hover\:border-white:hover {
    border-color: #fff;
  }

  .amis-scope .m\:hover\:border-primary:hover {
    border-color: #007bff;
  }

  .amis-scope .m\:hover\:border-secondary:hover {
    border-color: #6c757d;
  }

  .amis-scope .m\:hover\:border-success:hover {
    border-color: #28a745;
  }

  .amis-scope .m\:hover\:border-info:hover {
    border-color: #007bff;
  }

  .amis-scope .m\:hover\:border-warning:hover {
    border-color: #fad733;
  }

  .amis-scope .m\:hover\:border-danger:hover {
    border-color: #dc3545;
  }

  .amis-scope .m\:hover\:border-light:hover {
    border-color: #f8f9fa;
  }

  .amis-scope .m\:hover\:border-dark:hover {
    border-color: #343a40;
  }

  .amis-scope .m\:hover\:border-gray-50:hover {
    border-color: #f9fafb;
  }

  .amis-scope .m\:hover\:border-gray-100:hover {
    border-color: #f3f4f6;
  }

  .amis-scope .m\:hover\:border-gray-200:hover {
    border-color: #e5e7eb;
  }

  .amis-scope .m\:hover\:border-gray-300:hover {
    border-color: #d1d5db;
  }

  .amis-scope .m\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .amis-scope .m\:hover\:border-gray-500:hover {
    border-color: #6b7280;
  }

  .amis-scope .m\:hover\:border-gray-600:hover {
    border-color: #4b5563;
  }

  .amis-scope .m\:hover\:border-gray-700:hover {
    border-color: #374151;
  }

  .amis-scope .m\:hover\:border-gray-800:hover {
    border-color: #1f2937;
  }

  .amis-scope .m\:hover\:border-gray-900:hover {
    border-color: #111827;
  }

  .amis-scope .m\:hover\:border-red-50:hover {
    border-color: #fef2f2;
  }

  .amis-scope .m\:hover\:border-red-100:hover {
    border-color: #fee2e2;
  }

  .amis-scope .m\:hover\:border-red-200:hover {
    border-color: #fecaca;
  }

  .amis-scope .m\:hover\:border-red-300:hover {
    border-color: #fca5a5;
  }

  .amis-scope .m\:hover\:border-red-400:hover {
    border-color: #f87171;
  }

  .amis-scope .m\:hover\:border-red-500:hover {
    border-color: #ef4444;
  }

  .amis-scope .m\:hover\:border-red-600:hover {
    border-color: #dc2626;
  }

  .amis-scope .m\:hover\:border-red-700:hover {
    border-color: #b91c1c;
  }

  .amis-scope .m\:hover\:border-red-800:hover {
    border-color: #991b1b;
  }

  .amis-scope .m\:hover\:border-red-900:hover {
    border-color: #7f1d1d;
  }

  .amis-scope .m\:hover\:border-yellow-50:hover {
    border-color: #fffbeb;
  }

  .amis-scope .m\:hover\:border-yellow-100:hover {
    border-color: #fef3c7;
  }

  .amis-scope .m\:hover\:border-yellow-200:hover {
    border-color: #fde68a;
  }

  .amis-scope .m\:hover\:border-yellow-300:hover {
    border-color: #fcd34d;
  }

  .amis-scope .m\:hover\:border-yellow-400:hover {
    border-color: #fbbf24;
  }

  .amis-scope .m\:hover\:border-yellow-500:hover {
    border-color: #f59e0b;
  }

  .amis-scope .m\:hover\:border-yellow-600:hover {
    border-color: #d97706;
  }

  .amis-scope .m\:hover\:border-yellow-700:hover {
    border-color: #b45309;
  }

  .amis-scope .m\:hover\:border-yellow-800:hover {
    border-color: #92400e;
  }

  .amis-scope .m\:hover\:border-yellow-900:hover {
    border-color: #78350f;
  }

  .amis-scope .m\:hover\:border-green-50:hover {
    border-color: #ecfdf5;
  }

  .amis-scope .m\:hover\:border-green-100:hover {
    border-color: #d1fae5;
  }

  .amis-scope .m\:hover\:border-green-200:hover {
    border-color: #a7f3d0;
  }

  .amis-scope .m\:hover\:border-green-300:hover {
    border-color: #6ee7b7;
  }

  .amis-scope .m\:hover\:border-green-400:hover {
    border-color: #34d399;
  }

  .amis-scope .m\:hover\:border-green-500:hover {
    border-color: #10b981;
  }

  .amis-scope .m\:hover\:border-green-600:hover {
    border-color: #059669;
  }

  .amis-scope .m\:hover\:border-green-700:hover {
    border-color: #047857;
  }

  .amis-scope .m\:hover\:border-green-800:hover {
    border-color: #065f46;
  }

  .amis-scope .m\:hover\:border-green-900:hover {
    border-color: #064e3b;
  }

  .amis-scope .m\:hover\:border-blue-50:hover {
    border-color: #eff6ff;
  }

  .amis-scope .m\:hover\:border-blue-100:hover {
    border-color: #dbeafe;
  }

  .amis-scope .m\:hover\:border-blue-200:hover {
    border-color: #bfdbfe;
  }

  .amis-scope .m\:hover\:border-blue-300:hover {
    border-color: #93c5fd;
  }

  .amis-scope .m\:hover\:border-blue-400:hover {
    border-color: #60a5fa;
  }

  .amis-scope .m\:hover\:border-blue-500:hover {
    border-color: #3b82f6;
  }

  .amis-scope .m\:hover\:border-blue-600:hover {
    border-color: #2563eb;
  }

  .amis-scope .m\:hover\:border-blue-700:hover {
    border-color: #1d4ed8;
  }

  .amis-scope .m\:hover\:border-blue-800:hover {
    border-color: #1e40af;
  }

  .amis-scope .m\:hover\:border-blue-900:hover {
    border-color: #1e3a8a;
  }

  .amis-scope .m\:hover\:border-cyan-50:hover {
    border-color: #ecfeff;
  }

  .amis-scope .m\:hover\:border-cyan-100:hover {
    border-color: #cffafe;
  }

  .amis-scope .m\:hover\:border-cyan-200:hover {
    border-color: #a5f3fc;
  }

  .amis-scope .m\:hover\:border-cyan-300:hover {
    border-color: #67e8f9;
  }

  .amis-scope .m\:hover\:border-cyan-400:hover {
    border-color: #22d3ee;
  }

  .amis-scope .m\:hover\:border-cyan-500:hover {
    border-color: #06b6d4;
  }

  .amis-scope .m\:hover\:border-cyan-600:hover {
    border-color: #0891b2;
  }

  .amis-scope .m\:hover\:border-cyan-700:hover {
    border-color: #0e7490;
  }

  .amis-scope .m\:hover\:border-cyan-800:hover {
    border-color: #155e75;
  }

  .amis-scope .m\:hover\:border-cyan-900:hover {
    border-color: #164e63;
  }

  .amis-scope .m\:hover\:border-indigo-50:hover {
    border-color: #eef2ff;
  }

  .amis-scope .m\:hover\:border-indigo-100:hover {
    border-color: #e0e7ff;
  }

  .amis-scope .m\:hover\:border-indigo-200:hover {
    border-color: #c7d2fe;
  }

  .amis-scope .m\:hover\:border-indigo-300:hover {
    border-color: #a5b4fc;
  }

  .amis-scope .m\:hover\:border-indigo-400:hover {
    border-color: #818cf8;
  }

  .amis-scope .m\:hover\:border-indigo-500:hover {
    border-color: #6366f1;
  }

  .amis-scope .m\:hover\:border-indigo-600:hover {
    border-color: #4f46e5;
  }

  .amis-scope .m\:hover\:border-indigo-700:hover {
    border-color: #4338ca;
  }

  .amis-scope .m\:hover\:border-indigo-800:hover {
    border-color: #3730a3;
  }

  .amis-scope .m\:hover\:border-indigo-900:hover {
    border-color: #312e81;
  }

  .amis-scope .m\:hover\:border-purple-50:hover {
    border-color: #f5f3ff;
  }

  .amis-scope .m\:hover\:border-purple-100:hover {
    border-color: #ede9fe;
  }

  .amis-scope .m\:hover\:border-purple-200:hover {
    border-color: #ddd6fe;
  }

  .amis-scope .m\:hover\:border-purple-300:hover {
    border-color: #c4b5fd;
  }

  .amis-scope .m\:hover\:border-purple-400:hover {
    border-color: #a78bfa;
  }

  .amis-scope .m\:hover\:border-purple-500:hover {
    border-color: #8b5cf6;
  }

  .amis-scope .m\:hover\:border-purple-600:hover {
    border-color: #7c3aed;
  }

  .amis-scope .m\:hover\:border-purple-700:hover {
    border-color: #6d28d9;
  }

  .amis-scope .m\:hover\:border-purple-800:hover {
    border-color: #5b21b6;
  }

  .amis-scope .m\:hover\:border-purple-900:hover {
    border-color: #4c1d95;
  }

  .amis-scope .m\:hover\:border-pink-50:hover {
    border-color: #fdf2f8;
  }

  .amis-scope .m\:hover\:border-pink-100:hover {
    border-color: #fce7f3;
  }

  .amis-scope .m\:hover\:border-pink-200:hover {
    border-color: #fbcfe8;
  }

  .amis-scope .m\:hover\:border-pink-300:hover {
    border-color: #f9a8d4;
  }

  .amis-scope .m\:hover\:border-pink-400:hover {
    border-color: #f472b6;
  }

  .amis-scope .m\:hover\:border-pink-500:hover {
    border-color: #ec4899;
  }

  .amis-scope .m\:hover\:border-pink-600:hover {
    border-color: #db2777;
  }

  .amis-scope .m\:hover\:border-pink-700:hover {
    border-color: #be185d;
  }

  .amis-scope .m\:hover\:border-pink-800:hover {
    border-color: #9d174d;
  }

  .amis-scope .m\:hover\:border-pink-900:hover {
    border-color: #831843;
  }

  .amis-scope .m\:active\:border-black.is-active,
  .amis-scope .m\:active\:border-black:active {
    border-color: #000;
  }

  .amis-scope .m\:active\:border-white.is-active,
  .amis-scope .m\:active\:border-white:active {
    border-color: #fff;
  }

  .amis-scope .m\:active\:border-primary.is-active,
  .amis-scope .m\:active\:border-primary:active {
    border-color: #007bff;
  }

  .amis-scope .m\:active\:border-secondary.is-active,
  .amis-scope .m\:active\:border-secondary:active {
    border-color: #6c757d;
  }

  .amis-scope .m\:active\:border-success.is-active,
  .amis-scope .m\:active\:border-success:active {
    border-color: #28a745;
  }

  .amis-scope .m\:active\:border-info.is-active,
  .amis-scope .m\:active\:border-info:active {
    border-color: #007bff;
  }

  .amis-scope .m\:active\:border-warning.is-active,
  .amis-scope .m\:active\:border-warning:active {
    border-color: #fad733;
  }

  .amis-scope .m\:active\:border-danger.is-active,
  .amis-scope .m\:active\:border-danger:active {
    border-color: #dc3545;
  }

  .amis-scope .m\:active\:border-light.is-active,
  .amis-scope .m\:active\:border-light:active {
    border-color: #f8f9fa;
  }

  .amis-scope .m\:active\:border-dark.is-active,
  .amis-scope .m\:active\:border-dark:active {
    border-color: #343a40;
  }

  .amis-scope .m\:active\:border-gray-50.is-active,
  .amis-scope .m\:active\:border-gray-50:active {
    border-color: #f9fafb;
  }

  .amis-scope .m\:active\:border-gray-100.is-active,
  .amis-scope .m\:active\:border-gray-100:active {
    border-color: #f3f4f6;
  }

  .amis-scope .m\:active\:border-gray-200.is-active,
  .amis-scope .m\:active\:border-gray-200:active {
    border-color: #e5e7eb;
  }

  .amis-scope .m\:active\:border-gray-300.is-active,
  .amis-scope .m\:active\:border-gray-300:active {
    border-color: #d1d5db;
  }

  .amis-scope .m\:active\:border-gray-400.is-active,
  .amis-scope .m\:active\:border-gray-400:active {
    border-color: #9ca3af;
  }

  .amis-scope .m\:active\:border-gray-500.is-active,
  .amis-scope .m\:active\:border-gray-500:active {
    border-color: #6b7280;
  }

  .amis-scope .m\:active\:border-gray-600.is-active,
  .amis-scope .m\:active\:border-gray-600:active {
    border-color: #4b5563;
  }

  .amis-scope .m\:active\:border-gray-700.is-active,
  .amis-scope .m\:active\:border-gray-700:active {
    border-color: #374151;
  }

  .amis-scope .m\:active\:border-gray-800.is-active,
  .amis-scope .m\:active\:border-gray-800:active {
    border-color: #1f2937;
  }

  .amis-scope .m\:active\:border-gray-900.is-active,
  .amis-scope .m\:active\:border-gray-900:active {
    border-color: #111827;
  }

  .amis-scope .m\:active\:border-red-50.is-active,
  .amis-scope .m\:active\:border-red-50:active {
    border-color: #fef2f2;
  }

  .amis-scope .m\:active\:border-red-100.is-active,
  .amis-scope .m\:active\:border-red-100:active {
    border-color: #fee2e2;
  }

  .amis-scope .m\:active\:border-red-200.is-active,
  .amis-scope .m\:active\:border-red-200:active {
    border-color: #fecaca;
  }

  .amis-scope .m\:active\:border-red-300.is-active,
  .amis-scope .m\:active\:border-red-300:active {
    border-color: #fca5a5;
  }

  .amis-scope .m\:active\:border-red-400.is-active,
  .amis-scope .m\:active\:border-red-400:active {
    border-color: #f87171;
  }

  .amis-scope .m\:active\:border-red-500.is-active,
  .amis-scope .m\:active\:border-red-500:active {
    border-color: #ef4444;
  }

  .amis-scope .m\:active\:border-red-600.is-active,
  .amis-scope .m\:active\:border-red-600:active {
    border-color: #dc2626;
  }

  .amis-scope .m\:active\:border-red-700.is-active,
  .amis-scope .m\:active\:border-red-700:active {
    border-color: #b91c1c;
  }

  .amis-scope .m\:active\:border-red-800.is-active,
  .amis-scope .m\:active\:border-red-800:active {
    border-color: #991b1b;
  }

  .amis-scope .m\:active\:border-red-900.is-active,
  .amis-scope .m\:active\:border-red-900:active {
    border-color: #7f1d1d;
  }

  .amis-scope .m\:active\:border-yellow-50.is-active,
  .amis-scope .m\:active\:border-yellow-50:active {
    border-color: #fffbeb;
  }

  .amis-scope .m\:active\:border-yellow-100.is-active,
  .amis-scope .m\:active\:border-yellow-100:active {
    border-color: #fef3c7;
  }

  .amis-scope .m\:active\:border-yellow-200.is-active,
  .amis-scope .m\:active\:border-yellow-200:active {
    border-color: #fde68a;
  }

  .amis-scope .m\:active\:border-yellow-300.is-active,
  .amis-scope .m\:active\:border-yellow-300:active {
    border-color: #fcd34d;
  }

  .amis-scope .m\:active\:border-yellow-400.is-active,
  .amis-scope .m\:active\:border-yellow-400:active {
    border-color: #fbbf24;
  }

  .amis-scope .m\:active\:border-yellow-500.is-active,
  .amis-scope .m\:active\:border-yellow-500:active {
    border-color: #f59e0b;
  }

  .amis-scope .m\:active\:border-yellow-600.is-active,
  .amis-scope .m\:active\:border-yellow-600:active {
    border-color: #d97706;
  }

  .amis-scope .m\:active\:border-yellow-700.is-active,
  .amis-scope .m\:active\:border-yellow-700:active {
    border-color: #b45309;
  }

  .amis-scope .m\:active\:border-yellow-800.is-active,
  .amis-scope .m\:active\:border-yellow-800:active {
    border-color: #92400e;
  }

  .amis-scope .m\:active\:border-yellow-900.is-active,
  .amis-scope .m\:active\:border-yellow-900:active {
    border-color: #78350f;
  }

  .amis-scope .m\:active\:border-green-50.is-active,
  .amis-scope .m\:active\:border-green-50:active {
    border-color: #ecfdf5;
  }

  .amis-scope .m\:active\:border-green-100.is-active,
  .amis-scope .m\:active\:border-green-100:active {
    border-color: #d1fae5;
  }

  .amis-scope .m\:active\:border-green-200.is-active,
  .amis-scope .m\:active\:border-green-200:active {
    border-color: #a7f3d0;
  }

  .amis-scope .m\:active\:border-green-300.is-active,
  .amis-scope .m\:active\:border-green-300:active {
    border-color: #6ee7b7;
  }

  .amis-scope .m\:active\:border-green-400.is-active,
  .amis-scope .m\:active\:border-green-400:active {
    border-color: #34d399;
  }

  .amis-scope .m\:active\:border-green-500.is-active,
  .amis-scope .m\:active\:border-green-500:active {
    border-color: #10b981;
  }

  .amis-scope .m\:active\:border-green-600.is-active,
  .amis-scope .m\:active\:border-green-600:active {
    border-color: #059669;
  }

  .amis-scope .m\:active\:border-green-700.is-active,
  .amis-scope .m\:active\:border-green-700:active {
    border-color: #047857;
  }

  .amis-scope .m\:active\:border-green-800.is-active,
  .amis-scope .m\:active\:border-green-800:active {
    border-color: #065f46;
  }

  .amis-scope .m\:active\:border-green-900.is-active,
  .amis-scope .m\:active\:border-green-900:active {
    border-color: #064e3b;
  }

  .amis-scope .m\:active\:border-blue-50.is-active,
  .amis-scope .m\:active\:border-blue-50:active {
    border-color: #eff6ff;
  }

  .amis-scope .m\:active\:border-blue-100.is-active,
  .amis-scope .m\:active\:border-blue-100:active {
    border-color: #dbeafe;
  }

  .amis-scope .m\:active\:border-blue-200.is-active,
  .amis-scope .m\:active\:border-blue-200:active {
    border-color: #bfdbfe;
  }

  .amis-scope .m\:active\:border-blue-300.is-active,
  .amis-scope .m\:active\:border-blue-300:active {
    border-color: #93c5fd;
  }

  .amis-scope .m\:active\:border-blue-400.is-active,
  .amis-scope .m\:active\:border-blue-400:active {
    border-color: #60a5fa;
  }

  .amis-scope .m\:active\:border-blue-500.is-active,
  .amis-scope .m\:active\:border-blue-500:active {
    border-color: #3b82f6;
  }

  .amis-scope .m\:active\:border-blue-600.is-active,
  .amis-scope .m\:active\:border-blue-600:active {
    border-color: #2563eb;
  }

  .amis-scope .m\:active\:border-blue-700.is-active,
  .amis-scope .m\:active\:border-blue-700:active {
    border-color: #1d4ed8;
  }

  .amis-scope .m\:active\:border-blue-800.is-active,
  .amis-scope .m\:active\:border-blue-800:active {
    border-color: #1e40af;
  }

  .amis-scope .m\:active\:border-blue-900.is-active,
  .amis-scope .m\:active\:border-blue-900:active {
    border-color: #1e3a8a;
  }

  .amis-scope .m\:active\:border-cyan-50.is-active,
  .amis-scope .m\:active\:border-cyan-50:active {
    border-color: #ecfeff;
  }

  .amis-scope .m\:active\:border-cyan-100.is-active,
  .amis-scope .m\:active\:border-cyan-100:active {
    border-color: #cffafe;
  }

  .amis-scope .m\:active\:border-cyan-200.is-active,
  .amis-scope .m\:active\:border-cyan-200:active {
    border-color: #a5f3fc;
  }

  .amis-scope .m\:active\:border-cyan-300.is-active,
  .amis-scope .m\:active\:border-cyan-300:active {
    border-color: #67e8f9;
  }

  .amis-scope .m\:active\:border-cyan-400.is-active,
  .amis-scope .m\:active\:border-cyan-400:active {
    border-color: #22d3ee;
  }

  .amis-scope .m\:active\:border-cyan-500.is-active,
  .amis-scope .m\:active\:border-cyan-500:active {
    border-color: #06b6d4;
  }

  .amis-scope .m\:active\:border-cyan-600.is-active,
  .amis-scope .m\:active\:border-cyan-600:active {
    border-color: #0891b2;
  }

  .amis-scope .m\:active\:border-cyan-700.is-active,
  .amis-scope .m\:active\:border-cyan-700:active {
    border-color: #0e7490;
  }

  .amis-scope .m\:active\:border-cyan-800.is-active,
  .amis-scope .m\:active\:border-cyan-800:active {
    border-color: #155e75;
  }

  .amis-scope .m\:active\:border-cyan-900.is-active,
  .amis-scope .m\:active\:border-cyan-900:active {
    border-color: #164e63;
  }

  .amis-scope .m\:active\:border-indigo-50.is-active,
  .amis-scope .m\:active\:border-indigo-50:active {
    border-color: #eef2ff;
  }

  .amis-scope .m\:active\:border-indigo-100.is-active,
  .amis-scope .m\:active\:border-indigo-100:active {
    border-color: #e0e7ff;
  }

  .amis-scope .m\:active\:border-indigo-200.is-active,
  .amis-scope .m\:active\:border-indigo-200:active {
    border-color: #c7d2fe;
  }

  .amis-scope .m\:active\:border-indigo-300.is-active,
  .amis-scope .m\:active\:border-indigo-300:active {
    border-color: #a5b4fc;
  }

  .amis-scope .m\:active\:border-indigo-400.is-active,
  .amis-scope .m\:active\:border-indigo-400:active {
    border-color: #818cf8;
  }

  .amis-scope .m\:active\:border-indigo-500.is-active,
  .amis-scope .m\:active\:border-indigo-500:active {
    border-color: #6366f1;
  }

  .amis-scope .m\:active\:border-indigo-600.is-active,
  .amis-scope .m\:active\:border-indigo-600:active {
    border-color: #4f46e5;
  }

  .amis-scope .m\:active\:border-indigo-700.is-active,
  .amis-scope .m\:active\:border-indigo-700:active {
    border-color: #4338ca;
  }

  .amis-scope .m\:active\:border-indigo-800.is-active,
  .amis-scope .m\:active\:border-indigo-800:active {
    border-color: #3730a3;
  }

  .amis-scope .m\:active\:border-indigo-900.is-active,
  .amis-scope .m\:active\:border-indigo-900:active {
    border-color: #312e81;
  }

  .amis-scope .m\:active\:border-purple-50.is-active,
  .amis-scope .m\:active\:border-purple-50:active {
    border-color: #f5f3ff;
  }

  .amis-scope .m\:active\:border-purple-100.is-active,
  .amis-scope .m\:active\:border-purple-100:active {
    border-color: #ede9fe;
  }

  .amis-scope .m\:active\:border-purple-200.is-active,
  .amis-scope .m\:active\:border-purple-200:active {
    border-color: #ddd6fe;
  }

  .amis-scope .m\:active\:border-purple-300.is-active,
  .amis-scope .m\:active\:border-purple-300:active {
    border-color: #c4b5fd;
  }

  .amis-scope .m\:active\:border-purple-400.is-active,
  .amis-scope .m\:active\:border-purple-400:active {
    border-color: #a78bfa;
  }

  .amis-scope .m\:active\:border-purple-500.is-active,
  .amis-scope .m\:active\:border-purple-500:active {
    border-color: #8b5cf6;
  }

  .amis-scope .m\:active\:border-purple-600.is-active,
  .amis-scope .m\:active\:border-purple-600:active {
    border-color: #7c3aed;
  }

  .amis-scope .m\:active\:border-purple-700.is-active,
  .amis-scope .m\:active\:border-purple-700:active {
    border-color: #6d28d9;
  }

  .amis-scope .m\:active\:border-purple-800.is-active,
  .amis-scope .m\:active\:border-purple-800:active {
    border-color: #5b21b6;
  }

  .amis-scope .m\:active\:border-purple-900.is-active,
  .amis-scope .m\:active\:border-purple-900:active {
    border-color: #4c1d95;
  }

  .amis-scope .m\:active\:border-pink-50.is-active,
  .amis-scope .m\:active\:border-pink-50:active {
    border-color: #fdf2f8;
  }

  .amis-scope .m\:active\:border-pink-100.is-active,
  .amis-scope .m\:active\:border-pink-100:active {
    border-color: #fce7f3;
  }

  .amis-scope .m\:active\:border-pink-200.is-active,
  .amis-scope .m\:active\:border-pink-200:active {
    border-color: #fbcfe8;
  }

  .amis-scope .m\:active\:border-pink-300.is-active,
  .amis-scope .m\:active\:border-pink-300:active {
    border-color: #f9a8d4;
  }

  .amis-scope .m\:active\:border-pink-400.is-active,
  .amis-scope .m\:active\:border-pink-400:active {
    border-color: #f472b6;
  }

  .amis-scope .m\:active\:border-pink-500.is-active,
  .amis-scope .m\:active\:border-pink-500:active {
    border-color: #ec4899;
  }

  .amis-scope .m\:active\:border-pink-600.is-active,
  .amis-scope .m\:active\:border-pink-600:active {
    border-color: #db2777;
  }

  .amis-scope .m\:active\:border-pink-700.is-active,
  .amis-scope .m\:active\:border-pink-700:active {
    border-color: #be185d;
  }

  .amis-scope .m\:active\:border-pink-800.is-active,
  .amis-scope .m\:active\:border-pink-800:active {
    border-color: #9d174d;
  }

  .amis-scope .m\:active\:border-pink-900.is-active,
  .amis-scope .m\:active\:border-pink-900:active {
    border-color: #831843;
  }

  .amis-scope .m\:focus\:border-black:focus {
    border-color: #000;
  }

  .amis-scope .m\:focus\:border-white:focus {
    border-color: #fff;
  }

  .amis-scope .m\:focus\:border-primary:focus {
    border-color: #007bff;
  }

  .amis-scope .m\:focus\:border-secondary:focus {
    border-color: #6c757d;
  }

  .amis-scope .m\:focus\:border-success:focus {
    border-color: #28a745;
  }

  .amis-scope .m\:focus\:border-info:focus {
    border-color: #007bff;
  }

  .amis-scope .m\:focus\:border-warning:focus {
    border-color: #fad733;
  }

  .amis-scope .m\:focus\:border-danger:focus {
    border-color: #dc3545;
  }

  .amis-scope .m\:focus\:border-light:focus {
    border-color: #f8f9fa;
  }

  .amis-scope .m\:focus\:border-dark:focus {
    border-color: #343a40;
  }

  .amis-scope .m\:focus\:border-gray-50:focus {
    border-color: #f9fafb;
  }

  .amis-scope .m\:focus\:border-gray-100:focus {
    border-color: #f3f4f6;
  }

  .amis-scope .m\:focus\:border-gray-200:focus {
    border-color: #e5e7eb;
  }

  .amis-scope .m\:focus\:border-gray-300:focus {
    border-color: #d1d5db;
  }

  .amis-scope .m\:focus\:border-gray-400:focus {
    border-color: #9ca3af;
  }

  .amis-scope .m\:focus\:border-gray-500:focus {
    border-color: #6b7280;
  }

  .amis-scope .m\:focus\:border-gray-600:focus {
    border-color: #4b5563;
  }

  .amis-scope .m\:focus\:border-gray-700:focus {
    border-color: #374151;
  }

  .amis-scope .m\:focus\:border-gray-800:focus {
    border-color: #1f2937;
  }

  .amis-scope .m\:focus\:border-gray-900:focus {
    border-color: #111827;
  }

  .amis-scope .m\:focus\:border-red-50:focus {
    border-color: #fef2f2;
  }

  .amis-scope .m\:focus\:border-red-100:focus {
    border-color: #fee2e2;
  }

  .amis-scope .m\:focus\:border-red-200:focus {
    border-color: #fecaca;
  }

  .amis-scope .m\:focus\:border-red-300:focus {
    border-color: #fca5a5;
  }

  .amis-scope .m\:focus\:border-red-400:focus {
    border-color: #f87171;
  }

  .amis-scope .m\:focus\:border-red-500:focus {
    border-color: #ef4444;
  }

  .amis-scope .m\:focus\:border-red-600:focus {
    border-color: #dc2626;
  }

  .amis-scope .m\:focus\:border-red-700:focus {
    border-color: #b91c1c;
  }

  .amis-scope .m\:focus\:border-red-800:focus {
    border-color: #991b1b;
  }

  .amis-scope .m\:focus\:border-red-900:focus {
    border-color: #7f1d1d;
  }

  .amis-scope .m\:focus\:border-yellow-50:focus {
    border-color: #fffbeb;
  }

  .amis-scope .m\:focus\:border-yellow-100:focus {
    border-color: #fef3c7;
  }

  .amis-scope .m\:focus\:border-yellow-200:focus {
    border-color: #fde68a;
  }

  .amis-scope .m\:focus\:border-yellow-300:focus {
    border-color: #fcd34d;
  }

  .amis-scope .m\:focus\:border-yellow-400:focus {
    border-color: #fbbf24;
  }

  .amis-scope .m\:focus\:border-yellow-500:focus {
    border-color: #f59e0b;
  }

  .amis-scope .m\:focus\:border-yellow-600:focus {
    border-color: #d97706;
  }

  .amis-scope .m\:focus\:border-yellow-700:focus {
    border-color: #b45309;
  }

  .amis-scope .m\:focus\:border-yellow-800:focus {
    border-color: #92400e;
  }

  .amis-scope .m\:focus\:border-yellow-900:focus {
    border-color: #78350f;
  }

  .amis-scope .m\:focus\:border-green-50:focus {
    border-color: #ecfdf5;
  }

  .amis-scope .m\:focus\:border-green-100:focus {
    border-color: #d1fae5;
  }

  .amis-scope .m\:focus\:border-green-200:focus {
    border-color: #a7f3d0;
  }

  .amis-scope .m\:focus\:border-green-300:focus {
    border-color: #6ee7b7;
  }

  .amis-scope .m\:focus\:border-green-400:focus {
    border-color: #34d399;
  }

  .amis-scope .m\:focus\:border-green-500:focus {
    border-color: #10b981;
  }

  .amis-scope .m\:focus\:border-green-600:focus {
    border-color: #059669;
  }

  .amis-scope .m\:focus\:border-green-700:focus {
    border-color: #047857;
  }

  .amis-scope .m\:focus\:border-green-800:focus {
    border-color: #065f46;
  }

  .amis-scope .m\:focus\:border-green-900:focus {
    border-color: #064e3b;
  }

  .amis-scope .m\:focus\:border-blue-50:focus {
    border-color: #eff6ff;
  }

  .amis-scope .m\:focus\:border-blue-100:focus {
    border-color: #dbeafe;
  }

  .amis-scope .m\:focus\:border-blue-200:focus {
    border-color: #bfdbfe;
  }

  .amis-scope .m\:focus\:border-blue-300:focus {
    border-color: #93c5fd;
  }

  .amis-scope .m\:focus\:border-blue-400:focus {
    border-color: #60a5fa;
  }

  .amis-scope .m\:focus\:border-blue-500:focus {
    border-color: #3b82f6;
  }

  .amis-scope .m\:focus\:border-blue-600:focus {
    border-color: #2563eb;
  }

  .amis-scope .m\:focus\:border-blue-700:focus {
    border-color: #1d4ed8;
  }

  .amis-scope .m\:focus\:border-blue-800:focus {
    border-color: #1e40af;
  }

  .amis-scope .m\:focus\:border-blue-900:focus {
    border-color: #1e3a8a;
  }

  .amis-scope .m\:focus\:border-cyan-50:focus {
    border-color: #ecfeff;
  }

  .amis-scope .m\:focus\:border-cyan-100:focus {
    border-color: #cffafe;
  }

  .amis-scope .m\:focus\:border-cyan-200:focus {
    border-color: #a5f3fc;
  }

  .amis-scope .m\:focus\:border-cyan-300:focus {
    border-color: #67e8f9;
  }

  .amis-scope .m\:focus\:border-cyan-400:focus {
    border-color: #22d3ee;
  }

  .amis-scope .m\:focus\:border-cyan-500:focus {
    border-color: #06b6d4;
  }

  .amis-scope .m\:focus\:border-cyan-600:focus {
    border-color: #0891b2;
  }

  .amis-scope .m\:focus\:border-cyan-700:focus {
    border-color: #0e7490;
  }

  .amis-scope .m\:focus\:border-cyan-800:focus {
    border-color: #155e75;
  }

  .amis-scope .m\:focus\:border-cyan-900:focus {
    border-color: #164e63;
  }

  .amis-scope .m\:focus\:border-indigo-50:focus {
    border-color: #eef2ff;
  }

  .amis-scope .m\:focus\:border-indigo-100:focus {
    border-color: #e0e7ff;
  }

  .amis-scope .m\:focus\:border-indigo-200:focus {
    border-color: #c7d2fe;
  }

  .amis-scope .m\:focus\:border-indigo-300:focus {
    border-color: #a5b4fc;
  }

  .amis-scope .m\:focus\:border-indigo-400:focus {
    border-color: #818cf8;
  }

  .amis-scope .m\:focus\:border-indigo-500:focus {
    border-color: #6366f1;
  }

  .amis-scope .m\:focus\:border-indigo-600:focus {
    border-color: #4f46e5;
  }

  .amis-scope .m\:focus\:border-indigo-700:focus {
    border-color: #4338ca;
  }

  .amis-scope .m\:focus\:border-indigo-800:focus {
    border-color: #3730a3;
  }

  .amis-scope .m\:focus\:border-indigo-900:focus {
    border-color: #312e81;
  }

  .amis-scope .m\:focus\:border-purple-50:focus {
    border-color: #f5f3ff;
  }

  .amis-scope .m\:focus\:border-purple-100:focus {
    border-color: #ede9fe;
  }

  .amis-scope .m\:focus\:border-purple-200:focus {
    border-color: #ddd6fe;
  }

  .amis-scope .m\:focus\:border-purple-300:focus {
    border-color: #c4b5fd;
  }

  .amis-scope .m\:focus\:border-purple-400:focus {
    border-color: #a78bfa;
  }

  .amis-scope .m\:focus\:border-purple-500:focus {
    border-color: #8b5cf6;
  }

  .amis-scope .m\:focus\:border-purple-600:focus {
    border-color: #7c3aed;
  }

  .amis-scope .m\:focus\:border-purple-700:focus {
    border-color: #6d28d9;
  }

  .amis-scope .m\:focus\:border-purple-800:focus {
    border-color: #5b21b6;
  }

  .amis-scope .m\:focus\:border-purple-900:focus {
    border-color: #4c1d95;
  }

  .amis-scope .m\:focus\:border-pink-50:focus {
    border-color: #fdf2f8;
  }

  .amis-scope .m\:focus\:border-pink-100:focus {
    border-color: #fce7f3;
  }

  .amis-scope .m\:focus\:border-pink-200:focus {
    border-color: #fbcfe8;
  }

  .amis-scope .m\:focus\:border-pink-300:focus {
    border-color: #f9a8d4;
  }

  .amis-scope .m\:focus\:border-pink-400:focus {
    border-color: #f472b6;
  }

  .amis-scope .m\:focus\:border-pink-500:focus {
    border-color: #ec4899;
  }

  .amis-scope .m\:focus\:border-pink-600:focus {
    border-color: #db2777;
  }

  .amis-scope .m\:focus\:border-pink-700:focus {
    border-color: #be185d;
  }

  .amis-scope .m\:focus\:border-pink-800:focus {
    border-color: #9d174d;
  }

  .amis-scope .m\:focus\:border-pink-900:focus {
    border-color: #831843;
  }

  .amis-scope .m\:disabled\:border-black.is-disabled,
  .amis-scope .m\:disabled\:border-black:disabled {
    border-color: #000;
  }

  .amis-scope .m\:disabled\:border-white.is-disabled,
  .amis-scope .m\:disabled\:border-white:disabled {
    border-color: #fff;
  }

  .amis-scope .m\:disabled\:border-primary.is-disabled,
  .amis-scope .m\:disabled\:border-primary:disabled {
    border-color: #007bff;
  }

  .amis-scope .m\:disabled\:border-secondary.is-disabled,
  .amis-scope .m\:disabled\:border-secondary:disabled {
    border-color: #6c757d;
  }

  .amis-scope .m\:disabled\:border-success.is-disabled,
  .amis-scope .m\:disabled\:border-success:disabled {
    border-color: #28a745;
  }

  .amis-scope .m\:disabled\:border-info.is-disabled,
  .amis-scope .m\:disabled\:border-info:disabled {
    border-color: #007bff;
  }

  .amis-scope .m\:disabled\:border-warning.is-disabled,
  .amis-scope .m\:disabled\:border-warning:disabled {
    border-color: #fad733;
  }

  .amis-scope .m\:disabled\:border-danger.is-disabled,
  .amis-scope .m\:disabled\:border-danger:disabled {
    border-color: #dc3545;
  }

  .amis-scope .m\:disabled\:border-light.is-disabled,
  .amis-scope .m\:disabled\:border-light:disabled {
    border-color: #f8f9fa;
  }

  .amis-scope .m\:disabled\:border-dark.is-disabled,
  .amis-scope .m\:disabled\:border-dark:disabled {
    border-color: #343a40;
  }

  .amis-scope .m\:disabled\:border-gray-50.is-disabled,
  .amis-scope .m\:disabled\:border-gray-50:disabled {
    border-color: #f9fafb;
  }

  .amis-scope .m\:disabled\:border-gray-100.is-disabled,
  .amis-scope .m\:disabled\:border-gray-100:disabled {
    border-color: #f3f4f6;
  }

  .amis-scope .m\:disabled\:border-gray-200.is-disabled,
  .amis-scope .m\:disabled\:border-gray-200:disabled {
    border-color: #e5e7eb;
  }

  .amis-scope .m\:disabled\:border-gray-300.is-disabled,
  .amis-scope .m\:disabled\:border-gray-300:disabled {
    border-color: #d1d5db;
  }

  .amis-scope .m\:disabled\:border-gray-400.is-disabled,
  .amis-scope .m\:disabled\:border-gray-400:disabled {
    border-color: #9ca3af;
  }

  .amis-scope .m\:disabled\:border-gray-500.is-disabled,
  .amis-scope .m\:disabled\:border-gray-500:disabled {
    border-color: #6b7280;
  }

  .amis-scope .m\:disabled\:border-gray-600.is-disabled,
  .amis-scope .m\:disabled\:border-gray-600:disabled {
    border-color: #4b5563;
  }

  .amis-scope .m\:disabled\:border-gray-700.is-disabled,
  .amis-scope .m\:disabled\:border-gray-700:disabled {
    border-color: #374151;
  }

  .amis-scope .m\:disabled\:border-gray-800.is-disabled,
  .amis-scope .m\:disabled\:border-gray-800:disabled {
    border-color: #1f2937;
  }

  .amis-scope .m\:disabled\:border-gray-900.is-disabled,
  .amis-scope .m\:disabled\:border-gray-900:disabled {
    border-color: #111827;
  }

  .amis-scope .m\:disabled\:border-red-50.is-disabled,
  .amis-scope .m\:disabled\:border-red-50:disabled {
    border-color: #fef2f2;
  }

  .amis-scope .m\:disabled\:border-red-100.is-disabled,
  .amis-scope .m\:disabled\:border-red-100:disabled {
    border-color: #fee2e2;
  }

  .amis-scope .m\:disabled\:border-red-200.is-disabled,
  .amis-scope .m\:disabled\:border-red-200:disabled {
    border-color: #fecaca;
  }

  .amis-scope .m\:disabled\:border-red-300.is-disabled,
  .amis-scope .m\:disabled\:border-red-300:disabled {
    border-color: #fca5a5;
  }

  .amis-scope .m\:disabled\:border-red-400.is-disabled,
  .amis-scope .m\:disabled\:border-red-400:disabled {
    border-color: #f87171;
  }

  .amis-scope .m\:disabled\:border-red-500.is-disabled,
  .amis-scope .m\:disabled\:border-red-500:disabled {
    border-color: #ef4444;
  }

  .amis-scope .m\:disabled\:border-red-600.is-disabled,
  .amis-scope .m\:disabled\:border-red-600:disabled {
    border-color: #dc2626;
  }

  .amis-scope .m\:disabled\:border-red-700.is-disabled,
  .amis-scope .m\:disabled\:border-red-700:disabled {
    border-color: #b91c1c;
  }

  .amis-scope .m\:disabled\:border-red-800.is-disabled,
  .amis-scope .m\:disabled\:border-red-800:disabled {
    border-color: #991b1b;
  }

  .amis-scope .m\:disabled\:border-red-900.is-disabled,
  .amis-scope .m\:disabled\:border-red-900:disabled {
    border-color: #7f1d1d;
  }

  .amis-scope .m\:disabled\:border-yellow-50.is-disabled,
  .amis-scope .m\:disabled\:border-yellow-50:disabled {
    border-color: #fffbeb;
  }

  .amis-scope .m\:disabled\:border-yellow-100.is-disabled,
  .amis-scope .m\:disabled\:border-yellow-100:disabled {
    border-color: #fef3c7;
  }

  .amis-scope .m\:disabled\:border-yellow-200.is-disabled,
  .amis-scope .m\:disabled\:border-yellow-200:disabled {
    border-color: #fde68a;
  }

  .amis-scope .m\:disabled\:border-yellow-300.is-disabled,
  .amis-scope .m\:disabled\:border-yellow-300:disabled {
    border-color: #fcd34d;
  }

  .amis-scope .m\:disabled\:border-yellow-400.is-disabled,
  .amis-scope .m\:disabled\:border-yellow-400:disabled {
    border-color: #fbbf24;
  }

  .amis-scope .m\:disabled\:border-yellow-500.is-disabled,
  .amis-scope .m\:disabled\:border-yellow-500:disabled {
    border-color: #f59e0b;
  }

  .amis-scope .m\:disabled\:border-yellow-600.is-disabled,
  .amis-scope .m\:disabled\:border-yellow-600:disabled {
    border-color: #d97706;
  }

  .amis-scope .m\:disabled\:border-yellow-700.is-disabled,
  .amis-scope .m\:disabled\:border-yellow-700:disabled {
    border-color: #b45309;
  }

  .amis-scope .m\:disabled\:border-yellow-800.is-disabled,
  .amis-scope .m\:disabled\:border-yellow-800:disabled {
    border-color: #92400e;
  }

  .amis-scope .m\:disabled\:border-yellow-900.is-disabled,
  .amis-scope .m\:disabled\:border-yellow-900:disabled {
    border-color: #78350f;
  }

  .amis-scope .m\:disabled\:border-green-50.is-disabled,
  .amis-scope .m\:disabled\:border-green-50:disabled {
    border-color: #ecfdf5;
  }

  .amis-scope .m\:disabled\:border-green-100.is-disabled,
  .amis-scope .m\:disabled\:border-green-100:disabled {
    border-color: #d1fae5;
  }

  .amis-scope .m\:disabled\:border-green-200.is-disabled,
  .amis-scope .m\:disabled\:border-green-200:disabled {
    border-color: #a7f3d0;
  }

  .amis-scope .m\:disabled\:border-green-300.is-disabled,
  .amis-scope .m\:disabled\:border-green-300:disabled {
    border-color: #6ee7b7;
  }

  .amis-scope .m\:disabled\:border-green-400.is-disabled,
  .amis-scope .m\:disabled\:border-green-400:disabled {
    border-color: #34d399;
  }

  .amis-scope .m\:disabled\:border-green-500.is-disabled,
  .amis-scope .m\:disabled\:border-green-500:disabled {
    border-color: #10b981;
  }

  .amis-scope .m\:disabled\:border-green-600.is-disabled,
  .amis-scope .m\:disabled\:border-green-600:disabled {
    border-color: #059669;
  }

  .amis-scope .m\:disabled\:border-green-700.is-disabled,
  .amis-scope .m\:disabled\:border-green-700:disabled {
    border-color: #047857;
  }

  .amis-scope .m\:disabled\:border-green-800.is-disabled,
  .amis-scope .m\:disabled\:border-green-800:disabled {
    border-color: #065f46;
  }

  .amis-scope .m\:disabled\:border-green-900.is-disabled,
  .amis-scope .m\:disabled\:border-green-900:disabled {
    border-color: #064e3b;
  }

  .amis-scope .m\:disabled\:border-blue-50.is-disabled,
  .amis-scope .m\:disabled\:border-blue-50:disabled {
    border-color: #eff6ff;
  }

  .amis-scope .m\:disabled\:border-blue-100.is-disabled,
  .amis-scope .m\:disabled\:border-blue-100:disabled {
    border-color: #dbeafe;
  }

  .amis-scope .m\:disabled\:border-blue-200.is-disabled,
  .amis-scope .m\:disabled\:border-blue-200:disabled {
    border-color: #bfdbfe;
  }

  .amis-scope .m\:disabled\:border-blue-300.is-disabled,
  .amis-scope .m\:disabled\:border-blue-300:disabled {
    border-color: #93c5fd;
  }

  .amis-scope .m\:disabled\:border-blue-400.is-disabled,
  .amis-scope .m\:disabled\:border-blue-400:disabled {
    border-color: #60a5fa;
  }

  .amis-scope .m\:disabled\:border-blue-500.is-disabled,
  .amis-scope .m\:disabled\:border-blue-500:disabled {
    border-color: #3b82f6;
  }

  .amis-scope .m\:disabled\:border-blue-600.is-disabled,
  .amis-scope .m\:disabled\:border-blue-600:disabled {
    border-color: #2563eb;
  }

  .amis-scope .m\:disabled\:border-blue-700.is-disabled,
  .amis-scope .m\:disabled\:border-blue-700:disabled {
    border-color: #1d4ed8;
  }

  .amis-scope .m\:disabled\:border-blue-800.is-disabled,
  .amis-scope .m\:disabled\:border-blue-800:disabled {
    border-color: #1e40af;
  }

  .amis-scope .m\:disabled\:border-blue-900.is-disabled,
  .amis-scope .m\:disabled\:border-blue-900:disabled {
    border-color: #1e3a8a;
  }

  .amis-scope .m\:disabled\:border-cyan-50.is-disabled,
  .amis-scope .m\:disabled\:border-cyan-50:disabled {
    border-color: #ecfeff;
  }

  .amis-scope .m\:disabled\:border-cyan-100.is-disabled,
  .amis-scope .m\:disabled\:border-cyan-100:disabled {
    border-color: #cffafe;
  }

  .amis-scope .m\:disabled\:border-cyan-200.is-disabled,
  .amis-scope .m\:disabled\:border-cyan-200:disabled {
    border-color: #a5f3fc;
  }

  .amis-scope .m\:disabled\:border-cyan-300.is-disabled,
  .amis-scope .m\:disabled\:border-cyan-300:disabled {
    border-color: #67e8f9;
  }

  .amis-scope .m\:disabled\:border-cyan-400.is-disabled,
  .amis-scope .m\:disabled\:border-cyan-400:disabled {
    border-color: #22d3ee;
  }

  .amis-scope .m\:disabled\:border-cyan-500.is-disabled,
  .amis-scope .m\:disabled\:border-cyan-500:disabled {
    border-color: #06b6d4;
  }

  .amis-scope .m\:disabled\:border-cyan-600.is-disabled,
  .amis-scope .m\:disabled\:border-cyan-600:disabled {
    border-color: #0891b2;
  }

  .amis-scope .m\:disabled\:border-cyan-700.is-disabled,
  .amis-scope .m\:disabled\:border-cyan-700:disabled {
    border-color: #0e7490;
  }

  .amis-scope .m\:disabled\:border-cyan-800.is-disabled,
  .amis-scope .m\:disabled\:border-cyan-800:disabled {
    border-color: #155e75;
  }

  .amis-scope .m\:disabled\:border-cyan-900.is-disabled,
  .amis-scope .m\:disabled\:border-cyan-900:disabled {
    border-color: #164e63;
  }

  .amis-scope .m\:disabled\:border-indigo-50.is-disabled,
  .amis-scope .m\:disabled\:border-indigo-50:disabled {
    border-color: #eef2ff;
  }

  .amis-scope .m\:disabled\:border-indigo-100.is-disabled,
  .amis-scope .m\:disabled\:border-indigo-100:disabled {
    border-color: #e0e7ff;
  }

  .amis-scope .m\:disabled\:border-indigo-200.is-disabled,
  .amis-scope .m\:disabled\:border-indigo-200:disabled {
    border-color: #c7d2fe;
  }

  .amis-scope .m\:disabled\:border-indigo-300.is-disabled,
  .amis-scope .m\:disabled\:border-indigo-300:disabled {
    border-color: #a5b4fc;
  }

  .amis-scope .m\:disabled\:border-indigo-400.is-disabled,
  .amis-scope .m\:disabled\:border-indigo-400:disabled {
    border-color: #818cf8;
  }

  .amis-scope .m\:disabled\:border-indigo-500.is-disabled,
  .amis-scope .m\:disabled\:border-indigo-500:disabled {
    border-color: #6366f1;
  }

  .amis-scope .m\:disabled\:border-indigo-600.is-disabled,
  .amis-scope .m\:disabled\:border-indigo-600:disabled {
    border-color: #4f46e5;
  }

  .amis-scope .m\:disabled\:border-indigo-700.is-disabled,
  .amis-scope .m\:disabled\:border-indigo-700:disabled {
    border-color: #4338ca;
  }

  .amis-scope .m\:disabled\:border-indigo-800.is-disabled,
  .amis-scope .m\:disabled\:border-indigo-800:disabled {
    border-color: #3730a3;
  }

  .amis-scope .m\:disabled\:border-indigo-900.is-disabled,
  .amis-scope .m\:disabled\:border-indigo-900:disabled {
    border-color: #312e81;
  }

  .amis-scope .m\:disabled\:border-purple-50.is-disabled,
  .amis-scope .m\:disabled\:border-purple-50:disabled {
    border-color: #f5f3ff;
  }

  .amis-scope .m\:disabled\:border-purple-100.is-disabled,
  .amis-scope .m\:disabled\:border-purple-100:disabled {
    border-color: #ede9fe;
  }

  .amis-scope .m\:disabled\:border-purple-200.is-disabled,
  .amis-scope .m\:disabled\:border-purple-200:disabled {
    border-color: #ddd6fe;
  }

  .amis-scope .m\:disabled\:border-purple-300.is-disabled,
  .amis-scope .m\:disabled\:border-purple-300:disabled {
    border-color: #c4b5fd;
  }

  .amis-scope .m\:disabled\:border-purple-400.is-disabled,
  .amis-scope .m\:disabled\:border-purple-400:disabled {
    border-color: #a78bfa;
  }

  .amis-scope .m\:disabled\:border-purple-500.is-disabled,
  .amis-scope .m\:disabled\:border-purple-500:disabled {
    border-color: #8b5cf6;
  }

  .amis-scope .m\:disabled\:border-purple-600.is-disabled,
  .amis-scope .m\:disabled\:border-purple-600:disabled {
    border-color: #7c3aed;
  }

  .amis-scope .m\:disabled\:border-purple-700.is-disabled,
  .amis-scope .m\:disabled\:border-purple-700:disabled {
    border-color: #6d28d9;
  }

  .amis-scope .m\:disabled\:border-purple-800.is-disabled,
  .amis-scope .m\:disabled\:border-purple-800:disabled {
    border-color: #5b21b6;
  }

  .amis-scope .m\:disabled\:border-purple-900.is-disabled,
  .amis-scope .m\:disabled\:border-purple-900:disabled {
    border-color: #4c1d95;
  }

  .amis-scope .m\:disabled\:border-pink-50.is-disabled,
  .amis-scope .m\:disabled\:border-pink-50:disabled {
    border-color: #fdf2f8;
  }

  .amis-scope .m\:disabled\:border-pink-100.is-disabled,
  .amis-scope .m\:disabled\:border-pink-100:disabled {
    border-color: #fce7f3;
  }

  .amis-scope .m\:disabled\:border-pink-200.is-disabled,
  .amis-scope .m\:disabled\:border-pink-200:disabled {
    border-color: #fbcfe8;
  }

  .amis-scope .m\:disabled\:border-pink-300.is-disabled,
  .amis-scope .m\:disabled\:border-pink-300:disabled {
    border-color: #f9a8d4;
  }

  .amis-scope .m\:disabled\:border-pink-400.is-disabled,
  .amis-scope .m\:disabled\:border-pink-400:disabled {
    border-color: #f472b6;
  }

  .amis-scope .m\:disabled\:border-pink-500.is-disabled,
  .amis-scope .m\:disabled\:border-pink-500:disabled {
    border-color: #ec4899;
  }

  .amis-scope .m\:disabled\:border-pink-600.is-disabled,
  .amis-scope .m\:disabled\:border-pink-600:disabled {
    border-color: #db2777;
  }

  .amis-scope .m\:disabled\:border-pink-700.is-disabled,
  .amis-scope .m\:disabled\:border-pink-700:disabled {
    border-color: #be185d;
  }

  .amis-scope .m\:disabled\:border-pink-800.is-disabled,
  .amis-scope .m\:disabled\:border-pink-800:disabled {
    border-color: #9d174d;
  }

  .amis-scope .m\:disabled\:border-pink-900.is-disabled,
  .amis-scope .m\:disabled\:border-pink-900:disabled {
    border-color: #831843;
  }

  .amis-scope .group:hover .m\:group-hover\:border-black {
    border-color: #000;
  }

  .amis-scope .group:hover .m\:group-hover\:border-white {
    border-color: #fff;
  }

  .amis-scope .group:hover .m\:group-hover\:border-primary {
    border-color: #007bff;
  }

  .amis-scope .group:hover .m\:group-hover\:border-secondary {
    border-color: #6c757d;
  }

  .amis-scope .group:hover .m\:group-hover\:border-success {
    border-color: #28a745;
  }

  .amis-scope .group:hover .m\:group-hover\:border-info {
    border-color: #007bff;
  }

  .amis-scope .group:hover .m\:group-hover\:border-warning {
    border-color: #fad733;
  }

  .amis-scope .group:hover .m\:group-hover\:border-danger {
    border-color: #dc3545;
  }

  .amis-scope .group:hover .m\:group-hover\:border-light {
    border-color: #f8f9fa;
  }

  .amis-scope .group:hover .m\:group-hover\:border-dark {
    border-color: #343a40;
  }

  .amis-scope .group:hover .m\:group-hover\:border-gray-50 {
    border-color: #f9fafb;
  }

  .amis-scope .group:hover .m\:group-hover\:border-gray-100 {
    border-color: #f3f4f6;
  }

  .amis-scope .group:hover .m\:group-hover\:border-gray-200 {
    border-color: #e5e7eb;
  }

  .amis-scope .group:hover .m\:group-hover\:border-gray-300 {
    border-color: #d1d5db;
  }

  .amis-scope .group:hover .m\:group-hover\:border-gray-400 {
    border-color: #9ca3af;
  }

  .amis-scope .group:hover .m\:group-hover\:border-gray-500 {
    border-color: #6b7280;
  }

  .amis-scope .group:hover .m\:group-hover\:border-gray-600 {
    border-color: #4b5563;
  }

  .amis-scope .group:hover .m\:group-hover\:border-gray-700 {
    border-color: #374151;
  }

  .amis-scope .group:hover .m\:group-hover\:border-gray-800 {
    border-color: #1f2937;
  }

  .amis-scope .group:hover .m\:group-hover\:border-gray-900 {
    border-color: #111827;
  }

  .amis-scope .group:hover .m\:group-hover\:border-red-50 {
    border-color: #fef2f2;
  }

  .amis-scope .group:hover .m\:group-hover\:border-red-100 {
    border-color: #fee2e2;
  }

  .amis-scope .group:hover .m\:group-hover\:border-red-200 {
    border-color: #fecaca;
  }

  .amis-scope .group:hover .m\:group-hover\:border-red-300 {
    border-color: #fca5a5;
  }

  .amis-scope .group:hover .m\:group-hover\:border-red-400 {
    border-color: #f87171;
  }

  .amis-scope .group:hover .m\:group-hover\:border-red-500 {
    border-color: #ef4444;
  }

  .amis-scope .group:hover .m\:group-hover\:border-red-600 {
    border-color: #dc2626;
  }

  .amis-scope .group:hover .m\:group-hover\:border-red-700 {
    border-color: #b91c1c;
  }

  .amis-scope .group:hover .m\:group-hover\:border-red-800 {
    border-color: #991b1b;
  }

  .amis-scope .group:hover .m\:group-hover\:border-red-900 {
    border-color: #7f1d1d;
  }

  .amis-scope .group:hover .m\:group-hover\:border-yellow-50 {
    border-color: #fffbeb;
  }

  .amis-scope .group:hover .m\:group-hover\:border-yellow-100 {
    border-color: #fef3c7;
  }

  .amis-scope .group:hover .m\:group-hover\:border-yellow-200 {
    border-color: #fde68a;
  }

  .amis-scope .group:hover .m\:group-hover\:border-yellow-300 {
    border-color: #fcd34d;
  }

  .amis-scope .group:hover .m\:group-hover\:border-yellow-400 {
    border-color: #fbbf24;
  }

  .amis-scope .group:hover .m\:group-hover\:border-yellow-500 {
    border-color: #f59e0b;
  }

  .amis-scope .group:hover .m\:group-hover\:border-yellow-600 {
    border-color: #d97706;
  }

  .amis-scope .group:hover .m\:group-hover\:border-yellow-700 {
    border-color: #b45309;
  }

  .amis-scope .group:hover .m\:group-hover\:border-yellow-800 {
    border-color: #92400e;
  }

  .amis-scope .group:hover .m\:group-hover\:border-yellow-900 {
    border-color: #78350f;
  }

  .amis-scope .group:hover .m\:group-hover\:border-green-50 {
    border-color: #ecfdf5;
  }

  .amis-scope .group:hover .m\:group-hover\:border-green-100 {
    border-color: #d1fae5;
  }

  .amis-scope .group:hover .m\:group-hover\:border-green-200 {
    border-color: #a7f3d0;
  }

  .amis-scope .group:hover .m\:group-hover\:border-green-300 {
    border-color: #6ee7b7;
  }

  .amis-scope .group:hover .m\:group-hover\:border-green-400 {
    border-color: #34d399;
  }

  .amis-scope .group:hover .m\:group-hover\:border-green-500 {
    border-color: #10b981;
  }

  .amis-scope .group:hover .m\:group-hover\:border-green-600 {
    border-color: #059669;
  }

  .amis-scope .group:hover .m\:group-hover\:border-green-700 {
    border-color: #047857;
  }

  .amis-scope .group:hover .m\:group-hover\:border-green-800 {
    border-color: #065f46;
  }

  .amis-scope .group:hover .m\:group-hover\:border-green-900 {
    border-color: #064e3b;
  }

  .amis-scope .group:hover .m\:group-hover\:border-blue-50 {
    border-color: #eff6ff;
  }

  .amis-scope .group:hover .m\:group-hover\:border-blue-100 {
    border-color: #dbeafe;
  }

  .amis-scope .group:hover .m\:group-hover\:border-blue-200 {
    border-color: #bfdbfe;
  }

  .amis-scope .group:hover .m\:group-hover\:border-blue-300 {
    border-color: #93c5fd;
  }

  .amis-scope .group:hover .m\:group-hover\:border-blue-400 {
    border-color: #60a5fa;
  }

  .amis-scope .group:hover .m\:group-hover\:border-blue-500 {
    border-color: #3b82f6;
  }

  .amis-scope .group:hover .m\:group-hover\:border-blue-600 {
    border-color: #2563eb;
  }

  .amis-scope .group:hover .m\:group-hover\:border-blue-700 {
    border-color: #1d4ed8;
  }

  .amis-scope .group:hover .m\:group-hover\:border-blue-800 {
    border-color: #1e40af;
  }

  .amis-scope .group:hover .m\:group-hover\:border-blue-900 {
    border-color: #1e3a8a;
  }

  .amis-scope .group:hover .m\:group-hover\:border-cyan-50 {
    border-color: #ecfeff;
  }

  .amis-scope .group:hover .m\:group-hover\:border-cyan-100 {
    border-color: #cffafe;
  }

  .amis-scope .group:hover .m\:group-hover\:border-cyan-200 {
    border-color: #a5f3fc;
  }

  .amis-scope .group:hover .m\:group-hover\:border-cyan-300 {
    border-color: #67e8f9;
  }

  .amis-scope .group:hover .m\:group-hover\:border-cyan-400 {
    border-color: #22d3ee;
  }

  .amis-scope .group:hover .m\:group-hover\:border-cyan-500 {
    border-color: #06b6d4;
  }

  .amis-scope .group:hover .m\:group-hover\:border-cyan-600 {
    border-color: #0891b2;
  }

  .amis-scope .group:hover .m\:group-hover\:border-cyan-700 {
    border-color: #0e7490;
  }

  .amis-scope .group:hover .m\:group-hover\:border-cyan-800 {
    border-color: #155e75;
  }

  .amis-scope .group:hover .m\:group-hover\:border-cyan-900 {
    border-color: #164e63;
  }

  .amis-scope .group:hover .m\:group-hover\:border-indigo-50 {
    border-color: #eef2ff;
  }

  .amis-scope .group:hover .m\:group-hover\:border-indigo-100 {
    border-color: #e0e7ff;
  }

  .amis-scope .group:hover .m\:group-hover\:border-indigo-200 {
    border-color: #c7d2fe;
  }

  .amis-scope .group:hover .m\:group-hover\:border-indigo-300 {
    border-color: #a5b4fc;
  }

  .amis-scope .group:hover .m\:group-hover\:border-indigo-400 {
    border-color: #818cf8;
  }

  .amis-scope .group:hover .m\:group-hover\:border-indigo-500 {
    border-color: #6366f1;
  }

  .amis-scope .group:hover .m\:group-hover\:border-indigo-600 {
    border-color: #4f46e5;
  }

  .amis-scope .group:hover .m\:group-hover\:border-indigo-700 {
    border-color: #4338ca;
  }

  .amis-scope .group:hover .m\:group-hover\:border-indigo-800 {
    border-color: #3730a3;
  }

  .amis-scope .group:hover .m\:group-hover\:border-indigo-900 {
    border-color: #312e81;
  }

  .amis-scope .group:hover .m\:group-hover\:border-purple-50 {
    border-color: #f5f3ff;
  }

  .amis-scope .group:hover .m\:group-hover\:border-purple-100 {
    border-color: #ede9fe;
  }

  .amis-scope .group:hover .m\:group-hover\:border-purple-200 {
    border-color: #ddd6fe;
  }

  .amis-scope .group:hover .m\:group-hover\:border-purple-300 {
    border-color: #c4b5fd;
  }

  .amis-scope .group:hover .m\:group-hover\:border-purple-400 {
    border-color: #a78bfa;
  }

  .amis-scope .group:hover .m\:group-hover\:border-purple-500 {
    border-color: #8b5cf6;
  }

  .amis-scope .group:hover .m\:group-hover\:border-purple-600 {
    border-color: #7c3aed;
  }

  .amis-scope .group:hover .m\:group-hover\:border-purple-700 {
    border-color: #6d28d9;
  }

  .amis-scope .group:hover .m\:group-hover\:border-purple-800 {
    border-color: #5b21b6;
  }

  .amis-scope .group:hover .m\:group-hover\:border-purple-900 {
    border-color: #4c1d95;
  }

  .amis-scope .group:hover .m\:group-hover\:border-pink-50 {
    border-color: #fdf2f8;
  }

  .amis-scope .group:hover .m\:group-hover\:border-pink-100 {
    border-color: #fce7f3;
  }

  .amis-scope .group:hover .m\:group-hover\:border-pink-200 {
    border-color: #fbcfe8;
  }

  .amis-scope .group:hover .m\:group-hover\:border-pink-300 {
    border-color: #f9a8d4;
  }

  .amis-scope .group:hover .m\:group-hover\:border-pink-400 {
    border-color: #f472b6;
  }

  .amis-scope .group:hover .m\:group-hover\:border-pink-500 {
    border-color: #ec4899;
  }

  .amis-scope .group:hover .m\:group-hover\:border-pink-600 {
    border-color: #db2777;
  }

  .amis-scope .group:hover .m\:group-hover\:border-pink-700 {
    border-color: #be185d;
  }

  .amis-scope .group:hover .m\:group-hover\:border-pink-800 {
    border-color: #9d174d;
  }

  .amis-scope .group:hover .m\:group-hover\:border-pink-900 {
    border-color: #831843;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:border-black {
    border-color: #000;
  }

  .amis-scope .pc\:border-white {
    border-color: #fff;
  }

  .amis-scope .pc\:border-primary {
    border-color: #007bff;
  }

  .amis-scope .pc\:border-secondary {
    border-color: #6c757d;
  }

  .amis-scope .pc\:border-success {
    border-color: #28a745;
  }

  .amis-scope .pc\:border-info {
    border-color: #007bff;
  }

  .amis-scope .pc\:border-warning {
    border-color: #fad733;
  }

  .amis-scope .pc\:border-danger {
    border-color: #dc3545;
  }

  .amis-scope .pc\:border-light {
    border-color: #f8f9fa;
  }

  .amis-scope .pc\:border-dark {
    border-color: #343a40;
  }

  .amis-scope .pc\:border-gray-50 {
    border-color: #f9fafb;
  }

  .amis-scope .pc\:border-gray-100 {
    border-color: #f3f4f6;
  }

  .amis-scope .pc\:border-gray-200 {
    border-color: #e5e7eb;
  }

  .amis-scope .pc\:border-gray-300 {
    border-color: #d1d5db;
  }

  .amis-scope .pc\:border-gray-400 {
    border-color: #9ca3af;
  }

  .amis-scope .pc\:border-gray-500 {
    border-color: #6b7280;
  }

  .amis-scope .pc\:border-gray-600 {
    border-color: #4b5563;
  }

  .amis-scope .pc\:border-gray-700 {
    border-color: #374151;
  }

  .amis-scope .pc\:border-gray-800 {
    border-color: #1f2937;
  }

  .amis-scope .pc\:border-gray-900 {
    border-color: #111827;
  }

  .amis-scope .pc\:border-red-50 {
    border-color: #fef2f2;
  }

  .amis-scope .pc\:border-red-100 {
    border-color: #fee2e2;
  }

  .amis-scope .pc\:border-red-200 {
    border-color: #fecaca;
  }

  .amis-scope .pc\:border-red-300 {
    border-color: #fca5a5;
  }

  .amis-scope .pc\:border-red-400 {
    border-color: #f87171;
  }

  .amis-scope .pc\:border-red-500 {
    border-color: #ef4444;
  }

  .amis-scope .pc\:border-red-600 {
    border-color: #dc2626;
  }

  .amis-scope .pc\:border-red-700 {
    border-color: #b91c1c;
  }

  .amis-scope .pc\:border-red-800 {
    border-color: #991b1b;
  }

  .amis-scope .pc\:border-red-900 {
    border-color: #7f1d1d;
  }

  .amis-scope .pc\:border-yellow-50 {
    border-color: #fffbeb;
  }

  .amis-scope .pc\:border-yellow-100 {
    border-color: #fef3c7;
  }

  .amis-scope .pc\:border-yellow-200 {
    border-color: #fde68a;
  }

  .amis-scope .pc\:border-yellow-300 {
    border-color: #fcd34d;
  }

  .amis-scope .pc\:border-yellow-400 {
    border-color: #fbbf24;
  }

  .amis-scope .pc\:border-yellow-500 {
    border-color: #f59e0b;
  }

  .amis-scope .pc\:border-yellow-600 {
    border-color: #d97706;
  }

  .amis-scope .pc\:border-yellow-700 {
    border-color: #b45309;
  }

  .amis-scope .pc\:border-yellow-800 {
    border-color: #92400e;
  }

  .amis-scope .pc\:border-yellow-900 {
    border-color: #78350f;
  }

  .amis-scope .pc\:border-green-50 {
    border-color: #ecfdf5;
  }

  .amis-scope .pc\:border-green-100 {
    border-color: #d1fae5;
  }

  .amis-scope .pc\:border-green-200 {
    border-color: #a7f3d0;
  }

  .amis-scope .pc\:border-green-300 {
    border-color: #6ee7b7;
  }

  .amis-scope .pc\:border-green-400 {
    border-color: #34d399;
  }

  .amis-scope .pc\:border-green-500 {
    border-color: #10b981;
  }

  .amis-scope .pc\:border-green-600 {
    border-color: #059669;
  }

  .amis-scope .pc\:border-green-700 {
    border-color: #047857;
  }

  .amis-scope .pc\:border-green-800 {
    border-color: #065f46;
  }

  .amis-scope .pc\:border-green-900 {
    border-color: #064e3b;
  }

  .amis-scope .pc\:border-blue-50 {
    border-color: #eff6ff;
  }

  .amis-scope .pc\:border-blue-100 {
    border-color: #dbeafe;
  }

  .amis-scope .pc\:border-blue-200 {
    border-color: #bfdbfe;
  }

  .amis-scope .pc\:border-blue-300 {
    border-color: #93c5fd;
  }

  .amis-scope .pc\:border-blue-400 {
    border-color: #60a5fa;
  }

  .amis-scope .pc\:border-blue-500 {
    border-color: #3b82f6;
  }

  .amis-scope .pc\:border-blue-600 {
    border-color: #2563eb;
  }

  .amis-scope .pc\:border-blue-700 {
    border-color: #1d4ed8;
  }

  .amis-scope .pc\:border-blue-800 {
    border-color: #1e40af;
  }

  .amis-scope .pc\:border-blue-900 {
    border-color: #1e3a8a;
  }

  .amis-scope .pc\:border-cyan-50 {
    border-color: #ecfeff;
  }

  .amis-scope .pc\:border-cyan-100 {
    border-color: #cffafe;
  }

  .amis-scope .pc\:border-cyan-200 {
    border-color: #a5f3fc;
  }

  .amis-scope .pc\:border-cyan-300 {
    border-color: #67e8f9;
  }

  .amis-scope .pc\:border-cyan-400 {
    border-color: #22d3ee;
  }

  .amis-scope .pc\:border-cyan-500 {
    border-color: #06b6d4;
  }

  .amis-scope .pc\:border-cyan-600 {
    border-color: #0891b2;
  }

  .amis-scope .pc\:border-cyan-700 {
    border-color: #0e7490;
  }

  .amis-scope .pc\:border-cyan-800 {
    border-color: #155e75;
  }

  .amis-scope .pc\:border-cyan-900 {
    border-color: #164e63;
  }

  .amis-scope .pc\:border-indigo-50 {
    border-color: #eef2ff;
  }

  .amis-scope .pc\:border-indigo-100 {
    border-color: #e0e7ff;
  }

  .amis-scope .pc\:border-indigo-200 {
    border-color: #c7d2fe;
  }

  .amis-scope .pc\:border-indigo-300 {
    border-color: #a5b4fc;
  }

  .amis-scope .pc\:border-indigo-400 {
    border-color: #818cf8;
  }

  .amis-scope .pc\:border-indigo-500 {
    border-color: #6366f1;
  }

  .amis-scope .pc\:border-indigo-600 {
    border-color: #4f46e5;
  }

  .amis-scope .pc\:border-indigo-700 {
    border-color: #4338ca;
  }

  .amis-scope .pc\:border-indigo-800 {
    border-color: #3730a3;
  }

  .amis-scope .pc\:border-indigo-900 {
    border-color: #312e81;
  }

  .amis-scope .pc\:border-purple-50 {
    border-color: #f5f3ff;
  }

  .amis-scope .pc\:border-purple-100 {
    border-color: #ede9fe;
  }

  .amis-scope .pc\:border-purple-200 {
    border-color: #ddd6fe;
  }

  .amis-scope .pc\:border-purple-300 {
    border-color: #c4b5fd;
  }

  .amis-scope .pc\:border-purple-400 {
    border-color: #a78bfa;
  }

  .amis-scope .pc\:border-purple-500 {
    border-color: #8b5cf6;
  }

  .amis-scope .pc\:border-purple-600 {
    border-color: #7c3aed;
  }

  .amis-scope .pc\:border-purple-700 {
    border-color: #6d28d9;
  }

  .amis-scope .pc\:border-purple-800 {
    border-color: #5b21b6;
  }

  .amis-scope .pc\:border-purple-900 {
    border-color: #4c1d95;
  }

  .amis-scope .pc\:border-pink-50 {
    border-color: #fdf2f8;
  }

  .amis-scope .pc\:border-pink-100 {
    border-color: #fce7f3;
  }

  .amis-scope .pc\:border-pink-200 {
    border-color: #fbcfe8;
  }

  .amis-scope .pc\:border-pink-300 {
    border-color: #f9a8d4;
  }

  .amis-scope .pc\:border-pink-400 {
    border-color: #f472b6;
  }

  .amis-scope .pc\:border-pink-500 {
    border-color: #ec4899;
  }

  .amis-scope .pc\:border-pink-600 {
    border-color: #db2777;
  }

  .amis-scope .pc\:border-pink-700 {
    border-color: #be185d;
  }

  .amis-scope .pc\:border-pink-800 {
    border-color: #9d174d;
  }

  .amis-scope .pc\:border-pink-900 {
    border-color: #831843;
  }

  .amis-scope .pc\:hover\:border-black:hover {
    border-color: #000;
  }

  .amis-scope .pc\:hover\:border-white:hover {
    border-color: #fff;
  }

  .amis-scope .pc\:hover\:border-primary:hover {
    border-color: #007bff;
  }

  .amis-scope .pc\:hover\:border-secondary:hover {
    border-color: #6c757d;
  }

  .amis-scope .pc\:hover\:border-success:hover {
    border-color: #28a745;
  }

  .amis-scope .pc\:hover\:border-info:hover {
    border-color: #007bff;
  }

  .amis-scope .pc\:hover\:border-warning:hover {
    border-color: #fad733;
  }

  .amis-scope .pc\:hover\:border-danger:hover {
    border-color: #dc3545;
  }

  .amis-scope .pc\:hover\:border-light:hover {
    border-color: #f8f9fa;
  }

  .amis-scope .pc\:hover\:border-dark:hover {
    border-color: #343a40;
  }

  .amis-scope .pc\:hover\:border-gray-50:hover {
    border-color: #f9fafb;
  }

  .amis-scope .pc\:hover\:border-gray-100:hover {
    border-color: #f3f4f6;
  }

  .amis-scope .pc\:hover\:border-gray-200:hover {
    border-color: #e5e7eb;
  }

  .amis-scope .pc\:hover\:border-gray-300:hover {
    border-color: #d1d5db;
  }

  .amis-scope .pc\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }

  .amis-scope .pc\:hover\:border-gray-500:hover {
    border-color: #6b7280;
  }

  .amis-scope .pc\:hover\:border-gray-600:hover {
    border-color: #4b5563;
  }

  .amis-scope .pc\:hover\:border-gray-700:hover {
    border-color: #374151;
  }

  .amis-scope .pc\:hover\:border-gray-800:hover {
    border-color: #1f2937;
  }

  .amis-scope .pc\:hover\:border-gray-900:hover {
    border-color: #111827;
  }

  .amis-scope .pc\:hover\:border-red-50:hover {
    border-color: #fef2f2;
  }

  .amis-scope .pc\:hover\:border-red-100:hover {
    border-color: #fee2e2;
  }

  .amis-scope .pc\:hover\:border-red-200:hover {
    border-color: #fecaca;
  }

  .amis-scope .pc\:hover\:border-red-300:hover {
    border-color: #fca5a5;
  }

  .amis-scope .pc\:hover\:border-red-400:hover {
    border-color: #f87171;
  }

  .amis-scope .pc\:hover\:border-red-500:hover {
    border-color: #ef4444;
  }

  .amis-scope .pc\:hover\:border-red-600:hover {
    border-color: #dc2626;
  }

  .amis-scope .pc\:hover\:border-red-700:hover {
    border-color: #b91c1c;
  }

  .amis-scope .pc\:hover\:border-red-800:hover {
    border-color: #991b1b;
  }

  .amis-scope .pc\:hover\:border-red-900:hover {
    border-color: #7f1d1d;
  }

  .amis-scope .pc\:hover\:border-yellow-50:hover {
    border-color: #fffbeb;
  }

  .amis-scope .pc\:hover\:border-yellow-100:hover {
    border-color: #fef3c7;
  }

  .amis-scope .pc\:hover\:border-yellow-200:hover {
    border-color: #fde68a;
  }

  .amis-scope .pc\:hover\:border-yellow-300:hover {
    border-color: #fcd34d;
  }

  .amis-scope .pc\:hover\:border-yellow-400:hover {
    border-color: #fbbf24;
  }

  .amis-scope .pc\:hover\:border-yellow-500:hover {
    border-color: #f59e0b;
  }

  .amis-scope .pc\:hover\:border-yellow-600:hover {
    border-color: #d97706;
  }

  .amis-scope .pc\:hover\:border-yellow-700:hover {
    border-color: #b45309;
  }

  .amis-scope .pc\:hover\:border-yellow-800:hover {
    border-color: #92400e;
  }

  .amis-scope .pc\:hover\:border-yellow-900:hover {
    border-color: #78350f;
  }

  .amis-scope .pc\:hover\:border-green-50:hover {
    border-color: #ecfdf5;
  }

  .amis-scope .pc\:hover\:border-green-100:hover {
    border-color: #d1fae5;
  }

  .amis-scope .pc\:hover\:border-green-200:hover {
    border-color: #a7f3d0;
  }

  .amis-scope .pc\:hover\:border-green-300:hover {
    border-color: #6ee7b7;
  }

  .amis-scope .pc\:hover\:border-green-400:hover {
    border-color: #34d399;
  }

  .amis-scope .pc\:hover\:border-green-500:hover {
    border-color: #10b981;
  }

  .amis-scope .pc\:hover\:border-green-600:hover {
    border-color: #059669;
  }

  .amis-scope .pc\:hover\:border-green-700:hover {
    border-color: #047857;
  }

  .amis-scope .pc\:hover\:border-green-800:hover {
    border-color: #065f46;
  }

  .amis-scope .pc\:hover\:border-green-900:hover {
    border-color: #064e3b;
  }

  .amis-scope .pc\:hover\:border-blue-50:hover {
    border-color: #eff6ff;
  }

  .amis-scope .pc\:hover\:border-blue-100:hover {
    border-color: #dbeafe;
  }

  .amis-scope .pc\:hover\:border-blue-200:hover {
    border-color: #bfdbfe;
  }

  .amis-scope .pc\:hover\:border-blue-300:hover {
    border-color: #93c5fd;
  }

  .amis-scope .pc\:hover\:border-blue-400:hover {
    border-color: #60a5fa;
  }

  .amis-scope .pc\:hover\:border-blue-500:hover {
    border-color: #3b82f6;
  }

  .amis-scope .pc\:hover\:border-blue-600:hover {
    border-color: #2563eb;
  }

  .amis-scope .pc\:hover\:border-blue-700:hover {
    border-color: #1d4ed8;
  }

  .amis-scope .pc\:hover\:border-blue-800:hover {
    border-color: #1e40af;
  }

  .amis-scope .pc\:hover\:border-blue-900:hover {
    border-color: #1e3a8a;
  }

  .amis-scope .pc\:hover\:border-cyan-50:hover {
    border-color: #ecfeff;
  }

  .amis-scope .pc\:hover\:border-cyan-100:hover {
    border-color: #cffafe;
  }

  .amis-scope .pc\:hover\:border-cyan-200:hover {
    border-color: #a5f3fc;
  }

  .amis-scope .pc\:hover\:border-cyan-300:hover {
    border-color: #67e8f9;
  }

  .amis-scope .pc\:hover\:border-cyan-400:hover {
    border-color: #22d3ee;
  }

  .amis-scope .pc\:hover\:border-cyan-500:hover {
    border-color: #06b6d4;
  }

  .amis-scope .pc\:hover\:border-cyan-600:hover {
    border-color: #0891b2;
  }

  .amis-scope .pc\:hover\:border-cyan-700:hover {
    border-color: #0e7490;
  }

  .amis-scope .pc\:hover\:border-cyan-800:hover {
    border-color: #155e75;
  }

  .amis-scope .pc\:hover\:border-cyan-900:hover {
    border-color: #164e63;
  }

  .amis-scope .pc\:hover\:border-indigo-50:hover {
    border-color: #eef2ff;
  }

  .amis-scope .pc\:hover\:border-indigo-100:hover {
    border-color: #e0e7ff;
  }

  .amis-scope .pc\:hover\:border-indigo-200:hover {
    border-color: #c7d2fe;
  }

  .amis-scope .pc\:hover\:border-indigo-300:hover {
    border-color: #a5b4fc;
  }

  .amis-scope .pc\:hover\:border-indigo-400:hover {
    border-color: #818cf8;
  }

  .amis-scope .pc\:hover\:border-indigo-500:hover {
    border-color: #6366f1;
  }

  .amis-scope .pc\:hover\:border-indigo-600:hover {
    border-color: #4f46e5;
  }

  .amis-scope .pc\:hover\:border-indigo-700:hover {
    border-color: #4338ca;
  }

  .amis-scope .pc\:hover\:border-indigo-800:hover {
    border-color: #3730a3;
  }

  .amis-scope .pc\:hover\:border-indigo-900:hover {
    border-color: #312e81;
  }

  .amis-scope .pc\:hover\:border-purple-50:hover {
    border-color: #f5f3ff;
  }

  .amis-scope .pc\:hover\:border-purple-100:hover {
    border-color: #ede9fe;
  }

  .amis-scope .pc\:hover\:border-purple-200:hover {
    border-color: #ddd6fe;
  }

  .amis-scope .pc\:hover\:border-purple-300:hover {
    border-color: #c4b5fd;
  }

  .amis-scope .pc\:hover\:border-purple-400:hover {
    border-color: #a78bfa;
  }

  .amis-scope .pc\:hover\:border-purple-500:hover {
    border-color: #8b5cf6;
  }

  .amis-scope .pc\:hover\:border-purple-600:hover {
    border-color: #7c3aed;
  }

  .amis-scope .pc\:hover\:border-purple-700:hover {
    border-color: #6d28d9;
  }

  .amis-scope .pc\:hover\:border-purple-800:hover {
    border-color: #5b21b6;
  }

  .amis-scope .pc\:hover\:border-purple-900:hover {
    border-color: #4c1d95;
  }

  .amis-scope .pc\:hover\:border-pink-50:hover {
    border-color: #fdf2f8;
  }

  .amis-scope .pc\:hover\:border-pink-100:hover {
    border-color: #fce7f3;
  }

  .amis-scope .pc\:hover\:border-pink-200:hover {
    border-color: #fbcfe8;
  }

  .amis-scope .pc\:hover\:border-pink-300:hover {
    border-color: #f9a8d4;
  }

  .amis-scope .pc\:hover\:border-pink-400:hover {
    border-color: #f472b6;
  }

  .amis-scope .pc\:hover\:border-pink-500:hover {
    border-color: #ec4899;
  }

  .amis-scope .pc\:hover\:border-pink-600:hover {
    border-color: #db2777;
  }

  .amis-scope .pc\:hover\:border-pink-700:hover {
    border-color: #be185d;
  }

  .amis-scope .pc\:hover\:border-pink-800:hover {
    border-color: #9d174d;
  }

  .amis-scope .pc\:hover\:border-pink-900:hover {
    border-color: #831843;
  }

  .amis-scope .pc\:active\:border-black.is-active,
  .amis-scope .pc\:active\:border-black:active {
    border-color: #000;
  }

  .amis-scope .pc\:active\:border-white.is-active,
  .amis-scope .pc\:active\:border-white:active {
    border-color: #fff;
  }

  .amis-scope .pc\:active\:border-primary.is-active,
  .amis-scope .pc\:active\:border-primary:active {
    border-color: #007bff;
  }

  .amis-scope .pc\:active\:border-secondary.is-active,
  .amis-scope .pc\:active\:border-secondary:active {
    border-color: #6c757d;
  }

  .amis-scope .pc\:active\:border-success.is-active,
  .amis-scope .pc\:active\:border-success:active {
    border-color: #28a745;
  }

  .amis-scope .pc\:active\:border-info.is-active,
  .amis-scope .pc\:active\:border-info:active {
    border-color: #007bff;
  }

  .amis-scope .pc\:active\:border-warning.is-active,
  .amis-scope .pc\:active\:border-warning:active {
    border-color: #fad733;
  }

  .amis-scope .pc\:active\:border-danger.is-active,
  .amis-scope .pc\:active\:border-danger:active {
    border-color: #dc3545;
  }

  .amis-scope .pc\:active\:border-light.is-active,
  .amis-scope .pc\:active\:border-light:active {
    border-color: #f8f9fa;
  }

  .amis-scope .pc\:active\:border-dark.is-active,
  .amis-scope .pc\:active\:border-dark:active {
    border-color: #343a40;
  }

  .amis-scope .pc\:active\:border-gray-50.is-active,
  .amis-scope .pc\:active\:border-gray-50:active {
    border-color: #f9fafb;
  }

  .amis-scope .pc\:active\:border-gray-100.is-active,
  .amis-scope .pc\:active\:border-gray-100:active {
    border-color: #f3f4f6;
  }

  .amis-scope .pc\:active\:border-gray-200.is-active,
  .amis-scope .pc\:active\:border-gray-200:active {
    border-color: #e5e7eb;
  }

  .amis-scope .pc\:active\:border-gray-300.is-active,
  .amis-scope .pc\:active\:border-gray-300:active {
    border-color: #d1d5db;
  }

  .amis-scope .pc\:active\:border-gray-400.is-active,
  .amis-scope .pc\:active\:border-gray-400:active {
    border-color: #9ca3af;
  }

  .amis-scope .pc\:active\:border-gray-500.is-active,
  .amis-scope .pc\:active\:border-gray-500:active {
    border-color: #6b7280;
  }

  .amis-scope .pc\:active\:border-gray-600.is-active,
  .amis-scope .pc\:active\:border-gray-600:active {
    border-color: #4b5563;
  }

  .amis-scope .pc\:active\:border-gray-700.is-active,
  .amis-scope .pc\:active\:border-gray-700:active {
    border-color: #374151;
  }

  .amis-scope .pc\:active\:border-gray-800.is-active,
  .amis-scope .pc\:active\:border-gray-800:active {
    border-color: #1f2937;
  }

  .amis-scope .pc\:active\:border-gray-900.is-active,
  .amis-scope .pc\:active\:border-gray-900:active {
    border-color: #111827;
  }

  .amis-scope .pc\:active\:border-red-50.is-active,
  .amis-scope .pc\:active\:border-red-50:active {
    border-color: #fef2f2;
  }

  .amis-scope .pc\:active\:border-red-100.is-active,
  .amis-scope .pc\:active\:border-red-100:active {
    border-color: #fee2e2;
  }

  .amis-scope .pc\:active\:border-red-200.is-active,
  .amis-scope .pc\:active\:border-red-200:active {
    border-color: #fecaca;
  }

  .amis-scope .pc\:active\:border-red-300.is-active,
  .amis-scope .pc\:active\:border-red-300:active {
    border-color: #fca5a5;
  }

  .amis-scope .pc\:active\:border-red-400.is-active,
  .amis-scope .pc\:active\:border-red-400:active {
    border-color: #f87171;
  }

  .amis-scope .pc\:active\:border-red-500.is-active,
  .amis-scope .pc\:active\:border-red-500:active {
    border-color: #ef4444;
  }

  .amis-scope .pc\:active\:border-red-600.is-active,
  .amis-scope .pc\:active\:border-red-600:active {
    border-color: #dc2626;
  }

  .amis-scope .pc\:active\:border-red-700.is-active,
  .amis-scope .pc\:active\:border-red-700:active {
    border-color: #b91c1c;
  }

  .amis-scope .pc\:active\:border-red-800.is-active,
  .amis-scope .pc\:active\:border-red-800:active {
    border-color: #991b1b;
  }

  .amis-scope .pc\:active\:border-red-900.is-active,
  .amis-scope .pc\:active\:border-red-900:active {
    border-color: #7f1d1d;
  }

  .amis-scope .pc\:active\:border-yellow-50.is-active,
  .amis-scope .pc\:active\:border-yellow-50:active {
    border-color: #fffbeb;
  }

  .amis-scope .pc\:active\:border-yellow-100.is-active,
  .amis-scope .pc\:active\:border-yellow-100:active {
    border-color: #fef3c7;
  }

  .amis-scope .pc\:active\:border-yellow-200.is-active,
  .amis-scope .pc\:active\:border-yellow-200:active {
    border-color: #fde68a;
  }

  .amis-scope .pc\:active\:border-yellow-300.is-active,
  .amis-scope .pc\:active\:border-yellow-300:active {
    border-color: #fcd34d;
  }

  .amis-scope .pc\:active\:border-yellow-400.is-active,
  .amis-scope .pc\:active\:border-yellow-400:active {
    border-color: #fbbf24;
  }

  .amis-scope .pc\:active\:border-yellow-500.is-active,
  .amis-scope .pc\:active\:border-yellow-500:active {
    border-color: #f59e0b;
  }

  .amis-scope .pc\:active\:border-yellow-600.is-active,
  .amis-scope .pc\:active\:border-yellow-600:active {
    border-color: #d97706;
  }

  .amis-scope .pc\:active\:border-yellow-700.is-active,
  .amis-scope .pc\:active\:border-yellow-700:active {
    border-color: #b45309;
  }

  .amis-scope .pc\:active\:border-yellow-800.is-active,
  .amis-scope .pc\:active\:border-yellow-800:active {
    border-color: #92400e;
  }

  .amis-scope .pc\:active\:border-yellow-900.is-active,
  .amis-scope .pc\:active\:border-yellow-900:active {
    border-color: #78350f;
  }

  .amis-scope .pc\:active\:border-green-50.is-active,
  .amis-scope .pc\:active\:border-green-50:active {
    border-color: #ecfdf5;
  }

  .amis-scope .pc\:active\:border-green-100.is-active,
  .amis-scope .pc\:active\:border-green-100:active {
    border-color: #d1fae5;
  }

  .amis-scope .pc\:active\:border-green-200.is-active,
  .amis-scope .pc\:active\:border-green-200:active {
    border-color: #a7f3d0;
  }

  .amis-scope .pc\:active\:border-green-300.is-active,
  .amis-scope .pc\:active\:border-green-300:active {
    border-color: #6ee7b7;
  }

  .amis-scope .pc\:active\:border-green-400.is-active,
  .amis-scope .pc\:active\:border-green-400:active {
    border-color: #34d399;
  }

  .amis-scope .pc\:active\:border-green-500.is-active,
  .amis-scope .pc\:active\:border-green-500:active {
    border-color: #10b981;
  }

  .amis-scope .pc\:active\:border-green-600.is-active,
  .amis-scope .pc\:active\:border-green-600:active {
    border-color: #059669;
  }

  .amis-scope .pc\:active\:border-green-700.is-active,
  .amis-scope .pc\:active\:border-green-700:active {
    border-color: #047857;
  }

  .amis-scope .pc\:active\:border-green-800.is-active,
  .amis-scope .pc\:active\:border-green-800:active {
    border-color: #065f46;
  }

  .amis-scope .pc\:active\:border-green-900.is-active,
  .amis-scope .pc\:active\:border-green-900:active {
    border-color: #064e3b;
  }

  .amis-scope .pc\:active\:border-blue-50.is-active,
  .amis-scope .pc\:active\:border-blue-50:active {
    border-color: #eff6ff;
  }

  .amis-scope .pc\:active\:border-blue-100.is-active,
  .amis-scope .pc\:active\:border-blue-100:active {
    border-color: #dbeafe;
  }

  .amis-scope .pc\:active\:border-blue-200.is-active,
  .amis-scope .pc\:active\:border-blue-200:active {
    border-color: #bfdbfe;
  }

  .amis-scope .pc\:active\:border-blue-300.is-active,
  .amis-scope .pc\:active\:border-blue-300:active {
    border-color: #93c5fd;
  }

  .amis-scope .pc\:active\:border-blue-400.is-active,
  .amis-scope .pc\:active\:border-blue-400:active {
    border-color: #60a5fa;
  }

  .amis-scope .pc\:active\:border-blue-500.is-active,
  .amis-scope .pc\:active\:border-blue-500:active {
    border-color: #3b82f6;
  }

  .amis-scope .pc\:active\:border-blue-600.is-active,
  .amis-scope .pc\:active\:border-blue-600:active {
    border-color: #2563eb;
  }

  .amis-scope .pc\:active\:border-blue-700.is-active,
  .amis-scope .pc\:active\:border-blue-700:active {
    border-color: #1d4ed8;
  }

  .amis-scope .pc\:active\:border-blue-800.is-active,
  .amis-scope .pc\:active\:border-blue-800:active {
    border-color: #1e40af;
  }

  .amis-scope .pc\:active\:border-blue-900.is-active,
  .amis-scope .pc\:active\:border-blue-900:active {
    border-color: #1e3a8a;
  }

  .amis-scope .pc\:active\:border-cyan-50.is-active,
  .amis-scope .pc\:active\:border-cyan-50:active {
    border-color: #ecfeff;
  }

  .amis-scope .pc\:active\:border-cyan-100.is-active,
  .amis-scope .pc\:active\:border-cyan-100:active {
    border-color: #cffafe;
  }

  .amis-scope .pc\:active\:border-cyan-200.is-active,
  .amis-scope .pc\:active\:border-cyan-200:active {
    border-color: #a5f3fc;
  }

  .amis-scope .pc\:active\:border-cyan-300.is-active,
  .amis-scope .pc\:active\:border-cyan-300:active {
    border-color: #67e8f9;
  }

  .amis-scope .pc\:active\:border-cyan-400.is-active,
  .amis-scope .pc\:active\:border-cyan-400:active {
    border-color: #22d3ee;
  }

  .amis-scope .pc\:active\:border-cyan-500.is-active,
  .amis-scope .pc\:active\:border-cyan-500:active {
    border-color: #06b6d4;
  }

  .amis-scope .pc\:active\:border-cyan-600.is-active,
  .amis-scope .pc\:active\:border-cyan-600:active {
    border-color: #0891b2;
  }

  .amis-scope .pc\:active\:border-cyan-700.is-active,
  .amis-scope .pc\:active\:border-cyan-700:active {
    border-color: #0e7490;
  }

  .amis-scope .pc\:active\:border-cyan-800.is-active,
  .amis-scope .pc\:active\:border-cyan-800:active {
    border-color: #155e75;
  }

  .amis-scope .pc\:active\:border-cyan-900.is-active,
  .amis-scope .pc\:active\:border-cyan-900:active {
    border-color: #164e63;
  }

  .amis-scope .pc\:active\:border-indigo-50.is-active,
  .amis-scope .pc\:active\:border-indigo-50:active {
    border-color: #eef2ff;
  }

  .amis-scope .pc\:active\:border-indigo-100.is-active,
  .amis-scope .pc\:active\:border-indigo-100:active {
    border-color: #e0e7ff;
  }

  .amis-scope .pc\:active\:border-indigo-200.is-active,
  .amis-scope .pc\:active\:border-indigo-200:active {
    border-color: #c7d2fe;
  }

  .amis-scope .pc\:active\:border-indigo-300.is-active,
  .amis-scope .pc\:active\:border-indigo-300:active {
    border-color: #a5b4fc;
  }

  .amis-scope .pc\:active\:border-indigo-400.is-active,
  .amis-scope .pc\:active\:border-indigo-400:active {
    border-color: #818cf8;
  }

  .amis-scope .pc\:active\:border-indigo-500.is-active,
  .amis-scope .pc\:active\:border-indigo-500:active {
    border-color: #6366f1;
  }

  .amis-scope .pc\:active\:border-indigo-600.is-active,
  .amis-scope .pc\:active\:border-indigo-600:active {
    border-color: #4f46e5;
  }

  .amis-scope .pc\:active\:border-indigo-700.is-active,
  .amis-scope .pc\:active\:border-indigo-700:active {
    border-color: #4338ca;
  }

  .amis-scope .pc\:active\:border-indigo-800.is-active,
  .amis-scope .pc\:active\:border-indigo-800:active {
    border-color: #3730a3;
  }

  .amis-scope .pc\:active\:border-indigo-900.is-active,
  .amis-scope .pc\:active\:border-indigo-900:active {
    border-color: #312e81;
  }

  .amis-scope .pc\:active\:border-purple-50.is-active,
  .amis-scope .pc\:active\:border-purple-50:active {
    border-color: #f5f3ff;
  }

  .amis-scope .pc\:active\:border-purple-100.is-active,
  .amis-scope .pc\:active\:border-purple-100:active {
    border-color: #ede9fe;
  }

  .amis-scope .pc\:active\:border-purple-200.is-active,
  .amis-scope .pc\:active\:border-purple-200:active {
    border-color: #ddd6fe;
  }

  .amis-scope .pc\:active\:border-purple-300.is-active,
  .amis-scope .pc\:active\:border-purple-300:active {
    border-color: #c4b5fd;
  }

  .amis-scope .pc\:active\:border-purple-400.is-active,
  .amis-scope .pc\:active\:border-purple-400:active {
    border-color: #a78bfa;
  }

  .amis-scope .pc\:active\:border-purple-500.is-active,
  .amis-scope .pc\:active\:border-purple-500:active {
    border-color: #8b5cf6;
  }

  .amis-scope .pc\:active\:border-purple-600.is-active,
  .amis-scope .pc\:active\:border-purple-600:active {
    border-color: #7c3aed;
  }

  .amis-scope .pc\:active\:border-purple-700.is-active,
  .amis-scope .pc\:active\:border-purple-700:active {
    border-color: #6d28d9;
  }

  .amis-scope .pc\:active\:border-purple-800.is-active,
  .amis-scope .pc\:active\:border-purple-800:active {
    border-color: #5b21b6;
  }

  .amis-scope .pc\:active\:border-purple-900.is-active,
  .amis-scope .pc\:active\:border-purple-900:active {
    border-color: #4c1d95;
  }

  .amis-scope .pc\:active\:border-pink-50.is-active,
  .amis-scope .pc\:active\:border-pink-50:active {
    border-color: #fdf2f8;
  }

  .amis-scope .pc\:active\:border-pink-100.is-active,
  .amis-scope .pc\:active\:border-pink-100:active {
    border-color: #fce7f3;
  }

  .amis-scope .pc\:active\:border-pink-200.is-active,
  .amis-scope .pc\:active\:border-pink-200:active {
    border-color: #fbcfe8;
  }

  .amis-scope .pc\:active\:border-pink-300.is-active,
  .amis-scope .pc\:active\:border-pink-300:active {
    border-color: #f9a8d4;
  }

  .amis-scope .pc\:active\:border-pink-400.is-active,
  .amis-scope .pc\:active\:border-pink-400:active {
    border-color: #f472b6;
  }

  .amis-scope .pc\:active\:border-pink-500.is-active,
  .amis-scope .pc\:active\:border-pink-500:active {
    border-color: #ec4899;
  }

  .amis-scope .pc\:active\:border-pink-600.is-active,
  .amis-scope .pc\:active\:border-pink-600:active {
    border-color: #db2777;
  }

  .amis-scope .pc\:active\:border-pink-700.is-active,
  .amis-scope .pc\:active\:border-pink-700:active {
    border-color: #be185d;
  }

  .amis-scope .pc\:active\:border-pink-800.is-active,
  .amis-scope .pc\:active\:border-pink-800:active {
    border-color: #9d174d;
  }

  .amis-scope .pc\:active\:border-pink-900.is-active,
  .amis-scope .pc\:active\:border-pink-900:active {
    border-color: #831843;
  }

  .amis-scope .pc\:focus\:border-black:focus {
    border-color: #000;
  }

  .amis-scope .pc\:focus\:border-white:focus {
    border-color: #fff;
  }

  .amis-scope .pc\:focus\:border-primary:focus {
    border-color: #007bff;
  }

  .amis-scope .pc\:focus\:border-secondary:focus {
    border-color: #6c757d;
  }

  .amis-scope .pc\:focus\:border-success:focus {
    border-color: #28a745;
  }

  .amis-scope .pc\:focus\:border-info:focus {
    border-color: #007bff;
  }

  .amis-scope .pc\:focus\:border-warning:focus {
    border-color: #fad733;
  }

  .amis-scope .pc\:focus\:border-danger:focus {
    border-color: #dc3545;
  }

  .amis-scope .pc\:focus\:border-light:focus {
    border-color: #f8f9fa;
  }

  .amis-scope .pc\:focus\:border-dark:focus {
    border-color: #343a40;
  }

  .amis-scope .pc\:focus\:border-gray-50:focus {
    border-color: #f9fafb;
  }

  .amis-scope .pc\:focus\:border-gray-100:focus {
    border-color: #f3f4f6;
  }

  .amis-scope .pc\:focus\:border-gray-200:focus {
    border-color: #e5e7eb;
  }

  .amis-scope .pc\:focus\:border-gray-300:focus {
    border-color: #d1d5db;
  }

  .amis-scope .pc\:focus\:border-gray-400:focus {
    border-color: #9ca3af;
  }

  .amis-scope .pc\:focus\:border-gray-500:focus {
    border-color: #6b7280;
  }

  .amis-scope .pc\:focus\:border-gray-600:focus {
    border-color: #4b5563;
  }

  .amis-scope .pc\:focus\:border-gray-700:focus {
    border-color: #374151;
  }

  .amis-scope .pc\:focus\:border-gray-800:focus {
    border-color: #1f2937;
  }

  .amis-scope .pc\:focus\:border-gray-900:focus {
    border-color: #111827;
  }

  .amis-scope .pc\:focus\:border-red-50:focus {
    border-color: #fef2f2;
  }

  .amis-scope .pc\:focus\:border-red-100:focus {
    border-color: #fee2e2;
  }

  .amis-scope .pc\:focus\:border-red-200:focus {
    border-color: #fecaca;
  }

  .amis-scope .pc\:focus\:border-red-300:focus {
    border-color: #fca5a5;
  }

  .amis-scope .pc\:focus\:border-red-400:focus {
    border-color: #f87171;
  }

  .amis-scope .pc\:focus\:border-red-500:focus {
    border-color: #ef4444;
  }

  .amis-scope .pc\:focus\:border-red-600:focus {
    border-color: #dc2626;
  }

  .amis-scope .pc\:focus\:border-red-700:focus {
    border-color: #b91c1c;
  }

  .amis-scope .pc\:focus\:border-red-800:focus {
    border-color: #991b1b;
  }

  .amis-scope .pc\:focus\:border-red-900:focus {
    border-color: #7f1d1d;
  }

  .amis-scope .pc\:focus\:border-yellow-50:focus {
    border-color: #fffbeb;
  }

  .amis-scope .pc\:focus\:border-yellow-100:focus {
    border-color: #fef3c7;
  }

  .amis-scope .pc\:focus\:border-yellow-200:focus {
    border-color: #fde68a;
  }

  .amis-scope .pc\:focus\:border-yellow-300:focus {
    border-color: #fcd34d;
  }

  .amis-scope .pc\:focus\:border-yellow-400:focus {
    border-color: #fbbf24;
  }

  .amis-scope .pc\:focus\:border-yellow-500:focus {
    border-color: #f59e0b;
  }

  .amis-scope .pc\:focus\:border-yellow-600:focus {
    border-color: #d97706;
  }

  .amis-scope .pc\:focus\:border-yellow-700:focus {
    border-color: #b45309;
  }

  .amis-scope .pc\:focus\:border-yellow-800:focus {
    border-color: #92400e;
  }

  .amis-scope .pc\:focus\:border-yellow-900:focus {
    border-color: #78350f;
  }

  .amis-scope .pc\:focus\:border-green-50:focus {
    border-color: #ecfdf5;
  }

  .amis-scope .pc\:focus\:border-green-100:focus {
    border-color: #d1fae5;
  }

  .amis-scope .pc\:focus\:border-green-200:focus {
    border-color: #a7f3d0;
  }

  .amis-scope .pc\:focus\:border-green-300:focus {
    border-color: #6ee7b7;
  }

  .amis-scope .pc\:focus\:border-green-400:focus {
    border-color: #34d399;
  }

  .amis-scope .pc\:focus\:border-green-500:focus {
    border-color: #10b981;
  }

  .amis-scope .pc\:focus\:border-green-600:focus {
    border-color: #059669;
  }

  .amis-scope .pc\:focus\:border-green-700:focus {
    border-color: #047857;
  }

  .amis-scope .pc\:focus\:border-green-800:focus {
    border-color: #065f46;
  }

  .amis-scope .pc\:focus\:border-green-900:focus {
    border-color: #064e3b;
  }

  .amis-scope .pc\:focus\:border-blue-50:focus {
    border-color: #eff6ff;
  }

  .amis-scope .pc\:focus\:border-blue-100:focus {
    border-color: #dbeafe;
  }

  .amis-scope .pc\:focus\:border-blue-200:focus {
    border-color: #bfdbfe;
  }

  .amis-scope .pc\:focus\:border-blue-300:focus {
    border-color: #93c5fd;
  }

  .amis-scope .pc\:focus\:border-blue-400:focus {
    border-color: #60a5fa;
  }

  .amis-scope .pc\:focus\:border-blue-500:focus {
    border-color: #3b82f6;
  }

  .amis-scope .pc\:focus\:border-blue-600:focus {
    border-color: #2563eb;
  }

  .amis-scope .pc\:focus\:border-blue-700:focus {
    border-color: #1d4ed8;
  }

  .amis-scope .pc\:focus\:border-blue-800:focus {
    border-color: #1e40af;
  }

  .amis-scope .pc\:focus\:border-blue-900:focus {
    border-color: #1e3a8a;
  }

  .amis-scope .pc\:focus\:border-cyan-50:focus {
    border-color: #ecfeff;
  }

  .amis-scope .pc\:focus\:border-cyan-100:focus {
    border-color: #cffafe;
  }

  .amis-scope .pc\:focus\:border-cyan-200:focus {
    border-color: #a5f3fc;
  }

  .amis-scope .pc\:focus\:border-cyan-300:focus {
    border-color: #67e8f9;
  }

  .amis-scope .pc\:focus\:border-cyan-400:focus {
    border-color: #22d3ee;
  }

  .amis-scope .pc\:focus\:border-cyan-500:focus {
    border-color: #06b6d4;
  }

  .amis-scope .pc\:focus\:border-cyan-600:focus {
    border-color: #0891b2;
  }

  .amis-scope .pc\:focus\:border-cyan-700:focus {
    border-color: #0e7490;
  }

  .amis-scope .pc\:focus\:border-cyan-800:focus {
    border-color: #155e75;
  }

  .amis-scope .pc\:focus\:border-cyan-900:focus {
    border-color: #164e63;
  }

  .amis-scope .pc\:focus\:border-indigo-50:focus {
    border-color: #eef2ff;
  }

  .amis-scope .pc\:focus\:border-indigo-100:focus {
    border-color: #e0e7ff;
  }

  .amis-scope .pc\:focus\:border-indigo-200:focus {
    border-color: #c7d2fe;
  }

  .amis-scope .pc\:focus\:border-indigo-300:focus {
    border-color: #a5b4fc;
  }

  .amis-scope .pc\:focus\:border-indigo-400:focus {
    border-color: #818cf8;
  }

  .amis-scope .pc\:focus\:border-indigo-500:focus {
    border-color: #6366f1;
  }

  .amis-scope .pc\:focus\:border-indigo-600:focus {
    border-color: #4f46e5;
  }

  .amis-scope .pc\:focus\:border-indigo-700:focus {
    border-color: #4338ca;
  }

  .amis-scope .pc\:focus\:border-indigo-800:focus {
    border-color: #3730a3;
  }

  .amis-scope .pc\:focus\:border-indigo-900:focus {
    border-color: #312e81;
  }

  .amis-scope .pc\:focus\:border-purple-50:focus {
    border-color: #f5f3ff;
  }

  .amis-scope .pc\:focus\:border-purple-100:focus {
    border-color: #ede9fe;
  }

  .amis-scope .pc\:focus\:border-purple-200:focus {
    border-color: #ddd6fe;
  }

  .amis-scope .pc\:focus\:border-purple-300:focus {
    border-color: #c4b5fd;
  }

  .amis-scope .pc\:focus\:border-purple-400:focus {
    border-color: #a78bfa;
  }

  .amis-scope .pc\:focus\:border-purple-500:focus {
    border-color: #8b5cf6;
  }

  .amis-scope .pc\:focus\:border-purple-600:focus {
    border-color: #7c3aed;
  }

  .amis-scope .pc\:focus\:border-purple-700:focus {
    border-color: #6d28d9;
  }

  .amis-scope .pc\:focus\:border-purple-800:focus {
    border-color: #5b21b6;
  }

  .amis-scope .pc\:focus\:border-purple-900:focus {
    border-color: #4c1d95;
  }

  .amis-scope .pc\:focus\:border-pink-50:focus {
    border-color: #fdf2f8;
  }

  .amis-scope .pc\:focus\:border-pink-100:focus {
    border-color: #fce7f3;
  }

  .amis-scope .pc\:focus\:border-pink-200:focus {
    border-color: #fbcfe8;
  }

  .amis-scope .pc\:focus\:border-pink-300:focus {
    border-color: #f9a8d4;
  }

  .amis-scope .pc\:focus\:border-pink-400:focus {
    border-color: #f472b6;
  }

  .amis-scope .pc\:focus\:border-pink-500:focus {
    border-color: #ec4899;
  }

  .amis-scope .pc\:focus\:border-pink-600:focus {
    border-color: #db2777;
  }

  .amis-scope .pc\:focus\:border-pink-700:focus {
    border-color: #be185d;
  }

  .amis-scope .pc\:focus\:border-pink-800:focus {
    border-color: #9d174d;
  }

  .amis-scope .pc\:focus\:border-pink-900:focus {
    border-color: #831843;
  }

  .amis-scope .pc\:disabled\:border-black.is-disabled,
  .amis-scope .pc\:disabled\:border-black:disabled {
    border-color: #000;
  }

  .amis-scope .pc\:disabled\:border-white.is-disabled,
  .amis-scope .pc\:disabled\:border-white:disabled {
    border-color: #fff;
  }

  .amis-scope .pc\:disabled\:border-primary.is-disabled,
  .amis-scope .pc\:disabled\:border-primary:disabled {
    border-color: #007bff;
  }

  .amis-scope .pc\:disabled\:border-secondary.is-disabled,
  .amis-scope .pc\:disabled\:border-secondary:disabled {
    border-color: #6c757d;
  }

  .amis-scope .pc\:disabled\:border-success.is-disabled,
  .amis-scope .pc\:disabled\:border-success:disabled {
    border-color: #28a745;
  }

  .amis-scope .pc\:disabled\:border-info.is-disabled,
  .amis-scope .pc\:disabled\:border-info:disabled {
    border-color: #007bff;
  }

  .amis-scope .pc\:disabled\:border-warning.is-disabled,
  .amis-scope .pc\:disabled\:border-warning:disabled {
    border-color: #fad733;
  }

  .amis-scope .pc\:disabled\:border-danger.is-disabled,
  .amis-scope .pc\:disabled\:border-danger:disabled {
    border-color: #dc3545;
  }

  .amis-scope .pc\:disabled\:border-light.is-disabled,
  .amis-scope .pc\:disabled\:border-light:disabled {
    border-color: #f8f9fa;
  }

  .amis-scope .pc\:disabled\:border-dark.is-disabled,
  .amis-scope .pc\:disabled\:border-dark:disabled {
    border-color: #343a40;
  }

  .amis-scope .pc\:disabled\:border-gray-50.is-disabled,
  .amis-scope .pc\:disabled\:border-gray-50:disabled {
    border-color: #f9fafb;
  }

  .amis-scope .pc\:disabled\:border-gray-100.is-disabled,
  .amis-scope .pc\:disabled\:border-gray-100:disabled {
    border-color: #f3f4f6;
  }

  .amis-scope .pc\:disabled\:border-gray-200.is-disabled,
  .amis-scope .pc\:disabled\:border-gray-200:disabled {
    border-color: #e5e7eb;
  }

  .amis-scope .pc\:disabled\:border-gray-300.is-disabled,
  .amis-scope .pc\:disabled\:border-gray-300:disabled {
    border-color: #d1d5db;
  }

  .amis-scope .pc\:disabled\:border-gray-400.is-disabled,
  .amis-scope .pc\:disabled\:border-gray-400:disabled {
    border-color: #9ca3af;
  }

  .amis-scope .pc\:disabled\:border-gray-500.is-disabled,
  .amis-scope .pc\:disabled\:border-gray-500:disabled {
    border-color: #6b7280;
  }

  .amis-scope .pc\:disabled\:border-gray-600.is-disabled,
  .amis-scope .pc\:disabled\:border-gray-600:disabled {
    border-color: #4b5563;
  }

  .amis-scope .pc\:disabled\:border-gray-700.is-disabled,
  .amis-scope .pc\:disabled\:border-gray-700:disabled {
    border-color: #374151;
  }

  .amis-scope .pc\:disabled\:border-gray-800.is-disabled,
  .amis-scope .pc\:disabled\:border-gray-800:disabled {
    border-color: #1f2937;
  }

  .amis-scope .pc\:disabled\:border-gray-900.is-disabled,
  .amis-scope .pc\:disabled\:border-gray-900:disabled {
    border-color: #111827;
  }

  .amis-scope .pc\:disabled\:border-red-50.is-disabled,
  .amis-scope .pc\:disabled\:border-red-50:disabled {
    border-color: #fef2f2;
  }

  .amis-scope .pc\:disabled\:border-red-100.is-disabled,
  .amis-scope .pc\:disabled\:border-red-100:disabled {
    border-color: #fee2e2;
  }

  .amis-scope .pc\:disabled\:border-red-200.is-disabled,
  .amis-scope .pc\:disabled\:border-red-200:disabled {
    border-color: #fecaca;
  }

  .amis-scope .pc\:disabled\:border-red-300.is-disabled,
  .amis-scope .pc\:disabled\:border-red-300:disabled {
    border-color: #fca5a5;
  }

  .amis-scope .pc\:disabled\:border-red-400.is-disabled,
  .amis-scope .pc\:disabled\:border-red-400:disabled {
    border-color: #f87171;
  }

  .amis-scope .pc\:disabled\:border-red-500.is-disabled,
  .amis-scope .pc\:disabled\:border-red-500:disabled {
    border-color: #ef4444;
  }

  .amis-scope .pc\:disabled\:border-red-600.is-disabled,
  .amis-scope .pc\:disabled\:border-red-600:disabled {
    border-color: #dc2626;
  }

  .amis-scope .pc\:disabled\:border-red-700.is-disabled,
  .amis-scope .pc\:disabled\:border-red-700:disabled {
    border-color: #b91c1c;
  }

  .amis-scope .pc\:disabled\:border-red-800.is-disabled,
  .amis-scope .pc\:disabled\:border-red-800:disabled {
    border-color: #991b1b;
  }

  .amis-scope .pc\:disabled\:border-red-900.is-disabled,
  .amis-scope .pc\:disabled\:border-red-900:disabled {
    border-color: #7f1d1d;
  }

  .amis-scope .pc\:disabled\:border-yellow-50.is-disabled,
  .amis-scope .pc\:disabled\:border-yellow-50:disabled {
    border-color: #fffbeb;
  }

  .amis-scope .pc\:disabled\:border-yellow-100.is-disabled,
  .amis-scope .pc\:disabled\:border-yellow-100:disabled {
    border-color: #fef3c7;
  }

  .amis-scope .pc\:disabled\:border-yellow-200.is-disabled,
  .amis-scope .pc\:disabled\:border-yellow-200:disabled {
    border-color: #fde68a;
  }

  .amis-scope .pc\:disabled\:border-yellow-300.is-disabled,
  .amis-scope .pc\:disabled\:border-yellow-300:disabled {
    border-color: #fcd34d;
  }

  .amis-scope .pc\:disabled\:border-yellow-400.is-disabled,
  .amis-scope .pc\:disabled\:border-yellow-400:disabled {
    border-color: #fbbf24;
  }

  .amis-scope .pc\:disabled\:border-yellow-500.is-disabled,
  .amis-scope .pc\:disabled\:border-yellow-500:disabled {
    border-color: #f59e0b;
  }

  .amis-scope .pc\:disabled\:border-yellow-600.is-disabled,
  .amis-scope .pc\:disabled\:border-yellow-600:disabled {
    border-color: #d97706;
  }

  .amis-scope .pc\:disabled\:border-yellow-700.is-disabled,
  .amis-scope .pc\:disabled\:border-yellow-700:disabled {
    border-color: #b45309;
  }

  .amis-scope .pc\:disabled\:border-yellow-800.is-disabled,
  .amis-scope .pc\:disabled\:border-yellow-800:disabled {
    border-color: #92400e;
  }

  .amis-scope .pc\:disabled\:border-yellow-900.is-disabled,
  .amis-scope .pc\:disabled\:border-yellow-900:disabled {
    border-color: #78350f;
  }

  .amis-scope .pc\:disabled\:border-green-50.is-disabled,
  .amis-scope .pc\:disabled\:border-green-50:disabled {
    border-color: #ecfdf5;
  }

  .amis-scope .pc\:disabled\:border-green-100.is-disabled,
  .amis-scope .pc\:disabled\:border-green-100:disabled {
    border-color: #d1fae5;
  }

  .amis-scope .pc\:disabled\:border-green-200.is-disabled,
  .amis-scope .pc\:disabled\:border-green-200:disabled {
    border-color: #a7f3d0;
  }

  .amis-scope .pc\:disabled\:border-green-300.is-disabled,
  .amis-scope .pc\:disabled\:border-green-300:disabled {
    border-color: #6ee7b7;
  }

  .amis-scope .pc\:disabled\:border-green-400.is-disabled,
  .amis-scope .pc\:disabled\:border-green-400:disabled {
    border-color: #34d399;
  }

  .amis-scope .pc\:disabled\:border-green-500.is-disabled,
  .amis-scope .pc\:disabled\:border-green-500:disabled {
    border-color: #10b981;
  }

  .amis-scope .pc\:disabled\:border-green-600.is-disabled,
  .amis-scope .pc\:disabled\:border-green-600:disabled {
    border-color: #059669;
  }

  .amis-scope .pc\:disabled\:border-green-700.is-disabled,
  .amis-scope .pc\:disabled\:border-green-700:disabled {
    border-color: #047857;
  }

  .amis-scope .pc\:disabled\:border-green-800.is-disabled,
  .amis-scope .pc\:disabled\:border-green-800:disabled {
    border-color: #065f46;
  }

  .amis-scope .pc\:disabled\:border-green-900.is-disabled,
  .amis-scope .pc\:disabled\:border-green-900:disabled {
    border-color: #064e3b;
  }

  .amis-scope .pc\:disabled\:border-blue-50.is-disabled,
  .amis-scope .pc\:disabled\:border-blue-50:disabled {
    border-color: #eff6ff;
  }

  .amis-scope .pc\:disabled\:border-blue-100.is-disabled,
  .amis-scope .pc\:disabled\:border-blue-100:disabled {
    border-color: #dbeafe;
  }

  .amis-scope .pc\:disabled\:border-blue-200.is-disabled,
  .amis-scope .pc\:disabled\:border-blue-200:disabled {
    border-color: #bfdbfe;
  }

  .amis-scope .pc\:disabled\:border-blue-300.is-disabled,
  .amis-scope .pc\:disabled\:border-blue-300:disabled {
    border-color: #93c5fd;
  }

  .amis-scope .pc\:disabled\:border-blue-400.is-disabled,
  .amis-scope .pc\:disabled\:border-blue-400:disabled {
    border-color: #60a5fa;
  }

  .amis-scope .pc\:disabled\:border-blue-500.is-disabled,
  .amis-scope .pc\:disabled\:border-blue-500:disabled {
    border-color: #3b82f6;
  }

  .amis-scope .pc\:disabled\:border-blue-600.is-disabled,
  .amis-scope .pc\:disabled\:border-blue-600:disabled {
    border-color: #2563eb;
  }

  .amis-scope .pc\:disabled\:border-blue-700.is-disabled,
  .amis-scope .pc\:disabled\:border-blue-700:disabled {
    border-color: #1d4ed8;
  }

  .amis-scope .pc\:disabled\:border-blue-800.is-disabled,
  .amis-scope .pc\:disabled\:border-blue-800:disabled {
    border-color: #1e40af;
  }

  .amis-scope .pc\:disabled\:border-blue-900.is-disabled,
  .amis-scope .pc\:disabled\:border-blue-900:disabled {
    border-color: #1e3a8a;
  }

  .amis-scope .pc\:disabled\:border-cyan-50.is-disabled,
  .amis-scope .pc\:disabled\:border-cyan-50:disabled {
    border-color: #ecfeff;
  }

  .amis-scope .pc\:disabled\:border-cyan-100.is-disabled,
  .amis-scope .pc\:disabled\:border-cyan-100:disabled {
    border-color: #cffafe;
  }

  .amis-scope .pc\:disabled\:border-cyan-200.is-disabled,
  .amis-scope .pc\:disabled\:border-cyan-200:disabled {
    border-color: #a5f3fc;
  }

  .amis-scope .pc\:disabled\:border-cyan-300.is-disabled,
  .amis-scope .pc\:disabled\:border-cyan-300:disabled {
    border-color: #67e8f9;
  }

  .amis-scope .pc\:disabled\:border-cyan-400.is-disabled,
  .amis-scope .pc\:disabled\:border-cyan-400:disabled {
    border-color: #22d3ee;
  }

  .amis-scope .pc\:disabled\:border-cyan-500.is-disabled,
  .amis-scope .pc\:disabled\:border-cyan-500:disabled {
    border-color: #06b6d4;
  }

  .amis-scope .pc\:disabled\:border-cyan-600.is-disabled,
  .amis-scope .pc\:disabled\:border-cyan-600:disabled {
    border-color: #0891b2;
  }

  .amis-scope .pc\:disabled\:border-cyan-700.is-disabled,
  .amis-scope .pc\:disabled\:border-cyan-700:disabled {
    border-color: #0e7490;
  }

  .amis-scope .pc\:disabled\:border-cyan-800.is-disabled,
  .amis-scope .pc\:disabled\:border-cyan-800:disabled {
    border-color: #155e75;
  }

  .amis-scope .pc\:disabled\:border-cyan-900.is-disabled,
  .amis-scope .pc\:disabled\:border-cyan-900:disabled {
    border-color: #164e63;
  }

  .amis-scope .pc\:disabled\:border-indigo-50.is-disabled,
  .amis-scope .pc\:disabled\:border-indigo-50:disabled {
    border-color: #eef2ff;
  }

  .amis-scope .pc\:disabled\:border-indigo-100.is-disabled,
  .amis-scope .pc\:disabled\:border-indigo-100:disabled {
    border-color: #e0e7ff;
  }

  .amis-scope .pc\:disabled\:border-indigo-200.is-disabled,
  .amis-scope .pc\:disabled\:border-indigo-200:disabled {
    border-color: #c7d2fe;
  }

  .amis-scope .pc\:disabled\:border-indigo-300.is-disabled,
  .amis-scope .pc\:disabled\:border-indigo-300:disabled {
    border-color: #a5b4fc;
  }

  .amis-scope .pc\:disabled\:border-indigo-400.is-disabled,
  .amis-scope .pc\:disabled\:border-indigo-400:disabled {
    border-color: #818cf8;
  }

  .amis-scope .pc\:disabled\:border-indigo-500.is-disabled,
  .amis-scope .pc\:disabled\:border-indigo-500:disabled {
    border-color: #6366f1;
  }

  .amis-scope .pc\:disabled\:border-indigo-600.is-disabled,
  .amis-scope .pc\:disabled\:border-indigo-600:disabled {
    border-color: #4f46e5;
  }

  .amis-scope .pc\:disabled\:border-indigo-700.is-disabled,
  .amis-scope .pc\:disabled\:border-indigo-700:disabled {
    border-color: #4338ca;
  }

  .amis-scope .pc\:disabled\:border-indigo-800.is-disabled,
  .amis-scope .pc\:disabled\:border-indigo-800:disabled {
    border-color: #3730a3;
  }

  .amis-scope .pc\:disabled\:border-indigo-900.is-disabled,
  .amis-scope .pc\:disabled\:border-indigo-900:disabled {
    border-color: #312e81;
  }

  .amis-scope .pc\:disabled\:border-purple-50.is-disabled,
  .amis-scope .pc\:disabled\:border-purple-50:disabled {
    border-color: #f5f3ff;
  }

  .amis-scope .pc\:disabled\:border-purple-100.is-disabled,
  .amis-scope .pc\:disabled\:border-purple-100:disabled {
    border-color: #ede9fe;
  }

  .amis-scope .pc\:disabled\:border-purple-200.is-disabled,
  .amis-scope .pc\:disabled\:border-purple-200:disabled {
    border-color: #ddd6fe;
  }

  .amis-scope .pc\:disabled\:border-purple-300.is-disabled,
  .amis-scope .pc\:disabled\:border-purple-300:disabled {
    border-color: #c4b5fd;
  }

  .amis-scope .pc\:disabled\:border-purple-400.is-disabled,
  .amis-scope .pc\:disabled\:border-purple-400:disabled {
    border-color: #a78bfa;
  }

  .amis-scope .pc\:disabled\:border-purple-500.is-disabled,
  .amis-scope .pc\:disabled\:border-purple-500:disabled {
    border-color: #8b5cf6;
  }

  .amis-scope .pc\:disabled\:border-purple-600.is-disabled,
  .amis-scope .pc\:disabled\:border-purple-600:disabled {
    border-color: #7c3aed;
  }

  .amis-scope .pc\:disabled\:border-purple-700.is-disabled,
  .amis-scope .pc\:disabled\:border-purple-700:disabled {
    border-color: #6d28d9;
  }

  .amis-scope .pc\:disabled\:border-purple-800.is-disabled,
  .amis-scope .pc\:disabled\:border-purple-800:disabled {
    border-color: #5b21b6;
  }

  .amis-scope .pc\:disabled\:border-purple-900.is-disabled,
  .amis-scope .pc\:disabled\:border-purple-900:disabled {
    border-color: #4c1d95;
  }

  .amis-scope .pc\:disabled\:border-pink-50.is-disabled,
  .amis-scope .pc\:disabled\:border-pink-50:disabled {
    border-color: #fdf2f8;
  }

  .amis-scope .pc\:disabled\:border-pink-100.is-disabled,
  .amis-scope .pc\:disabled\:border-pink-100:disabled {
    border-color: #fce7f3;
  }

  .amis-scope .pc\:disabled\:border-pink-200.is-disabled,
  .amis-scope .pc\:disabled\:border-pink-200:disabled {
    border-color: #fbcfe8;
  }

  .amis-scope .pc\:disabled\:border-pink-300.is-disabled,
  .amis-scope .pc\:disabled\:border-pink-300:disabled {
    border-color: #f9a8d4;
  }

  .amis-scope .pc\:disabled\:border-pink-400.is-disabled,
  .amis-scope .pc\:disabled\:border-pink-400:disabled {
    border-color: #f472b6;
  }

  .amis-scope .pc\:disabled\:border-pink-500.is-disabled,
  .amis-scope .pc\:disabled\:border-pink-500:disabled {
    border-color: #ec4899;
  }

  .amis-scope .pc\:disabled\:border-pink-600.is-disabled,
  .amis-scope .pc\:disabled\:border-pink-600:disabled {
    border-color: #db2777;
  }

  .amis-scope .pc\:disabled\:border-pink-700.is-disabled,
  .amis-scope .pc\:disabled\:border-pink-700:disabled {
    border-color: #be185d;
  }

  .amis-scope .pc\:disabled\:border-pink-800.is-disabled,
  .amis-scope .pc\:disabled\:border-pink-800:disabled {
    border-color: #9d174d;
  }

  .amis-scope .pc\:disabled\:border-pink-900.is-disabled,
  .amis-scope .pc\:disabled\:border-pink-900:disabled {
    border-color: #831843;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-black {
    border-color: #000;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-white {
    border-color: #fff;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-primary {
    border-color: #007bff;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-secondary {
    border-color: #6c757d;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-success {
    border-color: #28a745;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-info {
    border-color: #007bff;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-warning {
    border-color: #fad733;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-danger {
    border-color: #dc3545;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-light {
    border-color: #f8f9fa;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-dark {
    border-color: #343a40;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-gray-50 {
    border-color: #f9fafb;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-gray-100 {
    border-color: #f3f4f6;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-gray-200 {
    border-color: #e5e7eb;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-gray-300 {
    border-color: #d1d5db;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-gray-400 {
    border-color: #9ca3af;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-gray-500 {
    border-color: #6b7280;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-gray-600 {
    border-color: #4b5563;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-gray-700 {
    border-color: #374151;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-gray-800 {
    border-color: #1f2937;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-gray-900 {
    border-color: #111827;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-red-50 {
    border-color: #fef2f2;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-red-100 {
    border-color: #fee2e2;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-red-200 {
    border-color: #fecaca;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-red-300 {
    border-color: #fca5a5;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-red-400 {
    border-color: #f87171;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-red-500 {
    border-color: #ef4444;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-red-600 {
    border-color: #dc2626;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-red-700 {
    border-color: #b91c1c;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-red-800 {
    border-color: #991b1b;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-red-900 {
    border-color: #7f1d1d;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-yellow-50 {
    border-color: #fffbeb;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-yellow-100 {
    border-color: #fef3c7;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-yellow-200 {
    border-color: #fde68a;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-yellow-300 {
    border-color: #fcd34d;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-yellow-400 {
    border-color: #fbbf24;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-yellow-500 {
    border-color: #f59e0b;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-yellow-600 {
    border-color: #d97706;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-yellow-700 {
    border-color: #b45309;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-yellow-800 {
    border-color: #92400e;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-yellow-900 {
    border-color: #78350f;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-green-50 {
    border-color: #ecfdf5;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-green-100 {
    border-color: #d1fae5;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-green-200 {
    border-color: #a7f3d0;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-green-300 {
    border-color: #6ee7b7;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-green-400 {
    border-color: #34d399;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-green-500 {
    border-color: #10b981;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-green-600 {
    border-color: #059669;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-green-700 {
    border-color: #047857;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-green-800 {
    border-color: #065f46;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-green-900 {
    border-color: #064e3b;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-blue-50 {
    border-color: #eff6ff;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-blue-100 {
    border-color: #dbeafe;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-blue-200 {
    border-color: #bfdbfe;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-blue-300 {
    border-color: #93c5fd;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-blue-400 {
    border-color: #60a5fa;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-blue-500 {
    border-color: #3b82f6;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-blue-600 {
    border-color: #2563eb;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-blue-700 {
    border-color: #1d4ed8;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-blue-800 {
    border-color: #1e40af;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-blue-900 {
    border-color: #1e3a8a;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-cyan-50 {
    border-color: #ecfeff;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-cyan-100 {
    border-color: #cffafe;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-cyan-200 {
    border-color: #a5f3fc;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-cyan-300 {
    border-color: #67e8f9;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-cyan-400 {
    border-color: #22d3ee;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-cyan-500 {
    border-color: #06b6d4;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-cyan-600 {
    border-color: #0891b2;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-cyan-700 {
    border-color: #0e7490;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-cyan-800 {
    border-color: #155e75;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-cyan-900 {
    border-color: #164e63;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-indigo-50 {
    border-color: #eef2ff;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-indigo-100 {
    border-color: #e0e7ff;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-indigo-200 {
    border-color: #c7d2fe;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-indigo-300 {
    border-color: #a5b4fc;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-indigo-400 {
    border-color: #818cf8;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-indigo-500 {
    border-color: #6366f1;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-indigo-600 {
    border-color: #4f46e5;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-indigo-700 {
    border-color: #4338ca;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-indigo-800 {
    border-color: #3730a3;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-indigo-900 {
    border-color: #312e81;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-purple-50 {
    border-color: #f5f3ff;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-purple-100 {
    border-color: #ede9fe;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-purple-200 {
    border-color: #ddd6fe;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-purple-300 {
    border-color: #c4b5fd;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-purple-400 {
    border-color: #a78bfa;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-purple-500 {
    border-color: #8b5cf6;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-purple-600 {
    border-color: #7c3aed;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-purple-700 {
    border-color: #6d28d9;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-purple-800 {
    border-color: #5b21b6;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-purple-900 {
    border-color: #4c1d95;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-pink-50 {
    border-color: #fdf2f8;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-pink-100 {
    border-color: #fce7f3;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-pink-200 {
    border-color: #fbcfe8;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-pink-300 {
    border-color: #f9a8d4;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-pink-400 {
    border-color: #f472b6;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-pink-500 {
    border-color: #ec4899;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-pink-600 {
    border-color: #db2777;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-pink-700 {
    border-color: #be185d;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-pink-800 {
    border-color: #9d174d;
  }

  .amis-scope .group:hover .pc\:group-hover\:border-pink-900 {
    border-color: #831843;
  }
}

/*!markdown

---
title: 边框圆角
---
| Class       | Properties               |
| ----------- | ------------------------ |
| rounded-none | border-radius: 0px |
| rounded-sm | border-radius: 0.125rem |
| rounded | border-radius: 0.25rem |
| rounded-md | border-radius: 0.375rem |
| rounded-lg | border-radius: 0.5rem |
| rounded-xl | border-radius: 0.75rem |
| rounded-2xl | border-radius: 1rem |
| rounded-3xl | border-radius: 1.5rem |
| rounded-full | border-radius: 9999px |
| rounded-t-none | border-top-left-radius: 0px; border-top-right-radius: 0px |
| rounded-t-sm | border-top-left-radius: 0.125rem; border-top-right-radius: 0.125rem |
| rounded-t | border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem |
| rounded-t-md | border-top-left-radius: 0.375rem; border-top-right-radius: 0.375rem |
| rounded-t-lg | border-top-left-radius: 0.5rem; border-top-right-radius: 0.5rem |
| rounded-t-xl | border-top-left-radius: 0.75rem; border-top-right-radius: 0.75rem |
| rounded-t-2xl | border-top-left-radius: 1rem; border-top-right-radius: 1rem |
| rounded-t-3xl | border-top-left-radius: 1.5rem; border-top-right-radius: 1.5rem |
| rounded-t-full | border-top-left-radius: 9999px; border-top-right-radius: 9999px |
| rounded-r-none | border-top-right-radius: 0px; border-bottom-right-radius: 0px |
| rounded-r-sm | border-top-right-radius: 0.125rem; border-bottom-right-radius: 0.125rem |
| rounded-r | border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem |
| rounded-r-md | border-top-right-radius: 0.375rem; border-bottom-right-radius: 0.375rem |
| rounded-r-lg | border-top-right-radius: 0.5rem; border-bottom-right-radius: 0.5rem |
| rounded-r-xl | border-top-right-radius: 0.75rem; border-bottom-right-radius: 0.75rem |
| rounded-r-2xl | border-top-right-radius: 1rem; border-bottom-right-radius: 1rem |
| rounded-r-3xl | border-top-right-radius: 1.5rem; border-bottom-right-radius: 1.5rem |
| rounded-r-full | border-top-right-radius: 9999px; border-bottom-right-radius: 9999px |
| rounded-b-none | border-bottom-right-radius: 0px; border-bottom-left-radius: 0px |
| rounded-b-sm | border-bottom-right-radius: 0.125rem; border-bottom-left-radius: 0.125rem |
| rounded-b | border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem |
| rounded-b-md | border-bottom-right-radius: 0.375rem; border-bottom-left-radius: 0.375rem |
| rounded-b-lg | border-bottom-right-radius: 0.5rem; border-bottom-left-radius: 0.5rem |
| rounded-b-xl | border-bottom-right-radius: 0.75rem; border-bottom-left-radius: 0.75rem |
| rounded-b-2xl | border-bottom-right-radius: 1rem; border-bottom-left-radius: 1rem |
| rounded-b-3xl | border-bottom-right-radius: 1.5rem; border-bottom-left-radius: 1.5rem |
| rounded-b-full | border-bottom-right-radius: 9999px; border-bottom-left-radius: 9999px |
| rounded-l-none | border-top-left-radius: 0px; border-bottom-left-radius: 0px |
| rounded-l-sm | border-top-left-radius: 0.125rem; border-bottom-left-radius: 0.125rem |
| rounded-l | border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem |
| rounded-l-md | border-top-left-radius: 0.375rem; border-bottom-left-radius: 0.375rem |
| rounded-l-lg | border-top-left-radius: 0.5rem; border-bottom-left-radius: 0.5rem |
| rounded-l-xl | border-top-left-radius: 0.75rem; border-bottom-left-radius: 0.75rem |
| rounded-l-2xl | border-top-left-radius: 1rem; border-bottom-left-radius: 1rem |
| rounded-l-3xl | border-top-left-radius: 1.5rem; border-bottom-left-radius: 1.5rem |
| rounded-l-full | border-top-left-radius: 9999px; border-bottom-left-radius: 9999px |
| rounded-tl-none | border-top-left-radius: 0px |
| rounded-tr-none | border-top-right-radius: 0px |
| rounded-br-none | border-bottom-right-radius: 0px |
| rounded-bl-none | border-bottom-left-radius: 0px |
| rounded-tl-sm | border-top-left-radius: 0.125rem |
| rounded-tr-sm | border-top-right-radius: 0.125rem |
| rounded-br-sm | border-bottom-right-radius: 0.125rem |
| rounded-bl-sm | border-bottom-left-radius: 0.125rem |
| rounded-tl | border-top-left-radius: 0.25rem |
| rounded-tr | border-top-right-radius: 0.25rem |
| rounded-br | border-bottom-right-radius: 0.25rem |
| rounded-bl | border-bottom-left-radius: 0.25rem |
| rounded-tl-md | border-top-left-radius: 0.375rem |
| rounded-tr-md | border-top-right-radius: 0.375rem |
| rounded-br-md | border-bottom-right-radius: 0.375rem |
| rounded-bl-md | border-bottom-left-radius: 0.375rem |
| rounded-tl-lg | border-top-left-radius: 0.5rem |
| rounded-tr-lg | border-top-right-radius: 0.5rem |
| rounded-br-lg | border-bottom-right-radius: 0.5rem |
| rounded-bl-lg | border-bottom-left-radius: 0.5rem |
| rounded-tl-xl | border-top-left-radius: 0.75rem |
| rounded-tr-xl | border-top-right-radius: 0.75rem |
| rounded-br-xl | border-bottom-right-radius: 0.75rem |
| rounded-bl-xl | border-bottom-left-radius: 0.75rem |
| rounded-tl-2xl | border-top-left-radius: 1rem |
| rounded-tr-2xl | border-top-right-radius: 1rem |
| rounded-br-2xl | border-bottom-right-radius: 1rem |
| rounded-bl-2xl | border-bottom-left-radius: 1rem |
| rounded-tl-3xl | border-top-left-radius: 1.5rem |
| rounded-tr-3xl | border-top-right-radius: 1.5rem |
| rounded-br-3xl | border-bottom-right-radius: 1.5rem |
| rounded-bl-3xl | border-bottom-left-radius: 1.5rem |
| rounded-tl-full | border-top-left-radius: 9999px |
| rounded-tr-full | border-top-right-radius: 9999px |
| rounded-br-full | border-bottom-right-radius: 9999px |
| rounded-bl-full | border-bottom-left-radius: 9999px |


*/

.amis-scope .rounded-none {
  border-radius: 0px;
}

.amis-scope .rounded-sm {
  border-radius: 0.125rem;
}

.amis-scope .rounded {
  border-radius: 0.25rem;
}

.amis-scope .rounded-md {
  border-radius: 0.375rem;
}

.amis-scope .rounded-lg {
  border-radius: 0.5rem;
}

.amis-scope .rounded-xl {
  border-radius: 0.75rem;
}

.amis-scope .rounded-2xl {
  border-radius: 1rem;
}

.amis-scope .rounded-3xl {
  border-radius: 1.5rem;
}

.amis-scope .rounded-full {
  border-radius: 9999px;
}

.amis-scope .rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.amis-scope .rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.amis-scope .rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.amis-scope .rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.amis-scope .rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.amis-scope .rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.amis-scope .rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.amis-scope .rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.amis-scope .rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.amis-scope .rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.amis-scope .rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.amis-scope .rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.amis-scope .rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.amis-scope .rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.amis-scope .rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.amis-scope .rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.amis-scope .rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.amis-scope .rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.amis-scope .rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.amis-scope .rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.amis-scope .rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.amis-scope .rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.amis-scope .rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.amis-scope .rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.amis-scope .rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.amis-scope .rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.amis-scope .rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.amis-scope .rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.amis-scope .rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.amis-scope .rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.amis-scope .rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.amis-scope .rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.amis-scope .rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.amis-scope .rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.amis-scope .rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.amis-scope .rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.amis-scope .rounded-tl-none {
  border-top-left-radius: 0px;
}

.amis-scope .rounded-tr-none {
  border-top-right-radius: 0px;
}

.amis-scope .rounded-br-none {
  border-bottom-right-radius: 0px;
}

.amis-scope .rounded-bl-none {
  border-bottom-left-radius: 0px;
}

.amis-scope .rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.amis-scope .rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.amis-scope .rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.amis-scope .rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.amis-scope .rounded-tl {
  border-top-left-radius: 0.25rem;
}

.amis-scope .rounded-tr {
  border-top-right-radius: 0.25rem;
}

.amis-scope .rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.amis-scope .rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.amis-scope .rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.amis-scope .rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.amis-scope .rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.amis-scope .rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.amis-scope .rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.amis-scope .rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.amis-scope .rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.amis-scope .rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.amis-scope .rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.amis-scope .rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.amis-scope .rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.amis-scope .rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.amis-scope .rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.amis-scope .rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.amis-scope .rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.amis-scope .rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

.amis-scope .rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

.amis-scope .rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

.amis-scope .rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}

.amis-scope .rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}

.amis-scope .rounded-tl-full {
  border-top-left-radius: 9999px;
}

.amis-scope .rounded-tr-full {
  border-top-right-radius: 9999px;
}

.amis-scope .rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.amis-scope .rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

@media (max-width: 768px) {
  .amis-scope .m\:rounded-none {
    border-radius: 0px;
  }

  .amis-scope .m\:rounded-sm {
    border-radius: 0.125rem;
  }

  .amis-scope .m\:rounded {
    border-radius: 0.25rem;
  }

  .amis-scope .m\:rounded-md {
    border-radius: 0.375rem;
  }

  .amis-scope .m\:rounded-lg {
    border-radius: 0.5rem;
  }

  .amis-scope .m\:rounded-xl {
    border-radius: 0.75rem;
  }

  .amis-scope .m\:rounded-2xl {
    border-radius: 1rem;
  }

  .amis-scope .m\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .amis-scope .m\:rounded-full {
    border-radius: 9999px;
  }

  .amis-scope .m\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .amis-scope .m\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .amis-scope .m\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .amis-scope .m\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .amis-scope .m\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .amis-scope .m\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .amis-scope .m\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .amis-scope .m\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .amis-scope .m\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .amis-scope .m\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .amis-scope .m\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .amis-scope .m\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .amis-scope .m\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .amis-scope .m\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .amis-scope .m\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .amis-scope .m\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .amis-scope .m\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .amis-scope .m\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .amis-scope .m\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .amis-scope .m\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .amis-scope .m\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .amis-scope .m\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .amis-scope .m\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .amis-scope .m\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .amis-scope .m\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .amis-scope .m\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .amis-scope .m\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .amis-scope .m\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .amis-scope .m\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .amis-scope .m\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .amis-scope .m\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .amis-scope .m\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .amis-scope .m\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .amis-scope .m\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .amis-scope .m\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .amis-scope .m\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .amis-scope .m\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .amis-scope .m\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .amis-scope .m\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .amis-scope .m\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .amis-scope .m\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .amis-scope .m\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .amis-scope .m\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .amis-scope .m\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .amis-scope .m\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .amis-scope .m\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .amis-scope .m\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .amis-scope .m\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .amis-scope .m\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .amis-scope .m\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .amis-scope .m\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .amis-scope .m\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .amis-scope .m\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .amis-scope .m\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .amis-scope .m\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .amis-scope .m\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .amis-scope .m\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .amis-scope .m\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .amis-scope .m\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .amis-scope .m\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .amis-scope .m\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .amis-scope .m\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .amis-scope .m\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .amis-scope .m\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .amis-scope .m\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .amis-scope .m\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .amis-scope .m\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .amis-scope .m\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .amis-scope .m\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .amis-scope .m\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .amis-scope .m\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .amis-scope .m\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:rounded-none {
    border-radius: 0px;
  }

  .amis-scope .pc\:rounded-sm {
    border-radius: 0.125rem;
  }

  .amis-scope .pc\:rounded {
    border-radius: 0.25rem;
  }

  .amis-scope .pc\:rounded-md {
    border-radius: 0.375rem;
  }

  .amis-scope .pc\:rounded-lg {
    border-radius: 0.5rem;
  }

  .amis-scope .pc\:rounded-xl {
    border-radius: 0.75rem;
  }

  .amis-scope .pc\:rounded-2xl {
    border-radius: 1rem;
  }

  .amis-scope .pc\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .amis-scope .pc\:rounded-full {
    border-radius: 9999px;
  }

  .amis-scope .pc\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .amis-scope .pc\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .amis-scope .pc\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .amis-scope .pc\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .amis-scope .pc\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .amis-scope .pc\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .amis-scope .pc\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .amis-scope .pc\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .amis-scope .pc\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .amis-scope .pc\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .amis-scope .pc\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .amis-scope .pc\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .amis-scope .pc\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .amis-scope .pc\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .amis-scope .pc\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .amis-scope .pc\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .amis-scope .pc\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .amis-scope .pc\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .amis-scope .pc\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .amis-scope .pc\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .amis-scope .pc\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .amis-scope .pc\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .amis-scope .pc\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .amis-scope .pc\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .amis-scope .pc\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .amis-scope .pc\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .amis-scope .pc\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .amis-scope .pc\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .amis-scope .pc\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .amis-scope .pc\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .amis-scope .pc\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .amis-scope .pc\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .amis-scope .pc\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .amis-scope .pc\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .amis-scope .pc\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .amis-scope .pc\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .amis-scope .pc\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .amis-scope .pc\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .amis-scope .pc\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .amis-scope .pc\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .amis-scope .pc\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .amis-scope .pc\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .amis-scope .pc\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .amis-scope .pc\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .amis-scope .pc\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .amis-scope .pc\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .amis-scope .pc\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .amis-scope .pc\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .amis-scope .pc\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .amis-scope .pc\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .amis-scope .pc\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .amis-scope .pc\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .amis-scope .pc\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .amis-scope .pc\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .amis-scope .pc\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .amis-scope .pc\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .amis-scope .pc\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .amis-scope .pc\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .amis-scope .pc\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .amis-scope .pc\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .amis-scope .pc\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .amis-scope .pc\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .amis-scope .pc\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .amis-scope .pc\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .amis-scope .pc\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .amis-scope .pc\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .amis-scope .pc\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .amis-scope .pc\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .amis-scope .pc\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .amis-scope .pc\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .amis-scope .pc\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .amis-scope .pc\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }
}

/*!markdown

---
title: 边框宽度
---

| Class       | Properties               |
| ----------- | ------------------------ |
| border | border-width: 1px |
| border-0 | border-width: 0px |
| border-2 | border-width: 2px |
| border-4 | border-width: 4px |
| border-8 | border-width: 8px |
| border-t | border-top-width: 1px |
| border-r | border-right-width: 1px |
| border-b | border-bottom-width: 1px |
| border-l | border-left-width: 1px |
| border-t-0 | border-top-width: 0px |
| border-r-0 | border-right-width: 0px |
| border-b-0 | border-bottom-width: 0px |
| border-l-0 | border-left-width: 0px |
| border-t-2 | border-top-width: 2px |
| border-r-2 | border-right-width: 2px |
| border-b-2 | border-bottom-width: 2px |
| border-l-2 | border-left-width: 2px |
| border-t-4 | border-top-width: 4px |
| border-r-4 | border-right-width: 4px |
| border-b-4 | border-bottom-width: 4px |
| border-l-4 | border-left-width: 4px |
| border-t-8 | border-top-width: 8px |
| border-r-8 | border-right-width: 8px |
| border-b-8 | border-bottom-width: 8px |
| border-l-8 | border-left-width: 8px |


*/

.amis-scope .border {
  border-width: 1px;
}

.amis-scope .border-0 {
  border-width: 0px;
}

.amis-scope .border-2 {
  border-width: 2px;
}

.amis-scope .border-4 {
  border-width: 4px;
}

.amis-scope .border-8 {
  border-width: 8px;
}

.amis-scope .border-t {
  border-top-width: 1px;
}

.amis-scope .border-r {
  border-right-width: 1px;
}

.amis-scope .border-b {
  border-bottom-width: 1px;
}

.amis-scope .border-l {
  border-left-width: 1px;
}

.amis-scope .border-t-0 {
  border-top-width: 0px;
}

.amis-scope .border-r-0 {
  border-right-width: 0px;
}

.amis-scope .border-b-0 {
  border-bottom-width: 0px;
}

.amis-scope .border-l-0 {
  border-left-width: 0px;
}

.amis-scope .border-t-2 {
  border-top-width: 2px;
}

.amis-scope .border-r-2 {
  border-right-width: 2px;
}

.amis-scope .border-b-2 {
  border-bottom-width: 2px;
}

.amis-scope .border-l-2 {
  border-left-width: 2px;
}

.amis-scope .border-t-4 {
  border-top-width: 4px;
}

.amis-scope .border-r-4 {
  border-right-width: 4px;
}

.amis-scope .border-b-4 {
  border-bottom-width: 4px;
}

.amis-scope .border-l-4 {
  border-left-width: 4px;
}

.amis-scope .border-t-8 {
  border-top-width: 8px;
}

.amis-scope .border-r-8 {
  border-right-width: 8px;
}

.amis-scope .border-b-8 {
  border-bottom-width: 8px;
}

.amis-scope .border-l-8 {
  border-left-width: 8px;
}

@media (max-width: 768px) {
  .amis-scope .m\:border {
    border-width: 1px;
  }

  .amis-scope .m\:border-0 {
    border-width: 0px;
  }

  .amis-scope .m\:border-2 {
    border-width: 2px;
  }

  .amis-scope .m\:border-4 {
    border-width: 4px;
  }

  .amis-scope .m\:border-8 {
    border-width: 8px;
  }

  .amis-scope .m\:border-t {
    border-top-width: 1px;
  }

  .amis-scope .m\:border-r {
    border-right-width: 1px;
  }

  .amis-scope .m\:border-b {
    border-bottom-width: 1px;
  }

  .amis-scope .m\:border-l {
    border-left-width: 1px;
  }

  .amis-scope .m\:border-t-0 {
    border-top-width: 0px;
  }

  .amis-scope .m\:border-r-0 {
    border-right-width: 0px;
  }

  .amis-scope .m\:border-b-0 {
    border-bottom-width: 0px;
  }

  .amis-scope .m\:border-l-0 {
    border-left-width: 0px;
  }

  .amis-scope .m\:border-t-2 {
    border-top-width: 2px;
  }

  .amis-scope .m\:border-r-2 {
    border-right-width: 2px;
  }

  .amis-scope .m\:border-b-2 {
    border-bottom-width: 2px;
  }

  .amis-scope .m\:border-l-2 {
    border-left-width: 2px;
  }

  .amis-scope .m\:border-t-4 {
    border-top-width: 4px;
  }

  .amis-scope .m\:border-r-4 {
    border-right-width: 4px;
  }

  .amis-scope .m\:border-b-4 {
    border-bottom-width: 4px;
  }

  .amis-scope .m\:border-l-4 {
    border-left-width: 4px;
  }

  .amis-scope .m\:border-t-8 {
    border-top-width: 8px;
  }

  .amis-scope .m\:border-r-8 {
    border-right-width: 8px;
  }

  .amis-scope .m\:border-b-8 {
    border-bottom-width: 8px;
  }

  .amis-scope .m\:border-l-8 {
    border-left-width: 8px;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:border {
    border-width: 1px;
  }

  .amis-scope .pc\:border-0 {
    border-width: 0px;
  }

  .amis-scope .pc\:border-2 {
    border-width: 2px;
  }

  .amis-scope .pc\:border-4 {
    border-width: 4px;
  }

  .amis-scope .pc\:border-8 {
    border-width: 8px;
  }

  .amis-scope .pc\:border-t {
    border-top-width: 1px;
  }

  .amis-scope .pc\:border-r {
    border-right-width: 1px;
  }

  .amis-scope .pc\:border-b {
    border-bottom-width: 1px;
  }

  .amis-scope .pc\:border-l {
    border-left-width: 1px;
  }

  .amis-scope .pc\:border-t-0 {
    border-top-width: 0px;
  }

  .amis-scope .pc\:border-r-0 {
    border-right-width: 0px;
  }

  .amis-scope .pc\:border-b-0 {
    border-bottom-width: 0px;
  }

  .amis-scope .pc\:border-l-0 {
    border-left-width: 0px;
  }

  .amis-scope .pc\:border-t-2 {
    border-top-width: 2px;
  }

  .amis-scope .pc\:border-r-2 {
    border-right-width: 2px;
  }

  .amis-scope .pc\:border-b-2 {
    border-bottom-width: 2px;
  }

  .amis-scope .pc\:border-l-2 {
    border-left-width: 2px;
  }

  .amis-scope .pc\:border-t-4 {
    border-top-width: 4px;
  }

  .amis-scope .pc\:border-r-4 {
    border-right-width: 4px;
  }

  .amis-scope .pc\:border-b-4 {
    border-bottom-width: 4px;
  }

  .amis-scope .pc\:border-l-4 {
    border-left-width: 4px;
  }

  .amis-scope .pc\:border-t-8 {
    border-top-width: 8px;
  }

  .amis-scope .pc\:border-r-8 {
    border-right-width: 8px;
  }

  .amis-scope .pc\:border-b-8 {
    border-bottom-width: 8px;
  }

  .amis-scope .pc\:border-l-8 {
    border-left-width: 8px;
  }
}

/*!markdown

---
title: 边框样式
---

| Class       | Properties               |
| ----------- | ------------------------ |
| border-solid | border-style: solid |
| border-dashed | border-style: dashed |
| border-dotted | border-style: dotted |
| border-double | border-style: double |
| border-none | border-style: none |


*/

.amis-scope .border-solid {
  border-style: solid;
}

.amis-scope .border-dashed {
  border-style: dashed;
}

.amis-scope .border-dotted {
  border-style: dotted;
}

.amis-scope .border-double {
  border-style: double;
}

.amis-scope .border-none {
  border-style: none;
}

@media (max-width: 768px) {
  .amis-scope .m\:border-solid {
    border-style: solid;
  }

  .amis-scope .m\:border-dashed {
    border-style: dashed;
  }

  .amis-scope .m\:border-dotted {
    border-style: dotted;
  }

  .amis-scope .m\:border-double {
    border-style: double;
  }

  .amis-scope .m\:border-none {
    border-style: none;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:border-solid {
    border-style: solid;
  }

  .amis-scope .pc\:border-dashed {
    border-style: dashed;
  }

  .amis-scope .pc\:border-dotted {
    border-style: dotted;
  }

  .amis-scope .pc\:border-double {
    border-style: double;
  }

  .amis-scope .pc\:border-none {
    border-style: none;
  }
}

/*!markdown

---
title: Box Sizing
---

Box Sizing 相关样式,主要区别在于设置宽高的时候,是否包含了 padding 和 border 的大小。


| Class       | Properties               |
| ----------- | ------------------------ |
| box-border  | box-sizing: border-box;  |
| box-content | box-sizing: content-box; |

## 用法

比如这个例子:左侧是 box-border 类型,整体高宽 128px。而右侧只是内容区域是 128px + 边框(2 * 4px) + padding (2 * 16px) 一共160px。

```html
<div class="flex space-x-6">
  <div class="box-border h-32 w-32 p-4 border-4 border-blue-400 bg-blue-200 rounded-md">
    <div class="h-full w-full bg-red-400"></div>
  </div>

  <div class="box-content h-32 w-32 p-4 border-4 border-blue-400 bg-blue-200 rounded-md">
    <div class="h-full w-full bg-red-400"></div>
  </div>
</div>
```

## 响应式设计

不支持 [「响应式设计前缀」](../../../docs/style/responsive-design.md),有需求请提 [issue](https://github.com/baidu/amis/issues)。

## 状态前缀

不支持[「状态前缀」](../../../docs/style/state.md),有需求请提 [issue](https://github.com/baidu/amis/issues)。

*/

.amis-scope .box-border {
  box-sizing: border-box;
}

.amis-scope .box-content {
  box-sizing: content-box;
}

/*!markdown

---
title: Clear
---

清除浮动相关样式。

| Class       | Properties    |
| ----------- | ------------- |
| clear-right | clear: right; |
| clear-left  | clear: left;  |
| clear-none  | clear: none;  |
| clear-both  | clear: both;  |

## 用法

请前往以下链接查看属性含义。

https://www.w3school.com.cn/cssref/pr_class_clear.asp


# 响应式设计

支持通过添加设备前缀 `m:` 或者 `pc:` 来分别针对「手机端」或者「pc端」设置样式,更多说明请前往[「响应式设计」](../../../docs/style/responsive-design.md)。

## 状态前缀

不支持[「状态前缀」](../../../docs/style/state.md),有需求请提 [issue](https://github.com/baidu/amis/issues)。

*/

.amis-scope .clear-right {
  clear: right;
}

.amis-scope .clear-left {
  clear: left;
}

.amis-scope .clear-none {
  clear: none;
}

.amis-scope .clear-both {
  clear: both;
}

@media (max-width: 768px) {
  .amis-scope .m\:clear-right {
    clear: right;
  }

  .amis-scope .m\:clear-left {
    clear: left;
  }

  .amis-scope .m\:clear-none {
    clear: none;
  }

  .amis-scope .m\:clear-both {
    clear: both;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:clear-right {
    clear: right;
  }

  .amis-scope .pc\:clear-left {
    clear: left;
  }

  .amis-scope .pc\:clear-none {
    clear: none;
  }

  .amis-scope .pc\:clear-both {
    clear: both;
  }
}

/*!markdown

---
title: Display
---

布局相关样式。


| Class              | Properties                   |
| ------------------ | ---------------------------- |
| block              | display: block;              |
| inline-block       | display: inline-block;       |
| inline             | display: inline;             |
| flex               | display: flex;               |
| inline-flex        | display: inline-flex;        |
| table              | display: table;              |
| table-cell         | display: table-cell;         |
| table-column       | display: table-column;       |
| table-column-group | display: table-column-group; |
| table-footer-group | display: table-footer-group; |
| table-header-group | display: table-header-group; |
| table-row-group    | display: table-row-group;    |
| table-row          | display: table-row;          |
| flow-root          | display: flow-root;          |
| grid               | display: grid;               |
| inline-grid        | display: inline-grid;        |
| contents           | display: contents;           |
| hidden             | display: none;               |

## 用法
css 相关的知识点就不介绍了,请参考:

https://www.w3school.com.cn/cssref/pr_class_display.asp
https://tailwindcss.com/docs/display

# 响应式设计

支持通过添加设备前缀 `m:` 或者 `pc:` 来分别针对「手机端」或者「pc端」设置样式,更多说明请前往[「响应式设计」](../../../docs/style/responsive-design.md)。

## 状态前缀

不支持[「状态前缀」](../../../docs/style/state.md),有需求请提 [issue](https://github.com/baidu/amis/issues)。

*/

.amis-scope .block {
  display: block;
}

.amis-scope .inline-block {
  display: inline-block;
}

.amis-scope .inline {
  display: inline;
}

.amis-scope .flex {
  display: flex;
}

.amis-scope .inline-flex {
  display: inline-flex;
}

.amis-scope .table {
  display: table;
}

.amis-scope .table-caption {
  display: table-caption;
}

.amis-scope .table-cell {
  display: table-cell;
}

.amis-scope .table-column {
  display: table-column;
}

.amis-scope .table-column-group {
  display: table-column-group;
}

.amis-scope .table-footer-group {
  display: table-footer-group;
}

.amis-scope .table-header-group {
  display: table-header-group;
}

.amis-scope .table-row-group {
  display: table-row-group;
}

.amis-scope .table-row {
  display: table-row;
}

.amis-scope .flow-root {
  display: flow-root;
}

.amis-scope .grid {
  display: grid;
}

.amis-scope .inline-grid {
  display: inline-grid;
}

.amis-scope .contents {
  display: contents;
}

.amis-scope .hidden {
  display: none;
}

@media (max-width: 768px) {
  .amis-scope .m\:block {
    display: block;
  }

  .amis-scope .m\:inline-block {
    display: inline-block;
  }

  .amis-scope .m\:inline {
    display: inline;
  }

  .amis-scope .m\:flex {
    display: flex;
  }

  .amis-scope .m\:inline-flex {
    display: inline-flex;
  }

  .amis-scope .m\:table {
    display: table;
  }

  .amis-scope .m\:table-caption {
    display: table-caption;
  }

  .amis-scope .m\:table-cell {
    display: table-cell;
  }

  .amis-scope .m\:table-column {
    display: table-column;
  }

  .amis-scope .m\:table-column-group {
    display: table-column-group;
  }

  .amis-scope .m\:table-footer-group {
    display: table-footer-group;
  }

  .amis-scope .m\:table-header-group {
    display: table-header-group;
  }

  .amis-scope .m\:table-row-group {
    display: table-row-group;
  }

  .amis-scope .m\:table-row {
    display: table-row;
  }

  .amis-scope .m\:flow-root {
    display: flow-root;
  }

  .amis-scope .m\:grid {
    display: grid;
  }

  .amis-scope .m\:inline-grid {
    display: inline-grid;
  }

  .amis-scope .m\:contents {
    display: contents;
  }

  .amis-scope .m\:hidden {
    display: none;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:block {
    display: block;
  }

  .amis-scope .pc\:inline-block {
    display: inline-block;
  }

  .amis-scope .pc\:inline {
    display: inline;
  }

  .amis-scope .pc\:flex {
    display: flex;
  }

  .amis-scope .pc\:inline-flex {
    display: inline-flex;
  }

  .amis-scope .pc\:table {
    display: table;
  }

  .amis-scope .pc\:table-caption {
    display: table-caption;
  }

  .amis-scope .pc\:table-cell {
    display: table-cell;
  }

  .amis-scope .pc\:table-column {
    display: table-column;
  }

  .amis-scope .pc\:table-column-group {
    display: table-column-group;
  }

  .amis-scope .pc\:table-footer-group {
    display: table-footer-group;
  }

  .amis-scope .pc\:table-header-group {
    display: table-header-group;
  }

  .amis-scope .pc\:table-row-group {
    display: table-row-group;
  }

  .amis-scope .pc\:table-row {
    display: table-row;
  }

  .amis-scope .pc\:flow-root {
    display: flow-root;
  }

  .amis-scope .pc\:grid {
    display: grid;
  }

  .amis-scope .pc\:inline-grid {
    display: inline-grid;
  }

  .amis-scope .pc\:contents {
    display: contents;
  }

  .amis-scope .pc\:hidden {
    display: none;
  }
}

/*!markdown

---
title: Floats
---

浮动相关样式。

| Class       | Properties    |
| ----------- | ------------- |
| float-right | float: right; |
| float-left  | float: left;  |
| float-none  | float: none;  |

## 左浮

```html
<img class="w-32 m-4 pc:float-left ..." src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAAC0CAMAAAAKE/YAAAAAP1BMVEXp7vG6vsHo7fC3ur7s8fXr8PO1uLy8wMO5vcDL0NLN0dXl6u3T19vHy86+wsXO0tbQ1djc4eTh5ejBxcjZ3eD/ULOKAAACiklEQVR42u3a2YrjMBCF4arSVrYTL3Le/1lHXqbdPTZDWheRDOcLAZGrnyLgRSIAAAAAAAAAAAAAAAAAAAAAAAAAAAD4IrmoGBHKVSxbyFEm56hMtRBN7TNPO1GRaiFpvDd5vG+lQLUQNT6EwDlCYD+4AtF2Ug4mkzKb+PFqITf6oP3wyDEEZTPaz0dT63s/2DxPw6YtFT2S7Lr0eZtrSkYP64pShrXWyZsVhaNHt6xScjdNUSy9lyG2fLTYbpyZw/NFJDeJFhdnb4wab1ohuUc0dbPnwMxB/WhFbhFtR8+boBwvSkSktmiS2fDu8oohzoqQ1BQtLgY9oht3HutrXKvrjX4SyekexTys1DVp6vojeimRf5t1ra5p0lvBTvVlz83MW3VV0TF1bfwsJOfmv9UVRYt9eN2a++gumo/qeqJJ3Ks3i+dl81FNUk90ipDX0I4TfW+WvflndT3R6WsTJ/9r3qvriSb569x8VPNaXU/0149y0XxU+4cjqSpaZK8+mq+rK4pOofE5WZFT86m6omjbzT4s1UfzZXVFf4+1uTc82aWZTeArGkzoXC3R25w1LNX2lZqVr2lfPnpZHc3MqTpOejSfmAqiHcn35kRDCk8qnnSKPpo3qqx1R6fV3swHrX/SazP/UHl0Wrml+VbRTmhpvlu0i6o3jA6IPlQTHWqJZqNv4ypumFJ0z+FtPc8VRJNI9zvln1wytrhrenLZ3GGjqHWW3O/tm5+Ftpm5Gdrht9qh2V6CCH2Y2KgmsM9imFWj+3w00eiVQx5eN8Lo44RkVJOLR5IyR2tcHJs8Y7SlDjGJtS6PteWOi53d4WQe3a8YAAAAAAAAAAAAAAAAAAAAAAAAAACgNn8AGA09DkR51CoAAAAASUVORK5CYII=">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam venenatis et lorem sit amet vehicula. Etiam vel nibh nec nisi euismod mollis ultrices condimentum velit. Proin velit libero, interdum ac rhoncus sit amet, pellentesque ac turpis. Quisque ac luctus turpis, vel efficitur ante. Cras convallis risus vel vehicula dapibus. Donec eget neque fringilla, faucibus mi quis, porttitor magna. Cras pellentesque leo est, et luctus neque rutrum eu. Aliquam consequat velit sed sem posuere, vitae sollicitudin mi consequat. Mauris eget ipsum sed dui rutrum fringilla. Donec varius vehicula magna sit amet auctor. Ut congue vehicula lectus in blandit. Vivamus suscipit eleifend turpis, nec sodales sem vulputate a. Curabitur pulvinar libero viverra, efficitur odio eu, finibus justo. Etiam eu vehicula felis.</p>
```

## 右浮

```html
<img class="w-32 m-4 pc:float-right ..." src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAAC0CAMAAAAKE/YAAAAAP1BMVEXp7vG6vsHo7fC3ur7s8fXr8PO1uLy8wMO5vcDL0NLN0dXl6u3T19vHy86+wsXO0tbQ1djc4eTh5ejBxcjZ3eD/ULOKAAACiklEQVR42u3a2YrjMBCF4arSVrYTL3Le/1lHXqbdPTZDWheRDOcLAZGrnyLgRSIAAAAAAAAAAAAAAAAAAAAAAAAAAAD4IrmoGBHKVSxbyFEm56hMtRBN7TNPO1GRaiFpvDd5vG+lQLUQNT6EwDlCYD+4AtF2Ug4mkzKb+PFqITf6oP3wyDEEZTPaz0dT63s/2DxPw6YtFT2S7Lr0eZtrSkYP64pShrXWyZsVhaNHt6xScjdNUSy9lyG2fLTYbpyZw/NFJDeJFhdnb4wab1ohuUc0dbPnwMxB/WhFbhFtR8+boBwvSkSktmiS2fDu8oohzoqQ1BQtLgY9oht3HutrXKvrjX4SyekexTys1DVp6vojeimRf5t1ra5p0lvBTvVlz83MW3VV0TF1bfwsJOfmv9UVRYt9eN2a++gumo/qeqJJ3Ks3i+dl81FNUk90ipDX0I4TfW+WvflndT3R6WsTJ/9r3qvriSb569x8VPNaXU/0149y0XxU+4cjqSpaZK8+mq+rK4pOofE5WZFT86m6omjbzT4s1UfzZXVFf4+1uTc82aWZTeArGkzoXC3R25w1LNX2lZqVr2lfPnpZHc3MqTpOejSfmAqiHcn35kRDCk8qnnSKPpo3qqx1R6fV3swHrX/SazP/UHl0Wrml+VbRTmhpvlu0i6o3jA6IPlQTHWqJZqNv4ypumFJ0z+FtPc8VRJNI9zvln1wytrhrenLZ3GGjqHWW3O/tm5+Ftpm5Gdrht9qh2V6CCH2Y2KgmsM9imFWj+3w00eiVQx5eN8Lo44RkVJOLR5IyR2tcHJs8Y7SlDjGJtS6PteWOi53d4WQe3a8YAAAAAAAAAAAAAAAAAAAAAAAAAACgNn8AGA09DkR51CoAAAAASUVORK5CYII=">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam venenatis et lorem sit amet vehicula. Etiam vel nibh nec nisi euismod mollis ultrices condimentum velit. Proin velit libero, interdum ac rhoncus sit amet, pellentesque ac turpis. Quisque ac luctus turpis, vel efficitur ante. Cras convallis risus vel vehicula dapibus. Donec eget neque fringilla, faucibus mi quis, porttitor magna. Cras pellentesque leo est, et luctus neque rutrum eu. Aliquam consequat velit sed sem posuere, vitae sollicitudin mi consequat. Mauris eget ipsum sed dui rutrum fringilla. Donec varius vehicula magna sit amet auctor. Ut congue vehicula lectus in blandit. Vivamus suscipit eleifend turpis, nec sodales sem vulputate a. Curabitur pulvinar libero viverra, efficitur odio eu, finibus justo. Etiam eu vehicula felis.</p>
```

## 不浮动

```html
<img class="w-32 m-4 pc:float-none ..." src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAAC0CAMAAAAKE/YAAAAAP1BMVEXp7vG6vsHo7fC3ur7s8fXr8PO1uLy8wMO5vcDL0NLN0dXl6u3T19vHy86+wsXO0tbQ1djc4eTh5ejBxcjZ3eD/ULOKAAACiklEQVR42u3a2YrjMBCF4arSVrYTL3Le/1lHXqbdPTZDWheRDOcLAZGrnyLgRSIAAAAAAAAAAAAAAAAAAAAAAAAAAAD4IrmoGBHKVSxbyFEm56hMtRBN7TNPO1GRaiFpvDd5vG+lQLUQNT6EwDlCYD+4AtF2Ug4mkzKb+PFqITf6oP3wyDEEZTPaz0dT63s/2DxPw6YtFT2S7Lr0eZtrSkYP64pShrXWyZsVhaNHt6xScjdNUSy9lyG2fLTYbpyZw/NFJDeJFhdnb4wab1ohuUc0dbPnwMxB/WhFbhFtR8+boBwvSkSktmiS2fDu8oohzoqQ1BQtLgY9oht3HutrXKvrjX4SyekexTys1DVp6vojeimRf5t1ra5p0lvBTvVlz83MW3VV0TF1bfwsJOfmv9UVRYt9eN2a++gumo/qeqJJ3Ks3i+dl81FNUk90ipDX0I4TfW+WvflndT3R6WsTJ/9r3qvriSb569x8VPNaXU/0149y0XxU+4cjqSpaZK8+mq+rK4pOofE5WZFT86m6omjbzT4s1UfzZXVFf4+1uTc82aWZTeArGkzoXC3R25w1LNX2lZqVr2lfPnpZHc3MqTpOejSfmAqiHcn35kRDCk8qnnSKPpo3qqx1R6fV3swHrX/SazP/UHl0Wrml+VbRTmhpvlu0i6o3jA6IPlQTHWqJZqNv4ypumFJ0z+FtPc8VRJNI9zvln1wytrhrenLZ3GGjqHWW3O/tm5+Ftpm5Gdrht9qh2V6CCH2Y2KgmsM9imFWj+3w00eiVQx5eN8Lo44RkVJOLR5IyR2tcHJs8Y7SlDjGJtS6PteWOi53d4WQe3a8YAAAAAAAAAAAAAAAAAAAAAAAAAACgNn8AGA09DkR51CoAAAAASUVORK5CYII=">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam venenatis et lorem sit amet vehicula. Etiam vel nibh nec nisi euismod mollis ultrices condimentum velit. Proin velit libero, interdum ac rhoncus sit amet, pellentesque ac turpis. Quisque ac luctus turpis, vel efficitur ante. Cras convallis risus vel vehicula dapibus. Donec eget neque fringilla, faucibus mi quis, porttitor magna. Cras pellentesque leo est, et luctus neque rutrum eu. Aliquam consequat velit sed sem posuere, vitae sollicitudin mi consequat. Mauris eget ipsum sed dui rutrum fringilla. Donec varius vehicula magna sit amet auctor. Ut congue vehicula lectus in blandit. Vivamus suscipit eleifend turpis, nec sodales sem vulputate a. Curabitur pulvinar libero viverra, efficitur odio eu, finibus justo. Etiam eu vehicula felis.</p>
```



## 响应式设计

支持通过添加设备前缀 `m:` 或者 `pc:` 来分别针对「手机端」或者「pc端」设置样式,更多说明请前往[「响应式设计」](../../../docs/style/responsive-design.md)。

```html
<img class="w-32 m-4 pc:float-right ..." src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAAC0CAMAAAAKE/YAAAAAP1BMVEXp7vG6vsHo7fC3ur7s8fXr8PO1uLy8wMO5vcDL0NLN0dXl6u3T19vHy86+wsXO0tbQ1djc4eTh5ejBxcjZ3eD/ULOKAAACiklEQVR42u3a2YrjMBCF4arSVrYTL3Le/1lHXqbdPTZDWheRDOcLAZGrnyLgRSIAAAAAAAAAAAAAAAAAAAAAAAAAAAD4IrmoGBHKVSxbyFEm56hMtRBN7TNPO1GRaiFpvDd5vG+lQLUQNT6EwDlCYD+4AtF2Ug4mkzKb+PFqITf6oP3wyDEEZTPaz0dT63s/2DxPw6YtFT2S7Lr0eZtrSkYP64pShrXWyZsVhaNHt6xScjdNUSy9lyG2fLTYbpyZw/NFJDeJFhdnb4wab1ohuUc0dbPnwMxB/WhFbhFtR8+boBwvSkSktmiS2fDu8oohzoqQ1BQtLgY9oht3HutrXKvrjX4SyekexTys1DVp6vojeimRf5t1ra5p0lvBTvVlz83MW3VV0TF1bfwsJOfmv9UVRYt9eN2a++gumo/qeqJJ3Ks3i+dl81FNUk90ipDX0I4TfW+WvflndT3R6WsTJ/9r3qvriSb569x8VPNaXU/0149y0XxU+4cjqSpaZK8+mq+rK4pOofE5WZFT86m6omjbzT4s1UfzZXVFf4+1uTc82aWZTeArGkzoXC3R25w1LNX2lZqVr2lfPnpZHc3MqTpOejSfmAqiHcn35kRDCk8qnnSKPpo3qqx1R6fV3swHrX/SazP/UHl0Wrml+VbRTmhpvlu0i6o3jA6IPlQTHWqJZqNv4ypumFJ0z+FtPc8VRJNI9zvln1wytrhrenLZ3GGjqHWW3O/tm5+Ftpm5Gdrht9qh2V6CCH2Y2KgmsM9imFWj+3w00eiVQx5eN8Lo44RkVJOLR5IyR2tcHJs8Y7SlDjGJtS6PteWOi53d4WQe3a8YAAAAAAAAAAAAAAAAAAAAAAAAAACgNn8AGA09DkR51CoAAAAASUVORK5CYII=">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam venenatis et lorem sit amet vehicula. Etiam vel nibh nec nisi euismod mollis ultrices condimentum velit. Proin velit libero, interdum ac rhoncus sit amet, pellentesque ac turpis. Quisque ac luctus turpis, vel efficitur ante. Cras convallis risus vel vehicula dapibus. Donec eget neque fringilla, faucibus mi quis, porttitor magna. Cras pellentesque leo est, et luctus neque rutrum eu. Aliquam consequat velit sed sem posuere, vitae sollicitudin mi consequat. Mauris eget ipsum sed dui rutrum fringilla. Donec varius vehicula magna sit amet auctor. Ut congue vehicula lectus in blandit. Vivamus suscipit eleifend turpis, nec sodales sem vulputate a. Curabitur pulvinar libero viverra, efficitur odio eu, finibus justo. Etiam eu vehicula felis.</p>
```

## 状态前缀

不支持[「状态前缀」](../../../docs/style/state.md),有需求请提 [issue](https://github.com/baidu/amis/issues)。
*/

.amis-scope .float-right {
  float: right;
}

.amis-scope .float-left {
  float: left;
}

.amis-scope .float-none {
  float: none;
}

@media (max-width: 768px) {
  .amis-scope .m\:float-right {
    float: right;
  }

  .amis-scope .m\:float-left {
    float: left;
  }

  .amis-scope .m\:float-none {
    float: none;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:float-right {
    float: right;
  }

  .amis-scope .pc\:float-left {
    float: left;
  }

  .amis-scope .pc\:float-none {
    float: none;
  }
}

/*!markdown

---
title: Overflow
---

内容超出相关样式。

| Class       | Properties               |
| ----------- | ------------------------ |
| overflow-auto  | overflow: auto;  |
| overflow-hidden  | overflow: hidden;  |
| overflow-visible  | overflow: visible;  |
| overflow-scroll  | overflow: scroll;  |
| overflow-x-auto  | overflow-x: auto;  |
| overflow-y-auto  | overflow-y: auto;  |
| overflow-x-hidden  | overflow-x: hidden;  |
| overflow-y-hidden  | overflow-y: hidden;  |
| overflow-x-visible  | overflow-x: visible;  |
| overflow-y-visible  | overflow-y: visible;  |
| overflow-x-scroll  | overflow-x: scroll;  |
| overflow-y-scroll  | overflow-y: scroll;  |

## 用法

请前往一下文档查看属性含义。

https://www.w3school.com.cn/cssref/pr_pos_overflow.asp

# 响应式设计

支持通过添加设备前缀 `m:` 或者 `pc:` 来分别针对「手机端」或者「pc端」设置样式,更多说明请前往[「响应式设计」](../../../docs/style/responsive-design.md)。

## 状态前缀

不支持[「状态前缀」](../../../docs/style/state.md),有需求请提 [issue](https://github.com/baidu/amis/issues)。


*/

.amis-scope .overflow-auto {
  overflow: auto;
}

.amis-scope .overflow-hidden {
  overflow: hidden;
}

.amis-scope .overflow-visible {
  overflow: visible;
}

.amis-scope .overflow-scroll {
  overflow: scroll;
}

.amis-scope .overflow-x-auto {
  overflow-x: auto;
}

.amis-scope .overflow-y-auto {
  overflow-y: auto;
}

.amis-scope .overflow-x-hidden {
  overflow-x: hidden;
}

.amis-scope .overflow-y-hidden {
  overflow-y: hidden;
}

.amis-scope .overflow-x-visible {
  overflow-x: visible;
}

.amis-scope .overflow-y-visible {
  overflow-y: visible;
}

.amis-scope .overflow-x-scroll {
  overflow-x: scroll;
}

.amis-scope .overflow-y-scroll {
  overflow-y: scroll;
}

@media (max-width: 768px) {
  .amis-scope .m\:overflow-auto {
    overflow: auto;
  }

  .amis-scope .m\:overflow-hidden {
    overflow: hidden;
  }

  .amis-scope .m\:overflow-visible {
    overflow: visible;
  }

  .amis-scope .m\:overflow-scroll {
    overflow: scroll;
  }

  .amis-scope .m\:overflow-x-auto {
    overflow-x: auto;
  }

  .amis-scope .m\:overflow-y-auto {
    overflow-y: auto;
  }

  .amis-scope .m\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .amis-scope .m\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .amis-scope .m\:overflow-x-visible {
    overflow-x: visible;
  }

  .amis-scope .m\:overflow-y-visible {
    overflow-y: visible;
  }

  .amis-scope .m\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .amis-scope .m\:overflow-y-scroll {
    overflow-y: scroll;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:overflow-auto {
    overflow: auto;
  }

  .amis-scope .pc\:overflow-hidden {
    overflow: hidden;
  }

  .amis-scope .pc\:overflow-visible {
    overflow: visible;
  }

  .amis-scope .pc\:overflow-scroll {
    overflow: scroll;
  }

  .amis-scope .pc\:overflow-x-auto {
    overflow-x: auto;
  }

  .amis-scope .pc\:overflow-y-auto {
    overflow-y: auto;
  }

  .amis-scope .pc\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .amis-scope .pc\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .amis-scope .pc\:overflow-x-visible {
    overflow-x: visible;
  }

  .amis-scope .pc\:overflow-y-visible {
    overflow-y: visible;
  }

  .amis-scope .pc\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .amis-scope .pc\:overflow-y-scroll {
    overflow-y: scroll;
  }
}

/*!markdown

---
title: Position
---

定位相关样式。

| Class       | Properties               |
| ----------- | ------------------------ |
| static  | position: static; |
| fixed  | position: fixed; |
| absolute  | position: absolute; |
| relative  | position: relative; |
| sticky  | position: sticky; |

## 用法

请前往一下文档查看属性含义。

https://www.w3school.com.cn/cssref/pr_class_position.asp

# 响应式设计

支持通过添加设备前缀 `m:` 或者 `pc:` 来分别针对「手机端」或者「pc端」设置样式,更多说明请前往[「响应式设计」](../../../docs/style/responsive-design.md)。

## 状态前缀

不支持[「状态前缀」](../../../docs/style/state.md),有需求请提 [issue](https://github.com/baidu/amis/issues)。

*/

.amis-scope .static {
  position: static;
}

.amis-scope .fixed {
  position: fixed;
}

.amis-scope .absolute {
  position: absolute;
}

.amis-scope .relative {
  position: relative;
}

.amis-scope .sticky {
  position: sticky;
}

@media (max-width: 768px) {
  .amis-scope .m\:static {
    position: static;
  }

  .amis-scope .m\:fixed {
    position: fixed;
  }

  .amis-scope .m\:absolute {
    position: absolute;
  }

  .amis-scope .m\:relative {
    position: relative;
  }

  .amis-scope .m\:sticky {
    position: sticky;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:static {
    position: static;
  }

  .amis-scope .pc\:fixed {
    position: fixed;
  }

  .amis-scope .pc\:absolute {
    position: absolute;
  }

  .amis-scope .pc\:relative {
    position: relative;
  }

  .amis-scope .pc\:sticky {
    position: sticky;
  }
}

/*!markdown

---
title: Top / Right / Bottom / Left
---

用来控制位置的样式集。

| Class        | Properties                                                                        |
| ------------ | --------------------------------------------------------------------------------- |
| inset-0      | top: 0px;<br/>right: 0px;<br/>bottom: 0px;<br/>left: 0px;                         |
| -inset-0     | top: 0px;<br/>right: 0px;<br/>bottom: 0px;<br/>left: 0px;                         |
| inset-y-0    | top: 0px;<br/>bottom: 0px;                                                        |
| inset-x-0    | right: 0px;<br/>left: 0px;                                                        |
| -inset-y-0   | top: 0px;<br/>bottom: 0px;                                                        |
| -inset-x-0   | right: 0px;<br/>left: 0px;                                                        |
| top-0        | top: 0px;                                                                         |
| right-0      | right: 0px;                                                                       |
| bottom-0     | bottom: 0px;                                                                      |
| left-0       | left: 0px;                                                                        |
| -top-0       | top: 0px;                                                                         |
| -right-0     | right: 0px;                                                                       |
| -bottom-0    | bottom: 0px;                                                                      |
| -left-0      | left: 0px;                                                                        |
| inset-0.5    | top: 0.125rem;<br/>right: 0.125rem;<br/>bottom: 0.125rem;<br/>left: 0.125rem;     |
| -inset-0.5   | top: -0.125rem;<br/>right: -0.125rem;<br/>bottom: -0.125rem;<br/>left: -0.125rem; |
| inset-y-0.5  | top: 0.125rem;<br/>bottom: 0.125rem;                                              |
| inset-x-0.5  | right: 0.125rem;<br/>left: 0.125rem;                                              |
| -inset-y-0.5 | top: -0.125rem;<br/>bottom: -0.125rem;                                            |
| -inset-x-0.5 | right: -0.125rem;<br/>left: -0.125rem;                                            |
| top-0.5      | top: 0.125rem;                                                                    |
| right-0.5    | right: 0.125rem;                                                                  |
| bottom-0.5   | bottom: 0.125rem;                                                                 |
| left-0.5     | left: 0.125rem;                                                                   |
| -top-0.5     | top: -0.125rem;                                                                   |
| -right-0.5   | right: -0.125rem;                                                                 |
| -bottom-0.5  | bottom: -0.125rem;                                                                |
| -left-0.5    | left: -0.125rem;                                                                  |

按以下尺寸表依次类推

| 尺寸 | 大小           |
| ---- | -------------- |
| 0    | 0              |
| 0.5  | 0.125rem;      |
| 1    | 0.25rem        |
| 1.5  | 0.375rem       |
| 1.5  | 0.375rem       |
| 2    | 0.5rem         |
| 2.5  | 0.625rem       |
| 3    | 0.75rem        |
| 3.5  | 0.875rem       |
| 4    | 1rem           |
| 5    | 1.25rem        |
| 6    | 1.5rem         |
| 7    | 1.75rem        |
| 8    | 2rem           |
| 9    | 2.25rem        |
| 10   | 2.5rem         |
| 11   | 2.75rem        |
| 12   | 3rem           |
| 14   | 3.5rem         |
| 16   | 4rem           |
| 20   | 5rem           |
| 24   | 6rem           |
| 28   | 7rem           |
| 32   | 8rem           |
| 36   | 9rem           |
| 40   | 10rem          |
| 44   | 11rem          |
| 48   | 12rem          |
| 52   | 13rem          |
| 56   | 14rem          |
| 60   | 15rem          |
| 64   | 16rem          |
| 68   | 17rem          |
| 72   | 18rem          |
| 76   | 19rem          |
| 80   | 20rem          |
| 96   | 24rem          |
| auto | auto           |
| 1/2  | 50%            |
| 1/3  | 33.333333%     |
| 2/3  | 66.666667%     |
| 1/4  | 25%;           |
| 2/4  | 50%;           |
| 3/4  | 75%;           |
| full | 100%;          |
| px   | 0.0625rem(1px) |

## 用法

结合 relative 和 absolute 定位 和位置样式 `{top|right|bottom|left|inset}-xxx`,可以很方便的实现各种组件布局。

```html
<div class="grid grid-cols-4 m:grid-cols-2 gap-4">

<!-- Span top edge -->
<div class="relative h-32 w-32 ... bg-blue-500">
  <div class="absolute inset-x-0 top-0 h-16 w-16 ... bg-red-500 text-white font-extrabold text-2xl flex items-center justify-center">1</div>
</div>

<!-- Span right edge -->
<div class="relative h-32 w-32 ... bg-blue-500">
  <div class="absolute inset-y-0 right-0 w-16 ... bg-red-500 text-white font-extrabold text-2xl flex items-center justify-center">2</div>
</div>

<!-- Span bottom edge -->
<div class="relative h-32 w-32 ... bg-blue-500">
  <div class="absolute inset-x-0 bottom-0 h-16 w-16 ... bg-red-500 text-white font-extrabold text-2xl flex items-center justify-center">3</div>
</div>

<!-- Span left edge -->
<div class="relative h-32 w-32 ... bg-blue-500">
  <div class="absolute inset-y-0 left-0 w-16 ... bg-red-500 text-white font-extrabold text-2xl flex items-center justify-center">4</div>
</div>

<!-- Fill entire parent -->
<div class="relative h-32 w-32 ... bg-blue-500">
  <div class="absolute inset-0 bg-red-500 text-white font-extrabold text-2xl flex items-center justify-center">5</div>
</div>

<!-- Pin to top left corner -->
<div class="relative h-32 w-32 ... bg-blue-500">
  <div class="absolute left-0 top-0 h-16 w-16 ... bg-red-500 text-white font-extrabold text-2xl flex items-center justify-center">6</div>
</div>

<!-- Pin to top right corner -->
<div class="relative h-32 w-32 ... bg-blue-500">
  <div class="absolute top-0 right-0 h-16 w-16 ... bg-red-500 text-white font-extrabold text-2xl flex items-center justify-center">7</div>
</div>

<!-- Pin to bottom right corner -->
<div class="relative h-32 w-32 ... bg-blue-500">
  <div class="absolute bottom-0 right-0 h-16 w-16 ... bg-red-500 text-white font-extrabold text-2xl flex items-center justify-center">8</div>
</div>

<!-- Pin to bottom left corner -->
<div class="relative h-32 w-32 ... bg-blue-500">
  <div class="absolute bottom-0 left-0 h-16 w-16 ... bg-red-500 text-white font-extrabold text-2xl flex items-center justify-center">9</div>
</div>

</div>
```

## 响应式设计

支持通过添加设备前缀 `m:` 或者 `pc:` 来分别针对「手机端」或者「pc端」设置样式,更多说明请前往[「响应式设计」](../../../docs/style/responsive-design.md)。

## 状态前缀

不支持[「状态前缀」](../../../docs/style/state.md),有需求请提 [issue](https://github.com/baidu/amis/issues)。

*/

.amis-scope .top-px {
  top: 0.0625rem;
}

.amis-scope .top-0 {
  top: 0;
}

.amis-scope .top-none {
  top: 0;
}

.amis-scope .top-0\.5 {
  top: 0.125rem;
}

.amis-scope .top-1 {
  top: 0.25rem;
}

.amis-scope .top-1\.5 {
  top: 0.375rem;
}

.amis-scope .top-2 {
  top: 0.5rem;
}

.amis-scope .top-2\.5 {
  top: 0.625rem;
}

.amis-scope .top-3 {
  top: 0.75rem;
}

.amis-scope .top-3\.5 {
  top: 0.875rem;
}

.amis-scope .top-4 {
  top: 1rem;
}

.amis-scope .top-5 {
  top: 1.25rem;
}

.amis-scope .top-6 {
  top: 1.5rem;
}

.amis-scope .top-7 {
  top: 1.75rem;
}

.amis-scope .top-8 {
  top: 2rem;
}

.amis-scope .top-9 {
  top: 2.25rem;
}

.amis-scope .top-10 {
  top: 2.5rem;
}

.amis-scope .top-11 {
  top: 2.75rem;
}

.amis-scope .top-12 {
  top: 3rem;
}

.amis-scope .top-14 {
  top: 3.5rem;
}

.amis-scope .top-16 {
  top: 4rem;
}

.amis-scope .top-18 {
  top: 4.5rem;
}

.amis-scope .top-20 {
  top: 5rem;
}

.amis-scope .top-24 {
  top: 6rem;
}

.amis-scope .top-28 {
  top: 7rem;
}

.amis-scope .top-32 {
  top: 8rem;
}

.amis-scope .top-36 {
  top: 9rem;
}

.amis-scope .top-40 {
  top: 10rem;
}

.amis-scope .top-44 {
  top: 11rem;
}

.amis-scope .top-48 {
  top: 12rem;
}

.amis-scope .top-52 {
  top: 13rem;
}

.amis-scope .top-56 {
  top: 14rem;
}

.amis-scope .top-60 {
  top: 15rem;
}

.amis-scope .top-64 {
  top: 16rem;
}

.amis-scope .top-72 {
  top: 18rem;
}

.amis-scope .top-80 {
  top: 20rem;
}

.amis-scope .top-96 {
  top: 24rem;
}

.amis-scope .top-auto {
  top: auto;
}

.amis-scope .top-1\/2 {
  top: 50%;
}

.amis-scope .top-1\/3 {
  top: 33.333333%;
}

.amis-scope .top-2\/3 {
  top: 66.666667%;
}

.amis-scope .top-1\/4 {
  top: 25%;
}

.amis-scope .top-2\/4 {
  top: 50%;
}

.amis-scope .top-3\/4 {
  top: 75%;
}

.amis-scope .top-full {
  top: 100%;
}

.amis-scope .-top-px {
  top: -0.0625rem;
}

.amis-scope .-top-0 {
  top: 0;
}

.amis-scope .-top-none {
  top: 0;
}

.amis-scope .-top-0\.5 {
  top: -0.125rem;
}

.amis-scope .-top-1 {
  top: -0.25rem;
}

.amis-scope .-top-1\.5 {
  top: -0.375rem;
}

.amis-scope .-top-2 {
  top: -0.5rem;
}

.amis-scope .-top-2\.5 {
  top: -0.625rem;
}

.amis-scope .-top-3 {
  top: -0.75rem;
}

.amis-scope .-top-3\.5 {
  top: -0.875rem;
}

.amis-scope .-top-4 {
  top: -1rem;
}

.amis-scope .-top-5 {
  top: -1.25rem;
}

.amis-scope .-top-6 {
  top: -1.5rem;
}

.amis-scope .-top-7 {
  top: -1.75rem;
}

.amis-scope .-top-8 {
  top: -2rem;
}

.amis-scope .-top-9 {
  top: -2.25rem;
}

.amis-scope .-top-10 {
  top: -2.5rem;
}

.amis-scope .-top-11 {
  top: -2.75rem;
}

.amis-scope .-top-12 {
  top: -3rem;
}

.amis-scope .-top-14 {
  top: -3.5rem;
}

.amis-scope .-top-16 {
  top: -4rem;
}

.amis-scope .-top-18 {
  top: -4.5rem;
}

.amis-scope .-top-20 {
  top: -5rem;
}

.amis-scope .-top-24 {
  top: -6rem;
}

.amis-scope .-top-28 {
  top: -7rem;
}

.amis-scope .-top-32 {
  top: -8rem;
}

.amis-scope .-top-36 {
  top: -9rem;
}

.amis-scope .-top-40 {
  top: -10rem;
}

.amis-scope .-top-44 {
  top: -11rem;
}

.amis-scope .-top-48 {
  top: -12rem;
}

.amis-scope .-top-52 {
  top: -13rem;
}

.amis-scope .-top-56 {
  top: -14rem;
}

.amis-scope .-top-60 {
  top: -15rem;
}

.amis-scope .-top-64 {
  top: -16rem;
}

.amis-scope .-top-72 {
  top: -18rem;
}

.amis-scope .-top-80 {
  top: -20rem;
}

.amis-scope .-top-96 {
  top: -24rem;
}

.amis-scope .-top-1\/2 {
  top: -50%;
}

.amis-scope .-top-1\/3 {
  top: -33.333333%;
}

.amis-scope .-top-2\/3 {
  top: -66.666667%;
}

.amis-scope .-top-1\/4 {
  top: -25%;
}

.amis-scope .-top-2\/4 {
  top: -50%;
}

.amis-scope .-top-3\/4 {
  top: -75%;
}

.amis-scope .-top-full {
  top: -100%;
}

.amis-scope .right-px {
  right: 0.0625rem;
}

.amis-scope .right-0 {
  right: 0;
}

.amis-scope .right-none {
  right: 0;
}

.amis-scope .right-0\.5 {
  right: 0.125rem;
}

.amis-scope .right-1 {
  right: 0.25rem;
}

.amis-scope .right-1\.5 {
  right: 0.375rem;
}

.amis-scope .right-2 {
  right: 0.5rem;
}

.amis-scope .right-2\.5 {
  right: 0.625rem;
}

.amis-scope .right-3 {
  right: 0.75rem;
}

.amis-scope .right-3\.5 {
  right: 0.875rem;
}

.amis-scope .right-4 {
  right: 1rem;
}

.amis-scope .right-5 {
  right: 1.25rem;
}

.amis-scope .right-6 {
  right: 1.5rem;
}

.amis-scope .right-7 {
  right: 1.75rem;
}

.amis-scope .right-8 {
  right: 2rem;
}

.amis-scope .right-9 {
  right: 2.25rem;
}

.amis-scope .right-10 {
  right: 2.5rem;
}

.amis-scope .right-11 {
  right: 2.75rem;
}

.amis-scope .right-12 {
  right: 3rem;
}

.amis-scope .right-14 {
  right: 3.5rem;
}

.amis-scope .right-16 {
  right: 4rem;
}

.amis-scope .right-18 {
  right: 4.5rem;
}

.amis-scope .right-20 {
  right: 5rem;
}

.amis-scope .right-24 {
  right: 6rem;
}

.amis-scope .right-28 {
  right: 7rem;
}

.amis-scope .right-32 {
  right: 8rem;
}

.amis-scope .right-36 {
  right: 9rem;
}

.amis-scope .right-40 {
  right: 10rem;
}

.amis-scope .right-44 {
  right: 11rem;
}

.amis-scope .right-48 {
  right: 12rem;
}

.amis-scope .right-52 {
  right: 13rem;
}

.amis-scope .right-56 {
  right: 14rem;
}

.amis-scope .right-60 {
  right: 15rem;
}

.amis-scope .right-64 {
  right: 16rem;
}

.amis-scope .right-72 {
  right: 18rem;
}

.amis-scope .right-80 {
  right: 20rem;
}

.amis-scope .right-96 {
  right: 24rem;
}

.amis-scope .right-auto {
  right: auto;
}

.amis-scope .right-1\/2 {
  right: 50%;
}

.amis-scope .right-1\/3 {
  right: 33.333333%;
}

.amis-scope .right-2\/3 {
  right: 66.666667%;
}

.amis-scope .right-1\/4 {
  right: 25%;
}

.amis-scope .right-2\/4 {
  right: 50%;
}

.amis-scope .right-3\/4 {
  right: 75%;
}

.amis-scope .right-full {
  right: 100%;
}

.amis-scope .-right-px {
  right: -0.0625rem;
}

.amis-scope .-right-0 {
  right: 0;
}

.amis-scope .-right-none {
  right: 0;
}

.amis-scope .-right-0\.5 {
  right: -0.125rem;
}

.amis-scope .-right-1 {
  right: -0.25rem;
}

.amis-scope .-right-1\.5 {
  right: -0.375rem;
}

.amis-scope .-right-2 {
  right: -0.5rem;
}

.amis-scope .-right-2\.5 {
  right: -0.625rem;
}

.amis-scope .-right-3 {
  right: -0.75rem;
}

.amis-scope .-right-3\.5 {
  right: -0.875rem;
}

.amis-scope .-right-4 {
  right: -1rem;
}

.amis-scope .-right-5 {
  right: -1.25rem;
}

.amis-scope .-right-6 {
  right: -1.5rem;
}

.amis-scope .-right-7 {
  right: -1.75rem;
}

.amis-scope .-right-8 {
  right: -2rem;
}

.amis-scope .-right-9 {
  right: -2.25rem;
}

.amis-scope .-right-10 {
  right: -2.5rem;
}

.amis-scope .-right-11 {
  right: -2.75rem;
}

.amis-scope .-right-12 {
  right: -3rem;
}

.amis-scope .-right-14 {
  right: -3.5rem;
}

.amis-scope .-right-16 {
  right: -4rem;
}

.amis-scope .-right-18 {
  right: -4.5rem;
}

.amis-scope .-right-20 {
  right: -5rem;
}

.amis-scope .-right-24 {
  right: -6rem;
}

.amis-scope .-right-28 {
  right: -7rem;
}

.amis-scope .-right-32 {
  right: -8rem;
}

.amis-scope .-right-36 {
  right: -9rem;
}

.amis-scope .-right-40 {
  right: -10rem;
}

.amis-scope .-right-44 {
  right: -11rem;
}

.amis-scope .-right-48 {
  right: -12rem;
}

.amis-scope .-right-52 {
  right: -13rem;
}

.amis-scope .-right-56 {
  right: -14rem;
}

.amis-scope .-right-60 {
  right: -15rem;
}

.amis-scope .-right-64 {
  right: -16rem;
}

.amis-scope .-right-72 {
  right: -18rem;
}

.amis-scope .-right-80 {
  right: -20rem;
}

.amis-scope .-right-96 {
  right: -24rem;
}

.amis-scope .-right-1\/2 {
  right: -50%;
}

.amis-scope .-right-1\/3 {
  right: -33.333333%;
}

.amis-scope .-right-2\/3 {
  right: -66.666667%;
}

.amis-scope .-right-1\/4 {
  right: -25%;
}

.amis-scope .-right-2\/4 {
  right: -50%;
}

.amis-scope .-right-3\/4 {
  right: -75%;
}

.amis-scope .-right-full {
  right: -100%;
}

.amis-scope .bottom-px {
  bottom: 0.0625rem;
}

.amis-scope .bottom-0 {
  bottom: 0;
}

.amis-scope .bottom-none {
  bottom: 0;
}

.amis-scope .bottom-0\.5 {
  bottom: 0.125rem;
}

.amis-scope .bottom-1 {
  bottom: 0.25rem;
}

.amis-scope .bottom-1\.5 {
  bottom: 0.375rem;
}

.amis-scope .bottom-2 {
  bottom: 0.5rem;
}

.amis-scope .bottom-2\.5 {
  bottom: 0.625rem;
}

.amis-scope .bottom-3 {
  bottom: 0.75rem;
}

.amis-scope .bottom-3\.5 {
  bottom: 0.875rem;
}

.amis-scope .bottom-4 {
  bottom: 1rem;
}

.amis-scope .bottom-5 {
  bottom: 1.25rem;
}

.amis-scope .bottom-6 {
  bottom: 1.5rem;
}

.amis-scope .bottom-7 {
  bottom: 1.75rem;
}

.amis-scope .bottom-8 {
  bottom: 2rem;
}

.amis-scope .bottom-9 {
  bottom: 2.25rem;
}

.amis-scope .bottom-10 {
  bottom: 2.5rem;
}

.amis-scope .bottom-11 {
  bottom: 2.75rem;
}

.amis-scope .bottom-12 {
  bottom: 3rem;
}

.amis-scope .bottom-14 {
  bottom: 3.5rem;
}

.amis-scope .bottom-16 {
  bottom: 4rem;
}

.amis-scope .bottom-18 {
  bottom: 4.5rem;
}

.amis-scope .bottom-20 {
  bottom: 5rem;
}

.amis-scope .bottom-24 {
  bottom: 6rem;
}

.amis-scope .bottom-28 {
  bottom: 7rem;
}

.amis-scope .bottom-32 {
  bottom: 8rem;
}

.amis-scope .bottom-36 {
  bottom: 9rem;
}

.amis-scope .bottom-40 {
  bottom: 10rem;
}

.amis-scope .bottom-44 {
  bottom: 11rem;
}

.amis-scope .bottom-48 {
  bottom: 12rem;
}

.amis-scope .bottom-52 {
  bottom: 13rem;
}

.amis-scope .bottom-56 {
  bottom: 14rem;
}

.amis-scope .bottom-60 {
  bottom: 15rem;
}

.amis-scope .bottom-64 {
  bottom: 16rem;
}

.amis-scope .bottom-72 {
  bottom: 18rem;
}

.amis-scope .bottom-80 {
  bottom: 20rem;
}

.amis-scope .bottom-96 {
  bottom: 24rem;
}

.amis-scope .bottom-auto {
  bottom: auto;
}

.amis-scope .bottom-1\/2 {
  bottom: 50%;
}

.amis-scope .bottom-1\/3 {
  bottom: 33.333333%;
}

.amis-scope .bottom-2\/3 {
  bottom: 66.666667%;
}

.amis-scope .bottom-1\/4 {
  bottom: 25%;
}

.amis-scope .bottom-2\/4 {
  bottom: 50%;
}

.amis-scope .bottom-3\/4 {
  bottom: 75%;
}

.amis-scope .bottom-full {
  bottom: 100%;
}

.amis-scope .-bottom-px {
  bottom: -0.0625rem;
}

.amis-scope .-bottom-0 {
  bottom: 0;
}

.amis-scope .-bottom-none {
  bottom: 0;
}

.amis-scope .-bottom-0\.5 {
  bottom: -0.125rem;
}

.amis-scope .-bottom-1 {
  bottom: -0.25rem;
}

.amis-scope .-bottom-1\.5 {
  bottom: -0.375rem;
}

.amis-scope .-bottom-2 {
  bottom: -0.5rem;
}

.amis-scope .-bottom-2\.5 {
  bottom: -0.625rem;
}

.amis-scope .-bottom-3 {
  bottom: -0.75rem;
}

.amis-scope .-bottom-3\.5 {
  bottom: -0.875rem;
}

.amis-scope .-bottom-4 {
  bottom: -1rem;
}

.amis-scope .-bottom-5 {
  bottom: -1.25rem;
}

.amis-scope .-bottom-6 {
  bottom: -1.5rem;
}

.amis-scope .-bottom-7 {
  bottom: -1.75rem;
}

.amis-scope .-bottom-8 {
  bottom: -2rem;
}

.amis-scope .-bottom-9 {
  bottom: -2.25rem;
}

.amis-scope .-bottom-10 {
  bottom: -2.5rem;
}

.amis-scope .-bottom-11 {
  bottom: -2.75rem;
}

.amis-scope .-bottom-12 {
  bottom: -3rem;
}

.amis-scope .-bottom-14 {
  bottom: -3.5rem;
}

.amis-scope .-bottom-16 {
  bottom: -4rem;
}

.amis-scope .-bottom-18 {
  bottom: -4.5rem;
}

.amis-scope .-bottom-20 {
  bottom: -5rem;
}

.amis-scope .-bottom-24 {
  bottom: -6rem;
}

.amis-scope .-bottom-28 {
  bottom: -7rem;
}

.amis-scope .-bottom-32 {
  bottom: -8rem;
}

.amis-scope .-bottom-36 {
  bottom: -9rem;
}

.amis-scope .-bottom-40 {
  bottom: -10rem;
}

.amis-scope .-bottom-44 {
  bottom: -11rem;
}

.amis-scope .-bottom-48 {
  bottom: -12rem;
}

.amis-scope .-bottom-52 {
  bottom: -13rem;
}

.amis-scope .-bottom-56 {
  bottom: -14rem;
}

.amis-scope .-bottom-60 {
  bottom: -15rem;
}

.amis-scope .-bottom-64 {
  bottom: -16rem;
}

.amis-scope .-bottom-72 {
  bottom: -18rem;
}

.amis-scope .-bottom-80 {
  bottom: -20rem;
}

.amis-scope .-bottom-96 {
  bottom: -24rem;
}

.amis-scope .-bottom-1\/2 {
  bottom: -50%;
}

.amis-scope .-bottom-1\/3 {
  bottom: -33.333333%;
}

.amis-scope .-bottom-2\/3 {
  bottom: -66.666667%;
}

.amis-scope .-bottom-1\/4 {
  bottom: -25%;
}

.amis-scope .-bottom-2\/4 {
  bottom: -50%;
}

.amis-scope .-bottom-3\/4 {
  bottom: -75%;
}

.amis-scope .-bottom-full {
  bottom: -100%;
}

.amis-scope .left-px {
  left: 0.0625rem;
}

.amis-scope .left-0 {
  left: 0;
}

.amis-scope .left-none {
  left: 0;
}

.amis-scope .left-0\.5 {
  left: 0.125rem;
}

.amis-scope .left-1 {
  left: 0.25rem;
}

.amis-scope .left-1\.5 {
  left: 0.375rem;
}

.amis-scope .left-2 {
  left: 0.5rem;
}

.amis-scope .left-2\.5 {
  left: 0.625rem;
}

.amis-scope .left-3 {
  left: 0.75rem;
}

.amis-scope .left-3\.5 {
  left: 0.875rem;
}

.amis-scope .left-4 {
  left: 1rem;
}

.amis-scope .left-5 {
  left: 1.25rem;
}

.amis-scope .left-6 {
  left: 1.5rem;
}

.amis-scope .left-7 {
  left: 1.75rem;
}

.amis-scope .left-8 {
  left: 2rem;
}

.amis-scope .left-9 {
  left: 2.25rem;
}

.amis-scope .left-10 {
  left: 2.5rem;
}

.amis-scope .left-11 {
  left: 2.75rem;
}

.amis-scope .left-12 {
  left: 3rem;
}

.amis-scope .left-14 {
  left: 3.5rem;
}

.amis-scope .left-16 {
  left: 4rem;
}

.amis-scope .left-18 {
  left: 4.5rem;
}

.amis-scope .left-20 {
  left: 5rem;
}

.amis-scope .left-24 {
  left: 6rem;
}

.amis-scope .left-28 {
  left: 7rem;
}

.amis-scope .left-32 {
  left: 8rem;
}

.amis-scope .left-36 {
  left: 9rem;
}

.amis-scope .left-40 {
  left: 10rem;
}

.amis-scope .left-44 {
  left: 11rem;
}

.amis-scope .left-48 {
  left: 12rem;
}

.amis-scope .left-52 {
  left: 13rem;
}

.amis-scope .left-56 {
  left: 14rem;
}

.amis-scope .left-60 {
  left: 15rem;
}

.amis-scope .left-64 {
  left: 16rem;
}

.amis-scope .left-72 {
  left: 18rem;
}

.amis-scope .left-80 {
  left: 20rem;
}

.amis-scope .left-96 {
  left: 24rem;
}

.amis-scope .left-auto {
  left: auto;
}

.amis-scope .left-1\/2 {
  left: 50%;
}

.amis-scope .left-1\/3 {
  left: 33.333333%;
}

.amis-scope .left-2\/3 {
  left: 66.666667%;
}

.amis-scope .left-1\/4 {
  left: 25%;
}

.amis-scope .left-2\/4 {
  left: 50%;
}

.amis-scope .left-3\/4 {
  left: 75%;
}

.amis-scope .left-full {
  left: 100%;
}

.amis-scope .-left-px {
  left: -0.0625rem;
}

.amis-scope .-left-0 {
  left: 0;
}

.amis-scope .-left-none {
  left: 0;
}

.amis-scope .-left-0\.5 {
  left: -0.125rem;
}

.amis-scope .-left-1 {
  left: -0.25rem;
}

.amis-scope .-left-1\.5 {
  left: -0.375rem;
}

.amis-scope .-left-2 {
  left: -0.5rem;
}

.amis-scope .-left-2\.5 {
  left: -0.625rem;
}

.amis-scope .-left-3 {
  left: -0.75rem;
}

.amis-scope .-left-3\.5 {
  left: -0.875rem;
}

.amis-scope .-left-4 {
  left: -1rem;
}

.amis-scope .-left-5 {
  left: -1.25rem;
}

.amis-scope .-left-6 {
  left: -1.5rem;
}

.amis-scope .-left-7 {
  left: -1.75rem;
}

.amis-scope .-left-8 {
  left: -2rem;
}

.amis-scope .-left-9 {
  left: -2.25rem;
}

.amis-scope .-left-10 {
  left: -2.5rem;
}

.amis-scope .-left-11 {
  left: -2.75rem;
}

.amis-scope .-left-12 {
  left: -3rem;
}

.amis-scope .-left-14 {
  left: -3.5rem;
}

.amis-scope .-left-16 {
  left: -4rem;
}

.amis-scope .-left-18 {
  left: -4.5rem;
}

.amis-scope .-left-20 {
  left: -5rem;
}

.amis-scope .-left-24 {
  left: -6rem;
}

.amis-scope .-left-28 {
  left: -7rem;
}

.amis-scope .-left-32 {
  left: -8rem;
}

.amis-scope .-left-36 {
  left: -9rem;
}

.amis-scope .-left-40 {
  left: -10rem;
}

.amis-scope .-left-44 {
  left: -11rem;
}

.amis-scope .-left-48 {
  left: -12rem;
}

.amis-scope .-left-52 {
  left: -13rem;
}

.amis-scope .-left-56 {
  left: -14rem;
}

.amis-scope .-left-60 {
  left: -15rem;
}

.amis-scope .-left-64 {
  left: -16rem;
}

.amis-scope .-left-72 {
  left: -18rem;
}

.amis-scope .-left-80 {
  left: -20rem;
}

.amis-scope .-left-96 {
  left: -24rem;
}

.amis-scope .-left-1\/2 {
  left: -50%;
}

.amis-scope .-left-1\/3 {
  left: -33.333333%;
}

.amis-scope .-left-2\/3 {
  left: -66.666667%;
}

.amis-scope .-left-1\/4 {
  left: -25%;
}

.amis-scope .-left-2\/4 {
  left: -50%;
}

.amis-scope .-left-3\/4 {
  left: -75%;
}

.amis-scope .-left-full {
  left: -100%;
}

.amis-scope .inset-px {
  top: 0.0625rem;
  right: 0.0625rem;
  bottom: 0.0625rem;
  left: 0.0625rem;
}

.amis-scope .inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.amis-scope .inset-none {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.amis-scope .inset-0\.5 {
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}

.amis-scope .inset-1 {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.amis-scope .inset-1\.5 {
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}

.amis-scope .inset-2 {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.amis-scope .inset-2\.5 {
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}

.amis-scope .inset-3 {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.amis-scope .inset-3\.5 {
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}

.amis-scope .inset-4 {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.amis-scope .inset-5 {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.amis-scope .inset-6 {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.amis-scope .inset-7 {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

.amis-scope .inset-8 {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.amis-scope .inset-9 {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.amis-scope .inset-10 {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.amis-scope .inset-11 {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

.amis-scope .inset-12 {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.amis-scope .inset-14 {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.amis-scope .inset-16 {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

.amis-scope .inset-18 {
  top: 4.5rem;
  right: 4.5rem;
  bottom: 4.5rem;
  left: 4.5rem;
}

.amis-scope .inset-20 {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.amis-scope .inset-24 {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.amis-scope .inset-28 {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

.amis-scope .inset-32 {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.amis-scope .inset-36 {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.amis-scope .inset-40 {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.amis-scope .inset-44 {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

.amis-scope .inset-48 {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}

.amis-scope .inset-52 {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.amis-scope .inset-56 {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.amis-scope .inset-60 {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

.amis-scope .inset-64 {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.amis-scope .inset-72 {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.amis-scope .inset-80 {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.amis-scope .inset-96 {
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}

.amis-scope .inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.amis-scope .inset-1\/2 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.amis-scope .inset-1\/3 {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.amis-scope .inset-2\/3 {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.amis-scope .inset-1\/4 {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.amis-scope .inset-2\/4 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.amis-scope .inset-3\/4 {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.amis-scope .inset-full {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.amis-scope .-inset-px {
  top: -0.0625rem;
  right: -0.0625rem;
  bottom: -0.0625rem;
  left: -0.0625rem;
}

.amis-scope .-inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.amis-scope .-inset-none {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.amis-scope .-inset-0\.5 {
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}

.amis-scope .-inset-1 {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.amis-scope .-inset-1\.5 {
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}

.amis-scope .-inset-2 {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.amis-scope .-inset-2\.5 {
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}

.amis-scope .-inset-3 {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

.amis-scope .-inset-3\.5 {
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}

.amis-scope .-inset-4 {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

.amis-scope .-inset-5 {
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.amis-scope .-inset-6 {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.amis-scope .-inset-7 {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

.amis-scope .-inset-8 {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

.amis-scope .-inset-9 {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.amis-scope .-inset-10 {
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.amis-scope .-inset-11 {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

.amis-scope .-inset-12 {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.amis-scope .-inset-14 {
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

.amis-scope .-inset-16 {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.amis-scope .-inset-18 {
  top: -4.5rem;
  right: -4.5rem;
  bottom: -4.5rem;
  left: -4.5rem;
}

.amis-scope .-inset-20 {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.amis-scope .-inset-24 {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

.amis-scope .-inset-28 {
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

.amis-scope .-inset-32 {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}

.amis-scope .-inset-36 {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

.amis-scope .-inset-40 {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.amis-scope .-inset-44 {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

.amis-scope .-inset-48 {
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}

.amis-scope .-inset-52 {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.amis-scope .-inset-56 {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.amis-scope .-inset-60 {
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

.amis-scope .-inset-64 {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.amis-scope .-inset-72 {
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}

.amis-scope .-inset-80 {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.amis-scope .-inset-96 {
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}

.amis-scope .-inset-1\/2 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.amis-scope .-inset-1\/3 {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.amis-scope .-inset-2\/3 {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.amis-scope .-inset-1\/4 {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.amis-scope .-inset-2\/4 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.amis-scope .-inset-3\/4 {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.amis-scope .-inset-full {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.amis-scope .inset-x-px {
  right: 0.0625rem;
  left: 0.0625rem;
}

.amis-scope .inset-x-0 {
  right: 0;
  left: 0;
}

.amis-scope .inset-x-none {
  right: 0;
  left: 0;
}

.amis-scope .inset-x-0\.5 {
  right: 0.125rem;
  left: 0.125rem;
}

.amis-scope .inset-x-1 {
  right: 0.25rem;
  left: 0.25rem;
}

.amis-scope .inset-x-1\.5 {
  right: 0.375rem;
  left: 0.375rem;
}

.amis-scope .inset-x-2 {
  right: 0.5rem;
  left: 0.5rem;
}

.amis-scope .inset-x-2\.5 {
  right: 0.625rem;
  left: 0.625rem;
}

.amis-scope .inset-x-3 {
  right: 0.75rem;
  left: 0.75rem;
}

.amis-scope .inset-x-3\.5 {
  right: 0.875rem;
  left: 0.875rem;
}

.amis-scope .inset-x-4 {
  right: 1rem;
  left: 1rem;
}

.amis-scope .inset-x-5 {
  right: 1.25rem;
  left: 1.25rem;
}

.amis-scope .inset-x-6 {
  right: 1.5rem;
  left: 1.5rem;
}

.amis-scope .inset-x-7 {
  right: 1.75rem;
  left: 1.75rem;
}

.amis-scope .inset-x-8 {
  right: 2rem;
  left: 2rem;
}

.amis-scope .inset-x-9 {
  right: 2.25rem;
  left: 2.25rem;
}

.amis-scope .inset-x-10 {
  right: 2.5rem;
  left: 2.5rem;
}

.amis-scope .inset-x-11 {
  right: 2.75rem;
  left: 2.75rem;
}

.amis-scope .inset-x-12 {
  right: 3rem;
  left: 3rem;
}

.amis-scope .inset-x-14 {
  right: 3.5rem;
  left: 3.5rem;
}

.amis-scope .inset-x-16 {
  right: 4rem;
  left: 4rem;
}

.amis-scope .inset-x-18 {
  right: 4.5rem;
  left: 4.5rem;
}

.amis-scope .inset-x-20 {
  right: 5rem;
  left: 5rem;
}

.amis-scope .inset-x-24 {
  right: 6rem;
  left: 6rem;
}

.amis-scope .inset-x-28 {
  right: 7rem;
  left: 7rem;
}

.amis-scope .inset-x-32 {
  right: 8rem;
  left: 8rem;
}

.amis-scope .inset-x-36 {
  right: 9rem;
  left: 9rem;
}

.amis-scope .inset-x-40 {
  right: 10rem;
  left: 10rem;
}

.amis-scope .inset-x-44 {
  right: 11rem;
  left: 11rem;
}

.amis-scope .inset-x-48 {
  right: 12rem;
  left: 12rem;
}

.amis-scope .inset-x-52 {
  right: 13rem;
  left: 13rem;
}

.amis-scope .inset-x-56 {
  right: 14rem;
  left: 14rem;
}

.amis-scope .inset-x-60 {
  right: 15rem;
  left: 15rem;
}

.amis-scope .inset-x-64 {
  right: 16rem;
  left: 16rem;
}

.amis-scope .inset-x-72 {
  right: 18rem;
  left: 18rem;
}

.amis-scope .inset-x-80 {
  right: 20rem;
  left: 20rem;
}

.amis-scope .inset-x-96 {
  right: 24rem;
  left: 24rem;
}

.amis-scope .inset-x-auto {
  right: auto;
  left: auto;
}

.amis-scope .inset-x-1\/2 {
  right: 50%;
  left: 50%;
}

.amis-scope .inset-x-1\/3 {
  right: 33.333333%;
  left: 33.333333%;
}

.amis-scope .inset-x-2\/3 {
  right: 66.666667%;
  left: 66.666667%;
}

.amis-scope .inset-x-1\/4 {
  right: 25%;
  left: 25%;
}

.amis-scope .inset-x-2\/4 {
  right: 50%;
  left: 50%;
}

.amis-scope .inset-x-3\/4 {
  right: 75%;
  left: 75%;
}

.amis-scope .inset-x-full {
  right: 100%;
  left: 100%;
}

.amis-scope .-inset-x-px {
  right: -0.0625rem;
  left: -0.0625rem;
}

.amis-scope .-inset-x-0 {
  right: 0;
  left: 0;
}

.amis-scope .-inset-x-none {
  right: 0;
  left: 0;
}

.amis-scope .-inset-x-0\.5 {
  right: -0.125rem;
  left: -0.125rem;
}

.amis-scope .-inset-x-1 {
  right: -0.25rem;
  left: -0.25rem;
}

.amis-scope .-inset-x-1\.5 {
  right: -0.375rem;
  left: -0.375rem;
}

.amis-scope .-inset-x-2 {
  right: -0.5rem;
  left: -0.5rem;
}

.amis-scope .-inset-x-2\.5 {
  right: -0.625rem;
  left: -0.625rem;
}

.amis-scope .-inset-x-3 {
  right: -0.75rem;
  left: -0.75rem;
}

.amis-scope .-inset-x-3\.5 {
  right: -0.875rem;
  left: -0.875rem;
}

.amis-scope .-inset-x-4 {
  right: -1rem;
  left: -1rem;
}

.amis-scope .-inset-x-5 {
  right: -1.25rem;
  left: -1.25rem;
}

.amis-scope .-inset-x-6 {
  right: -1.5rem;
  left: -1.5rem;
}

.amis-scope .-inset-x-7 {
  right: -1.75rem;
  left: -1.75rem;
}

.amis-scope .-inset-x-8 {
  right: -2rem;
  left: -2rem;
}

.amis-scope .-inset-x-9 {
  right: -2.25rem;
  left: -2.25rem;
}

.amis-scope .-inset-x-10 {
  right: -2.5rem;
  left: -2.5rem;
}

.amis-scope .-inset-x-11 {
  right: -2.75rem;
  left: -2.75rem;
}

.amis-scope .-inset-x-12 {
  right: -3rem;
  left: -3rem;
}

.amis-scope .-inset-x-14 {
  right: -3.5rem;
  left: -3.5rem;
}

.amis-scope .-inset-x-16 {
  right: -4rem;
  left: -4rem;
}

.amis-scope .-inset-x-18 {
  right: -4.5rem;
  left: -4.5rem;
}

.amis-scope .-inset-x-20 {
  right: -5rem;
  left: -5rem;
}

.amis-scope .-inset-x-24 {
  right: -6rem;
  left: -6rem;
}

.amis-scope .-inset-x-28 {
  right: -7rem;
  left: -7rem;
}

.amis-scope .-inset-x-32 {
  right: -8rem;
  left: -8rem;
}

.amis-scope .-inset-x-36 {
  right: -9rem;
  left: -9rem;
}

.amis-scope .-inset-x-40 {
  right: -10rem;
  left: -10rem;
}

.amis-scope .-inset-x-44 {
  right: -11rem;
  left: -11rem;
}

.amis-scope .-inset-x-48 {
  right: -12rem;
  left: -12rem;
}

.amis-scope .-inset-x-52 {
  right: -13rem;
  left: -13rem;
}

.amis-scope .-inset-x-56 {
  right: -14rem;
  left: -14rem;
}

.amis-scope .-inset-x-60 {
  right: -15rem;
  left: -15rem;
}

.amis-scope .-inset-x-64 {
  right: -16rem;
  left: -16rem;
}

.amis-scope .-inset-x-72 {
  right: -18rem;
  left: -18rem;
}

.amis-scope .-inset-x-80 {
  right: -20rem;
  left: -20rem;
}

.amis-scope .-inset-x-96 {
  right: -24rem;
  left: -24rem;
}

.amis-scope .-inset-x-1\/2 {
  right: -50%;
  left: -50%;
}

.amis-scope .-inset-x-1\/3 {
  right: -33.333333%;
  left: -33.333333%;
}

.amis-scope .-inset-x-2\/3 {
  right: -66.666667%;
  left: -66.666667%;
}

.amis-scope .-inset-x-1\/4 {
  right: -25%;
  left: -25%;
}

.amis-scope .-inset-x-2\/4 {
  right: -50%;
  left: -50%;
}

.amis-scope .-inset-x-3\/4 {
  right: -75%;
  left: -75%;
}

.amis-scope .-inset-x-full {
  right: -100%;
  left: -100%;
}

.amis-scope .inset-y-px {
  top: 0.0625rem;
  bottom: 0.0625rem;
}

.amis-scope .inset-y-0 {
  top: 0;
  bottom: 0;
}

.amis-scope .inset-y-none {
  top: 0;
  bottom: 0;
}

.amis-scope .inset-y-0\.5 {
  top: 0.125rem;
  bottom: 0.125rem;
}

.amis-scope .inset-y-1 {
  top: 0.25rem;
  bottom: 0.25rem;
}

.amis-scope .inset-y-1\.5 {
  top: 0.375rem;
  bottom: 0.375rem;
}

.amis-scope .inset-y-2 {
  top: 0.5rem;
  bottom: 0.5rem;
}

.amis-scope .inset-y-2\.5 {
  top: 0.625rem;
  bottom: 0.625rem;
}

.amis-scope .inset-y-3 {
  top: 0.75rem;
  bottom: 0.75rem;
}

.amis-scope .inset-y-3\.5 {
  top: 0.875rem;
  bottom: 0.875rem;
}

.amis-scope .inset-y-4 {
  top: 1rem;
  bottom: 1rem;
}

.amis-scope .inset-y-5 {
  top: 1.25rem;
  bottom: 1.25rem;
}

.amis-scope .inset-y-6 {
  top: 1.5rem;
  bottom: 1.5rem;
}

.amis-scope .inset-y-7 {
  top: 1.75rem;
  bottom: 1.75rem;
}

.amis-scope .inset-y-8 {
  top: 2rem;
  bottom: 2rem;
}

.amis-scope .inset-y-9 {
  top: 2.25rem;
  bottom: 2.25rem;
}

.amis-scope .inset-y-10 {
  top: 2.5rem;
  bottom: 2.5rem;
}

.amis-scope .inset-y-11 {
  top: 2.75rem;
  bottom: 2.75rem;
}

.amis-scope .inset-y-12 {
  top: 3rem;
  bottom: 3rem;
}

.amis-scope .inset-y-14 {
  top: 3.5rem;
  bottom: 3.5rem;
}

.amis-scope .inset-y-16 {
  top: 4rem;
  bottom: 4rem;
}

.amis-scope .inset-y-18 {
  top: 4.5rem;
  bottom: 4.5rem;
}

.amis-scope .inset-y-20 {
  top: 5rem;
  bottom: 5rem;
}

.amis-scope .inset-y-24 {
  top: 6rem;
  bottom: 6rem;
}

.amis-scope .inset-y-28 {
  top: 7rem;
  bottom: 7rem;
}

.amis-scope .inset-y-32 {
  top: 8rem;
  bottom: 8rem;
}

.amis-scope .inset-y-36 {
  top: 9rem;
  bottom: 9rem;
}

.amis-scope .inset-y-40 {
  top: 10rem;
  bottom: 10rem;
}

.amis-scope .inset-y-44 {
  top: 11rem;
  bottom: 11rem;
}

.amis-scope .inset-y-48 {
  top: 12rem;
  bottom: 12rem;
}

.amis-scope .inset-y-52 {
  top: 13rem;
  bottom: 13rem;
}

.amis-scope .inset-y-56 {
  top: 14rem;
  bottom: 14rem;
}

.amis-scope .inset-y-60 {
  top: 15rem;
  bottom: 15rem;
}

.amis-scope .inset-y-64 {
  top: 16rem;
  bottom: 16rem;
}

.amis-scope .inset-y-72 {
  top: 18rem;
  bottom: 18rem;
}

.amis-scope .inset-y-80 {
  top: 20rem;
  bottom: 20rem;
}

.amis-scope .inset-y-96 {
  top: 24rem;
  bottom: 24rem;
}

.amis-scope .inset-y-auto {
  top: auto;
  bottom: auto;
}

.amis-scope .inset-y-1\/2 {
  top: 50%;
  bottom: 50%;
}

.amis-scope .inset-y-1\/3 {
  top: 33.333333%;
  bottom: 33.333333%;
}

.amis-scope .inset-y-2\/3 {
  top: 66.666667%;
  bottom: 66.666667%;
}

.amis-scope .inset-y-1\/4 {
  top: 25%;
  bottom: 25%;
}

.amis-scope .inset-y-2\/4 {
  top: 50%;
  bottom: 50%;
}

.amis-scope .inset-y-3\/4 {
  top: 75%;
  bottom: 75%;
}

.amis-scope .inset-y-full {
  top: 100%;
  bottom: 100%;
}

.amis-scope .-inset-y-px {
  top: -0.0625rem;
  bottom: -0.0625rem;
}

.amis-scope .-inset-y-0 {
  top: 0;
  bottom: 0;
}

.amis-scope .-inset-y-none {
  top: 0;
  bottom: 0;
}

.amis-scope .-inset-y-0\.5 {
  top: -0.125rem;
  bottom: -0.125rem;
}

.amis-scope .-inset-y-1 {
  top: -0.25rem;
  bottom: -0.25rem;
}

.amis-scope .-inset-y-1\.5 {
  top: -0.375rem;
  bottom: -0.375rem;
}

.amis-scope .-inset-y-2 {
  top: -0.5rem;
  bottom: -0.5rem;
}

.amis-scope .-inset-y-2\.5 {
  top: -0.625rem;
  bottom: -0.625rem;
}

.amis-scope .-inset-y-3 {
  top: -0.75rem;
  bottom: -0.75rem;
}

.amis-scope .-inset-y-3\.5 {
  top: -0.875rem;
  bottom: -0.875rem;
}

.amis-scope .-inset-y-4 {
  top: -1rem;
  bottom: -1rem;
}

.amis-scope .-inset-y-5 {
  top: -1.25rem;
  bottom: -1.25rem;
}

.amis-scope .-inset-y-6 {
  top: -1.5rem;
  bottom: -1.5rem;
}

.amis-scope .-inset-y-7 {
  top: -1.75rem;
  bottom: -1.75rem;
}

.amis-scope .-inset-y-8 {
  top: -2rem;
  bottom: -2rem;
}

.amis-scope .-inset-y-9 {
  top: -2.25rem;
  bottom: -2.25rem;
}

.amis-scope .-inset-y-10 {
  top: -2.5rem;
  bottom: -2.5rem;
}

.amis-scope .-inset-y-11 {
  top: -2.75rem;
  bottom: -2.75rem;
}

.amis-scope .-inset-y-12 {
  top: -3rem;
  bottom: -3rem;
}

.amis-scope .-inset-y-14 {
  top: -3.5rem;
  bottom: -3.5rem;
}

.amis-scope .-inset-y-16 {
  top: -4rem;
  bottom: -4rem;
}

.amis-scope .-inset-y-18 {
  top: -4.5rem;
  bottom: -4.5rem;
}

.amis-scope .-inset-y-20 {
  top: -5rem;
  bottom: -5rem;
}

.amis-scope .-inset-y-24 {
  top: -6rem;
  bottom: -6rem;
}

.amis-scope .-inset-y-28 {
  top: -7rem;
  bottom: -7rem;
}

.amis-scope .-inset-y-32 {
  top: -8rem;
  bottom: -8rem;
}

.amis-scope .-inset-y-36 {
  top: -9rem;
  bottom: -9rem;
}

.amis-scope .-inset-y-40 {
  top: -10rem;
  bottom: -10rem;
}

.amis-scope .-inset-y-44 {
  top: -11rem;
  bottom: -11rem;
}

.amis-scope .-inset-y-48 {
  top: -12rem;
  bottom: -12rem;
}

.amis-scope .-inset-y-52 {
  top: -13rem;
  bottom: -13rem;
}

.amis-scope .-inset-y-56 {
  top: -14rem;
  bottom: -14rem;
}

.amis-scope .-inset-y-60 {
  top: -15rem;
  bottom: -15rem;
}

.amis-scope .-inset-y-64 {
  top: -16rem;
  bottom: -16rem;
}

.amis-scope .-inset-y-72 {
  top: -18rem;
  bottom: -18rem;
}

.amis-scope .-inset-y-80 {
  top: -20rem;
  bottom: -20rem;
}

.amis-scope .-inset-y-96 {
  top: -24rem;
  bottom: -24rem;
}

.amis-scope .-inset-y-1\/2 {
  top: -50%;
  bottom: -50%;
}

.amis-scope .-inset-y-1\/3 {
  top: -33.333333%;
  bottom: -33.333333%;
}

.amis-scope .-inset-y-2\/3 {
  top: -66.666667%;
  bottom: -66.666667%;
}

.amis-scope .-inset-y-1\/4 {
  top: -25%;
  bottom: -25%;
}

.amis-scope .-inset-y-2\/4 {
  top: -50%;
  bottom: -50%;
}

.amis-scope .-inset-y-3\/4 {
  top: -75%;
  bottom: -75%;
}

.amis-scope .-inset-y-full {
  top: -100%;
  bottom: -100%;
}

@media (max-width: 768px) {
  .amis-scope .m\:top-px {
    top: 0.0625rem;
  }

  .amis-scope .m\:top-0 {
    top: 0;
  }

  .amis-scope .m\:top-none {
    top: 0;
  }

  .amis-scope .m\:top-0\.5 {
    top: 0.125rem;
  }

  .amis-scope .m\:top-1 {
    top: 0.25rem;
  }

  .amis-scope .m\:top-1\.5 {
    top: 0.375rem;
  }

  .amis-scope .m\:top-2 {
    top: 0.5rem;
  }

  .amis-scope .m\:top-2\.5 {
    top: 0.625rem;
  }

  .amis-scope .m\:top-3 {
    top: 0.75rem;
  }

  .amis-scope .m\:top-3\.5 {
    top: 0.875rem;
  }

  .amis-scope .m\:top-4 {
    top: 1rem;
  }

  .amis-scope .m\:top-5 {
    top: 1.25rem;
  }

  .amis-scope .m\:top-6 {
    top: 1.5rem;
  }

  .amis-scope .m\:top-7 {
    top: 1.75rem;
  }

  .amis-scope .m\:top-8 {
    top: 2rem;
  }

  .amis-scope .m\:top-9 {
    top: 2.25rem;
  }

  .amis-scope .m\:top-10 {
    top: 2.5rem;
  }

  .amis-scope .m\:top-11 {
    top: 2.75rem;
  }

  .amis-scope .m\:top-12 {
    top: 3rem;
  }

  .amis-scope .m\:top-14 {
    top: 3.5rem;
  }

  .amis-scope .m\:top-16 {
    top: 4rem;
  }

  .amis-scope .m\:top-18 {
    top: 4.5rem;
  }

  .amis-scope .m\:top-20 {
    top: 5rem;
  }

  .amis-scope .m\:top-24 {
    top: 6rem;
  }

  .amis-scope .m\:top-28 {
    top: 7rem;
  }

  .amis-scope .m\:top-32 {
    top: 8rem;
  }

  .amis-scope .m\:top-36 {
    top: 9rem;
  }

  .amis-scope .m\:top-40 {
    top: 10rem;
  }

  .amis-scope .m\:top-44 {
    top: 11rem;
  }

  .amis-scope .m\:top-48 {
    top: 12rem;
  }

  .amis-scope .m\:top-52 {
    top: 13rem;
  }

  .amis-scope .m\:top-56 {
    top: 14rem;
  }

  .amis-scope .m\:top-60 {
    top: 15rem;
  }

  .amis-scope .m\:top-64 {
    top: 16rem;
  }

  .amis-scope .m\:top-72 {
    top: 18rem;
  }

  .amis-scope .m\:top-80 {
    top: 20rem;
  }

  .amis-scope .m\:top-96 {
    top: 24rem;
  }

  .amis-scope .m\:top-auto {
    top: auto;
  }

  .amis-scope .m\:top-1\/2 {
    top: 50%;
  }

  .amis-scope .m\:top-1\/3 {
    top: 33.333333%;
  }

  .amis-scope .m\:top-2\/3 {
    top: 66.666667%;
  }

  .amis-scope .m\:top-1\/4 {
    top: 25%;
  }

  .amis-scope .m\:top-2\/4 {
    top: 50%;
  }

  .amis-scope .m\:top-3\/4 {
    top: 75%;
  }

  .amis-scope .m\:top-full {
    top: 100%;
  }

  .amis-scope .m\:-top-px {
    top: -0.0625rem;
  }

  .amis-scope .m\:-top-0 {
    top: 0;
  }

  .amis-scope .m\:-top-none {
    top: 0;
  }

  .amis-scope .m\:-top-0\.5 {
    top: -0.125rem;
  }

  .amis-scope .m\:-top-1 {
    top: -0.25rem;
  }

  .amis-scope .m\:-top-1\.5 {
    top: -0.375rem;
  }

  .amis-scope .m\:-top-2 {
    top: -0.5rem;
  }

  .amis-scope .m\:-top-2\.5 {
    top: -0.625rem;
  }

  .amis-scope .m\:-top-3 {
    top: -0.75rem;
  }

  .amis-scope .m\:-top-3\.5 {
    top: -0.875rem;
  }

  .amis-scope .m\:-top-4 {
    top: -1rem;
  }

  .amis-scope .m\:-top-5 {
    top: -1.25rem;
  }

  .amis-scope .m\:-top-6 {
    top: -1.5rem;
  }

  .amis-scope .m\:-top-7 {
    top: -1.75rem;
  }

  .amis-scope .m\:-top-8 {
    top: -2rem;
  }

  .amis-scope .m\:-top-9 {
    top: -2.25rem;
  }

  .amis-scope .m\:-top-10 {
    top: -2.5rem;
  }

  .amis-scope .m\:-top-11 {
    top: -2.75rem;
  }

  .amis-scope .m\:-top-12 {
    top: -3rem;
  }

  .amis-scope .m\:-top-14 {
    top: -3.5rem;
  }

  .amis-scope .m\:-top-16 {
    top: -4rem;
  }

  .amis-scope .m\:-top-18 {
    top: -4.5rem;
  }

  .amis-scope .m\:-top-20 {
    top: -5rem;
  }

  .amis-scope .m\:-top-24 {
    top: -6rem;
  }

  .amis-scope .m\:-top-28 {
    top: -7rem;
  }

  .amis-scope .m\:-top-32 {
    top: -8rem;
  }

  .amis-scope .m\:-top-36 {
    top: -9rem;
  }

  .amis-scope .m\:-top-40 {
    top: -10rem;
  }

  .amis-scope .m\:-top-44 {
    top: -11rem;
  }

  .amis-scope .m\:-top-48 {
    top: -12rem;
  }

  .amis-scope .m\:-top-52 {
    top: -13rem;
  }

  .amis-scope .m\:-top-56 {
    top: -14rem;
  }

  .amis-scope .m\:-top-60 {
    top: -15rem;
  }

  .amis-scope .m\:-top-64 {
    top: -16rem;
  }

  .amis-scope .m\:-top-72 {
    top: -18rem;
  }

  .amis-scope .m\:-top-80 {
    top: -20rem;
  }

  .amis-scope .m\:-top-96 {
    top: -24rem;
  }

  .amis-scope .m\:-top-1\/2 {
    top: -50%;
  }

  .amis-scope .m\:-top-1\/3 {
    top: -33.333333%;
  }

  .amis-scope .m\:-top-2\/3 {
    top: -66.666667%;
  }

  .amis-scope .m\:-top-1\/4 {
    top: -25%;
  }

  .amis-scope .m\:-top-2\/4 {
    top: -50%;
  }

  .amis-scope .m\:-top-3\/4 {
    top: -75%;
  }

  .amis-scope .m\:-top-full {
    top: -100%;
  }

  .amis-scope .m\:right-px {
    right: 0.0625rem;
  }

  .amis-scope .m\:right-0 {
    right: 0;
  }

  .amis-scope .m\:right-none {
    right: 0;
  }

  .amis-scope .m\:right-0\.5 {
    right: 0.125rem;
  }

  .amis-scope .m\:right-1 {
    right: 0.25rem;
  }

  .amis-scope .m\:right-1\.5 {
    right: 0.375rem;
  }

  .amis-scope .m\:right-2 {
    right: 0.5rem;
  }

  .amis-scope .m\:right-2\.5 {
    right: 0.625rem;
  }

  .amis-scope .m\:right-3 {
    right: 0.75rem;
  }

  .amis-scope .m\:right-3\.5 {
    right: 0.875rem;
  }

  .amis-scope .m\:right-4 {
    right: 1rem;
  }

  .amis-scope .m\:right-5 {
    right: 1.25rem;
  }

  .amis-scope .m\:right-6 {
    right: 1.5rem;
  }

  .amis-scope .m\:right-7 {
    right: 1.75rem;
  }

  .amis-scope .m\:right-8 {
    right: 2rem;
  }

  .amis-scope .m\:right-9 {
    right: 2.25rem;
  }

  .amis-scope .m\:right-10 {
    right: 2.5rem;
  }

  .amis-scope .m\:right-11 {
    right: 2.75rem;
  }

  .amis-scope .m\:right-12 {
    right: 3rem;
  }

  .amis-scope .m\:right-14 {
    right: 3.5rem;
  }

  .amis-scope .m\:right-16 {
    right: 4rem;
  }

  .amis-scope .m\:right-18 {
    right: 4.5rem;
  }

  .amis-scope .m\:right-20 {
    right: 5rem;
  }

  .amis-scope .m\:right-24 {
    right: 6rem;
  }

  .amis-scope .m\:right-28 {
    right: 7rem;
  }

  .amis-scope .m\:right-32 {
    right: 8rem;
  }

  .amis-scope .m\:right-36 {
    right: 9rem;
  }

  .amis-scope .m\:right-40 {
    right: 10rem;
  }

  .amis-scope .m\:right-44 {
    right: 11rem;
  }

  .amis-scope .m\:right-48 {
    right: 12rem;
  }

  .amis-scope .m\:right-52 {
    right: 13rem;
  }

  .amis-scope .m\:right-56 {
    right: 14rem;
  }

  .amis-scope .m\:right-60 {
    right: 15rem;
  }

  .amis-scope .m\:right-64 {
    right: 16rem;
  }

  .amis-scope .m\:right-72 {
    right: 18rem;
  }

  .amis-scope .m\:right-80 {
    right: 20rem;
  }

  .amis-scope .m\:right-96 {
    right: 24rem;
  }

  .amis-scope .m\:right-auto {
    right: auto;
  }

  .amis-scope .m\:right-1\/2 {
    right: 50%;
  }

  .amis-scope .m\:right-1\/3 {
    right: 33.333333%;
  }

  .amis-scope .m\:right-2\/3 {
    right: 66.666667%;
  }

  .amis-scope .m\:right-1\/4 {
    right: 25%;
  }

  .amis-scope .m\:right-2\/4 {
    right: 50%;
  }

  .amis-scope .m\:right-3\/4 {
    right: 75%;
  }

  .amis-scope .m\:right-full {
    right: 100%;
  }

  .amis-scope .m\:-right-px {
    right: -0.0625rem;
  }

  .amis-scope .m\:-right-0 {
    right: 0;
  }

  .amis-scope .m\:-right-none {
    right: 0;
  }

  .amis-scope .m\:-right-0\.5 {
    right: -0.125rem;
  }

  .amis-scope .m\:-right-1 {
    right: -0.25rem;
  }

  .amis-scope .m\:-right-1\.5 {
    right: -0.375rem;
  }

  .amis-scope .m\:-right-2 {
    right: -0.5rem;
  }

  .amis-scope .m\:-right-2\.5 {
    right: -0.625rem;
  }

  .amis-scope .m\:-right-3 {
    right: -0.75rem;
  }

  .amis-scope .m\:-right-3\.5 {
    right: -0.875rem;
  }

  .amis-scope .m\:-right-4 {
    right: -1rem;
  }

  .amis-scope .m\:-right-5 {
    right: -1.25rem;
  }

  .amis-scope .m\:-right-6 {
    right: -1.5rem;
  }

  .amis-scope .m\:-right-7 {
    right: -1.75rem;
  }

  .amis-scope .m\:-right-8 {
    right: -2rem;
  }

  .amis-scope .m\:-right-9 {
    right: -2.25rem;
  }

  .amis-scope .m\:-right-10 {
    right: -2.5rem;
  }

  .amis-scope .m\:-right-11 {
    right: -2.75rem;
  }

  .amis-scope .m\:-right-12 {
    right: -3rem;
  }

  .amis-scope .m\:-right-14 {
    right: -3.5rem;
  }

  .amis-scope .m\:-right-16 {
    right: -4rem;
  }

  .amis-scope .m\:-right-18 {
    right: -4.5rem;
  }

  .amis-scope .m\:-right-20 {
    right: -5rem;
  }

  .amis-scope .m\:-right-24 {
    right: -6rem;
  }

  .amis-scope .m\:-right-28 {
    right: -7rem;
  }

  .amis-scope .m\:-right-32 {
    right: -8rem;
  }

  .amis-scope .m\:-right-36 {
    right: -9rem;
  }

  .amis-scope .m\:-right-40 {
    right: -10rem;
  }

  .amis-scope .m\:-right-44 {
    right: -11rem;
  }

  .amis-scope .m\:-right-48 {
    right: -12rem;
  }

  .amis-scope .m\:-right-52 {
    right: -13rem;
  }

  .amis-scope .m\:-right-56 {
    right: -14rem;
  }

  .amis-scope .m\:-right-60 {
    right: -15rem;
  }

  .amis-scope .m\:-right-64 {
    right: -16rem;
  }

  .amis-scope .m\:-right-72 {
    right: -18rem;
  }

  .amis-scope .m\:-right-80 {
    right: -20rem;
  }

  .amis-scope .m\:-right-96 {
    right: -24rem;
  }

  .amis-scope .m\:-right-1\/2 {
    right: -50%;
  }

  .amis-scope .m\:-right-1\/3 {
    right: -33.333333%;
  }

  .amis-scope .m\:-right-2\/3 {
    right: -66.666667%;
  }

  .amis-scope .m\:-right-1\/4 {
    right: -25%;
  }

  .amis-scope .m\:-right-2\/4 {
    right: -50%;
  }

  .amis-scope .m\:-right-3\/4 {
    right: -75%;
  }

  .amis-scope .m\:-right-full {
    right: -100%;
  }

  .amis-scope .m\:bottom-px {
    bottom: 0.0625rem;
  }

  .amis-scope .m\:bottom-0 {
    bottom: 0;
  }

  .amis-scope .m\:bottom-none {
    bottom: 0;
  }

  .amis-scope .m\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .amis-scope .m\:bottom-1 {
    bottom: 0.25rem;
  }

  .amis-scope .m\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .amis-scope .m\:bottom-2 {
    bottom: 0.5rem;
  }

  .amis-scope .m\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .amis-scope .m\:bottom-3 {
    bottom: 0.75rem;
  }

  .amis-scope .m\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .amis-scope .m\:bottom-4 {
    bottom: 1rem;
  }

  .amis-scope .m\:bottom-5 {
    bottom: 1.25rem;
  }

  .amis-scope .m\:bottom-6 {
    bottom: 1.5rem;
  }

  .amis-scope .m\:bottom-7 {
    bottom: 1.75rem;
  }

  .amis-scope .m\:bottom-8 {
    bottom: 2rem;
  }

  .amis-scope .m\:bottom-9 {
    bottom: 2.25rem;
  }

  .amis-scope .m\:bottom-10 {
    bottom: 2.5rem;
  }

  .amis-scope .m\:bottom-11 {
    bottom: 2.75rem;
  }

  .amis-scope .m\:bottom-12 {
    bottom: 3rem;
  }

  .amis-scope .m\:bottom-14 {
    bottom: 3.5rem;
  }

  .amis-scope .m\:bottom-16 {
    bottom: 4rem;
  }

  .amis-scope .m\:bottom-18 {
    bottom: 4.5rem;
  }

  .amis-scope .m\:bottom-20 {
    bottom: 5rem;
  }

  .amis-scope .m\:bottom-24 {
    bottom: 6rem;
  }

  .amis-scope .m\:bottom-28 {
    bottom: 7rem;
  }

  .amis-scope .m\:bottom-32 {
    bottom: 8rem;
  }

  .amis-scope .m\:bottom-36 {
    bottom: 9rem;
  }

  .amis-scope .m\:bottom-40 {
    bottom: 10rem;
  }

  .amis-scope .m\:bottom-44 {
    bottom: 11rem;
  }

  .amis-scope .m\:bottom-48 {
    bottom: 12rem;
  }

  .amis-scope .m\:bottom-52 {
    bottom: 13rem;
  }

  .amis-scope .m\:bottom-56 {
    bottom: 14rem;
  }

  .amis-scope .m\:bottom-60 {
    bottom: 15rem;
  }

  .amis-scope .m\:bottom-64 {
    bottom: 16rem;
  }

  .amis-scope .m\:bottom-72 {
    bottom: 18rem;
  }

  .amis-scope .m\:bottom-80 {
    bottom: 20rem;
  }

  .amis-scope .m\:bottom-96 {
    bottom: 24rem;
  }

  .amis-scope .m\:bottom-auto {
    bottom: auto;
  }

  .amis-scope .m\:bottom-1\/2 {
    bottom: 50%;
  }

  .amis-scope .m\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .amis-scope .m\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .amis-scope .m\:bottom-1\/4 {
    bottom: 25%;
  }

  .amis-scope .m\:bottom-2\/4 {
    bottom: 50%;
  }

  .amis-scope .m\:bottom-3\/4 {
    bottom: 75%;
  }

  .amis-scope .m\:bottom-full {
    bottom: 100%;
  }

  .amis-scope .m\:-bottom-px {
    bottom: -0.0625rem;
  }

  .amis-scope .m\:-bottom-0 {
    bottom: 0;
  }

  .amis-scope .m\:-bottom-none {
    bottom: 0;
  }

  .amis-scope .m\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .amis-scope .m\:-bottom-1 {
    bottom: -0.25rem;
  }

  .amis-scope .m\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .amis-scope .m\:-bottom-2 {
    bottom: -0.5rem;
  }

  .amis-scope .m\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .amis-scope .m\:-bottom-3 {
    bottom: -0.75rem;
  }

  .amis-scope .m\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .amis-scope .m\:-bottom-4 {
    bottom: -1rem;
  }

  .amis-scope .m\:-bottom-5 {
    bottom: -1.25rem;
  }

  .amis-scope .m\:-bottom-6 {
    bottom: -1.5rem;
  }

  .amis-scope .m\:-bottom-7 {
    bottom: -1.75rem;
  }

  .amis-scope .m\:-bottom-8 {
    bottom: -2rem;
  }

  .amis-scope .m\:-bottom-9 {
    bottom: -2.25rem;
  }

  .amis-scope .m\:-bottom-10 {
    bottom: -2.5rem;
  }

  .amis-scope .m\:-bottom-11 {
    bottom: -2.75rem;
  }

  .amis-scope .m\:-bottom-12 {
    bottom: -3rem;
  }

  .amis-scope .m\:-bottom-14 {
    bottom: -3.5rem;
  }

  .amis-scope .m\:-bottom-16 {
    bottom: -4rem;
  }

  .amis-scope .m\:-bottom-18 {
    bottom: -4.5rem;
  }

  .amis-scope .m\:-bottom-20 {
    bottom: -5rem;
  }

  .amis-scope .m\:-bottom-24 {
    bottom: -6rem;
  }

  .amis-scope .m\:-bottom-28 {
    bottom: -7rem;
  }

  .amis-scope .m\:-bottom-32 {
    bottom: -8rem;
  }

  .amis-scope .m\:-bottom-36 {
    bottom: -9rem;
  }

  .amis-scope .m\:-bottom-40 {
    bottom: -10rem;
  }

  .amis-scope .m\:-bottom-44 {
    bottom: -11rem;
  }

  .amis-scope .m\:-bottom-48 {
    bottom: -12rem;
  }

  .amis-scope .m\:-bottom-52 {
    bottom: -13rem;
  }

  .amis-scope .m\:-bottom-56 {
    bottom: -14rem;
  }

  .amis-scope .m\:-bottom-60 {
    bottom: -15rem;
  }

  .amis-scope .m\:-bottom-64 {
    bottom: -16rem;
  }

  .amis-scope .m\:-bottom-72 {
    bottom: -18rem;
  }

  .amis-scope .m\:-bottom-80 {
    bottom: -20rem;
  }

  .amis-scope .m\:-bottom-96 {
    bottom: -24rem;
  }

  .amis-scope .m\:-bottom-1\/2 {
    bottom: -50%;
  }

  .amis-scope .m\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .amis-scope .m\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .amis-scope .m\:-bottom-1\/4 {
    bottom: -25%;
  }

  .amis-scope .m\:-bottom-2\/4 {
    bottom: -50%;
  }

  .amis-scope .m\:-bottom-3\/4 {
    bottom: -75%;
  }

  .amis-scope .m\:-bottom-full {
    bottom: -100%;
  }

  .amis-scope .m\:left-px {
    left: 0.0625rem;
  }

  .amis-scope .m\:left-0 {
    left: 0;
  }

  .amis-scope .m\:left-none {
    left: 0;
  }

  .amis-scope .m\:left-0\.5 {
    left: 0.125rem;
  }

  .amis-scope .m\:left-1 {
    left: 0.25rem;
  }

  .amis-scope .m\:left-1\.5 {
    left: 0.375rem;
  }

  .amis-scope .m\:left-2 {
    left: 0.5rem;
  }

  .amis-scope .m\:left-2\.5 {
    left: 0.625rem;
  }

  .amis-scope .m\:left-3 {
    left: 0.75rem;
  }

  .amis-scope .m\:left-3\.5 {
    left: 0.875rem;
  }

  .amis-scope .m\:left-4 {
    left: 1rem;
  }

  .amis-scope .m\:left-5 {
    left: 1.25rem;
  }

  .amis-scope .m\:left-6 {
    left: 1.5rem;
  }

  .amis-scope .m\:left-7 {
    left: 1.75rem;
  }

  .amis-scope .m\:left-8 {
    left: 2rem;
  }

  .amis-scope .m\:left-9 {
    left: 2.25rem;
  }

  .amis-scope .m\:left-10 {
    left: 2.5rem;
  }

  .amis-scope .m\:left-11 {
    left: 2.75rem;
  }

  .amis-scope .m\:left-12 {
    left: 3rem;
  }

  .amis-scope .m\:left-14 {
    left: 3.5rem;
  }

  .amis-scope .m\:left-16 {
    left: 4rem;
  }

  .amis-scope .m\:left-18 {
    left: 4.5rem;
  }

  .amis-scope .m\:left-20 {
    left: 5rem;
  }

  .amis-scope .m\:left-24 {
    left: 6rem;
  }

  .amis-scope .m\:left-28 {
    left: 7rem;
  }

  .amis-scope .m\:left-32 {
    left: 8rem;
  }

  .amis-scope .m\:left-36 {
    left: 9rem;
  }

  .amis-scope .m\:left-40 {
    left: 10rem;
  }

  .amis-scope .m\:left-44 {
    left: 11rem;
  }

  .amis-scope .m\:left-48 {
    left: 12rem;
  }

  .amis-scope .m\:left-52 {
    left: 13rem;
  }

  .amis-scope .m\:left-56 {
    left: 14rem;
  }

  .amis-scope .m\:left-60 {
    left: 15rem;
  }

  .amis-scope .m\:left-64 {
    left: 16rem;
  }

  .amis-scope .m\:left-72 {
    left: 18rem;
  }

  .amis-scope .m\:left-80 {
    left: 20rem;
  }

  .amis-scope .m\:left-96 {
    left: 24rem;
  }

  .amis-scope .m\:left-auto {
    left: auto;
  }

  .amis-scope .m\:left-1\/2 {
    left: 50%;
  }

  .amis-scope .m\:left-1\/3 {
    left: 33.333333%;
  }

  .amis-scope .m\:left-2\/3 {
    left: 66.666667%;
  }

  .amis-scope .m\:left-1\/4 {
    left: 25%;
  }

  .amis-scope .m\:left-2\/4 {
    left: 50%;
  }

  .amis-scope .m\:left-3\/4 {
    left: 75%;
  }

  .amis-scope .m\:left-full {
    left: 100%;
  }

  .amis-scope .m\:-left-px {
    left: -0.0625rem;
  }

  .amis-scope .m\:-left-0 {
    left: 0;
  }

  .amis-scope .m\:-left-none {
    left: 0;
  }

  .amis-scope .m\:-left-0\.5 {
    left: -0.125rem;
  }

  .amis-scope .m\:-left-1 {
    left: -0.25rem;
  }

  .amis-scope .m\:-left-1\.5 {
    left: -0.375rem;
  }

  .amis-scope .m\:-left-2 {
    left: -0.5rem;
  }

  .amis-scope .m\:-left-2\.5 {
    left: -0.625rem;
  }

  .amis-scope .m\:-left-3 {
    left: -0.75rem;
  }

  .amis-scope .m\:-left-3\.5 {
    left: -0.875rem;
  }

  .amis-scope .m\:-left-4 {
    left: -1rem;
  }

  .amis-scope .m\:-left-5 {
    left: -1.25rem;
  }

  .amis-scope .m\:-left-6 {
    left: -1.5rem;
  }

  .amis-scope .m\:-left-7 {
    left: -1.75rem;
  }

  .amis-scope .m\:-left-8 {
    left: -2rem;
  }

  .amis-scope .m\:-left-9 {
    left: -2.25rem;
  }

  .amis-scope .m\:-left-10 {
    left: -2.5rem;
  }

  .amis-scope .m\:-left-11 {
    left: -2.75rem;
  }

  .amis-scope .m\:-left-12 {
    left: -3rem;
  }

  .amis-scope .m\:-left-14 {
    left: -3.5rem;
  }

  .amis-scope .m\:-left-16 {
    left: -4rem;
  }

  .amis-scope .m\:-left-18 {
    left: -4.5rem;
  }

  .amis-scope .m\:-left-20 {
    left: -5rem;
  }

  .amis-scope .m\:-left-24 {
    left: -6rem;
  }

  .amis-scope .m\:-left-28 {
    left: -7rem;
  }

  .amis-scope .m\:-left-32 {
    left: -8rem;
  }

  .amis-scope .m\:-left-36 {
    left: -9rem;
  }

  .amis-scope .m\:-left-40 {
    left: -10rem;
  }

  .amis-scope .m\:-left-44 {
    left: -11rem;
  }

  .amis-scope .m\:-left-48 {
    left: -12rem;
  }

  .amis-scope .m\:-left-52 {
    left: -13rem;
  }

  .amis-scope .m\:-left-56 {
    left: -14rem;
  }

  .amis-scope .m\:-left-60 {
    left: -15rem;
  }

  .amis-scope .m\:-left-64 {
    left: -16rem;
  }

  .amis-scope .m\:-left-72 {
    left: -18rem;
  }

  .amis-scope .m\:-left-80 {
    left: -20rem;
  }

  .amis-scope .m\:-left-96 {
    left: -24rem;
  }

  .amis-scope .m\:-left-1\/2 {
    left: -50%;
  }

  .amis-scope .m\:-left-1\/3 {
    left: -33.333333%;
  }

  .amis-scope .m\:-left-2\/3 {
    left: -66.666667%;
  }

  .amis-scope .m\:-left-1\/4 {
    left: -25%;
  }

  .amis-scope .m\:-left-2\/4 {
    left: -50%;
  }

  .amis-scope .m\:-left-3\/4 {
    left: -75%;
  }

  .amis-scope .m\:-left-full {
    left: -100%;
  }

  .amis-scope .m\:inset-px {
    top: 0.0625rem;
    right: 0.0625rem;
    bottom: 0.0625rem;
    left: 0.0625rem;
  }

  .amis-scope .m\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .amis-scope .m\:inset-none {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .amis-scope .m\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .amis-scope .m\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .amis-scope .m\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .amis-scope .m\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .amis-scope .m\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .amis-scope .m\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .amis-scope .m\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .amis-scope .m\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .amis-scope .m\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .amis-scope .m\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .amis-scope .m\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .amis-scope .m\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .amis-scope .m\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .amis-scope .m\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .amis-scope .m\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .amis-scope .m\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .amis-scope .m\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .amis-scope .m\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .amis-scope .m\:inset-18 {
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .amis-scope .m\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .amis-scope .m\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .amis-scope .m\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .amis-scope .m\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .amis-scope .m\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .amis-scope .m\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .amis-scope .m\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .amis-scope .m\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .amis-scope .m\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .amis-scope .m\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .amis-scope .m\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .amis-scope .m\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .amis-scope .m\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .amis-scope .m\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .amis-scope .m\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .amis-scope .m\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .amis-scope .m\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .amis-scope .m\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .amis-scope .m\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .amis-scope .m\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .amis-scope .m\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .amis-scope .m\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .amis-scope .m\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .amis-scope .m\:-inset-px {
    top: -0.0625rem;
    right: -0.0625rem;
    bottom: -0.0625rem;
    left: -0.0625rem;
  }

  .amis-scope .m\:-inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .amis-scope .m\:-inset-none {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .amis-scope .m\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .amis-scope .m\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .amis-scope .m\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .amis-scope .m\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .amis-scope .m\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .amis-scope .m\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .amis-scope .m\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .amis-scope .m\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .amis-scope .m\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .amis-scope .m\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .amis-scope .m\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .amis-scope .m\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .amis-scope .m\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .amis-scope .m\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .amis-scope .m\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .amis-scope .m\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .amis-scope .m\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .amis-scope .m\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .amis-scope .m\:-inset-18 {
    top: -4.5rem;
    right: -4.5rem;
    bottom: -4.5rem;
    left: -4.5rem;
  }

  .amis-scope .m\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .amis-scope .m\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .amis-scope .m\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .amis-scope .m\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .amis-scope .m\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .amis-scope .m\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .amis-scope .m\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .amis-scope .m\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .amis-scope .m\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .amis-scope .m\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .amis-scope .m\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .amis-scope .m\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .amis-scope .m\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .amis-scope .m\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .amis-scope .m\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .amis-scope .m\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .amis-scope .m\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .amis-scope .m\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .amis-scope .m\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .amis-scope .m\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .amis-scope .m\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .amis-scope .m\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .amis-scope .m\:inset-x-px {
    right: 0.0625rem;
    left: 0.0625rem;
  }

  .amis-scope .m\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .amis-scope .m\:inset-x-none {
    right: 0;
    left: 0;
  }

  .amis-scope .m\:inset-x-0\.5 {
    right: 0.125rem;
    left: 0.125rem;
  }

  .amis-scope .m\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .amis-scope .m\:inset-x-1\.5 {
    right: 0.375rem;
    left: 0.375rem;
  }

  .amis-scope .m\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .amis-scope .m\:inset-x-2\.5 {
    right: 0.625rem;
    left: 0.625rem;
  }

  .amis-scope .m\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }

  .amis-scope .m\:inset-x-3\.5 {
    right: 0.875rem;
    left: 0.875rem;
  }

  .amis-scope .m\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .amis-scope .m\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .amis-scope .m\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .amis-scope .m\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .amis-scope .m\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .amis-scope .m\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .amis-scope .m\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .amis-scope .m\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem;
  }

  .amis-scope .m\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }

  .amis-scope .m\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }

  .amis-scope .m\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }

  .amis-scope .m\:inset-x-18 {
    right: 4.5rem;
    left: 4.5rem;
  }

  .amis-scope .m\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .amis-scope .m\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }

  .amis-scope .m\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }

  .amis-scope .m\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }

  .amis-scope .m\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }

  .amis-scope .m\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }

  .amis-scope .m\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }

  .amis-scope .m\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }

  .amis-scope .m\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }

  .amis-scope .m\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }

  .amis-scope .m\:inset-x-60 {
    right: 15rem;
    left: 15rem;
  }

  .amis-scope .m\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }

  .amis-scope .m\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }

  .amis-scope .m\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }

  .amis-scope .m\:inset-x-96 {
    right: 24rem;
    left: 24rem;
  }

  .amis-scope .m\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .amis-scope .m\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .amis-scope .m\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%;
  }

  .amis-scope .m\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%;
  }

  .amis-scope .m\:inset-x-1\/4 {
    right: 25%;
    left: 25%;
  }

  .amis-scope .m\:inset-x-2\/4 {
    right: 50%;
    left: 50%;
  }

  .amis-scope .m\:inset-x-3\/4 {
    right: 75%;
    left: 75%;
  }

  .amis-scope .m\:inset-x-full {
    right: 100%;
    left: 100%;
  }

  .amis-scope .m\:-inset-x-px {
    right: -0.0625rem;
    left: -0.0625rem;
  }

  .amis-scope .m\:-inset-x-0 {
    right: 0;
    left: 0;
  }

  .amis-scope .m\:-inset-x-none {
    right: 0;
    left: 0;
  }

  .amis-scope .m\:-inset-x-0\.5 {
    right: -0.125rem;
    left: -0.125rem;
  }

  .amis-scope .m\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem;
  }

  .amis-scope .m\:-inset-x-1\.5 {
    right: -0.375rem;
    left: -0.375rem;
  }

  .amis-scope .m\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem;
  }

  .amis-scope .m\:-inset-x-2\.5 {
    right: -0.625rem;
    left: -0.625rem;
  }

  .amis-scope .m\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem;
  }

  .amis-scope .m\:-inset-x-3\.5 {
    right: -0.875rem;
    left: -0.875rem;
  }

  .amis-scope .m\:-inset-x-4 {
    right: -1rem;
    left: -1rem;
  }

  .amis-scope .m\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem;
  }

  .amis-scope .m\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem;
  }

  .amis-scope .m\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem;
  }

  .amis-scope .m\:-inset-x-8 {
    right: -2rem;
    left: -2rem;
  }

  .amis-scope .m\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem;
  }

  .amis-scope .m\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem;
  }

  .amis-scope .m\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem;
  }

  .amis-scope .m\:-inset-x-12 {
    right: -3rem;
    left: -3rem;
  }

  .amis-scope .m\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem;
  }

  .amis-scope .m\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }

  .amis-scope .m\:-inset-x-18 {
    right: -4.5rem;
    left: -4.5rem;
  }

  .amis-scope .m\:-inset-x-20 {
    right: -5rem;
    left: -5rem;
  }

  .amis-scope .m\:-inset-x-24 {
    right: -6rem;
    left: -6rem;
  }

  .amis-scope .m\:-inset-x-28 {
    right: -7rem;
    left: -7rem;
  }

  .amis-scope .m\:-inset-x-32 {
    right: -8rem;
    left: -8rem;
  }

  .amis-scope .m\:-inset-x-36 {
    right: -9rem;
    left: -9rem;
  }

  .amis-scope .m\:-inset-x-40 {
    right: -10rem;
    left: -10rem;
  }

  .amis-scope .m\:-inset-x-44 {
    right: -11rem;
    left: -11rem;
  }

  .amis-scope .m\:-inset-x-48 {
    right: -12rem;
    left: -12rem;
  }

  .amis-scope .m\:-inset-x-52 {
    right: -13rem;
    left: -13rem;
  }

  .amis-scope .m\:-inset-x-56 {
    right: -14rem;
    left: -14rem;
  }

  .amis-scope .m\:-inset-x-60 {
    right: -15rem;
    left: -15rem;
  }

  .amis-scope .m\:-inset-x-64 {
    right: -16rem;
    left: -16rem;
  }

  .amis-scope .m\:-inset-x-72 {
    right: -18rem;
    left: -18rem;
  }

  .amis-scope .m\:-inset-x-80 {
    right: -20rem;
    left: -20rem;
  }

  .amis-scope .m\:-inset-x-96 {
    right: -24rem;
    left: -24rem;
  }

  .amis-scope .m\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  .amis-scope .m\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%;
  }

  .amis-scope .m\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%;
  }

  .amis-scope .m\:-inset-x-1\/4 {
    right: -25%;
    left: -25%;
  }

  .amis-scope .m\:-inset-x-2\/4 {
    right: -50%;
    left: -50%;
  }

  .amis-scope .m\:-inset-x-3\/4 {
    right: -75%;
    left: -75%;
  }

  .amis-scope .m\:-inset-x-full {
    right: -100%;
    left: -100%;
  }

  .amis-scope .m\:inset-y-px {
    top: 0.0625rem;
    bottom: 0.0625rem;
  }

  .amis-scope .m\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .amis-scope .m\:inset-y-none {
    top: 0;
    bottom: 0;
  }

  .amis-scope .m\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .amis-scope .m\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .amis-scope .m\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .amis-scope .m\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .amis-scope .m\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .amis-scope .m\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .amis-scope .m\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .amis-scope .m\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .amis-scope .m\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .amis-scope .m\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .amis-scope .m\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .amis-scope .m\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .amis-scope .m\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .amis-scope .m\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .amis-scope .m\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .amis-scope .m\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .amis-scope .m\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .amis-scope .m\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .amis-scope .m\:inset-y-18 {
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .amis-scope .m\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .amis-scope .m\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .amis-scope .m\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .amis-scope .m\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .amis-scope .m\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .amis-scope .m\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .amis-scope .m\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .amis-scope .m\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .amis-scope .m\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .amis-scope .m\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .amis-scope .m\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .amis-scope .m\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .amis-scope .m\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .amis-scope .m\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .amis-scope .m\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .amis-scope .m\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .amis-scope .m\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .amis-scope .m\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .amis-scope .m\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .amis-scope .m\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .amis-scope .m\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .amis-scope .m\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .amis-scope .m\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .amis-scope .m\:-inset-y-px {
    top: -0.0625rem;
    bottom: -0.0625rem;
  }

  .amis-scope .m\:-inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .amis-scope .m\:-inset-y-none {
    top: 0;
    bottom: 0;
  }

  .amis-scope .m\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .amis-scope .m\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .amis-scope .m\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .amis-scope .m\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .amis-scope .m\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .amis-scope .m\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .amis-scope .m\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .amis-scope .m\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .amis-scope .m\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .amis-scope .m\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .amis-scope .m\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .amis-scope .m\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .amis-scope .m\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .amis-scope .m\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .amis-scope .m\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .amis-scope .m\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .amis-scope .m\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .amis-scope .m\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .amis-scope .m\:-inset-y-18 {
    top: -4.5rem;
    bottom: -4.5rem;
  }

  .amis-scope .m\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .amis-scope .m\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .amis-scope .m\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .amis-scope .m\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .amis-scope .m\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .amis-scope .m\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .amis-scope .m\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .amis-scope .m\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .amis-scope .m\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .amis-scope .m\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .amis-scope .m\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .amis-scope .m\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .amis-scope .m\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .amis-scope .m\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .amis-scope .m\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .amis-scope .m\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .amis-scope .m\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .amis-scope .m\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .amis-scope .m\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .amis-scope .m\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .amis-scope .m\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .amis-scope .m\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:top-px {
    top: 0.0625rem;
  }

  .amis-scope .pc\:top-0 {
    top: 0;
  }

  .amis-scope .pc\:top-none {
    top: 0;
  }

  .amis-scope .pc\:top-0\.5 {
    top: 0.125rem;
  }

  .amis-scope .pc\:top-1 {
    top: 0.25rem;
  }

  .amis-scope .pc\:top-1\.5 {
    top: 0.375rem;
  }

  .amis-scope .pc\:top-2 {
    top: 0.5rem;
  }

  .amis-scope .pc\:top-2\.5 {
    top: 0.625rem;
  }

  .amis-scope .pc\:top-3 {
    top: 0.75rem;
  }

  .amis-scope .pc\:top-3\.5 {
    top: 0.875rem;
  }

  .amis-scope .pc\:top-4 {
    top: 1rem;
  }

  .amis-scope .pc\:top-5 {
    top: 1.25rem;
  }

  .amis-scope .pc\:top-6 {
    top: 1.5rem;
  }

  .amis-scope .pc\:top-7 {
    top: 1.75rem;
  }

  .amis-scope .pc\:top-8 {
    top: 2rem;
  }

  .amis-scope .pc\:top-9 {
    top: 2.25rem;
  }

  .amis-scope .pc\:top-10 {
    top: 2.5rem;
  }

  .amis-scope .pc\:top-11 {
    top: 2.75rem;
  }

  .amis-scope .pc\:top-12 {
    top: 3rem;
  }

  .amis-scope .pc\:top-14 {
    top: 3.5rem;
  }

  .amis-scope .pc\:top-16 {
    top: 4rem;
  }

  .amis-scope .pc\:top-18 {
    top: 4.5rem;
  }

  .amis-scope .pc\:top-20 {
    top: 5rem;
  }

  .amis-scope .pc\:top-24 {
    top: 6rem;
  }

  .amis-scope .pc\:top-28 {
    top: 7rem;
  }

  .amis-scope .pc\:top-32 {
    top: 8rem;
  }

  .amis-scope .pc\:top-36 {
    top: 9rem;
  }

  .amis-scope .pc\:top-40 {
    top: 10rem;
  }

  .amis-scope .pc\:top-44 {
    top: 11rem;
  }

  .amis-scope .pc\:top-48 {
    top: 12rem;
  }

  .amis-scope .pc\:top-52 {
    top: 13rem;
  }

  .amis-scope .pc\:top-56 {
    top: 14rem;
  }

  .amis-scope .pc\:top-60 {
    top: 15rem;
  }

  .amis-scope .pc\:top-64 {
    top: 16rem;
  }

  .amis-scope .pc\:top-72 {
    top: 18rem;
  }

  .amis-scope .pc\:top-80 {
    top: 20rem;
  }

  .amis-scope .pc\:top-96 {
    top: 24rem;
  }

  .amis-scope .pc\:top-auto {
    top: auto;
  }

  .amis-scope .pc\:top-1\/2 {
    top: 50%;
  }

  .amis-scope .pc\:top-1\/3 {
    top: 33.333333%;
  }

  .amis-scope .pc\:top-2\/3 {
    top: 66.666667%;
  }

  .amis-scope .pc\:top-1\/4 {
    top: 25%;
  }

  .amis-scope .pc\:top-2\/4 {
    top: 50%;
  }

  .amis-scope .pc\:top-3\/4 {
    top: 75%;
  }

  .amis-scope .pc\:top-full {
    top: 100%;
  }

  .amis-scope .pc\:-top-px {
    top: -0.0625rem;
  }

  .amis-scope .pc\:-top-0 {
    top: 0;
  }

  .amis-scope .pc\:-top-none {
    top: 0;
  }

  .amis-scope .pc\:-top-0\.5 {
    top: -0.125rem;
  }

  .amis-scope .pc\:-top-1 {
    top: -0.25rem;
  }

  .amis-scope .pc\:-top-1\.5 {
    top: -0.375rem;
  }

  .amis-scope .pc\:-top-2 {
    top: -0.5rem;
  }

  .amis-scope .pc\:-top-2\.5 {
    top: -0.625rem;
  }

  .amis-scope .pc\:-top-3 {
    top: -0.75rem;
  }

  .amis-scope .pc\:-top-3\.5 {
    top: -0.875rem;
  }

  .amis-scope .pc\:-top-4 {
    top: -1rem;
  }

  .amis-scope .pc\:-top-5 {
    top: -1.25rem;
  }

  .amis-scope .pc\:-top-6 {
    top: -1.5rem;
  }

  .amis-scope .pc\:-top-7 {
    top: -1.75rem;
  }

  .amis-scope .pc\:-top-8 {
    top: -2rem;
  }

  .amis-scope .pc\:-top-9 {
    top: -2.25rem;
  }

  .amis-scope .pc\:-top-10 {
    top: -2.5rem;
  }

  .amis-scope .pc\:-top-11 {
    top: -2.75rem;
  }

  .amis-scope .pc\:-top-12 {
    top: -3rem;
  }

  .amis-scope .pc\:-top-14 {
    top: -3.5rem;
  }

  .amis-scope .pc\:-top-16 {
    top: -4rem;
  }

  .amis-scope .pc\:-top-18 {
    top: -4.5rem;
  }

  .amis-scope .pc\:-top-20 {
    top: -5rem;
  }

  .amis-scope .pc\:-top-24 {
    top: -6rem;
  }

  .amis-scope .pc\:-top-28 {
    top: -7rem;
  }

  .amis-scope .pc\:-top-32 {
    top: -8rem;
  }

  .amis-scope .pc\:-top-36 {
    top: -9rem;
  }

  .amis-scope .pc\:-top-40 {
    top: -10rem;
  }

  .amis-scope .pc\:-top-44 {
    top: -11rem;
  }

  .amis-scope .pc\:-top-48 {
    top: -12rem;
  }

  .amis-scope .pc\:-top-52 {
    top: -13rem;
  }

  .amis-scope .pc\:-top-56 {
    top: -14rem;
  }

  .amis-scope .pc\:-top-60 {
    top: -15rem;
  }

  .amis-scope .pc\:-top-64 {
    top: -16rem;
  }

  .amis-scope .pc\:-top-72 {
    top: -18rem;
  }

  .amis-scope .pc\:-top-80 {
    top: -20rem;
  }

  .amis-scope .pc\:-top-96 {
    top: -24rem;
  }

  .amis-scope .pc\:-top-1\/2 {
    top: -50%;
  }

  .amis-scope .pc\:-top-1\/3 {
    top: -33.333333%;
  }

  .amis-scope .pc\:-top-2\/3 {
    top: -66.666667%;
  }

  .amis-scope .pc\:-top-1\/4 {
    top: -25%;
  }

  .amis-scope .pc\:-top-2\/4 {
    top: -50%;
  }

  .amis-scope .pc\:-top-3\/4 {
    top: -75%;
  }

  .amis-scope .pc\:-top-full {
    top: -100%;
  }

  .amis-scope .pc\:right-px {
    right: 0.0625rem;
  }

  .amis-scope .pc\:right-0 {
    right: 0;
  }

  .amis-scope .pc\:right-none {
    right: 0;
  }

  .amis-scope .pc\:right-0\.5 {
    right: 0.125rem;
  }

  .amis-scope .pc\:right-1 {
    right: 0.25rem;
  }

  .amis-scope .pc\:right-1\.5 {
    right: 0.375rem;
  }

  .amis-scope .pc\:right-2 {
    right: 0.5rem;
  }

  .amis-scope .pc\:right-2\.5 {
    right: 0.625rem;
  }

  .amis-scope .pc\:right-3 {
    right: 0.75rem;
  }

  .amis-scope .pc\:right-3\.5 {
    right: 0.875rem;
  }

  .amis-scope .pc\:right-4 {
    right: 1rem;
  }

  .amis-scope .pc\:right-5 {
    right: 1.25rem;
  }

  .amis-scope .pc\:right-6 {
    right: 1.5rem;
  }

  .amis-scope .pc\:right-7 {
    right: 1.75rem;
  }

  .amis-scope .pc\:right-8 {
    right: 2rem;
  }

  .amis-scope .pc\:right-9 {
    right: 2.25rem;
  }

  .amis-scope .pc\:right-10 {
    right: 2.5rem;
  }

  .amis-scope .pc\:right-11 {
    right: 2.75rem;
  }

  .amis-scope .pc\:right-12 {
    right: 3rem;
  }

  .amis-scope .pc\:right-14 {
    right: 3.5rem;
  }

  .amis-scope .pc\:right-16 {
    right: 4rem;
  }

  .amis-scope .pc\:right-18 {
    right: 4.5rem;
  }

  .amis-scope .pc\:right-20 {
    right: 5rem;
  }

  .amis-scope .pc\:right-24 {
    right: 6rem;
  }

  .amis-scope .pc\:right-28 {
    right: 7rem;
  }

  .amis-scope .pc\:right-32 {
    right: 8rem;
  }

  .amis-scope .pc\:right-36 {
    right: 9rem;
  }

  .amis-scope .pc\:right-40 {
    right: 10rem;
  }

  .amis-scope .pc\:right-44 {
    right: 11rem;
  }

  .amis-scope .pc\:right-48 {
    right: 12rem;
  }

  .amis-scope .pc\:right-52 {
    right: 13rem;
  }

  .amis-scope .pc\:right-56 {
    right: 14rem;
  }

  .amis-scope .pc\:right-60 {
    right: 15rem;
  }

  .amis-scope .pc\:right-64 {
    right: 16rem;
  }

  .amis-scope .pc\:right-72 {
    right: 18rem;
  }

  .amis-scope .pc\:right-80 {
    right: 20rem;
  }

  .amis-scope .pc\:right-96 {
    right: 24rem;
  }

  .amis-scope .pc\:right-auto {
    right: auto;
  }

  .amis-scope .pc\:right-1\/2 {
    right: 50%;
  }

  .amis-scope .pc\:right-1\/3 {
    right: 33.333333%;
  }

  .amis-scope .pc\:right-2\/3 {
    right: 66.666667%;
  }

  .amis-scope .pc\:right-1\/4 {
    right: 25%;
  }

  .amis-scope .pc\:right-2\/4 {
    right: 50%;
  }

  .amis-scope .pc\:right-3\/4 {
    right: 75%;
  }

  .amis-scope .pc\:right-full {
    right: 100%;
  }

  .amis-scope .pc\:-right-px {
    right: -0.0625rem;
  }

  .amis-scope .pc\:-right-0 {
    right: 0;
  }

  .amis-scope .pc\:-right-none {
    right: 0;
  }

  .amis-scope .pc\:-right-0\.5 {
    right: -0.125rem;
  }

  .amis-scope .pc\:-right-1 {
    right: -0.25rem;
  }

  .amis-scope .pc\:-right-1\.5 {
    right: -0.375rem;
  }

  .amis-scope .pc\:-right-2 {
    right: -0.5rem;
  }

  .amis-scope .pc\:-right-2\.5 {
    right: -0.625rem;
  }

  .amis-scope .pc\:-right-3 {
    right: -0.75rem;
  }

  .amis-scope .pc\:-right-3\.5 {
    right: -0.875rem;
  }

  .amis-scope .pc\:-right-4 {
    right: -1rem;
  }

  .amis-scope .pc\:-right-5 {
    right: -1.25rem;
  }

  .amis-scope .pc\:-right-6 {
    right: -1.5rem;
  }

  .amis-scope .pc\:-right-7 {
    right: -1.75rem;
  }

  .amis-scope .pc\:-right-8 {
    right: -2rem;
  }

  .amis-scope .pc\:-right-9 {
    right: -2.25rem;
  }

  .amis-scope .pc\:-right-10 {
    right: -2.5rem;
  }

  .amis-scope .pc\:-right-11 {
    right: -2.75rem;
  }

  .amis-scope .pc\:-right-12 {
    right: -3rem;
  }

  .amis-scope .pc\:-right-14 {
    right: -3.5rem;
  }

  .amis-scope .pc\:-right-16 {
    right: -4rem;
  }

  .amis-scope .pc\:-right-18 {
    right: -4.5rem;
  }

  .amis-scope .pc\:-right-20 {
    right: -5rem;
  }

  .amis-scope .pc\:-right-24 {
    right: -6rem;
  }

  .amis-scope .pc\:-right-28 {
    right: -7rem;
  }

  .amis-scope .pc\:-right-32 {
    right: -8rem;
  }

  .amis-scope .pc\:-right-36 {
    right: -9rem;
  }

  .amis-scope .pc\:-right-40 {
    right: -10rem;
  }

  .amis-scope .pc\:-right-44 {
    right: -11rem;
  }

  .amis-scope .pc\:-right-48 {
    right: -12rem;
  }

  .amis-scope .pc\:-right-52 {
    right: -13rem;
  }

  .amis-scope .pc\:-right-56 {
    right: -14rem;
  }

  .amis-scope .pc\:-right-60 {
    right: -15rem;
  }

  .amis-scope .pc\:-right-64 {
    right: -16rem;
  }

  .amis-scope .pc\:-right-72 {
    right: -18rem;
  }

  .amis-scope .pc\:-right-80 {
    right: -20rem;
  }

  .amis-scope .pc\:-right-96 {
    right: -24rem;
  }

  .amis-scope .pc\:-right-1\/2 {
    right: -50%;
  }

  .amis-scope .pc\:-right-1\/3 {
    right: -33.333333%;
  }

  .amis-scope .pc\:-right-2\/3 {
    right: -66.666667%;
  }

  .amis-scope .pc\:-right-1\/4 {
    right: -25%;
  }

  .amis-scope .pc\:-right-2\/4 {
    right: -50%;
  }

  .amis-scope .pc\:-right-3\/4 {
    right: -75%;
  }

  .amis-scope .pc\:-right-full {
    right: -100%;
  }

  .amis-scope .pc\:bottom-px {
    bottom: 0.0625rem;
  }

  .amis-scope .pc\:bottom-0 {
    bottom: 0;
  }

  .amis-scope .pc\:bottom-none {
    bottom: 0;
  }

  .amis-scope .pc\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .amis-scope .pc\:bottom-1 {
    bottom: 0.25rem;
  }

  .amis-scope .pc\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .amis-scope .pc\:bottom-2 {
    bottom: 0.5rem;
  }

  .amis-scope .pc\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .amis-scope .pc\:bottom-3 {
    bottom: 0.75rem;
  }

  .amis-scope .pc\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .amis-scope .pc\:bottom-4 {
    bottom: 1rem;
  }

  .amis-scope .pc\:bottom-5 {
    bottom: 1.25rem;
  }

  .amis-scope .pc\:bottom-6 {
    bottom: 1.5rem;
  }

  .amis-scope .pc\:bottom-7 {
    bottom: 1.75rem;
  }

  .amis-scope .pc\:bottom-8 {
    bottom: 2rem;
  }

  .amis-scope .pc\:bottom-9 {
    bottom: 2.25rem;
  }

  .amis-scope .pc\:bottom-10 {
    bottom: 2.5rem;
  }

  .amis-scope .pc\:bottom-11 {
    bottom: 2.75rem;
  }

  .amis-scope .pc\:bottom-12 {
    bottom: 3rem;
  }

  .amis-scope .pc\:bottom-14 {
    bottom: 3.5rem;
  }

  .amis-scope .pc\:bottom-16 {
    bottom: 4rem;
  }

  .amis-scope .pc\:bottom-18 {
    bottom: 4.5rem;
  }

  .amis-scope .pc\:bottom-20 {
    bottom: 5rem;
  }

  .amis-scope .pc\:bottom-24 {
    bottom: 6rem;
  }

  .amis-scope .pc\:bottom-28 {
    bottom: 7rem;
  }

  .amis-scope .pc\:bottom-32 {
    bottom: 8rem;
  }

  .amis-scope .pc\:bottom-36 {
    bottom: 9rem;
  }

  .amis-scope .pc\:bottom-40 {
    bottom: 10rem;
  }

  .amis-scope .pc\:bottom-44 {
    bottom: 11rem;
  }

  .amis-scope .pc\:bottom-48 {
    bottom: 12rem;
  }

  .amis-scope .pc\:bottom-52 {
    bottom: 13rem;
  }

  .amis-scope .pc\:bottom-56 {
    bottom: 14rem;
  }

  .amis-scope .pc\:bottom-60 {
    bottom: 15rem;
  }

  .amis-scope .pc\:bottom-64 {
    bottom: 16rem;
  }

  .amis-scope .pc\:bottom-72 {
    bottom: 18rem;
  }

  .amis-scope .pc\:bottom-80 {
    bottom: 20rem;
  }

  .amis-scope .pc\:bottom-96 {
    bottom: 24rem;
  }

  .amis-scope .pc\:bottom-auto {
    bottom: auto;
  }

  .amis-scope .pc\:bottom-1\/2 {
    bottom: 50%;
  }

  .amis-scope .pc\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .amis-scope .pc\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .amis-scope .pc\:bottom-1\/4 {
    bottom: 25%;
  }

  .amis-scope .pc\:bottom-2\/4 {
    bottom: 50%;
  }

  .amis-scope .pc\:bottom-3\/4 {
    bottom: 75%;
  }

  .amis-scope .pc\:bottom-full {
    bottom: 100%;
  }

  .amis-scope .pc\:-bottom-px {
    bottom: -0.0625rem;
  }

  .amis-scope .pc\:-bottom-0 {
    bottom: 0;
  }

  .amis-scope .pc\:-bottom-none {
    bottom: 0;
  }

  .amis-scope .pc\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .amis-scope .pc\:-bottom-1 {
    bottom: -0.25rem;
  }

  .amis-scope .pc\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .amis-scope .pc\:-bottom-2 {
    bottom: -0.5rem;
  }

  .amis-scope .pc\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .amis-scope .pc\:-bottom-3 {
    bottom: -0.75rem;
  }

  .amis-scope .pc\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .amis-scope .pc\:-bottom-4 {
    bottom: -1rem;
  }

  .amis-scope .pc\:-bottom-5 {
    bottom: -1.25rem;
  }

  .amis-scope .pc\:-bottom-6 {
    bottom: -1.5rem;
  }

  .amis-scope .pc\:-bottom-7 {
    bottom: -1.75rem;
  }

  .amis-scope .pc\:-bottom-8 {
    bottom: -2rem;
  }

  .amis-scope .pc\:-bottom-9 {
    bottom: -2.25rem;
  }

  .amis-scope .pc\:-bottom-10 {
    bottom: -2.5rem;
  }

  .amis-scope .pc\:-bottom-11 {
    bottom: -2.75rem;
  }

  .amis-scope .pc\:-bottom-12 {
    bottom: -3rem;
  }

  .amis-scope .pc\:-bottom-14 {
    bottom: -3.5rem;
  }

  .amis-scope .pc\:-bottom-16 {
    bottom: -4rem;
  }

  .amis-scope .pc\:-bottom-18 {
    bottom: -4.5rem;
  }

  .amis-scope .pc\:-bottom-20 {
    bottom: -5rem;
  }

  .amis-scope .pc\:-bottom-24 {
    bottom: -6rem;
  }

  .amis-scope .pc\:-bottom-28 {
    bottom: -7rem;
  }

  .amis-scope .pc\:-bottom-32 {
    bottom: -8rem;
  }

  .amis-scope .pc\:-bottom-36 {
    bottom: -9rem;
  }

  .amis-scope .pc\:-bottom-40 {
    bottom: -10rem;
  }

  .amis-scope .pc\:-bottom-44 {
    bottom: -11rem;
  }

  .amis-scope .pc\:-bottom-48 {
    bottom: -12rem;
  }

  .amis-scope .pc\:-bottom-52 {
    bottom: -13rem;
  }

  .amis-scope .pc\:-bottom-56 {
    bottom: -14rem;
  }

  .amis-scope .pc\:-bottom-60 {
    bottom: -15rem;
  }

  .amis-scope .pc\:-bottom-64 {
    bottom: -16rem;
  }

  .amis-scope .pc\:-bottom-72 {
    bottom: -18rem;
  }

  .amis-scope .pc\:-bottom-80 {
    bottom: -20rem;
  }

  .amis-scope .pc\:-bottom-96 {
    bottom: -24rem;
  }

  .amis-scope .pc\:-bottom-1\/2 {
    bottom: -50%;
  }

  .amis-scope .pc\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .amis-scope .pc\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .amis-scope .pc\:-bottom-1\/4 {
    bottom: -25%;
  }

  .amis-scope .pc\:-bottom-2\/4 {
    bottom: -50%;
  }

  .amis-scope .pc\:-bottom-3\/4 {
    bottom: -75%;
  }

  .amis-scope .pc\:-bottom-full {
    bottom: -100%;
  }

  .amis-scope .pc\:left-px {
    left: 0.0625rem;
  }

  .amis-scope .pc\:left-0 {
    left: 0;
  }

  .amis-scope .pc\:left-none {
    left: 0;
  }

  .amis-scope .pc\:left-0\.5 {
    left: 0.125rem;
  }

  .amis-scope .pc\:left-1 {
    left: 0.25rem;
  }

  .amis-scope .pc\:left-1\.5 {
    left: 0.375rem;
  }

  .amis-scope .pc\:left-2 {
    left: 0.5rem;
  }

  .amis-scope .pc\:left-2\.5 {
    left: 0.625rem;
  }

  .amis-scope .pc\:left-3 {
    left: 0.75rem;
  }

  .amis-scope .pc\:left-3\.5 {
    left: 0.875rem;
  }

  .amis-scope .pc\:left-4 {
    left: 1rem;
  }

  .amis-scope .pc\:left-5 {
    left: 1.25rem;
  }

  .amis-scope .pc\:left-6 {
    left: 1.5rem;
  }

  .amis-scope .pc\:left-7 {
    left: 1.75rem;
  }

  .amis-scope .pc\:left-8 {
    left: 2rem;
  }

  .amis-scope .pc\:left-9 {
    left: 2.25rem;
  }

  .amis-scope .pc\:left-10 {
    left: 2.5rem;
  }

  .amis-scope .pc\:left-11 {
    left: 2.75rem;
  }

  .amis-scope .pc\:left-12 {
    left: 3rem;
  }

  .amis-scope .pc\:left-14 {
    left: 3.5rem;
  }

  .amis-scope .pc\:left-16 {
    left: 4rem;
  }

  .amis-scope .pc\:left-18 {
    left: 4.5rem;
  }

  .amis-scope .pc\:left-20 {
    left: 5rem;
  }

  .amis-scope .pc\:left-24 {
    left: 6rem;
  }

  .amis-scope .pc\:left-28 {
    left: 7rem;
  }

  .amis-scope .pc\:left-32 {
    left: 8rem;
  }

  .amis-scope .pc\:left-36 {
    left: 9rem;
  }

  .amis-scope .pc\:left-40 {
    left: 10rem;
  }

  .amis-scope .pc\:left-44 {
    left: 11rem;
  }

  .amis-scope .pc\:left-48 {
    left: 12rem;
  }

  .amis-scope .pc\:left-52 {
    left: 13rem;
  }

  .amis-scope .pc\:left-56 {
    left: 14rem;
  }

  .amis-scope .pc\:left-60 {
    left: 15rem;
  }

  .amis-scope .pc\:left-64 {
    left: 16rem;
  }

  .amis-scope .pc\:left-72 {
    left: 18rem;
  }

  .amis-scope .pc\:left-80 {
    left: 20rem;
  }

  .amis-scope .pc\:left-96 {
    left: 24rem;
  }

  .amis-scope .pc\:left-auto {
    left: auto;
  }

  .amis-scope .pc\:left-1\/2 {
    left: 50%;
  }

  .amis-scope .pc\:left-1\/3 {
    left: 33.333333%;
  }

  .amis-scope .pc\:left-2\/3 {
    left: 66.666667%;
  }

  .amis-scope .pc\:left-1\/4 {
    left: 25%;
  }

  .amis-scope .pc\:left-2\/4 {
    left: 50%;
  }

  .amis-scope .pc\:left-3\/4 {
    left: 75%;
  }

  .amis-scope .pc\:left-full {
    left: 100%;
  }

  .amis-scope .pc\:-left-px {
    left: -0.0625rem;
  }

  .amis-scope .pc\:-left-0 {
    left: 0;
  }

  .amis-scope .pc\:-left-none {
    left: 0;
  }

  .amis-scope .pc\:-left-0\.5 {
    left: -0.125rem;
  }

  .amis-scope .pc\:-left-1 {
    left: -0.25rem;
  }

  .amis-scope .pc\:-left-1\.5 {
    left: -0.375rem;
  }

  .amis-scope .pc\:-left-2 {
    left: -0.5rem;
  }

  .amis-scope .pc\:-left-2\.5 {
    left: -0.625rem;
  }

  .amis-scope .pc\:-left-3 {
    left: -0.75rem;
  }

  .amis-scope .pc\:-left-3\.5 {
    left: -0.875rem;
  }

  .amis-scope .pc\:-left-4 {
    left: -1rem;
  }

  .amis-scope .pc\:-left-5 {
    left: -1.25rem;
  }

  .amis-scope .pc\:-left-6 {
    left: -1.5rem;
  }

  .amis-scope .pc\:-left-7 {
    left: -1.75rem;
  }

  .amis-scope .pc\:-left-8 {
    left: -2rem;
  }

  .amis-scope .pc\:-left-9 {
    left: -2.25rem;
  }

  .amis-scope .pc\:-left-10 {
    left: -2.5rem;
  }

  .amis-scope .pc\:-left-11 {
    left: -2.75rem;
  }

  .amis-scope .pc\:-left-12 {
    left: -3rem;
  }

  .amis-scope .pc\:-left-14 {
    left: -3.5rem;
  }

  .amis-scope .pc\:-left-16 {
    left: -4rem;
  }

  .amis-scope .pc\:-left-18 {
    left: -4.5rem;
  }

  .amis-scope .pc\:-left-20 {
    left: -5rem;
  }

  .amis-scope .pc\:-left-24 {
    left: -6rem;
  }

  .amis-scope .pc\:-left-28 {
    left: -7rem;
  }

  .amis-scope .pc\:-left-32 {
    left: -8rem;
  }

  .amis-scope .pc\:-left-36 {
    left: -9rem;
  }

  .amis-scope .pc\:-left-40 {
    left: -10rem;
  }

  .amis-scope .pc\:-left-44 {
    left: -11rem;
  }

  .amis-scope .pc\:-left-48 {
    left: -12rem;
  }

  .amis-scope .pc\:-left-52 {
    left: -13rem;
  }

  .amis-scope .pc\:-left-56 {
    left: -14rem;
  }

  .amis-scope .pc\:-left-60 {
    left: -15rem;
  }

  .amis-scope .pc\:-left-64 {
    left: -16rem;
  }

  .amis-scope .pc\:-left-72 {
    left: -18rem;
  }

  .amis-scope .pc\:-left-80 {
    left: -20rem;
  }

  .amis-scope .pc\:-left-96 {
    left: -24rem;
  }

  .amis-scope .pc\:-left-1\/2 {
    left: -50%;
  }

  .amis-scope .pc\:-left-1\/3 {
    left: -33.333333%;
  }

  .amis-scope .pc\:-left-2\/3 {
    left: -66.666667%;
  }

  .amis-scope .pc\:-left-1\/4 {
    left: -25%;
  }

  .amis-scope .pc\:-left-2\/4 {
    left: -50%;
  }

  .amis-scope .pc\:-left-3\/4 {
    left: -75%;
  }

  .amis-scope .pc\:-left-full {
    left: -100%;
  }

  .amis-scope .pc\:inset-px {
    top: 0.0625rem;
    right: 0.0625rem;
    bottom: 0.0625rem;
    left: 0.0625rem;
  }

  .amis-scope .pc\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .amis-scope .pc\:inset-none {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .amis-scope .pc\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .amis-scope .pc\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .amis-scope .pc\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .amis-scope .pc\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .amis-scope .pc\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .amis-scope .pc\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .amis-scope .pc\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .amis-scope .pc\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .amis-scope .pc\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .amis-scope .pc\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .amis-scope .pc\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .amis-scope .pc\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .amis-scope .pc\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .amis-scope .pc\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .amis-scope .pc\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .amis-scope .pc\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .amis-scope .pc\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .amis-scope .pc\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .amis-scope .pc\:inset-18 {
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .amis-scope .pc\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .amis-scope .pc\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .amis-scope .pc\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .amis-scope .pc\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .amis-scope .pc\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .amis-scope .pc\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .amis-scope .pc\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .amis-scope .pc\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .amis-scope .pc\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .amis-scope .pc\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .amis-scope .pc\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .amis-scope .pc\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .amis-scope .pc\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .amis-scope .pc\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .amis-scope .pc\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .amis-scope .pc\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .amis-scope .pc\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .amis-scope .pc\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .amis-scope .pc\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .amis-scope .pc\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .amis-scope .pc\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .amis-scope .pc\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .amis-scope .pc\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .amis-scope .pc\:-inset-px {
    top: -0.0625rem;
    right: -0.0625rem;
    bottom: -0.0625rem;
    left: -0.0625rem;
  }

  .amis-scope .pc\:-inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .amis-scope .pc\:-inset-none {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .amis-scope .pc\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .amis-scope .pc\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .amis-scope .pc\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .amis-scope .pc\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .amis-scope .pc\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .amis-scope .pc\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .amis-scope .pc\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .amis-scope .pc\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .amis-scope .pc\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .amis-scope .pc\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .amis-scope .pc\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .amis-scope .pc\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .amis-scope .pc\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .amis-scope .pc\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .amis-scope .pc\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .amis-scope .pc\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .amis-scope .pc\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .amis-scope .pc\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .amis-scope .pc\:-inset-18 {
    top: -4.5rem;
    right: -4.5rem;
    bottom: -4.5rem;
    left: -4.5rem;
  }

  .amis-scope .pc\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .amis-scope .pc\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .amis-scope .pc\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .amis-scope .pc\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .amis-scope .pc\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .amis-scope .pc\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .amis-scope .pc\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .amis-scope .pc\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .amis-scope .pc\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .amis-scope .pc\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .amis-scope .pc\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .amis-scope .pc\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .amis-scope .pc\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .amis-scope .pc\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .amis-scope .pc\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .amis-scope .pc\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .amis-scope .pc\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .amis-scope .pc\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .amis-scope .pc\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .amis-scope .pc\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .amis-scope .pc\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .amis-scope .pc\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .amis-scope .pc\:inset-x-px {
    right: 0.0625rem;
    left: 0.0625rem;
  }

  .amis-scope .pc\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .amis-scope .pc\:inset-x-none {
    right: 0;
    left: 0;
  }

  .amis-scope .pc\:inset-x-0\.5 {
    right: 0.125rem;
    left: 0.125rem;
  }

  .amis-scope .pc\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .amis-scope .pc\:inset-x-1\.5 {
    right: 0.375rem;
    left: 0.375rem;
  }

  .amis-scope .pc\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .amis-scope .pc\:inset-x-2\.5 {
    right: 0.625rem;
    left: 0.625rem;
  }

  .amis-scope .pc\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }

  .amis-scope .pc\:inset-x-3\.5 {
    right: 0.875rem;
    left: 0.875rem;
  }

  .amis-scope .pc\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .amis-scope .pc\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .amis-scope .pc\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .amis-scope .pc\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .amis-scope .pc\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .amis-scope .pc\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .amis-scope .pc\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .amis-scope .pc\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem;
  }

  .amis-scope .pc\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }

  .amis-scope .pc\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }

  .amis-scope .pc\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }

  .amis-scope .pc\:inset-x-18 {
    right: 4.5rem;
    left: 4.5rem;
  }

  .amis-scope .pc\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .amis-scope .pc\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }

  .amis-scope .pc\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }

  .amis-scope .pc\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }

  .amis-scope .pc\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }

  .amis-scope .pc\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }

  .amis-scope .pc\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }

  .amis-scope .pc\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }

  .amis-scope .pc\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }

  .amis-scope .pc\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }

  .amis-scope .pc\:inset-x-60 {
    right: 15rem;
    left: 15rem;
  }

  .amis-scope .pc\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }

  .amis-scope .pc\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }

  .amis-scope .pc\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }

  .amis-scope .pc\:inset-x-96 {
    right: 24rem;
    left: 24rem;
  }

  .amis-scope .pc\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .amis-scope .pc\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .amis-scope .pc\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%;
  }

  .amis-scope .pc\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%;
  }

  .amis-scope .pc\:inset-x-1\/4 {
    right: 25%;
    left: 25%;
  }

  .amis-scope .pc\:inset-x-2\/4 {
    right: 50%;
    left: 50%;
  }

  .amis-scope .pc\:inset-x-3\/4 {
    right: 75%;
    left: 75%;
  }

  .amis-scope .pc\:inset-x-full {
    right: 100%;
    left: 100%;
  }

  .amis-scope .pc\:-inset-x-px {
    right: -0.0625rem;
    left: -0.0625rem;
  }

  .amis-scope .pc\:-inset-x-0 {
    right: 0;
    left: 0;
  }

  .amis-scope .pc\:-inset-x-none {
    right: 0;
    left: 0;
  }

  .amis-scope .pc\:-inset-x-0\.5 {
    right: -0.125rem;
    left: -0.125rem;
  }

  .amis-scope .pc\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem;
  }

  .amis-scope .pc\:-inset-x-1\.5 {
    right: -0.375rem;
    left: -0.375rem;
  }

  .amis-scope .pc\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem;
  }

  .amis-scope .pc\:-inset-x-2\.5 {
    right: -0.625rem;
    left: -0.625rem;
  }

  .amis-scope .pc\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem;
  }

  .amis-scope .pc\:-inset-x-3\.5 {
    right: -0.875rem;
    left: -0.875rem;
  }

  .amis-scope .pc\:-inset-x-4 {
    right: -1rem;
    left: -1rem;
  }

  .amis-scope .pc\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem;
  }

  .amis-scope .pc\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem;
  }

  .amis-scope .pc\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem;
  }

  .amis-scope .pc\:-inset-x-8 {
    right: -2rem;
    left: -2rem;
  }

  .amis-scope .pc\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem;
  }

  .amis-scope .pc\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem;
  }

  .amis-scope .pc\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem;
  }

  .amis-scope .pc\:-inset-x-12 {
    right: -3rem;
    left: -3rem;
  }

  .amis-scope .pc\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem;
  }

  .amis-scope .pc\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }

  .amis-scope .pc\:-inset-x-18 {
    right: -4.5rem;
    left: -4.5rem;
  }

  .amis-scope .pc\:-inset-x-20 {
    right: -5rem;
    left: -5rem;
  }

  .amis-scope .pc\:-inset-x-24 {
    right: -6rem;
    left: -6rem;
  }

  .amis-scope .pc\:-inset-x-28 {
    right: -7rem;
    left: -7rem;
  }

  .amis-scope .pc\:-inset-x-32 {
    right: -8rem;
    left: -8rem;
  }

  .amis-scope .pc\:-inset-x-36 {
    right: -9rem;
    left: -9rem;
  }

  .amis-scope .pc\:-inset-x-40 {
    right: -10rem;
    left: -10rem;
  }

  .amis-scope .pc\:-inset-x-44 {
    right: -11rem;
    left: -11rem;
  }

  .amis-scope .pc\:-inset-x-48 {
    right: -12rem;
    left: -12rem;
  }

  .amis-scope .pc\:-inset-x-52 {
    right: -13rem;
    left: -13rem;
  }

  .amis-scope .pc\:-inset-x-56 {
    right: -14rem;
    left: -14rem;
  }

  .amis-scope .pc\:-inset-x-60 {
    right: -15rem;
    left: -15rem;
  }

  .amis-scope .pc\:-inset-x-64 {
    right: -16rem;
    left: -16rem;
  }

  .amis-scope .pc\:-inset-x-72 {
    right: -18rem;
    left: -18rem;
  }

  .amis-scope .pc\:-inset-x-80 {
    right: -20rem;
    left: -20rem;
  }

  .amis-scope .pc\:-inset-x-96 {
    right: -24rem;
    left: -24rem;
  }

  .amis-scope .pc\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  .amis-scope .pc\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%;
  }

  .amis-scope .pc\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%;
  }

  .amis-scope .pc\:-inset-x-1\/4 {
    right: -25%;
    left: -25%;
  }

  .amis-scope .pc\:-inset-x-2\/4 {
    right: -50%;
    left: -50%;
  }

  .amis-scope .pc\:-inset-x-3\/4 {
    right: -75%;
    left: -75%;
  }

  .amis-scope .pc\:-inset-x-full {
    right: -100%;
    left: -100%;
  }

  .amis-scope .pc\:inset-y-px {
    top: 0.0625rem;
    bottom: 0.0625rem;
  }

  .amis-scope .pc\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .amis-scope .pc\:inset-y-none {
    top: 0;
    bottom: 0;
  }

  .amis-scope .pc\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .amis-scope .pc\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .amis-scope .pc\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .amis-scope .pc\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .amis-scope .pc\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .amis-scope .pc\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .amis-scope .pc\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .amis-scope .pc\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .amis-scope .pc\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .amis-scope .pc\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .amis-scope .pc\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .amis-scope .pc\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .amis-scope .pc\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .amis-scope .pc\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .amis-scope .pc\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .amis-scope .pc\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .amis-scope .pc\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .amis-scope .pc\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .amis-scope .pc\:inset-y-18 {
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .amis-scope .pc\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .amis-scope .pc\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .amis-scope .pc\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .amis-scope .pc\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .amis-scope .pc\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .amis-scope .pc\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .amis-scope .pc\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .amis-scope .pc\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .amis-scope .pc\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .amis-scope .pc\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .amis-scope .pc\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .amis-scope .pc\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .amis-scope .pc\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .amis-scope .pc\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .amis-scope .pc\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .amis-scope .pc\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .amis-scope .pc\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .amis-scope .pc\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .amis-scope .pc\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .amis-scope .pc\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .amis-scope .pc\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .amis-scope .pc\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .amis-scope .pc\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .amis-scope .pc\:-inset-y-px {
    top: -0.0625rem;
    bottom: -0.0625rem;
  }

  .amis-scope .pc\:-inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .amis-scope .pc\:-inset-y-none {
    top: 0;
    bottom: 0;
  }

  .amis-scope .pc\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .amis-scope .pc\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .amis-scope .pc\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .amis-scope .pc\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .amis-scope .pc\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .amis-scope .pc\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .amis-scope .pc\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .amis-scope .pc\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .amis-scope .pc\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .amis-scope .pc\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .amis-scope .pc\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .amis-scope .pc\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .amis-scope .pc\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .amis-scope .pc\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .amis-scope .pc\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .amis-scope .pc\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .amis-scope .pc\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .amis-scope .pc\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .amis-scope .pc\:-inset-y-18 {
    top: -4.5rem;
    bottom: -4.5rem;
  }

  .amis-scope .pc\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .amis-scope .pc\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .amis-scope .pc\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .amis-scope .pc\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .amis-scope .pc\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .amis-scope .pc\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .amis-scope .pc\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .amis-scope .pc\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .amis-scope .pc\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .amis-scope .pc\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .amis-scope .pc\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .amis-scope .pc\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .amis-scope .pc\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .amis-scope .pc\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .amis-scope .pc\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .amis-scope .pc\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .amis-scope .pc\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .amis-scope .pc\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .amis-scope .pc\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .amis-scope .pc\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .amis-scope .pc\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .amis-scope .pc\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }
}

/*!markdown

---
title: Visibility
---

显示与隐藏。

| Class     | Properties           |
| --------- | -------------------- |
| visible   | visibility: visible; |
| invisible | visibility: hidden;  |

## 用法


# 响应式设计

支持通过添加设备前缀 `m:` 或者 `pc:` 来分别针对「手机端」或者「pc端」设置样式,更多说明请前往[「响应式设计」](../../../docs/style/responsive-design.md)。

## 状态前缀

不支持[「状态前缀」](../../../docs/style/state.md),有需求请提 [issue](https://github.com/baidu/amis/issues)。

*/

.amis-scope .visible {
  visibility: visible;
}

.amis-scope .invisible {
  visibility: hidden;
}

@media (max-width: 768px) {
  .amis-scope .m\:visible {
    visibility: visible;
  }

  .amis-scope .m\:invisible {
    visibility: hidden;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:visible {
    visibility: visible;
  }

  .amis-scope .pc\:invisible {
    visibility: hidden;
  }
}

/*!markdown

---
title: Z-Index
---

Utilities for controlling the stack order of an element.



| Class       | Properties               |
| ----------- | ------------------------ |
| z-0  | z-index: 0  |
| z-10  | z-index: 10  |
| z-20  | z-index: 20  |
| z-30  | z-index: 30  |
| z-40  | z-index: 40  |
| z-50  | z-index: 50  |
| z-auto  | z-index: auto  |

## 用法

```html
<div class="flex ... justify-center relative h-28 text-center transform translate-x-12">
  <div class="z-40 ... relative w-20 h-20 bg-purple-500 border-r border-opacity-50 border-purple-600 rounded-md shadow-md flex justify-center items-center text-white text-2xl font-extrabold">5</div>
  <div class="z-30 ... relative w-20 h-20 -left-6 top-2 bg-purple-500 border-r border-opacity-50 border-purple-600 rounded-md shadow-md flex justify-center items-center text-white text-2xl font-extrabold">4</div>
  <div class="z-20 ... relative w-20 h-20 -left-12 top-4 bg-purple-500 border-r border-opacity-50 border-purple-600 rounded-md shadow-md flex justify-center items-center text-white text-2xl font-extrabold">3</div>
  <div class="z-10 ... relative w-20 h-20 -left-18 top-6 bg-purple-500 border-r border-opacity-50 border-purple-600 rounded-md shadow-md flex justify-center items-center text-white text-2xl font-extrabold">2</div>
  <div class="z-0 ... relative w-20 h-20 -left-24 top-8 bg-purple-500 rounded-md shadow-md flex justify-center items-center text-white text-2xl font-extrabold">1</div>
</div>
```

# 响应式设计

支持通过添加设备前缀 `m:` 或者 `pc:` 来分别针对「手机端」或者「pc端」设置样式,更多说明请前往[「响应式设计」](../../../docs/style/responsive-design.md)。

## 状态前缀

不支持[「状态前缀」](../../../docs/style/state.md),有需求请提 [issue](https://github.com/baidu/amis/issues)。

*/

.amis-scope .z-0 {
  z-index: 0;
}

.amis-scope .z-10 {
  z-index: 10;
}

.amis-scope .z-20 {
  z-index: 20;
}

.amis-scope .z-30 {
  z-index: 30;
}

.amis-scope .z-40 {
  z-index: 40;
}

.amis-scope .z-50 {
  z-index: 50;
}

.amis-scope .z-auto {
  z-index: auto;
}

@media (max-width: 768px) {
  .amis-scope .m\:z-0 {
    z-index: 0;
  }

  .amis-scope .m\:z-10 {
    z-index: 10;
  }

  .amis-scope .m\:z-20 {
    z-index: 20;
  }

  .amis-scope .m\:z-30 {
    z-index: 30;
  }

  .amis-scope .m\:z-40 {
    z-index: 40;
  }

  .amis-scope .m\:z-50 {
    z-index: 50;
  }

  .amis-scope .m\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:z-0 {
    z-index: 0;
  }

  .amis-scope .pc\:z-10 {
    z-index: 10;
  }

  .amis-scope .pc\:z-20 {
    z-index: 20;
  }

  .amis-scope .pc\:z-30 {
    z-index: 30;
  }

  .amis-scope .pc\:z-40 {
    z-index: 40;
  }

  .amis-scope .pc\:z-50 {
    z-index: 50;
  }

  .amis-scope .pc\:z-auto {
    z-index: auto;
  }
}

/*!markdown

---
title: Flex Direction
---

| Class       | Properties               |
| ----------- | ------------------------ |
| flex-row | flex-direction: row |
| flex-row-reverse | flex-direction: row-reverse |
| flex-col | flex-direction: column |
| flex-col-reverse | flex-direction: column-reverse |


*/

.amis-scope .flex-row {
  flex-direction: row;
}

.amis-scope .flex-row-reverse {
  flex-direction: row-reverse;
}

.amis-scope .flex-col {
  flex-direction: column;
}

.amis-scope .flex-col-reverse {
  flex-direction: column-reverse;
}

@media (max-width: 768px) {
  .amis-scope .m\:flex-row {
    flex-direction: row;
  }

  .amis-scope .m\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .amis-scope .m\:flex-col {
    flex-direction: column;
  }

  .amis-scope .m\:flex-col-reverse {
    flex-direction: column-reverse;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:flex-row {
    flex-direction: row;
  }

  .amis-scope .pc\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .amis-scope .pc\:flex-col {
    flex-direction: column;
  }

  .amis-scope .pc\:flex-col-reverse {
    flex-direction: column-reverse;
  }
}

/*!markdown

---
title: Flex
---

| Class       | Properties               |
| ----------- | ------------------------ |
| flex-1 | flex: 1 1 0% |
| flex-auto | flex: 1 1 auto |
| flex-initial | flex: 0 1 auto |
| flex-none | flex: none |


*/

.amis-scope .flex-1 {
  flex: 1 1 0%;
}

.amis-scope .flex-auto {
  flex: 1 1 auto;
}

.amis-scope .flex-initial {
  flex: 0 1 auto;
}

.amis-scope .flex-none {
  flex: none;
}

@media (max-width: 768px) {
  .amis-scope .m\:flex-1 {
    flex: 1 1 0%;
  }

  .amis-scope .m\:flex-auto {
    flex: 1 1 auto;
  }

  .amis-scope .m\:flex-initial {
    flex: 0 1 auto;
  }

  .amis-scope .m\:flex-none {
    flex: none;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:flex-1 {
    flex: 1 1 0%;
  }

  .amis-scope .pc\:flex-auto {
    flex: 1 1 auto;
  }

  .amis-scope .pc\:flex-initial {
    flex: 0 1 auto;
  }

  .amis-scope .pc\:flex-none {
    flex: none;
  }
}

/*!markdown

---
title: Flex Grow
---

| Class       | Properties               |
| ----------- | ------------------------ |
| flex-grow-0 | flex-grow: 0 |
| flex-grow | flex-grow: 1 |


*/

.amis-scope .flex-grow-0 {
  flex-grow: 0;
}

.amis-scope .flex-grow {
  flex-grow: 1;
}

@media (max-width: 768px) {
  .amis-scope .m\:flex-grow-0 {
    flex-grow: 0;
  }

  .amis-scope .m\:flex-grow {
    flex-grow: 1;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:flex-grow-0 {
    flex-grow: 0;
  }

  .amis-scope .pc\:flex-grow {
    flex-grow: 1;
  }
}

/*!markdown

---
title: Flex Order
---

| Class       | Properties               |
| ----------- | ------------------------ |
| order-1 | order: 1 |
| order-2 | order: 2 |
| order-3 | order: 3 |
| order-4 | order: 4 |
| order-5 | order: 5 |
| order-6 | order: 6 |
| order-7 | order: 7 |
| order-8 | order: 8 |
| order-9 | order: 9 |
| order-10 | order: 10 |
| order-11 | order: 11 |
| order-12 | order: 12 |
| order-first | order: -9999 |
| order-last | order: 9999 |

*/

.amis-scope .order-1 {
  order: 1;
}

.amis-scope .order-2 {
  order: 2;
}

.amis-scope .order-3 {
  order: 3;
}

.amis-scope .order-4 {
  order: 4;
}

.amis-scope .order-5 {
  order: 5;
}

.amis-scope .order-6 {
  order: 6;
}

.amis-scope .order-7 {
  order: 7;
}

.amis-scope .order-8 {
  order: 8;
}

.amis-scope .order-9 {
  order: 9;
}

.amis-scope .order-10 {
  order: 10;
}

.amis-scope .order-11 {
  order: 11;
}

.amis-scope .order-12 {
  order: 12;
}

.amis-scope .order-first {
  order: -9999;
}

.amis-scope .order-last {
  order: 9999;
}

@media (max-width: 768px) {
  .amis-scope .m\:order-1 {
    order: 1;
  }

  .amis-scope .m\:order-2 {
    order: 2;
  }

  .amis-scope .m\:order-3 {
    order: 3;
  }

  .amis-scope .m\:order-4 {
    order: 4;
  }

  .amis-scope .m\:order-5 {
    order: 5;
  }

  .amis-scope .m\:order-6 {
    order: 6;
  }

  .amis-scope .m\:order-7 {
    order: 7;
  }

  .amis-scope .m\:order-8 {
    order: 8;
  }

  .amis-scope .m\:order-9 {
    order: 9;
  }

  .amis-scope .m\:order-10 {
    order: 10;
  }

  .amis-scope .m\:order-11 {
    order: 11;
  }

  .amis-scope .m\:order-12 {
    order: 12;
  }

  .amis-scope .m\:order-first {
    order: -9999;
  }

  .amis-scope .m\:order-last {
    order: 9999;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:order-1 {
    order: 1;
  }

  .amis-scope .pc\:order-2 {
    order: 2;
  }

  .amis-scope .pc\:order-3 {
    order: 3;
  }

  .amis-scope .pc\:order-4 {
    order: 4;
  }

  .amis-scope .pc\:order-5 {
    order: 5;
  }

  .amis-scope .pc\:order-6 {
    order: 6;
  }

  .amis-scope .pc\:order-7 {
    order: 7;
  }

  .amis-scope .pc\:order-8 {
    order: 8;
  }

  .amis-scope .pc\:order-9 {
    order: 9;
  }

  .amis-scope .pc\:order-10 {
    order: 10;
  }

  .amis-scope .pc\:order-11 {
    order: 11;
  }

  .amis-scope .pc\:order-12 {
    order: 12;
  }

  .amis-scope .pc\:order-first {
    order: -9999;
  }

  .amis-scope .pc\:order-last {
    order: 9999;
  }
}

/*!markdown

---
title: Flex Shrink
---

| Class       | Properties               |
| ----------- | ------------------------ |
| flex-shrink-0 | flex-shrink: 0 |
| flex-shrink | flex-shrink: 1 |

*/

.amis-scope .flex-shrink-0 {
  flex-shrink: 0;
}

.amis-scope .flex-shrink {
  flex-shrink: 1;
}

@media (max-width: 768px) {
  .amis-scope .m\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .amis-scope .m\:flex-shrink {
    flex-shrink: 1;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .amis-scope .pc\:flex-shrink {
    flex-shrink: 1;
  }
}

/*!markdown

---
title: Flex Wrap
---

| Class       | Properties               |
| ----------- | ------------------------ |
| flex-wrap | flex-wrap: wrap |
| flex-wrap-reverse | flex-wrap: wrap-reverse |
| flex-nowrap | flex-wrap: nowrap |


*/

.amis-scope .flex-wrap {
  flex-wrap: wrap;
}

.amis-scope .flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.amis-scope .flex-nowrap {
  flex-wrap: nowrap;
}

@media (max-width: 768px) {
  .amis-scope .m\:flex-wrap {
    flex-wrap: wrap;
  }

  .amis-scope .m\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .amis-scope .m\:flex-nowrap {
    flex-wrap: nowrap;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:flex-wrap {
    flex-wrap: wrap;
  }

  .amis-scope .pc\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .amis-scope .pc\:flex-nowrap {
    flex-wrap: nowrap;
  }
}

/*!markdown

---
title: Grid Auto Columns
---

| Class       | Properties               |
| ----------- | ------------------------ |
| auto-cols-auto | grid-auto-columns: auto |
| auto-cols-min | grid-auto-columns: min-content |
| auto-cols-max | grid-auto-columns: max-content |
| auto-cols-fr | grid-auto-columns: minmax(0, 1fr) |


*/

.amis-scope .auto-cols-auto {
  grid-auto-columns: auto;
}

.amis-scope .auto-cols-min {
  grid-auto-columns: min-content;
}

.amis-scope .auto-cols-max {
  grid-auto-columns: max-content;
}

.amis-scope .auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}

@media (max-width: 768px) {
  .amis-scope .m\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .amis-scope .m\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .amis-scope .m\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .amis-scope .m\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .amis-scope .pc\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .amis-scope .pc\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .amis-scope .pc\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
}

/*!markdown

---
title: Grid Auto Flow
---

| Class       | Properties               |
| ----------- | ------------------------ |
| grid-flow-row | grid-auto-flow: row |
| grid-flow-col | grid-auto-flow: column |
| grid-flow-row-dense | grid-auto-flow: row dense |
| grid-flow-col-dense | grid-auto-flow: column dense |


*/

.amis-scope .grid-flow-row {
  grid-auto-flow: row;
}

.amis-scope .grid-flow-col {
  grid-auto-flow: column;
}

.amis-scope .grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.amis-scope .grid-flow-col-dense {
  grid-auto-flow: column dense;
}

@media (max-width: 768px) {
  .amis-scope .m\:grid-flow-row {
    grid-auto-flow: row;
  }

  .amis-scope .m\:grid-flow-col {
    grid-auto-flow: column;
  }

  .amis-scope .m\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .amis-scope .m\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:grid-flow-row {
    grid-auto-flow: row;
  }

  .amis-scope .pc\:grid-flow-col {
    grid-auto-flow: column;
  }

  .amis-scope .pc\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .amis-scope .pc\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
}

/*!markdown

---
title: Grid Auto Flow
---

| Class       | Properties               |
| ----------- | ------------------------ |
| auto-rows-auto | grid-auto-rows: auto |
| auto-rows-min | grid-auto-rows: min-content |
| auto-rows-max | grid-auto-rows: max-content |
| auto-rows-fr | grid-auto-rows: minmax(0, 1fr) |


*/

.amis-scope .auto-rows-auto {
  grid-auto-rows: auto;
}

.amis-scope .auto-rows-min {
  grid-auto-rows: min-content;
}

.amis-scope .auto-rows-max {
  grid-auto-rows: max-content;
}

.amis-scope .auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

@media (max-width: 768px) {
  .amis-scope .m\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .amis-scope .m\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .amis-scope .m\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .amis-scope .m\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .amis-scope .pc\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .amis-scope .pc\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .amis-scope .pc\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
}

/*!markdown

---
title: Grid Row Start / End
---

| Class       | Properties               |
| ----------- | ------------------------ |
| col-auto | grid-column: auto |
| col-span-1 | grid-column: span 1/span 1 |
| col-span-2 | grid-column: span 2/span 2 |
| col-span-3 | grid-column: span 3/span 3 |
| col-span-4 | grid-column: span 4/span 4 |
| col-span-5 | grid-column: span 5/span 5 |
| col-span-6 | grid-column: span 6/span 6 |
| col-span-7 | grid-column: span 7/span 7 |
| col-span-8 | grid-column: span 8/span 8 |
| col-span-9 | grid-column: span 9/span 9 |
| col-span-10 | grid-column: span 10/span 10 |
| col-span-11 | grid-column: span 11/span 1 |
| col-span-12 | grid-column: span 12/span 12 |
| col-span-full | grid-column: 1/-1 |
| col-start-1 | grid-column-start: 1 |
| col-start-2 | grid-column-start: 2 |
| col-start-3 | grid-column-start: 3 |
| col-start-4 | grid-column-start: 4 |
| col-start-5 | grid-column-start: 5 |
| col-start-6 | grid-column-start: 6 |
| col-start-7 | grid-column-start: 7 |
| col-start-8 | grid-column-start: 8 |
| col-start-9 | grid-column-start: 9 |
| col-start-10 | grid-column-start: 10 |
| col-start-11 | grid-column-start: 11 |
| col-start-12 | grid-column-start: 12 |
| col-start-13 | grid-column-start: 13 |
| col-start-auto | grid-column-start: auto |
| col-end-1 | grid-column-end: 1 |
| col-end-2 | grid-column-end: 2 |
| col-end-3 | grid-column-end: 3 |
| col-end-4 | grid-column-end: 4 |
| col-end-5 | grid-column-end: 5 |
| col-end-6 | grid-column-end: 6 |
| col-end-7 | grid-column-end: 7 |
| col-end-8 | grid-column-end: 8 |
| col-end-9 | grid-column-end: 9 |
| col-end-10 | grid-column-end: 10 |
| col-end-11 | grid-column-end: 11 |
| col-end-12 | grid-column-end: 12 |
| col-end-13 | grid-column-end: 13 |
| col-end-auto | grid-column-end: auto |


*/

.amis-scope .col-auto {
  grid-column: auto;
}

.amis-scope .col-span-1 {
  grid-column: span 1/span 1;
}

.amis-scope .col-span-2 {
  grid-column: span 2/span 2;
}

.amis-scope .col-span-3 {
  grid-column: span 3/span 3;
}

.amis-scope .col-span-4 {
  grid-column: span 4/span 4;
}

.amis-scope .col-span-5 {
  grid-column: span 5/span 5;
}

.amis-scope .col-span-6 {
  grid-column: span 6/span 6;
}

.amis-scope .col-span-7 {
  grid-column: span 7/span 7;
}

.amis-scope .col-span-8 {
  grid-column: span 8/span 8;
}

.amis-scope .col-span-9 {
  grid-column: span 9/span 9;
}

.amis-scope .col-span-10 {
  grid-column: span 10/span 10;
}

.amis-scope .col-span-11 {
  grid-column: span 11/span 1;
}

.amis-scope .col-span-12 {
  grid-column: span 12/span 12;
}

.amis-scope .col-span-full {
  grid-column: 1/-1;
}

.amis-scope .col-start-1 {
  grid-column-start: 1;
}

.amis-scope .col-start-2 {
  grid-column-start: 2;
}

.amis-scope .col-start-3 {
  grid-column-start: 3;
}

.amis-scope .col-start-4 {
  grid-column-start: 4;
}

.amis-scope .col-start-5 {
  grid-column-start: 5;
}

.amis-scope .col-start-6 {
  grid-column-start: 6;
}

.amis-scope .col-start-7 {
  grid-column-start: 7;
}

.amis-scope .col-start-8 {
  grid-column-start: 8;
}

.amis-scope .col-start-9 {
  grid-column-start: 9;
}

.amis-scope .col-start-10 {
  grid-column-start: 10;
}

.amis-scope .col-start-11 {
  grid-column-start: 11;
}

.amis-scope .col-start-12 {
  grid-column-start: 12;
}

.amis-scope .col-start-13 {
  grid-column-start: 13;
}

.amis-scope .col-start-auto {
  grid-column-start: auto;
}

.amis-scope .col-end-1 {
  grid-column-end: 1;
}

.amis-scope .col-end-2 {
  grid-column-end: 2;
}

.amis-scope .col-end-3 {
  grid-column-end: 3;
}

.amis-scope .col-end-4 {
  grid-column-end: 4;
}

.amis-scope .col-end-5 {
  grid-column-end: 5;
}

.amis-scope .col-end-6 {
  grid-column-end: 6;
}

.amis-scope .col-end-7 {
  grid-column-end: 7;
}

.amis-scope .col-end-8 {
  grid-column-end: 8;
}

.amis-scope .col-end-9 {
  grid-column-end: 9;
}

.amis-scope .col-end-10 {
  grid-column-end: 10;
}

.amis-scope .col-end-11 {
  grid-column-end: 11;
}

.amis-scope .col-end-12 {
  grid-column-end: 12;
}

.amis-scope .col-end-13 {
  grid-column-end: 13;
}

.amis-scope .col-end-auto {
  grid-column-end: auto;
}

@media (max-width: 768px) {
  .amis-scope .m\:col-auto {
    grid-column: auto;
  }

  .amis-scope .m\:col-span-1 {
    grid-column: span 1/span 1;
  }

  .amis-scope .m\:col-span-2 {
    grid-column: span 2/span 2;
  }

  .amis-scope .m\:col-span-3 {
    grid-column: span 3/span 3;
  }

  .amis-scope .m\:col-span-4 {
    grid-column: span 4/span 4;
  }

  .amis-scope .m\:col-span-5 {
    grid-column: span 5/span 5;
  }

  .amis-scope .m\:col-span-6 {
    grid-column: span 6/span 6;
  }

  .amis-scope .m\:col-span-7 {
    grid-column: span 7/span 7;
  }

  .amis-scope .m\:col-span-8 {
    grid-column: span 8/span 8;
  }

  .amis-scope .m\:col-span-9 {
    grid-column: span 9/span 9;
  }

  .amis-scope .m\:col-span-10 {
    grid-column: span 10/span 10;
  }

  .amis-scope .m\:col-span-11 {
    grid-column: span 11/span 1;
  }

  .amis-scope .m\:col-span-12 {
    grid-column: span 12/span 12;
  }

  .amis-scope .m\:col-span-full {
    grid-column: 1/-1;
  }

  .amis-scope .m\:col-start-1 {
    grid-column-start: 1;
  }

  .amis-scope .m\:col-start-2 {
    grid-column-start: 2;
  }

  .amis-scope .m\:col-start-3 {
    grid-column-start: 3;
  }

  .amis-scope .m\:col-start-4 {
    grid-column-start: 4;
  }

  .amis-scope .m\:col-start-5 {
    grid-column-start: 5;
  }

  .amis-scope .m\:col-start-6 {
    grid-column-start: 6;
  }

  .amis-scope .m\:col-start-7 {
    grid-column-start: 7;
  }

  .amis-scope .m\:col-start-8 {
    grid-column-start: 8;
  }

  .amis-scope .m\:col-start-9 {
    grid-column-start: 9;
  }

  .amis-scope .m\:col-start-10 {
    grid-column-start: 10;
  }

  .amis-scope .m\:col-start-11 {
    grid-column-start: 11;
  }

  .amis-scope .m\:col-start-12 {
    grid-column-start: 12;
  }

  .amis-scope .m\:col-start-13 {
    grid-column-start: 13;
  }

  .amis-scope .m\:col-start-auto {
    grid-column-start: auto;
  }

  .amis-scope .m\:col-end-1 {
    grid-column-end: 1;
  }

  .amis-scope .m\:col-end-2 {
    grid-column-end: 2;
  }

  .amis-scope .m\:col-end-3 {
    grid-column-end: 3;
  }

  .amis-scope .m\:col-end-4 {
    grid-column-end: 4;
  }

  .amis-scope .m\:col-end-5 {
    grid-column-end: 5;
  }

  .amis-scope .m\:col-end-6 {
    grid-column-end: 6;
  }

  .amis-scope .m\:col-end-7 {
    grid-column-end: 7;
  }

  .amis-scope .m\:col-end-8 {
    grid-column-end: 8;
  }

  .amis-scope .m\:col-end-9 {
    grid-column-end: 9;
  }

  .amis-scope .m\:col-end-10 {
    grid-column-end: 10;
  }

  .amis-scope .m\:col-end-11 {
    grid-column-end: 11;
  }

  .amis-scope .m\:col-end-12 {
    grid-column-end: 12;
  }

  .amis-scope .m\:col-end-13 {
    grid-column-end: 13;
  }

  .amis-scope .m\:col-end-auto {
    grid-column-end: auto;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:col-auto {
    grid-column: auto;
  }

  .amis-scope .pc\:col-span-1 {
    grid-column: span 1/span 1;
  }

  .amis-scope .pc\:col-span-2 {
    grid-column: span 2/span 2;
  }

  .amis-scope .pc\:col-span-3 {
    grid-column: span 3/span 3;
  }

  .amis-scope .pc\:col-span-4 {
    grid-column: span 4/span 4;
  }

  .amis-scope .pc\:col-span-5 {
    grid-column: span 5/span 5;
  }

  .amis-scope .pc\:col-span-6 {
    grid-column: span 6/span 6;
  }

  .amis-scope .pc\:col-span-7 {
    grid-column: span 7/span 7;
  }

  .amis-scope .pc\:col-span-8 {
    grid-column: span 8/span 8;
  }

  .amis-scope .pc\:col-span-9 {
    grid-column: span 9/span 9;
  }

  .amis-scope .pc\:col-span-10 {
    grid-column: span 10/span 10;
  }

  .amis-scope .pc\:col-span-11 {
    grid-column: span 11/span 1;
  }

  .amis-scope .pc\:col-span-12 {
    grid-column: span 12/span 12;
  }

  .amis-scope .pc\:col-span-full {
    grid-column: 1/-1;
  }

  .amis-scope .pc\:col-start-1 {
    grid-column-start: 1;
  }

  .amis-scope .pc\:col-start-2 {
    grid-column-start: 2;
  }

  .amis-scope .pc\:col-start-3 {
    grid-column-start: 3;
  }

  .amis-scope .pc\:col-start-4 {
    grid-column-start: 4;
  }

  .amis-scope .pc\:col-start-5 {
    grid-column-start: 5;
  }

  .amis-scope .pc\:col-start-6 {
    grid-column-start: 6;
  }

  .amis-scope .pc\:col-start-7 {
    grid-column-start: 7;
  }

  .amis-scope .pc\:col-start-8 {
    grid-column-start: 8;
  }

  .amis-scope .pc\:col-start-9 {
    grid-column-start: 9;
  }

  .amis-scope .pc\:col-start-10 {
    grid-column-start: 10;
  }

  .amis-scope .pc\:col-start-11 {
    grid-column-start: 11;
  }

  .amis-scope .pc\:col-start-12 {
    grid-column-start: 12;
  }

  .amis-scope .pc\:col-start-13 {
    grid-column-start: 13;
  }

  .amis-scope .pc\:col-start-auto {
    grid-column-start: auto;
  }

  .amis-scope .pc\:col-end-1 {
    grid-column-end: 1;
  }

  .amis-scope .pc\:col-end-2 {
    grid-column-end: 2;
  }

  .amis-scope .pc\:col-end-3 {
    grid-column-end: 3;
  }

  .amis-scope .pc\:col-end-4 {
    grid-column-end: 4;
  }

  .amis-scope .pc\:col-end-5 {
    grid-column-end: 5;
  }

  .amis-scope .pc\:col-end-6 {
    grid-column-end: 6;
  }

  .amis-scope .pc\:col-end-7 {
    grid-column-end: 7;
  }

  .amis-scope .pc\:col-end-8 {
    grid-column-end: 8;
  }

  .amis-scope .pc\:col-end-9 {
    grid-column-end: 9;
  }

  .amis-scope .pc\:col-end-10 {
    grid-column-end: 10;
  }

  .amis-scope .pc\:col-end-11 {
    grid-column-end: 11;
  }

  .amis-scope .pc\:col-end-12 {
    grid-column-end: 12;
  }

  .amis-scope .pc\:col-end-13 {
    grid-column-end: 13;
  }

  .amis-scope .pc\:col-end-auto {
    grid-column-end: auto;
  }
}

/*!markdown

---
title: Grid Template Columns
---

| Class       | Properties               |
| ----------- | ------------------------ |
| grid-cols-1 | grid-template-columns: repeat(1, minmax(0, 1fr)) |
| grid-cols-2 | grid-template-columns: repeat(2, minmax(0, 1fr)) |
| grid-cols-3 | grid-template-columns: repeat(3, minmax(0, 1fr)) |
| grid-cols-4 | grid-template-columns: repeat(4, minmax(0, 1fr)) |
| grid-cols-5 | grid-template-columns: repeat(5, minmax(0, 1fr)) |
| grid-cols-6 | grid-template-columns: repeat(6, minmax(0, 1fr)) |
| grid-cols-7 | grid-template-columns: repeat(6, minmax(0, 1fr)) |
| grid-cols-8 | grid-template-columns: repeat(8, minmax(0, 1fr)) |
| grid-cols-9 | grid-template-columns: repeat(9, minmax(0, 1fr)) |
| grid-cols-10 | grid-template-columns: repeat(10, minmax(0, 1fr)) |
| grid-cols-11 | grid-template-columns: repeat(11, minmax(0, 1fr)) |
| grid-cols-12 | grid-template-columns: repeat(12, minmax(0, 1fr)) |
| grid-cols-none | grid-template-columns: none |


*/

.amis-scope .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.amis-scope .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.amis-scope .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.amis-scope .grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.amis-scope .grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.amis-scope .grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.amis-scope .grid-cols-7 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.amis-scope .grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.amis-scope .grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.amis-scope .grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.amis-scope .grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.amis-scope .grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.amis-scope .grid-cols-none {
  grid-template-columns: none;
}

@media (max-width: 768px) {
  .amis-scope .m\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .amis-scope .m\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .amis-scope .m\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .amis-scope .m\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .amis-scope .m\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .amis-scope .m\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .amis-scope .m\:grid-cols-7 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .amis-scope .m\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .amis-scope .m\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .amis-scope .m\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .amis-scope .m\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .amis-scope .m\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .amis-scope .m\:grid-cols-none {
    grid-template-columns: none;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .amis-scope .pc\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .amis-scope .pc\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .amis-scope .pc\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .amis-scope .pc\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .amis-scope .pc\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .amis-scope .pc\:grid-cols-7 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .amis-scope .pc\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .amis-scope .pc\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .amis-scope .pc\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .amis-scope .pc\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .amis-scope .pc\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .amis-scope .pc\:grid-cols-none {
    grid-template-columns: none;
  }
}

/*!markdown

---
title: Gap
---

| Class       | Properties               |
| ----------- | ------------------------ |
| gap-px | gap: 0.0625rem |
| gap-x-px | column-gap: 0.0625rem |
| gap-y-px | row-gap: 0.0625rem |
| gap-0 | gap: 0 |
| gap-x-0 | column-gap: 0 |
| gap-y-0 | row-gap: 0 |
| gap-none | gap: 0 |
| gap-x-none | column-gap: 0 |
| gap-y-none | row-gap: 0 |
| gap-0\.5 | gap: 0.125rem |
| gap-x-0\.5 | column-gap: 0.125rem |
| gap-y-0\.5 | row-gap: 0.125rem |
| gap-1 | gap: 0.25rem |
| gap-x-1 | column-gap: 0.25rem |
| gap-y-1 | row-gap: 0.25rem |
| gap-1\.5 | gap: 0.375rem |
| gap-x-1\.5 | column-gap: 0.375rem |
| gap-y-1\.5 | row-gap: 0.375rem |
| gap-2 | gap: 0.5rem |
| gap-x-2 | column-gap: 0.5rem |
| gap-y-2 | row-gap: 0.5rem |
| gap-2\.5 | gap: 0.625rem |
| gap-x-2\.5 | column-gap: 0.625rem |
| gap-y-2\.5 | row-gap: 0.625rem |
| gap-3 | gap: 0.75rem |
| gap-x-3 | column-gap: 0.75rem |
| gap-y-3 | row-gap: 0.75rem |
| gap-3\.5 | gap: 0.875rem |
| gap-x-3\.5 | column-gap: 0.875rem |
| gap-y-3\.5 | row-gap: 0.875rem |
| gap-4 | gap: 1rem |
| gap-x-4 | column-gap: 1rem |
| gap-y-4 | row-gap: 1rem |
| gap-5 | gap: 1.25rem |
| gap-x-5 | column-gap: 1.25rem |
| gap-y-5 | row-gap: 1.25rem |
| gap-6 | gap: 1.5rem |
| gap-x-6 | column-gap: 1.5rem |
| gap-y-6 | row-gap: 1.5rem |
| gap-7 | gap: 1.75rem |
| gap-x-7 | column-gap: 1.75rem |
| gap-y-7 | row-gap: 1.75rem |
| gap-8 | gap: 2rem |
| gap-x-8 | column-gap: 2rem |
| gap-y-8 | row-gap: 2rem |
| gap-9 | gap: 2.25rem |
| gap-x-9 | column-gap: 2.25rem |
| gap-y-9 | row-gap: 2.25rem |
| gap-10 | gap: 2.5rem |
| gap-x-10 | column-gap: 2.5rem |
| gap-y-10 | row-gap: 2.5rem |
| gap-11 | gap: 2.75rem |
| gap-x-11 | column-gap: 2.75rem |
| gap-y-11 | row-gap: 2.75rem |
| gap-12 | gap: 3rem |
| gap-x-12 | column-gap: 3rem |
| gap-y-12 | row-gap: 3rem |
| gap-14 | gap: 3.5rem |
| gap-x-14 | column-gap: 3.5rem |
| gap-y-14 | row-gap: 3.5rem |
| gap-16 | gap: 4rem |
| gap-x-16 | column-gap: 4rem |
| gap-y-16 | row-gap: 4rem |
| gap-18 | gap: 4.5rem |
| gap-x-18 | column-gap: 4.5rem |
| gap-y-18 | row-gap: 4.5rem |
| gap-20 | gap: 5rem |
| gap-x-20 | column-gap: 5rem |
| gap-y-20 | row-gap: 5rem |
| gap-24 | gap: 6rem |
| gap-x-24 | column-gap: 6rem |
| gap-y-24 | row-gap: 6rem |
| gap-28 | gap: 7rem |
| gap-x-28 | column-gap: 7rem |
| gap-y-28 | row-gap: 7rem |
| gap-32 | gap: 8rem |
| gap-x-32 | column-gap: 8rem |
| gap-y-32 | row-gap: 8rem |
| gap-36 | gap: 9rem |
| gap-x-36 | column-gap: 9rem |
| gap-y-36 | row-gap: 9rem |
| gap-40 | gap: 10rem |
| gap-x-40 | column-gap: 10rem |
| gap-y-40 | row-gap: 10rem |
| gap-44 | gap: 11rem |
| gap-x-44 | column-gap: 11rem |
| gap-y-44 | row-gap: 11rem |
| gap-48 | gap: 12rem |
| gap-x-48 | column-gap: 12rem |
| gap-y-48 | row-gap: 12rem |
| gap-52 | gap: 13rem |
| gap-x-52 | column-gap: 13rem |
| gap-y-52 | row-gap: 13rem |
| gap-56 | gap: 14rem |
| gap-x-56 | column-gap: 14rem |
| gap-y-56 | row-gap: 14rem |
| gap-60 | gap: 15rem |
| gap-x-60 | column-gap: 15rem |
| gap-y-60 | row-gap: 15rem |
| gap-64 | gap: 16rem |
| gap-x-64 | column-gap: 16rem |
| gap-y-64 | row-gap: 16rem |
| gap-72 | gap: 18rem |
| gap-x-72 | column-gap: 18rem |
| gap-y-72 | row-gap: 18rem |
| gap-80 | gap: 20rem |
| gap-x-80 | column-gap: 20rem |
| gap-y-80 | row-gap: 20rem |
| gap-96 | gap: 24rem |
| gap-x-96 | column-gap: 24rem |
| gap-y-96 | row-gap: 24rem |


*/

.amis-scope .gap-px {
  gap: 0.0625rem;
}

.amis-scope .gap-x-px {
  column-gap: 0.0625rem;
}

.amis-scope .gap-y-px {
  row-gap: 0.0625rem;
}

.amis-scope .gap-0 {
  gap: 0;
}

.amis-scope .gap-x-0 {
  column-gap: 0;
}

.amis-scope .gap-y-0 {
  row-gap: 0;
}

.amis-scope .gap-none {
  gap: 0;
}

.amis-scope .gap-x-none {
  column-gap: 0;
}

.amis-scope .gap-y-none {
  row-gap: 0;
}

.amis-scope .gap-0\.5 {
  gap: 0.125rem;
}

.amis-scope .gap-x-0\.5 {
  column-gap: 0.125rem;
}

.amis-scope .gap-y-0\.5 {
  row-gap: 0.125rem;
}

.amis-scope .gap-1 {
  gap: 0.25rem;
}

.amis-scope .gap-x-1 {
  column-gap: 0.25rem;
}

.amis-scope .gap-y-1 {
  row-gap: 0.25rem;
}

.amis-scope .gap-1\.5 {
  gap: 0.375rem;
}

.amis-scope .gap-x-1\.5 {
  column-gap: 0.375rem;
}

.amis-scope .gap-y-1\.5 {
  row-gap: 0.375rem;
}

.amis-scope .gap-2 {
  gap: 0.5rem;
}

.amis-scope .gap-x-2 {
  column-gap: 0.5rem;
}

.amis-scope .gap-y-2 {
  row-gap: 0.5rem;
}

.amis-scope .gap-2\.5 {
  gap: 0.625rem;
}

.amis-scope .gap-x-2\.5 {
  column-gap: 0.625rem;
}

.amis-scope .gap-y-2\.5 {
  row-gap: 0.625rem;
}

.amis-scope .gap-3 {
  gap: 0.75rem;
}

.amis-scope .gap-x-3 {
  column-gap: 0.75rem;
}

.amis-scope .gap-y-3 {
  row-gap: 0.75rem;
}

.amis-scope .gap-3\.5 {
  gap: 0.875rem;
}

.amis-scope .gap-x-3\.5 {
  column-gap: 0.875rem;
}

.amis-scope .gap-y-3\.5 {
  row-gap: 0.875rem;
}

.amis-scope .gap-4 {
  gap: 1rem;
}

.amis-scope .gap-x-4 {
  column-gap: 1rem;
}

.amis-scope .gap-y-4 {
  row-gap: 1rem;
}

.amis-scope .gap-5 {
  gap: 1.25rem;
}

.amis-scope .gap-x-5 {
  column-gap: 1.25rem;
}

.amis-scope .gap-y-5 {
  row-gap: 1.25rem;
}

.amis-scope .gap-6 {
  gap: 1.5rem;
}

.amis-scope .gap-x-6 {
  column-gap: 1.5rem;
}

.amis-scope .gap-y-6 {
  row-gap: 1.5rem;
}

.amis-scope .gap-7 {
  gap: 1.75rem;
}

.amis-scope .gap-x-7 {
  column-gap: 1.75rem;
}

.amis-scope .gap-y-7 {
  row-gap: 1.75rem;
}

.amis-scope .gap-8 {
  gap: 2rem;
}

.amis-scope .gap-x-8 {
  column-gap: 2rem;
}

.amis-scope .gap-y-8 {
  row-gap: 2rem;
}

.amis-scope .gap-9 {
  gap: 2.25rem;
}

.amis-scope .gap-x-9 {
  column-gap: 2.25rem;
}

.amis-scope .gap-y-9 {
  row-gap: 2.25rem;
}

.amis-scope .gap-10 {
  gap: 2.5rem;
}

.amis-scope .gap-x-10 {
  column-gap: 2.5rem;
}

.amis-scope .gap-y-10 {
  row-gap: 2.5rem;
}

.amis-scope .gap-11 {
  gap: 2.75rem;
}

.amis-scope .gap-x-11 {
  column-gap: 2.75rem;
}

.amis-scope .gap-y-11 {
  row-gap: 2.75rem;
}

.amis-scope .gap-12 {
  gap: 3rem;
}

.amis-scope .gap-x-12 {
  column-gap: 3rem;
}

.amis-scope .gap-y-12 {
  row-gap: 3rem;
}

.amis-scope .gap-14 {
  gap: 3.5rem;
}

.amis-scope .gap-x-14 {
  column-gap: 3.5rem;
}

.amis-scope .gap-y-14 {
  row-gap: 3.5rem;
}

.amis-scope .gap-16 {
  gap: 4rem;
}

.amis-scope .gap-x-16 {
  column-gap: 4rem;
}

.amis-scope .gap-y-16 {
  row-gap: 4rem;
}

.amis-scope .gap-18 {
  gap: 4.5rem;
}

.amis-scope .gap-x-18 {
  column-gap: 4.5rem;
}

.amis-scope .gap-y-18 {
  row-gap: 4.5rem;
}

.amis-scope .gap-20 {
  gap: 5rem;
}

.amis-scope .gap-x-20 {
  column-gap: 5rem;
}

.amis-scope .gap-y-20 {
  row-gap: 5rem;
}

.amis-scope .gap-24 {
  gap: 6rem;
}

.amis-scope .gap-x-24 {
  column-gap: 6rem;
}

.amis-scope .gap-y-24 {
  row-gap: 6rem;
}

.amis-scope .gap-28 {
  gap: 7rem;
}

.amis-scope .gap-x-28 {
  column-gap: 7rem;
}

.amis-scope .gap-y-28 {
  row-gap: 7rem;
}

.amis-scope .gap-32 {
  gap: 8rem;
}

.amis-scope .gap-x-32 {
  column-gap: 8rem;
}

.amis-scope .gap-y-32 {
  row-gap: 8rem;
}

.amis-scope .gap-36 {
  gap: 9rem;
}

.amis-scope .gap-x-36 {
  column-gap: 9rem;
}

.amis-scope .gap-y-36 {
  row-gap: 9rem;
}

.amis-scope .gap-40 {
  gap: 10rem;
}

.amis-scope .gap-x-40 {
  column-gap: 10rem;
}

.amis-scope .gap-y-40 {
  row-gap: 10rem;
}

.amis-scope .gap-44 {
  gap: 11rem;
}

.amis-scope .gap-x-44 {
  column-gap: 11rem;
}

.amis-scope .gap-y-44 {
  row-gap: 11rem;
}

.amis-scope .gap-48 {
  gap: 12rem;
}

.amis-scope .gap-x-48 {
  column-gap: 12rem;
}

.amis-scope .gap-y-48 {
  row-gap: 12rem;
}

.amis-scope .gap-52 {
  gap: 13rem;
}

.amis-scope .gap-x-52 {
  column-gap: 13rem;
}

.amis-scope .gap-y-52 {
  row-gap: 13rem;
}

.amis-scope .gap-56 {
  gap: 14rem;
}

.amis-scope .gap-x-56 {
  column-gap: 14rem;
}

.amis-scope .gap-y-56 {
  row-gap: 14rem;
}

.amis-scope .gap-60 {
  gap: 15rem;
}

.amis-scope .gap-x-60 {
  column-gap: 15rem;
}

.amis-scope .gap-y-60 {
  row-gap: 15rem;
}

.amis-scope .gap-64 {
  gap: 16rem;
}

.amis-scope .gap-x-64 {
  column-gap: 16rem;
}

.amis-scope .gap-y-64 {
  row-gap: 16rem;
}

.amis-scope .gap-72 {
  gap: 18rem;
}

.amis-scope .gap-x-72 {
  column-gap: 18rem;
}

.amis-scope .gap-y-72 {
  row-gap: 18rem;
}

.amis-scope .gap-80 {
  gap: 20rem;
}

.amis-scope .gap-x-80 {
  column-gap: 20rem;
}

.amis-scope .gap-y-80 {
  row-gap: 20rem;
}

.amis-scope .gap-96 {
  gap: 24rem;
}

.amis-scope .gap-x-96 {
  column-gap: 24rem;
}

.amis-scope .gap-y-96 {
  row-gap: 24rem;
}

@media (max-width: 768px) {
  .amis-scope .m\:gap-px {
    gap: 0.0625rem;
  }

  .amis-scope .m\:gap-x-px {
    column-gap: 0.0625rem;
  }

  .amis-scope .m\:gap-y-px {
    row-gap: 0.0625rem;
  }

  .amis-scope .m\:gap-0 {
    gap: 0;
  }

  .amis-scope .m\:gap-x-0 {
    column-gap: 0;
  }

  .amis-scope .m\:gap-y-0 {
    row-gap: 0;
  }

  .amis-scope .m\:gap-none {
    gap: 0;
  }

  .amis-scope .m\:gap-x-none {
    column-gap: 0;
  }

  .amis-scope .m\:gap-y-none {
    row-gap: 0;
  }

  .amis-scope .m\:gap-0\.5 {
    gap: 0.125rem;
  }

  .amis-scope .m\:gap-x-0\.5 {
    column-gap: 0.125rem;
  }

  .amis-scope .m\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .amis-scope .m\:gap-1 {
    gap: 0.25rem;
  }

  .amis-scope .m\:gap-x-1 {
    column-gap: 0.25rem;
  }

  .amis-scope .m\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .amis-scope .m\:gap-1\.5 {
    gap: 0.375rem;
  }

  .amis-scope .m\:gap-x-1\.5 {
    column-gap: 0.375rem;
  }

  .amis-scope .m\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .amis-scope .m\:gap-2 {
    gap: 0.5rem;
  }

  .amis-scope .m\:gap-x-2 {
    column-gap: 0.5rem;
  }

  .amis-scope .m\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .amis-scope .m\:gap-2\.5 {
    gap: 0.625rem;
  }

  .amis-scope .m\:gap-x-2\.5 {
    column-gap: 0.625rem;
  }

  .amis-scope .m\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .amis-scope .m\:gap-3 {
    gap: 0.75rem;
  }

  .amis-scope .m\:gap-x-3 {
    column-gap: 0.75rem;
  }

  .amis-scope .m\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .amis-scope .m\:gap-3\.5 {
    gap: 0.875rem;
  }

  .amis-scope .m\:gap-x-3\.5 {
    column-gap: 0.875rem;
  }

  .amis-scope .m\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .amis-scope .m\:gap-4 {
    gap: 1rem;
  }

  .amis-scope .m\:gap-x-4 {
    column-gap: 1rem;
  }

  .amis-scope .m\:gap-y-4 {
    row-gap: 1rem;
  }

  .amis-scope .m\:gap-5 {
    gap: 1.25rem;
  }

  .amis-scope .m\:gap-x-5 {
    column-gap: 1.25rem;
  }

  .amis-scope .m\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .amis-scope .m\:gap-6 {
    gap: 1.5rem;
  }

  .amis-scope .m\:gap-x-6 {
    column-gap: 1.5rem;
  }

  .amis-scope .m\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .amis-scope .m\:gap-7 {
    gap: 1.75rem;
  }

  .amis-scope .m\:gap-x-7 {
    column-gap: 1.75rem;
  }

  .amis-scope .m\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .amis-scope .m\:gap-8 {
    gap: 2rem;
  }

  .amis-scope .m\:gap-x-8 {
    column-gap: 2rem;
  }

  .amis-scope .m\:gap-y-8 {
    row-gap: 2rem;
  }

  .amis-scope .m\:gap-9 {
    gap: 2.25rem;
  }

  .amis-scope .m\:gap-x-9 {
    column-gap: 2.25rem;
  }

  .amis-scope .m\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .amis-scope .m\:gap-10 {
    gap: 2.5rem;
  }

  .amis-scope .m\:gap-x-10 {
    column-gap: 2.5rem;
  }

  .amis-scope .m\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .amis-scope .m\:gap-11 {
    gap: 2.75rem;
  }

  .amis-scope .m\:gap-x-11 {
    column-gap: 2.75rem;
  }

  .amis-scope .m\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .amis-scope .m\:gap-12 {
    gap: 3rem;
  }

  .amis-scope .m\:gap-x-12 {
    column-gap: 3rem;
  }

  .amis-scope .m\:gap-y-12 {
    row-gap: 3rem;
  }

  .amis-scope .m\:gap-14 {
    gap: 3.5rem;
  }

  .amis-scope .m\:gap-x-14 {
    column-gap: 3.5rem;
  }

  .amis-scope .m\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .amis-scope .m\:gap-16 {
    gap: 4rem;
  }

  .amis-scope .m\:gap-x-16 {
    column-gap: 4rem;
  }

  .amis-scope .m\:gap-y-16 {
    row-gap: 4rem;
  }

  .amis-scope .m\:gap-18 {
    gap: 4.5rem;
  }

  .amis-scope .m\:gap-x-18 {
    column-gap: 4.5rem;
  }

  .amis-scope .m\:gap-y-18 {
    row-gap: 4.5rem;
  }

  .amis-scope .m\:gap-20 {
    gap: 5rem;
  }

  .amis-scope .m\:gap-x-20 {
    column-gap: 5rem;
  }

  .amis-scope .m\:gap-y-20 {
    row-gap: 5rem;
  }

  .amis-scope .m\:gap-24 {
    gap: 6rem;
  }

  .amis-scope .m\:gap-x-24 {
    column-gap: 6rem;
  }

  .amis-scope .m\:gap-y-24 {
    row-gap: 6rem;
  }

  .amis-scope .m\:gap-28 {
    gap: 7rem;
  }

  .amis-scope .m\:gap-x-28 {
    column-gap: 7rem;
  }

  .amis-scope .m\:gap-y-28 {
    row-gap: 7rem;
  }

  .amis-scope .m\:gap-32 {
    gap: 8rem;
  }

  .amis-scope .m\:gap-x-32 {
    column-gap: 8rem;
  }

  .amis-scope .m\:gap-y-32 {
    row-gap: 8rem;
  }

  .amis-scope .m\:gap-36 {
    gap: 9rem;
  }

  .amis-scope .m\:gap-x-36 {
    column-gap: 9rem;
  }

  .amis-scope .m\:gap-y-36 {
    row-gap: 9rem;
  }

  .amis-scope .m\:gap-40 {
    gap: 10rem;
  }

  .amis-scope .m\:gap-x-40 {
    column-gap: 10rem;
  }

  .amis-scope .m\:gap-y-40 {
    row-gap: 10rem;
  }

  .amis-scope .m\:gap-44 {
    gap: 11rem;
  }

  .amis-scope .m\:gap-x-44 {
    column-gap: 11rem;
  }

  .amis-scope .m\:gap-y-44 {
    row-gap: 11rem;
  }

  .amis-scope .m\:gap-48 {
    gap: 12rem;
  }

  .amis-scope .m\:gap-x-48 {
    column-gap: 12rem;
  }

  .amis-scope .m\:gap-y-48 {
    row-gap: 12rem;
  }

  .amis-scope .m\:gap-52 {
    gap: 13rem;
  }

  .amis-scope .m\:gap-x-52 {
    column-gap: 13rem;
  }

  .amis-scope .m\:gap-y-52 {
    row-gap: 13rem;
  }

  .amis-scope .m\:gap-56 {
    gap: 14rem;
  }

  .amis-scope .m\:gap-x-56 {
    column-gap: 14rem;
  }

  .amis-scope .m\:gap-y-56 {
    row-gap: 14rem;
  }

  .amis-scope .m\:gap-60 {
    gap: 15rem;
  }

  .amis-scope .m\:gap-x-60 {
    column-gap: 15rem;
  }

  .amis-scope .m\:gap-y-60 {
    row-gap: 15rem;
  }

  .amis-scope .m\:gap-64 {
    gap: 16rem;
  }

  .amis-scope .m\:gap-x-64 {
    column-gap: 16rem;
  }

  .amis-scope .m\:gap-y-64 {
    row-gap: 16rem;
  }

  .amis-scope .m\:gap-72 {
    gap: 18rem;
  }

  .amis-scope .m\:gap-x-72 {
    column-gap: 18rem;
  }

  .amis-scope .m\:gap-y-72 {
    row-gap: 18rem;
  }

  .amis-scope .m\:gap-80 {
    gap: 20rem;
  }

  .amis-scope .m\:gap-x-80 {
    column-gap: 20rem;
  }

  .amis-scope .m\:gap-y-80 {
    row-gap: 20rem;
  }

  .amis-scope .m\:gap-96 {
    gap: 24rem;
  }

  .amis-scope .m\:gap-x-96 {
    column-gap: 24rem;
  }

  .amis-scope .m\:gap-y-96 {
    row-gap: 24rem;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:gap-px {
    gap: 0.0625rem;
  }

  .amis-scope .pc\:gap-x-px {
    column-gap: 0.0625rem;
  }

  .amis-scope .pc\:gap-y-px {
    row-gap: 0.0625rem;
  }

  .amis-scope .pc\:gap-0 {
    gap: 0;
  }

  .amis-scope .pc\:gap-x-0 {
    column-gap: 0;
  }

  .amis-scope .pc\:gap-y-0 {
    row-gap: 0;
  }

  .amis-scope .pc\:gap-none {
    gap: 0;
  }

  .amis-scope .pc\:gap-x-none {
    column-gap: 0;
  }

  .amis-scope .pc\:gap-y-none {
    row-gap: 0;
  }

  .amis-scope .pc\:gap-0\.5 {
    gap: 0.125rem;
  }

  .amis-scope .pc\:gap-x-0\.5 {
    column-gap: 0.125rem;
  }

  .amis-scope .pc\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .amis-scope .pc\:gap-1 {
    gap: 0.25rem;
  }

  .amis-scope .pc\:gap-x-1 {
    column-gap: 0.25rem;
  }

  .amis-scope .pc\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .amis-scope .pc\:gap-1\.5 {
    gap: 0.375rem;
  }

  .amis-scope .pc\:gap-x-1\.5 {
    column-gap: 0.375rem;
  }

  .amis-scope .pc\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .amis-scope .pc\:gap-2 {
    gap: 0.5rem;
  }

  .amis-scope .pc\:gap-x-2 {
    column-gap: 0.5rem;
  }

  .amis-scope .pc\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .amis-scope .pc\:gap-2\.5 {
    gap: 0.625rem;
  }

  .amis-scope .pc\:gap-x-2\.5 {
    column-gap: 0.625rem;
  }

  .amis-scope .pc\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .amis-scope .pc\:gap-3 {
    gap: 0.75rem;
  }

  .amis-scope .pc\:gap-x-3 {
    column-gap: 0.75rem;
  }

  .amis-scope .pc\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .amis-scope .pc\:gap-3\.5 {
    gap: 0.875rem;
  }

  .amis-scope .pc\:gap-x-3\.5 {
    column-gap: 0.875rem;
  }

  .amis-scope .pc\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .amis-scope .pc\:gap-4 {
    gap: 1rem;
  }

  .amis-scope .pc\:gap-x-4 {
    column-gap: 1rem;
  }

  .amis-scope .pc\:gap-y-4 {
    row-gap: 1rem;
  }

  .amis-scope .pc\:gap-5 {
    gap: 1.25rem;
  }

  .amis-scope .pc\:gap-x-5 {
    column-gap: 1.25rem;
  }

  .amis-scope .pc\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .amis-scope .pc\:gap-6 {
    gap: 1.5rem;
  }

  .amis-scope .pc\:gap-x-6 {
    column-gap: 1.5rem;
  }

  .amis-scope .pc\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .amis-scope .pc\:gap-7 {
    gap: 1.75rem;
  }

  .amis-scope .pc\:gap-x-7 {
    column-gap: 1.75rem;
  }

  .amis-scope .pc\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .amis-scope .pc\:gap-8 {
    gap: 2rem;
  }

  .amis-scope .pc\:gap-x-8 {
    column-gap: 2rem;
  }

  .amis-scope .pc\:gap-y-8 {
    row-gap: 2rem;
  }

  .amis-scope .pc\:gap-9 {
    gap: 2.25rem;
  }

  .amis-scope .pc\:gap-x-9 {
    column-gap: 2.25rem;
  }

  .amis-scope .pc\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .amis-scope .pc\:gap-10 {
    gap: 2.5rem;
  }

  .amis-scope .pc\:gap-x-10 {
    column-gap: 2.5rem;
  }

  .amis-scope .pc\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .amis-scope .pc\:gap-11 {
    gap: 2.75rem;
  }

  .amis-scope .pc\:gap-x-11 {
    column-gap: 2.75rem;
  }

  .amis-scope .pc\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .amis-scope .pc\:gap-12 {
    gap: 3rem;
  }

  .amis-scope .pc\:gap-x-12 {
    column-gap: 3rem;
  }

  .amis-scope .pc\:gap-y-12 {
    row-gap: 3rem;
  }

  .amis-scope .pc\:gap-14 {
    gap: 3.5rem;
  }

  .amis-scope .pc\:gap-x-14 {
    column-gap: 3.5rem;
  }

  .amis-scope .pc\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .amis-scope .pc\:gap-16 {
    gap: 4rem;
  }

  .amis-scope .pc\:gap-x-16 {
    column-gap: 4rem;
  }

  .amis-scope .pc\:gap-y-16 {
    row-gap: 4rem;
  }

  .amis-scope .pc\:gap-18 {
    gap: 4.5rem;
  }

  .amis-scope .pc\:gap-x-18 {
    column-gap: 4.5rem;
  }

  .amis-scope .pc\:gap-y-18 {
    row-gap: 4.5rem;
  }

  .amis-scope .pc\:gap-20 {
    gap: 5rem;
  }

  .amis-scope .pc\:gap-x-20 {
    column-gap: 5rem;
  }

  .amis-scope .pc\:gap-y-20 {
    row-gap: 5rem;
  }

  .amis-scope .pc\:gap-24 {
    gap: 6rem;
  }

  .amis-scope .pc\:gap-x-24 {
    column-gap: 6rem;
  }

  .amis-scope .pc\:gap-y-24 {
    row-gap: 6rem;
  }

  .amis-scope .pc\:gap-28 {
    gap: 7rem;
  }

  .amis-scope .pc\:gap-x-28 {
    column-gap: 7rem;
  }

  .amis-scope .pc\:gap-y-28 {
    row-gap: 7rem;
  }

  .amis-scope .pc\:gap-32 {
    gap: 8rem;
  }

  .amis-scope .pc\:gap-x-32 {
    column-gap: 8rem;
  }

  .amis-scope .pc\:gap-y-32 {
    row-gap: 8rem;
  }

  .amis-scope .pc\:gap-36 {
    gap: 9rem;
  }

  .amis-scope .pc\:gap-x-36 {
    column-gap: 9rem;
  }

  .amis-scope .pc\:gap-y-36 {
    row-gap: 9rem;
  }

  .amis-scope .pc\:gap-40 {
    gap: 10rem;
  }

  .amis-scope .pc\:gap-x-40 {
    column-gap: 10rem;
  }

  .amis-scope .pc\:gap-y-40 {
    row-gap: 10rem;
  }

  .amis-scope .pc\:gap-44 {
    gap: 11rem;
  }

  .amis-scope .pc\:gap-x-44 {
    column-gap: 11rem;
  }

  .amis-scope .pc\:gap-y-44 {
    row-gap: 11rem;
  }

  .amis-scope .pc\:gap-48 {
    gap: 12rem;
  }

  .amis-scope .pc\:gap-x-48 {
    column-gap: 12rem;
  }

  .amis-scope .pc\:gap-y-48 {
    row-gap: 12rem;
  }

  .amis-scope .pc\:gap-52 {
    gap: 13rem;
  }

  .amis-scope .pc\:gap-x-52 {
    column-gap: 13rem;
  }

  .amis-scope .pc\:gap-y-52 {
    row-gap: 13rem;
  }

  .amis-scope .pc\:gap-56 {
    gap: 14rem;
  }

  .amis-scope .pc\:gap-x-56 {
    column-gap: 14rem;
  }

  .amis-scope .pc\:gap-y-56 {
    row-gap: 14rem;
  }

  .amis-scope .pc\:gap-60 {
    gap: 15rem;
  }

  .amis-scope .pc\:gap-x-60 {
    column-gap: 15rem;
  }

  .amis-scope .pc\:gap-y-60 {
    row-gap: 15rem;
  }

  .amis-scope .pc\:gap-64 {
    gap: 16rem;
  }

  .amis-scope .pc\:gap-x-64 {
    column-gap: 16rem;
  }

  .amis-scope .pc\:gap-y-64 {
    row-gap: 16rem;
  }

  .amis-scope .pc\:gap-72 {
    gap: 18rem;
  }

  .amis-scope .pc\:gap-x-72 {
    column-gap: 18rem;
  }

  .amis-scope .pc\:gap-y-72 {
    row-gap: 18rem;
  }

  .amis-scope .pc\:gap-80 {
    gap: 20rem;
  }

  .amis-scope .pc\:gap-x-80 {
    column-gap: 20rem;
  }

  .amis-scope .pc\:gap-y-80 {
    row-gap: 20rem;
  }

  .amis-scope .pc\:gap-96 {
    gap: 24rem;
  }

  .amis-scope .pc\:gap-x-96 {
    column-gap: 24rem;
  }

  .amis-scope .pc\:gap-y-96 {
    row-gap: 24rem;
  }
}

/*!markdown

---
title: Grid Row Start / End
---

| Class       | Properties               |
| ----------- | ------------------------ |
| row-auto | grid-row: auto |
| row-span-1 | grid-row: span 1/span 1 |
| row-span-2 | grid-row: span 2/span 2 |
| row-span-3 | grid-row: span 3/span 3 |
| row-span-4 | grid-row: span 4/span 4 |
| row-span-5 | grid-row: span 5/span 5 |
| row-span-6 | grid-row: span 6/span 6 |
| row-span-7 | grid-row: span 7/span 7 |
| row-span-8 | grid-row: span 8/span 8 |
| row-span-9 | grid-row: span 9/span 9 |
| row-span-10 | grid-row: span 10/span 10 |
| row-span-11 | grid-row: span 11/span 1 |
| row-span-12 | grid-row: span 12/span 12 |
| row-span-full | grid-row: 1/-1 |
| row-start-1 | grid-row-start: 1 |
| row-start-2 | grid-row-start: 2 |
| row-start-3 | grid-row-start: 3 |
| row-start-4 | grid-row-start: 4 |
| row-start-5 | grid-row-start: 5 |
| row-start-6 | grid-row-start: 6 |
| row-start-7 | grid-row-start: 7 |
| row-start-8 | grid-row-start: 8 |
| row-start-9 | grid-row-start: 9 |
| row-start-10 | grid-row-start: 10 |
| row-start-11 | grid-row-start: 11 |
| row-start-12 | grid-row-start: 12 |
| row-start-13 | grid-row-start: 13 |
| row-start-auto | grid-row-start: auto |
| row-end-1 | grid-row-end: 1 |
| row-end-2 | grid-row-end: 2 |
| row-end-3 | grid-row-end: 3 |
| row-end-4 | grid-row-end: 4 |
| row-end-5 | grid-row-end: 5 |
| row-end-6 | grid-row-end: 6 |
| row-end-7 | grid-row-end: 7 |
| row-end-8 | grid-row-end: 8 |
| row-end-9 | grid-row-end: 9 |
| row-end-10 | grid-row-end: 10 |
| row-end-11 | grid-row-end: 11 |
| row-end-12 | grid-row-end: 12 |
| row-end-13 | grid-row-end: 13 |
| row-end-auto | grid-row-end: auto |


*/

.amis-scope .row-auto {
  grid-row: auto;
}

.amis-scope .row-span-1 {
  grid-row: span 1/span 1;
}

.amis-scope .row-span-2 {
  grid-row: span 2/span 2;
}

.amis-scope .row-span-3 {
  grid-row: span 3/span 3;
}

.amis-scope .row-span-4 {
  grid-row: span 4/span 4;
}

.amis-scope .row-span-5 {
  grid-row: span 5/span 5;
}

.amis-scope .row-span-6 {
  grid-row: span 6/span 6;
}

.amis-scope .row-span-7 {
  grid-row: span 7/span 7;
}

.amis-scope .row-span-8 {
  grid-row: span 8/span 8;
}

.amis-scope .row-span-9 {
  grid-row: span 9/span 9;
}

.amis-scope .row-span-10 {
  grid-row: span 10/span 10;
}

.amis-scope .row-span-11 {
  grid-row: span 11/span 1;
}

.amis-scope .row-span-12 {
  grid-row: span 12/span 12;
}

.amis-scope .row-span-full {
  grid-row: 1/-1;
}

.amis-scope .row-start-1 {
  grid-row-start: 1;
}

.amis-scope .row-start-2 {
  grid-row-start: 2;
}

.amis-scope .row-start-3 {
  grid-row-start: 3;
}

.amis-scope .row-start-4 {
  grid-row-start: 4;
}

.amis-scope .row-start-5 {
  grid-row-start: 5;
}

.amis-scope .row-start-6 {
  grid-row-start: 6;
}

.amis-scope .row-start-7 {
  grid-row-start: 7;
}

.amis-scope .row-start-8 {
  grid-row-start: 8;
}

.amis-scope .row-start-9 {
  grid-row-start: 9;
}

.amis-scope .row-start-10 {
  grid-row-start: 10;
}

.amis-scope .row-start-11 {
  grid-row-start: 11;
}

.amis-scope .row-start-12 {
  grid-row-start: 12;
}

.amis-scope .row-start-13 {
  grid-row-start: 13;
}

.amis-scope .row-start-auto {
  grid-row-start: auto;
}

.amis-scope .row-end-1 {
  grid-row-end: 1;
}

.amis-scope .row-end-2 {
  grid-row-end: 2;
}

.amis-scope .row-end-3 {
  grid-row-end: 3;
}

.amis-scope .row-end-4 {
  grid-row-end: 4;
}

.amis-scope .row-end-5 {
  grid-row-end: 5;
}

.amis-scope .row-end-6 {
  grid-row-end: 6;
}

.amis-scope .row-end-7 {
  grid-row-end: 7;
}

.amis-scope .row-end-8 {
  grid-row-end: 8;
}

.amis-scope .row-end-9 {
  grid-row-end: 9;
}

.amis-scope .row-end-10 {
  grid-row-end: 10;
}

.amis-scope .row-end-11 {
  grid-row-end: 11;
}

.amis-scope .row-end-12 {
  grid-row-end: 12;
}

.amis-scope .row-end-13 {
  grid-row-end: 13;
}

.amis-scope .row-end-auto {
  grid-row-end: auto;
}

@media (max-width: 768px) {
  .amis-scope .m\:row-auto {
    grid-row: auto;
  }

  .amis-scope .m\:row-span-1 {
    grid-row: span 1/span 1;
  }

  .amis-scope .m\:row-span-2 {
    grid-row: span 2/span 2;
  }

  .amis-scope .m\:row-span-3 {
    grid-row: span 3/span 3;
  }

  .amis-scope .m\:row-span-4 {
    grid-row: span 4/span 4;
  }

  .amis-scope .m\:row-span-5 {
    grid-row: span 5/span 5;
  }

  .amis-scope .m\:row-span-6 {
    grid-row: span 6/span 6;
  }

  .amis-scope .m\:row-span-7 {
    grid-row: span 7/span 7;
  }

  .amis-scope .m\:row-span-8 {
    grid-row: span 8/span 8;
  }

  .amis-scope .m\:row-span-9 {
    grid-row: span 9/span 9;
  }

  .amis-scope .m\:row-span-10 {
    grid-row: span 10/span 10;
  }

  .amis-scope .m\:row-span-11 {
    grid-row: span 11/span 1;
  }

  .amis-scope .m\:row-span-12 {
    grid-row: span 12/span 12;
  }

  .amis-scope .m\:row-span-full {
    grid-row: 1/-1;
  }

  .amis-scope .m\:row-start-1 {
    grid-row-start: 1;
  }

  .amis-scope .m\:row-start-2 {
    grid-row-start: 2;
  }

  .amis-scope .m\:row-start-3 {
    grid-row-start: 3;
  }

  .amis-scope .m\:row-start-4 {
    grid-row-start: 4;
  }

  .amis-scope .m\:row-start-5 {
    grid-row-start: 5;
  }

  .amis-scope .m\:row-start-6 {
    grid-row-start: 6;
  }

  .amis-scope .m\:row-start-7 {
    grid-row-start: 7;
  }

  .amis-scope .m\:row-start-8 {
    grid-row-start: 8;
  }

  .amis-scope .m\:row-start-9 {
    grid-row-start: 9;
  }

  .amis-scope .m\:row-start-10 {
    grid-row-start: 10;
  }

  .amis-scope .m\:row-start-11 {
    grid-row-start: 11;
  }

  .amis-scope .m\:row-start-12 {
    grid-row-start: 12;
  }

  .amis-scope .m\:row-start-13 {
    grid-row-start: 13;
  }

  .amis-scope .m\:row-start-auto {
    grid-row-start: auto;
  }

  .amis-scope .m\:row-end-1 {
    grid-row-end: 1;
  }

  .amis-scope .m\:row-end-2 {
    grid-row-end: 2;
  }

  .amis-scope .m\:row-end-3 {
    grid-row-end: 3;
  }

  .amis-scope .m\:row-end-4 {
    grid-row-end: 4;
  }

  .amis-scope .m\:row-end-5 {
    grid-row-end: 5;
  }

  .amis-scope .m\:row-end-6 {
    grid-row-end: 6;
  }

  .amis-scope .m\:row-end-7 {
    grid-row-end: 7;
  }

  .amis-scope .m\:row-end-8 {
    grid-row-end: 8;
  }

  .amis-scope .m\:row-end-9 {
    grid-row-end: 9;
  }

  .amis-scope .m\:row-end-10 {
    grid-row-end: 10;
  }

  .amis-scope .m\:row-end-11 {
    grid-row-end: 11;
  }

  .amis-scope .m\:row-end-12 {
    grid-row-end: 12;
  }

  .amis-scope .m\:row-end-13 {
    grid-row-end: 13;
  }

  .amis-scope .m\:row-end-auto {
    grid-row-end: auto;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:row-auto {
    grid-row: auto;
  }

  .amis-scope .pc\:row-span-1 {
    grid-row: span 1/span 1;
  }

  .amis-scope .pc\:row-span-2 {
    grid-row: span 2/span 2;
  }

  .amis-scope .pc\:row-span-3 {
    grid-row: span 3/span 3;
  }

  .amis-scope .pc\:row-span-4 {
    grid-row: span 4/span 4;
  }

  .amis-scope .pc\:row-span-5 {
    grid-row: span 5/span 5;
  }

  .amis-scope .pc\:row-span-6 {
    grid-row: span 6/span 6;
  }

  .amis-scope .pc\:row-span-7 {
    grid-row: span 7/span 7;
  }

  .amis-scope .pc\:row-span-8 {
    grid-row: span 8/span 8;
  }

  .amis-scope .pc\:row-span-9 {
    grid-row: span 9/span 9;
  }

  .amis-scope .pc\:row-span-10 {
    grid-row: span 10/span 10;
  }

  .amis-scope .pc\:row-span-11 {
    grid-row: span 11/span 1;
  }

  .amis-scope .pc\:row-span-12 {
    grid-row: span 12/span 12;
  }

  .amis-scope .pc\:row-span-full {
    grid-row: 1/-1;
  }

  .amis-scope .pc\:row-start-1 {
    grid-row-start: 1;
  }

  .amis-scope .pc\:row-start-2 {
    grid-row-start: 2;
  }

  .amis-scope .pc\:row-start-3 {
    grid-row-start: 3;
  }

  .amis-scope .pc\:row-start-4 {
    grid-row-start: 4;
  }

  .amis-scope .pc\:row-start-5 {
    grid-row-start: 5;
  }

  .amis-scope .pc\:row-start-6 {
    grid-row-start: 6;
  }

  .amis-scope .pc\:row-start-7 {
    grid-row-start: 7;
  }

  .amis-scope .pc\:row-start-8 {
    grid-row-start: 8;
  }

  .amis-scope .pc\:row-start-9 {
    grid-row-start: 9;
  }

  .amis-scope .pc\:row-start-10 {
    grid-row-start: 10;
  }

  .amis-scope .pc\:row-start-11 {
    grid-row-start: 11;
  }

  .amis-scope .pc\:row-start-12 {
    grid-row-start: 12;
  }

  .amis-scope .pc\:row-start-13 {
    grid-row-start: 13;
  }

  .amis-scope .pc\:row-start-auto {
    grid-row-start: auto;
  }

  .amis-scope .pc\:row-end-1 {
    grid-row-end: 1;
  }

  .amis-scope .pc\:row-end-2 {
    grid-row-end: 2;
  }

  .amis-scope .pc\:row-end-3 {
    grid-row-end: 3;
  }

  .amis-scope .pc\:row-end-4 {
    grid-row-end: 4;
  }

  .amis-scope .pc\:row-end-5 {
    grid-row-end: 5;
  }

  .amis-scope .pc\:row-end-6 {
    grid-row-end: 6;
  }

  .amis-scope .pc\:row-end-7 {
    grid-row-end: 7;
  }

  .amis-scope .pc\:row-end-8 {
    grid-row-end: 8;
  }

  .amis-scope .pc\:row-end-9 {
    grid-row-end: 9;
  }

  .amis-scope .pc\:row-end-10 {
    grid-row-end: 10;
  }

  .amis-scope .pc\:row-end-11 {
    grid-row-end: 11;
  }

  .amis-scope .pc\:row-end-12 {
    grid-row-end: 12;
  }

  .amis-scope .pc\:row-end-13 {
    grid-row-end: 13;
  }

  .amis-scope .pc\:row-end-auto {
    grid-row-end: auto;
  }
}

/*!markdown

---
title: Grid Template Rows
---

| Class       | Properties               |
| ----------- | ------------------------ |
| grid-rows-1 | grid-template-rows: repeat(1, minmax(0, 1fr)) |
| grid-rows-2 | grid-template-rows: repeat(2, minmax(0, 1fr)) |
| grid-rows-3 | grid-template-rows: repeat(3, minmax(0, 1fr)) |
| grid-rows-4 | grid-template-rows: repeat(4, minmax(0, 1fr)) |
| grid-rows-5 | grid-template-rows: repeat(5, minmax(0, 1fr)) |
| grid-rows-6 | grid-template-rows: repeat(6, minmax(0, 1fr)) |
| grid-rows-none | grid-template-rows: none |


*/

.amis-scope .grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.amis-scope .grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.amis-scope .grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.amis-scope .grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.amis-scope .grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.amis-scope .grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.amis-scope .grid-rows-none {
  grid-template-rows: none;
}

@media (max-width: 768px) {
  .amis-scope .m\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .amis-scope .m\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .amis-scope .m\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .amis-scope .m\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .amis-scope .m\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .amis-scope .m\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .amis-scope .m\:grid-rows-none {
    grid-template-rows: none;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .amis-scope .pc\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .amis-scope .pc\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .amis-scope .pc\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .amis-scope .pc\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .amis-scope .pc\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .amis-scope .pc\:grid-rows-none {
    grid-template-rows: none;
  }
}

/*!markdown

---
title: Align Content
---

| Class       | Properties               |
| ----------- | ------------------------ |
| content-center | align-content: center |
| content-start | align-content: flex-start |
| content-end | align-content: flex-end |
| content-between | align-content: space-between |
| content-around | align-content: space-around |
| content-evenly | align-content: space-evenly |


*/

.amis-scope .content-center {
  align-content: center;
}

.amis-scope .content-start {
  align-content: flex-start;
}

.amis-scope .content-end {
  align-content: flex-end;
}

.amis-scope .content-between {
  align-content: space-between;
}

.amis-scope .content-around {
  align-content: space-around;
}

.amis-scope .content-evenly {
  align-content: space-evenly;
}

@media (max-width: 768px) {
  .amis-scope .m\:content-center {
    align-content: center;
  }

  .amis-scope .m\:content-start {
    align-content: flex-start;
  }

  .amis-scope .m\:content-end {
    align-content: flex-end;
  }

  .amis-scope .m\:content-between {
    align-content: space-between;
  }

  .amis-scope .m\:content-around {
    align-content: space-around;
  }

  .amis-scope .m\:content-evenly {
    align-content: space-evenly;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:content-center {
    align-content: center;
  }

  .amis-scope .pc\:content-start {
    align-content: flex-start;
  }

  .amis-scope .pc\:content-end {
    align-content: flex-end;
  }

  .amis-scope .pc\:content-between {
    align-content: space-between;
  }

  .amis-scope .pc\:content-around {
    align-content: space-around;
  }

  .amis-scope .pc\:content-evenly {
    align-content: space-evenly;
  }
}

/*!markdown

---
title: Align Items
---

| Class       | Properties               |
| ----------- | ------------------------ |
| items-start | align-items: flex-start |
| items-end | align-items: flex-end |
| items-center | align-items: center |
| items-baseline | align-items: baseline |
| items-stretch | align-items: stretch |


*/

.amis-scope .items-start {
  align-items: flex-start;
}

.amis-scope .items-end {
  align-items: flex-end;
}

.amis-scope .items-center {
  align-items: center;
}

.amis-scope .items-baseline {
  align-items: baseline;
}

.amis-scope .items-stretch {
  align-items: stretch;
}

@media (max-width: 768px) {
  .amis-scope .m\:items-start {
    align-items: flex-start;
  }

  .amis-scope .m\:items-end {
    align-items: flex-end;
  }

  .amis-scope .m\:items-center {
    align-items: center;
  }

  .amis-scope .m\:items-baseline {
    align-items: baseline;
  }

  .amis-scope .m\:items-stretch {
    align-items: stretch;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:items-start {
    align-items: flex-start;
  }

  .amis-scope .pc\:items-end {
    align-items: flex-end;
  }

  .amis-scope .pc\:items-center {
    align-items: center;
  }

  .amis-scope .pc\:items-baseline {
    align-items: baseline;
  }

  .amis-scope .pc\:items-stretch {
    align-items: stretch;
  }
}

/*!markdown

---
title: Align Self
---

| Class       | Properties               |
| ----------- | ------------------------ |
| self-auto | align-self: auto |
| self-start | align-self: flex-start |
| self-end | align-self: flex-end |
| self-center | align-self: center |
| self-stretch | align-self: stretch |

*/

.amis-scope .self-auto {
  align-self: auto;
}

.amis-scope .self-start {
  align-self: flex-start;
}

.amis-scope .self-end {
  align-self: flex-end;
}

.amis-scope .self-center {
  align-self: center;
}

.amis-scope .self-stretch {
  align-self: stretch;
}

@media (max-width: 768px) {
  .amis-scope .m\:self-auto {
    align-self: auto;
  }

  .amis-scope .m\:self-start {
    align-self: flex-start;
  }

  .amis-scope .m\:self-end {
    align-self: flex-end;
  }

  .amis-scope .m\:self-center {
    align-self: center;
  }

  .amis-scope .m\:self-stretch {
    align-self: stretch;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:self-auto {
    align-self: auto;
  }

  .amis-scope .pc\:self-start {
    align-self: flex-start;
  }

  .amis-scope .pc\:self-end {
    align-self: flex-end;
  }

  .amis-scope .pc\:self-center {
    align-self: center;
  }

  .amis-scope .pc\:self-stretch {
    align-self: stretch;
  }
}

/*!markdown

---
title: Jsutify Content
---

| Class       | Properties               |
| ----------- | ------------------------ |
| justify-start | justify-content: flex-start |
| justify-end | justify-content: flex-end |
| justify-center | justify-content: center |
| justify-between | justify-content: space-between |
| justify-around | justify-content: space-around |
| justify-evenly | justify-content: space-evenly |


*/

.amis-scope .justify-start {
  justify-content: flex-start;
}

.amis-scope .justify-end {
  justify-content: flex-end;
}

.amis-scope .justify-center {
  justify-content: center;
}

.amis-scope .justify-between {
  justify-content: space-between;
}

.amis-scope .justify-around {
  justify-content: space-around;
}

.amis-scope .justify-evenly {
  justify-content: space-evenly;
}

@media (max-width: 768px) {
  .amis-scope .m\:justify-start {
    justify-content: flex-start;
  }

  .amis-scope .m\:justify-end {
    justify-content: flex-end;
  }

  .amis-scope .m\:justify-center {
    justify-content: center;
  }

  .amis-scope .m\:justify-between {
    justify-content: space-between;
  }

  .amis-scope .m\:justify-around {
    justify-content: space-around;
  }

  .amis-scope .m\:justify-evenly {
    justify-content: space-evenly;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:justify-start {
    justify-content: flex-start;
  }

  .amis-scope .pc\:justify-end {
    justify-content: flex-end;
  }

  .amis-scope .pc\:justify-center {
    justify-content: center;
  }

  .amis-scope .pc\:justify-between {
    justify-content: space-between;
  }

  .amis-scope .pc\:justify-around {
    justify-content: space-around;
  }

  .amis-scope .pc\:justify-evenly {
    justify-content: space-evenly;
  }
}

/*!markdown

---
title: Justify Items
---

| Class       | Properties               |
| ----------- | ------------------------ |
| justify-items-auto | justify-items: auto |
| justify-items-start | justify-items: start |
| justify-items-end | justify-items: end |
| justify-items-center | justify-items: center |
| justify-items-stretch | justify-items: stretch |


*/

.amis-scope .justify-items-auto {
  justify-items: auto;
}

.amis-scope .justify-items-start {
  justify-items: start;
}

.amis-scope .justify-items-end {
  justify-items: end;
}

.amis-scope .justify-items-center {
  justify-items: center;
}

.amis-scope .justify-items-stretch {
  justify-items: stretch;
}

@media (max-width: 768px) {
  .amis-scope .m\:justify-items-auto {
    justify-items: auto;
  }

  .amis-scope .m\:justify-items-start {
    justify-items: start;
  }

  .amis-scope .m\:justify-items-end {
    justify-items: end;
  }

  .amis-scope .m\:justify-items-center {
    justify-items: center;
  }

  .amis-scope .m\:justify-items-stretch {
    justify-items: stretch;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:justify-items-auto {
    justify-items: auto;
  }

  .amis-scope .pc\:justify-items-start {
    justify-items: start;
  }

  .amis-scope .pc\:justify-items-end {
    justify-items: end;
  }

  .amis-scope .pc\:justify-items-center {
    justify-items: center;
  }

  .amis-scope .pc\:justify-items-stretch {
    justify-items: stretch;
  }
}

/*!markdown

---
title: Jsutify Self
---

| Class       | Properties               |
| ----------- | ------------------------ |
| justify-self-auto | justify-self: auto |
| justify-self-start | justify-self: start |
| justify-self-end | justify-self: end |
| justify-self-center | justify-self: center |
| justify-self-stretch | justify-self: stretch |


*/

.amis-scope .justify-self-auto {
  justify-self: auto;
}

.amis-scope .justify-self-start {
  justify-self: start;
}

.amis-scope .justify-self-end {
  justify-self: end;
}

.amis-scope .justify-self-center {
  justify-self: center;
}

.amis-scope .justify-self-stretch {
  justify-self: stretch;
}

@media (max-width: 768px) {
  .amis-scope .m\:justify-self-auto {
    justify-self: auto;
  }

  .amis-scope .m\:justify-self-start {
    justify-self: start;
  }

  .amis-scope .m\:justify-self-end {
    justify-self: end;
  }

  .amis-scope .m\:justify-self-center {
    justify-self: center;
  }

  .amis-scope .m\:justify-self-stretch {
    justify-self: stretch;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:justify-self-auto {
    justify-self: auto;
  }

  .amis-scope .pc\:justify-self-start {
    justify-self: start;
  }

  .amis-scope .pc\:justify-self-end {
    justify-self: end;
  }

  .amis-scope .pc\:justify-self-center {
    justify-self: center;
  }

  .amis-scope .pc\:justify-self-stretch {
    justify-self: stretch;
  }
}

/*!markdown

---
title: Place Content
---

| Class       | Properties               |
| ----------- | ------------------------ |
| place-content-center | place-content: center |
| place-content-start | place-content: start |
| place-content-end | place-content: end |
| place-content-between | place-content: space-between |
| place-content-around | place-content: space-around |
| place-content-evenly | place-content: space-evenly |
| place-content-stretch | place-content: stretch |


*/

.amis-scope .place-content-center {
  place-content: center;
}

.amis-scope .place-content-start {
  place-content: start;
}

.amis-scope .place-content-end {
  place-content: end;
}

.amis-scope .place-content-between {
  place-content: space-between;
}

.amis-scope .place-content-around {
  place-content: space-around;
}

.amis-scope .place-content-evenly {
  place-content: space-evenly;
}

.amis-scope .place-content-stretch {
  place-content: stretch;
}

@media (max-width: 768px) {
  .amis-scope .m\:place-content-center {
    place-content: center;
  }

  .amis-scope .m\:place-content-start {
    place-content: start;
  }

  .amis-scope .m\:place-content-end {
    place-content: end;
  }

  .amis-scope .m\:place-content-between {
    place-content: space-between;
  }

  .amis-scope .m\:place-content-around {
    place-content: space-around;
  }

  .amis-scope .m\:place-content-evenly {
    place-content: space-evenly;
  }

  .amis-scope .m\:place-content-stretch {
    place-content: stretch;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:place-content-center {
    place-content: center;
  }

  .amis-scope .pc\:place-content-start {
    place-content: start;
  }

  .amis-scope .pc\:place-content-end {
    place-content: end;
  }

  .amis-scope .pc\:place-content-between {
    place-content: space-between;
  }

  .amis-scope .pc\:place-content-around {
    place-content: space-around;
  }

  .amis-scope .pc\:place-content-evenly {
    place-content: space-evenly;
  }

  .amis-scope .pc\:place-content-stretch {
    place-content: stretch;
  }
}

/*!markdown

---
title: Place Items
---

| Class       | Properties               |
| ----------- | ------------------------ |
| place-items-auto | place-items: auto |
| place-items-start | place-items: start |
| place-items-end | place-items: end |
| place-items-center | place-items: center |
| place-items-stretch | place-items: stretch |


*/

.amis-scope .place-items-auto {
  place-items: auto;
}

.amis-scope .place-items-start {
  place-items: start;
}

.amis-scope .place-items-end {
  place-items: end;
}

.amis-scope .place-items-center {
  place-items: center;
}

.amis-scope .place-items-stretch {
  place-items: stretch;
}

@media (max-width: 768px) {
  .amis-scope .m\:place-items-auto {
    place-items: auto;
  }

  .amis-scope .m\:place-items-start {
    place-items: start;
  }

  .amis-scope .m\:place-items-end {
    place-items: end;
  }

  .amis-scope .m\:place-items-center {
    place-items: center;
  }

  .amis-scope .m\:place-items-stretch {
    place-items: stretch;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:place-items-auto {
    place-items: auto;
  }

  .amis-scope .pc\:place-items-start {
    place-items: start;
  }

  .amis-scope .pc\:place-items-end {
    place-items: end;
  }

  .amis-scope .pc\:place-items-center {
    place-items: center;
  }

  .amis-scope .pc\:place-items-stretch {
    place-items: stretch;
  }
}

/*!markdown

---
title: Place Self
---

| Class       | Properties               |
| ----------- | ------------------------ |
| place-self-auto | place-self: auto |
| place-self-start | place-self: start |
| place-self-end | place-self: end |
| place-self-center | place-self: center |
| place-self-stretch | place-self: stretch |


*/

.amis-scope .place-self-auto {
  place-self: auto;
}

.amis-scope .place-self-start {
  place-self: start;
}

.amis-scope .place-self-end {
  place-self: end;
}

.amis-scope .place-self-center {
  place-self: center;
}

.amis-scope .place-self-stretch {
  place-self: stretch;
}

@media (max-width: 768px) {
  .amis-scope .m\:place-self-auto {
    place-self: auto;
  }

  .amis-scope .m\:place-self-start {
    place-self: start;
  }

  .amis-scope .m\:place-self-end {
    place-self: end;
  }

  .amis-scope .m\:place-self-center {
    place-self: center;
  }

  .amis-scope .m\:place-self-stretch {
    place-self: stretch;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:place-self-auto {
    place-self: auto;
  }

  .amis-scope .pc\:place-self-start {
    place-self: start;
  }

  .amis-scope .pc\:place-self-end {
    place-self: end;
  }

  .amis-scope .pc\:place-self-center {
    place-self: center;
  }

  .amis-scope .pc\:place-self-stretch {
    place-self: stretch;
  }
}

/*!markdown

---
title: Box Shadow
---

| Class       | Properties               |
| ----------- | ------------------------ |
| shadow-sm | box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) |
| shadow | box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) |
| shadow-md | box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) |
| shadow-lg | box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) |
| shadow-xl | box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) , 0 10px 10px -5px rgba(0, 0, 0, 0.04) |
| shadow-2xl | box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) |
| shadow-inner | box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) |
| shadow-none | box-shadow: none |

还有 hover、active、focus 扩展,比如 `hover:shadow-sm`

*/

.amis-scope .shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.amis-scope .shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.amis-scope .shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.amis-scope .shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.amis-scope .shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) , 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.amis-scope .shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.amis-scope .shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.amis-scope .shadow-none {
  box-shadow: none;
}

.amis-scope .hover\:shadow-sm:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.amis-scope .hover\:shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.amis-scope .hover\:shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.amis-scope .hover\:shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.amis-scope .hover\:shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) , 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.amis-scope .hover\:shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.amis-scope .hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.amis-scope .hover\:shadow-none:hover {
  box-shadow: none;
}

.amis-scope .active\:shadow-sm.is-active,
.amis-scope .active\:shadow-sm:active {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.amis-scope .active\:shadow.is-active,
.amis-scope .active\:shadow:active {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.amis-scope .active\:shadow-md.is-active,
.amis-scope .active\:shadow-md:active {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.amis-scope .active\:shadow-lg.is-active,
.amis-scope .active\:shadow-lg:active {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.amis-scope .active\:shadow-xl.is-active,
.amis-scope .active\:shadow-xl:active {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) , 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.amis-scope .active\:shadow-2xl.is-active,
.amis-scope .active\:shadow-2xl:active {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.amis-scope .active\:shadow-inner.is-active,
.amis-scope .active\:shadow-inner:active {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.amis-scope .active\:shadow-none.is-active,
.amis-scope .active\:shadow-none:active {
  box-shadow: none;
}

.amis-scope .focus\:shadow-sm:focus {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.amis-scope .focus\:shadow:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.amis-scope .focus\:shadow-md:focus {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.amis-scope .focus\:shadow-lg:focus {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.amis-scope .focus\:shadow-xl:focus {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) , 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.amis-scope .focus\:shadow-2xl:focus {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.amis-scope .focus\:shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.amis-scope .focus\:shadow-none:focus {
  box-shadow: none;
}

.amis-scope .disabled\:shadow-sm.is-disabled,
.amis-scope .disabled\:shadow-sm:disabled {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.amis-scope .disabled\:shadow.is-disabled,
.amis-scope .disabled\:shadow:disabled {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.amis-scope .disabled\:shadow-md.is-disabled,
.amis-scope .disabled\:shadow-md:disabled {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.amis-scope .disabled\:shadow-lg.is-disabled,
.amis-scope .disabled\:shadow-lg:disabled {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.amis-scope .disabled\:shadow-xl.is-disabled,
.amis-scope .disabled\:shadow-xl:disabled {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) , 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.amis-scope .disabled\:shadow-2xl.is-disabled,
.amis-scope .disabled\:shadow-2xl:disabled {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.amis-scope .disabled\:shadow-inner.is-disabled,
.amis-scope .disabled\:shadow-inner:disabled {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.amis-scope .disabled\:shadow-none.is-disabled,
.amis-scope .disabled\:shadow-none:disabled {
  box-shadow: none;
}

.amis-scope .group:hover .group-hover\:shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.amis-scope .group:hover .group-hover\:shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.amis-scope .group:hover .group-hover\:shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.amis-scope .group:hover .group-hover\:shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.amis-scope .group:hover .group-hover\:shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) , 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.amis-scope .group:hover .group-hover\:shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.amis-scope .group:hover .group-hover\:shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.amis-scope .group:hover .group-hover\:shadow-none {
  box-shadow: none;
}

@media (max-width: 768px) {
  .amis-scope .m\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .amis-scope .m\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .amis-scope .m\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .amis-scope .m\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .amis-scope .m\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) , 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .amis-scope .m\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .amis-scope .m\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .amis-scope .m\:shadow-none {
    box-shadow: none;
  }

  .amis-scope .m\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .amis-scope .m\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .amis-scope .m\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .amis-scope .m\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .amis-scope .m\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) , 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .amis-scope .m\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .amis-scope .m\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .amis-scope .m\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .amis-scope .m\:active\:shadow-sm.is-active,
  .amis-scope .m\:active\:shadow-sm:active {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .amis-scope .m\:active\:shadow.is-active,
  .amis-scope .m\:active\:shadow:active {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .amis-scope .m\:active\:shadow-md.is-active,
  .amis-scope .m\:active\:shadow-md:active {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .amis-scope .m\:active\:shadow-lg.is-active,
  .amis-scope .m\:active\:shadow-lg:active {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .amis-scope .m\:active\:shadow-xl.is-active,
  .amis-scope .m\:active\:shadow-xl:active {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) , 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .amis-scope .m\:active\:shadow-2xl.is-active,
  .amis-scope .m\:active\:shadow-2xl:active {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .amis-scope .m\:active\:shadow-inner.is-active,
  .amis-scope .m\:active\:shadow-inner:active {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .amis-scope .m\:active\:shadow-none.is-active,
  .amis-scope .m\:active\:shadow-none:active {
    box-shadow: none;
  }

  .amis-scope .m\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .amis-scope .m\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .amis-scope .m\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .amis-scope .m\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .amis-scope .m\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) , 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .amis-scope .m\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .amis-scope .m\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .amis-scope .m\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .amis-scope .m\:disabled\:shadow-sm.is-disabled,
  .amis-scope .m\:disabled\:shadow-sm:disabled {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .amis-scope .m\:disabled\:shadow.is-disabled,
  .amis-scope .m\:disabled\:shadow:disabled {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .amis-scope .m\:disabled\:shadow-md.is-disabled,
  .amis-scope .m\:disabled\:shadow-md:disabled {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .amis-scope .m\:disabled\:shadow-lg.is-disabled,
  .amis-scope .m\:disabled\:shadow-lg:disabled {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .amis-scope .m\:disabled\:shadow-xl.is-disabled,
  .amis-scope .m\:disabled\:shadow-xl:disabled {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) , 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .amis-scope .m\:disabled\:shadow-2xl.is-disabled,
  .amis-scope .m\:disabled\:shadow-2xl:disabled {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .amis-scope .m\:disabled\:shadow-inner.is-disabled,
  .amis-scope .m\:disabled\:shadow-inner:disabled {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .amis-scope .m\:disabled\:shadow-none.is-disabled,
  .amis-scope .m\:disabled\:shadow-none:disabled {
    box-shadow: none;
  }

  .amis-scope .group:hover .m\:group-hover\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .amis-scope .group:hover .m\:group-hover\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .amis-scope .group:hover .m\:group-hover\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .amis-scope .group:hover .m\:group-hover\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .amis-scope .group:hover .m\:group-hover\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) , 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .amis-scope .group:hover .m\:group-hover\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .amis-scope .group:hover .m\:group-hover\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .amis-scope .group:hover .m\:group-hover\:shadow-none {
    box-shadow: none;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .amis-scope .pc\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .amis-scope .pc\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .amis-scope .pc\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .amis-scope .pc\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) , 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .amis-scope .pc\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .amis-scope .pc\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .amis-scope .pc\:shadow-none {
    box-shadow: none;
  }

  .amis-scope .pc\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .amis-scope .pc\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .amis-scope .pc\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .amis-scope .pc\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .amis-scope .pc\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) , 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .amis-scope .pc\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .amis-scope .pc\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .amis-scope .pc\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .amis-scope .pc\:active\:shadow-sm.is-active,
  .amis-scope .pc\:active\:shadow-sm:active {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .amis-scope .pc\:active\:shadow.is-active,
  .amis-scope .pc\:active\:shadow:active {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .amis-scope .pc\:active\:shadow-md.is-active,
  .amis-scope .pc\:active\:shadow-md:active {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .amis-scope .pc\:active\:shadow-lg.is-active,
  .amis-scope .pc\:active\:shadow-lg:active {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .amis-scope .pc\:active\:shadow-xl.is-active,
  .amis-scope .pc\:active\:shadow-xl:active {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) , 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .amis-scope .pc\:active\:shadow-2xl.is-active,
  .amis-scope .pc\:active\:shadow-2xl:active {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .amis-scope .pc\:active\:shadow-inner.is-active,
  .amis-scope .pc\:active\:shadow-inner:active {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .amis-scope .pc\:active\:shadow-none.is-active,
  .amis-scope .pc\:active\:shadow-none:active {
    box-shadow: none;
  }

  .amis-scope .pc\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .amis-scope .pc\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .amis-scope .pc\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .amis-scope .pc\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .amis-scope .pc\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) , 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .amis-scope .pc\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .amis-scope .pc\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .amis-scope .pc\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .amis-scope .pc\:disabled\:shadow-sm.is-disabled,
  .amis-scope .pc\:disabled\:shadow-sm:disabled {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .amis-scope .pc\:disabled\:shadow.is-disabled,
  .amis-scope .pc\:disabled\:shadow:disabled {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .amis-scope .pc\:disabled\:shadow-md.is-disabled,
  .amis-scope .pc\:disabled\:shadow-md:disabled {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .amis-scope .pc\:disabled\:shadow-lg.is-disabled,
  .amis-scope .pc\:disabled\:shadow-lg:disabled {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .amis-scope .pc\:disabled\:shadow-xl.is-disabled,
  .amis-scope .pc\:disabled\:shadow-xl:disabled {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) , 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .amis-scope .pc\:disabled\:shadow-2xl.is-disabled,
  .amis-scope .pc\:disabled\:shadow-2xl:disabled {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .amis-scope .pc\:disabled\:shadow-inner.is-disabled,
  .amis-scope .pc\:disabled\:shadow-inner:disabled {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .amis-scope .pc\:disabled\:shadow-none.is-disabled,
  .amis-scope .pc\:disabled\:shadow-none:disabled {
    box-shadow: none;
  }

  .amis-scope .group:hover .pc\:group-hover\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .amis-scope .group:hover .pc\:group-hover\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .amis-scope .group:hover .pc\:group-hover\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .amis-scope .group:hover .pc\:group-hover\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .amis-scope .group:hover .pc\:group-hover\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) , 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .amis-scope .group:hover .pc\:group-hover\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .amis-scope .group:hover .pc\:group-hover\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .amis-scope .group:hover .pc\:group-hover\:shadow-none {
    box-shadow: none;
  }
}

/*!markdown

---
title: Opacity
---

| Class       | Properties               |
| ----------- | ------------------------ |
| opacity-0 | opacity: 0 |
| opacity-5 | opacity: 0.05 |
| opacity-10 | opacity: 0.1 |
| opacity-20 | opacity: 0.2 |
| opacity-25 | opacity: 0.25 |
| opacity-30 | opacity: 0.3 |
| opacity-40 | opacity: 0.4 |
| opacity-50 | opacity: 0.5 |
| opacity-60 | opacity: 0.6 |
| opacity-70 | opacity: 0.7 |
| opacity-75 | opacity: 0.75 |
| opacity-80 | opacity: 0.8 |
| opacity-90 | opacity: 0.9 |
| opacity-95 | opacity: 0.95 |
| opacity-100 | opacity: 1 |


*/

.amis-scope .opacity-0 {
  opacity: 0;
}

.amis-scope .opacity-5 {
  opacity: 0.05;
}

.amis-scope .opacity-10 {
  opacity: 0.1;
}

.amis-scope .opacity-20 {
  opacity: 0.2;
}

.amis-scope .opacity-25 {
  opacity: 0.25;
}

.amis-scope .opacity-30 {
  opacity: 0.3;
}

.amis-scope .opacity-40 {
  opacity: 0.4;
}

.amis-scope .opacity-50 {
  opacity: 0.5;
}

.amis-scope .opacity-60 {
  opacity: 0.6;
}

.amis-scope .opacity-70 {
  opacity: 0.7;
}

.amis-scope .opacity-75 {
  opacity: 0.75;
}

.amis-scope .opacity-80 {
  opacity: 0.8;
}

.amis-scope .opacity-90 {
  opacity: 0.9;
}

.amis-scope .opacity-95 {
  opacity: 0.95;
}

.amis-scope .opacity-100 {
  opacity: 1;
}

@media (max-width: 768px) {
  .amis-scope .m\:opacity-0 {
    opacity: 0;
  }

  .amis-scope .m\:opacity-5 {
    opacity: 0.05;
  }

  .amis-scope .m\:opacity-10 {
    opacity: 0.1;
  }

  .amis-scope .m\:opacity-20 {
    opacity: 0.2;
  }

  .amis-scope .m\:opacity-25 {
    opacity: 0.25;
  }

  .amis-scope .m\:opacity-30 {
    opacity: 0.3;
  }

  .amis-scope .m\:opacity-40 {
    opacity: 0.4;
  }

  .amis-scope .m\:opacity-50 {
    opacity: 0.5;
  }

  .amis-scope .m\:opacity-60 {
    opacity: 0.6;
  }

  .amis-scope .m\:opacity-70 {
    opacity: 0.7;
  }

  .amis-scope .m\:opacity-75 {
    opacity: 0.75;
  }

  .amis-scope .m\:opacity-80 {
    opacity: 0.8;
  }

  .amis-scope .m\:opacity-90 {
    opacity: 0.9;
  }

  .amis-scope .m\:opacity-95 {
    opacity: 0.95;
  }

  .amis-scope .m\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:opacity-0 {
    opacity: 0;
  }

  .amis-scope .pc\:opacity-5 {
    opacity: 0.05;
  }

  .amis-scope .pc\:opacity-10 {
    opacity: 0.1;
  }

  .amis-scope .pc\:opacity-20 {
    opacity: 0.2;
  }

  .amis-scope .pc\:opacity-25 {
    opacity: 0.25;
  }

  .amis-scope .pc\:opacity-30 {
    opacity: 0.3;
  }

  .amis-scope .pc\:opacity-40 {
    opacity: 0.4;
  }

  .amis-scope .pc\:opacity-50 {
    opacity: 0.5;
  }

  .amis-scope .pc\:opacity-60 {
    opacity: 0.6;
  }

  .amis-scope .pc\:opacity-70 {
    opacity: 0.7;
  }

  .amis-scope .pc\:opacity-75 {
    opacity: 0.75;
  }

  .amis-scope .pc\:opacity-80 {
    opacity: 0.8;
  }

  .amis-scope .pc\:opacity-90 {
    opacity: 0.9;
  }

  .amis-scope .pc\:opacity-95 {
    opacity: 0.95;
  }

  .amis-scope .pc\:opacity-100 {
    opacity: 1;
  }
}

/*!markdown

---
title: Margin
---

| Class       | Properties               |
| ----------- | ------------------------ |
| m-px | margin: 0.0625rem |
| m-0 | margin: 0 |
| m-none | margin: 0 |
| m-0\.5 | margin: 0.125rem |
| m-1 | margin: 0.25rem |
| m-1\.5 | margin: 0.375rem |
| m-2 | margin: 0.5rem |
| m-2\.5 | margin: 0.625rem |
| m-3 | margin: 0.75rem |
| m-3\.5 | margin: 0.875rem |
| m-4 | margin: 1rem |
| m-5 | margin: 1.25rem |
| m-6 | margin: 1.5rem |
| m-7 | margin: 1.75rem |
| m-8 | margin: 2rem |
| m-9 | margin: 2.25rem |
| m-10 | margin: 2.5rem |
| m-11 | margin: 2.75rem |
| m-12 | margin: 3rem |
| m-14 | margin: 3.5rem |
| m-16 | margin: 4rem |
| m-18 | margin: 4.5rem |
| m-20 | margin: 5rem |
| m-24 | margin: 6rem |
| m-28 | margin: 7rem |
| m-32 | margin: 8rem |
| m-36 | margin: 9rem |
| m-40 | margin: 10rem |
| m-44 | margin: 11rem |
| m-48 | margin: 12rem |
| m-52 | margin: 13rem |
| m-56 | margin: 14rem |
| m-60 | margin: 15rem |
| m-64 | margin: 16rem |
| m-72 | margin: 18rem |
| m-80 | margin: 20rem |
| m-96 | margin: 24rem |
| m-auto | margin: auto |
| -m-px | margin: -0.0625rem |
| -m-0 | margin: 0 |
| -m-none | margin: 0 |
| -m-0\.5 | margin: -0.125rem |
| -m-1 | margin: -0.25rem |
| -m-1\.5 | margin: -0.375rem |
| -m-2 | margin: -0.5rem |
| -m-2\.5 | margin: -0.625rem |
| -m-3 | margin: -0.75rem |
| -m-3\.5 | margin: -0.875rem |
| -m-4 | margin: -1rem |
| -m-5 | margin: -1.25rem |
| -m-6 | margin: -1.5rem |
| -m-7 | margin: -1.75rem |
| -m-8 | margin: -2rem |
| -m-9 | margin: -2.25rem |
| -m-10 | margin: -2.5rem |
| -m-11 | margin: -2.75rem |
| -m-12 | margin: -3rem |
| -m-14 | margin: -3.5rem |
| -m-16 | margin: -4rem |
| -m-18 | margin: -4.5rem |
| -m-20 | margin: -5rem |
| -m-24 | margin: -6rem |
| -m-28 | margin: -7rem |
| -m-32 | margin: -8rem |
| -m-36 | margin: -9rem |
| -m-40 | margin: -10rem |
| -m-44 | margin: -11rem |
| -m-48 | margin: -12rem |
| -m-52 | margin: -13rem |
| -m-56 | margin: -14rem |
| -m-60 | margin: -15rem |
| -m-64 | margin: -16rem |
| -m-72 | margin: -18rem |
| -m-80 | margin: -20rem |
| -m-96 | margin: -24rem |
| mx-px | margin-left: 0.0625rem; margin-right: 0.0625rem |
| mx-0 | margin-left: 0; margin-right: 0 |
| mx-none | margin-left: 0; margin-right: 0 |
| mx-0\.5 | margin-left: 0.125rem; margin-right: 0.125rem |
| mx-1 | margin-left: 0.25rem; margin-right: 0.25rem |
| mx-1\.5 | margin-left: 0.375rem; margin-right: 0.375rem |
| mx-2 | margin-left: 0.5rem; margin-right: 0.5rem |
| mx-2\.5 | margin-left: 0.625rem; margin-right: 0.625rem |
| mx-3 | margin-left: 0.75rem; margin-right: 0.75rem |
| mx-3\.5 | margin-left: 0.875rem; margin-right: 0.875rem |
| mx-4 | margin-left: 1rem; margin-right: 1rem |
| mx-5 | margin-left: 1.25rem; margin-right: 1.25rem |
| mx-6 | margin-left: 1.5rem; margin-right: 1.5rem |
| mx-7 | margin-left: 1.75rem; margin-right: 1.75rem |
| mx-8 | margin-left: 2rem; margin-right: 2rem |
| mx-9 | margin-left: 2.25rem; margin-right: 2.25rem |
| mx-10 | margin-left: 2.5rem; margin-right: 2.5rem |
| mx-11 | margin-left: 2.75rem; margin-right: 2.75rem |
| mx-12 | margin-left: 3rem; margin-right: 3rem |
| mx-14 | margin-left: 3.5rem; margin-right: 3.5rem |
| mx-16 | margin-left: 4rem; margin-right: 4rem |
| mx-18 | margin-left: 4.5rem; margin-right: 4.5rem |
| mx-20 | margin-left: 5rem; margin-right: 5rem |
| mx-24 | margin-left: 6rem; margin-right: 6rem |
| mx-28 | margin-left: 7rem; margin-right: 7rem |
| mx-32 | margin-left: 8rem; margin-right: 8rem |
| mx-36 | margin-left: 9rem; margin-right: 9rem |
| mx-40 | margin-left: 10rem; margin-right: 10rem |
| mx-44 | margin-left: 11rem; margin-right: 11rem |
| mx-48 | margin-left: 12rem; margin-right: 12rem |
| mx-52 | margin-left: 13rem; margin-right: 13rem |
| mx-56 | margin-left: 14rem; margin-right: 14rem |
| mx-60 | margin-left: 15rem; margin-right: 15rem |
| mx-64 | margin-left: 16rem; margin-right: 16rem |
| mx-72 | margin-left: 18rem; margin-right: 18rem |
| mx-80 | margin-left: 20rem; margin-right: 20rem |
| mx-96 | margin-left: 24rem; margin-right: 24rem |
| mx-auto | margin-left: auto; margin-right: auto |
| -mx-px | margin-left: -0.0625rem; margin-right: -0.0625rem |
| -mx-0 | margin-left: 0; margin-right: 0 |
| -mx-none | margin-left: 0; margin-right: 0 |
| -mx-0\.5 | margin-left: -0.125rem; margin-right: -0.125rem |
| -mx-1 | margin-left: -0.25rem; margin-right: -0.25rem |
| -mx-1\.5 | margin-left: -0.375rem; margin-right: -0.375rem |
| -mx-2 | margin-left: -0.5rem; margin-right: -0.5rem |
| -mx-2\.5 | margin-left: -0.625rem; margin-right: -0.625rem |
| -mx-3 | margin-left: -0.75rem; margin-right: -0.75rem |
| -mx-3\.5 | margin-left: -0.875rem; margin-right: -0.875rem |
| -mx-4 | margin-left: -1rem; margin-right: -1rem |
| -mx-5 | margin-left: -1.25rem; margin-right: -1.25rem |
| -mx-6 | margin-left: -1.5rem; margin-right: -1.5rem |
| -mx-7 | margin-left: -1.75rem; margin-right: -1.75rem |
| -mx-8 | margin-left: -2rem; margin-right: -2rem |
| -mx-9 | margin-left: -2.25rem; margin-right: -2.25rem |
| -mx-10 | margin-left: -2.5rem; margin-right: -2.5rem |
| -mx-11 | margin-left: -2.75rem; margin-right: -2.75rem |
| -mx-12 | margin-left: -3rem; margin-right: -3rem |
| -mx-14 | margin-left: -3.5rem; margin-right: -3.5rem |
| -mx-16 | margin-left: -4rem; margin-right: -4rem |
| -mx-18 | margin-left: -4.5rem; margin-right: -4.5rem |
| -mx-20 | margin-left: -5rem; margin-right: -5rem |
| -mx-24 | margin-left: -6rem; margin-right: -6rem |
| -mx-28 | margin-left: -7rem; margin-right: -7rem |
| -mx-32 | margin-left: -8rem; margin-right: -8rem |
| -mx-36 | margin-left: -9rem; margin-right: -9rem |
| -mx-40 | margin-left: -10rem; margin-right: -10rem |
| -mx-44 | margin-left: -11rem; margin-right: -11rem |
| -mx-48 | margin-left: -12rem; margin-right: -12rem |
| -mx-52 | margin-left: -13rem; margin-right: -13rem |
| -mx-56 | margin-left: -14rem; margin-right: -14rem |
| -mx-60 | margin-left: -15rem; margin-right: -15rem |
| -mx-64 | margin-left: -16rem; margin-right: -16rem |
| -mx-72 | margin-left: -18rem; margin-right: -18rem |
| -mx-80 | margin-left: -20rem; margin-right: -20rem |
| -mx-96 | margin-left: -24rem; margin-right: -24rem |
| my-px | margin-top: 0.0625rem; margin-bottom: 0.0625rem |
| my-0 | margin-top: 0; margin-bottom: 0 |
| my-none | margin-top: 0; margin-bottom: 0 |
| my-0\.5 | margin-top: 0.125rem; margin-bottom: 0.125rem |
| my-1 | margin-top: 0.25rem; margin-bottom: 0.25rem |
| my-1\.5 | margin-top: 0.375rem; margin-bottom: 0.375rem |
| my-2 | margin-top: 0.5rem; margin-bottom: 0.5rem |
| my-2\.5 | margin-top: 0.625rem; margin-bottom: 0.625rem |
| my-3 | margin-top: 0.75rem; margin-bottom: 0.75rem |
| my-3\.5 | margin-top: 0.875rem; margin-bottom: 0.875rem |
| my-4 | margin-top: 1rem; margin-bottom: 1rem |
| my-5 | margin-top: 1.25rem; margin-bottom: 1.25rem |
| my-6 | margin-top: 1.5rem; margin-bottom: 1.5rem |
| my-7 | margin-top: 1.75rem; margin-bottom: 1.75rem |
| my-8 | margin-top: 2rem; margin-bottom: 2rem |
| my-9 | margin-top: 2.25rem; margin-bottom: 2.25rem |
| my-10 | margin-top: 2.5rem; margin-bottom: 2.5rem |
| my-11 | margin-top: 2.75rem; margin-bottom: 2.75rem |
| my-12 | margin-top: 3rem; margin-bottom: 3rem |
| my-14 | margin-top: 3.5rem; margin-bottom: 3.5rem |
| my-16 | margin-top: 4rem; margin-bottom: 4rem |
| my-18 | margin-top: 4.5rem; margin-bottom: 4.5rem |
| my-20 | margin-top: 5rem; margin-bottom: 5rem |
| my-24 | margin-top: 6rem; margin-bottom: 6rem |
| my-28 | margin-top: 7rem; margin-bottom: 7rem |
| my-32 | margin-top: 8rem; margin-bottom: 8rem |
| my-36 | margin-top: 9rem; margin-bottom: 9rem |
| my-40 | margin-top: 10rem; margin-bottom: 10rem |
| my-44 | margin-top: 11rem; margin-bottom: 11rem |
| my-48 | margin-top: 12rem; margin-bottom: 12rem |
| my-52 | margin-top: 13rem; margin-bottom: 13rem |
| my-56 | margin-top: 14rem; margin-bottom: 14rem |
| my-60 | margin-top: 15rem; margin-bottom: 15rem |
| my-64 | margin-top: 16rem; margin-bottom: 16rem |
| my-72 | margin-top: 18rem; margin-bottom: 18rem |
| my-80 | margin-top: 20rem; margin-bottom: 20rem |
| my-96 | margin-top: 24rem; margin-bottom: 24rem |
| my-auto | margin-top: auto; margin-bottom: auto |
| -my-px | margin-top: -0.0625rem; margin-bottom: -0.0625rem |
| -my-0 | margin-top: 0; margin-bottom: 0 |
| -my-none | margin-top: 0; margin-bottom: 0 |
| -my-0\.5 | margin-top: -0.125rem; margin-bottom: -0.125rem |
| -my-1 | margin-top: -0.25rem; margin-bottom: -0.25rem |
| -my-1\.5 | margin-top: -0.375rem; margin-bottom: -0.375rem |
| -my-2 | margin-top: -0.5rem; margin-bottom: -0.5rem |
| -my-2\.5 | margin-top: -0.625rem; margin-bottom: -0.625rem |
| -my-3 | margin-top: -0.75rem; margin-bottom: -0.75rem |
| -my-3\.5 | margin-top: -0.875rem; margin-bottom: -0.875rem |
| -my-4 | margin-top: -1rem; margin-bottom: -1rem |
| -my-5 | margin-top: -1.25rem; margin-bottom: -1.25rem |
| -my-6 | margin-top: -1.5rem; margin-bottom: -1.5rem |
| -my-7 | margin-top: -1.75rem; margin-bottom: -1.75rem |
| -my-8 | margin-top: -2rem; margin-bottom: -2rem |
| -my-9 | margin-top: -2.25rem; margin-bottom: -2.25rem |
| -my-10 | margin-top: -2.5rem; margin-bottom: -2.5rem |
| -my-11 | margin-top: -2.75rem; margin-bottom: -2.75rem |
| -my-12 | margin-top: -3rem; margin-bottom: -3rem |
| -my-14 | margin-top: -3.5rem; margin-bottom: -3.5rem |
| -my-16 | margin-top: -4rem; margin-bottom: -4rem |
| -my-18 | margin-top: -4.5rem; margin-bottom: -4.5rem |
| -my-20 | margin-top: -5rem; margin-bottom: -5rem |
| -my-24 | margin-top: -6rem; margin-bottom: -6rem |
| -my-28 | margin-top: -7rem; margin-bottom: -7rem |
| -my-32 | margin-top: -8rem; margin-bottom: -8rem |
| -my-36 | margin-top: -9rem; margin-bottom: -9rem |
| -my-40 | margin-top: -10rem; margin-bottom: -10rem |
| -my-44 | margin-top: -11rem; margin-bottom: -11rem |
| -my-48 | margin-top: -12rem; margin-bottom: -12rem |
| -my-52 | margin-top: -13rem; margin-bottom: -13rem |
| -my-56 | margin-top: -14rem; margin-bottom: -14rem |
| -my-60 | margin-top: -15rem; margin-bottom: -15rem |
| -my-64 | margin-top: -16rem; margin-bottom: -16rem |
| -my-72 | margin-top: -18rem; margin-bottom: -18rem |
| -my-80 | margin-top: -20rem; margin-bottom: -20rem |
| -my-96 | margin-top: -24rem; margin-bottom: -24rem |
| mt-px | margin-top: 0.0625rem |
| mt-0 | margin-top: 0 |
| mt-none | margin-top: 0 |
| mt-0\.5 | margin-top: 0.125rem |
| mt-1 | margin-top: 0.25rem |
| mt-1\.5 | margin-top: 0.375rem |
| mt-2 | margin-top: 0.5rem |
| mt-2\.5 | margin-top: 0.625rem |
| mt-3 | margin-top: 0.75rem |
| mt-3\.5 | margin-top: 0.875rem |
| mt-4 | margin-top: 1rem |
| mt-5 | margin-top: 1.25rem |
| mt-6 | margin-top: 1.5rem |
| mt-7 | margin-top: 1.75rem |
| mt-8 | margin-top: 2rem |
| mt-9 | margin-top: 2.25rem |
| mt-10 | margin-top: 2.5rem |
| mt-11 | margin-top: 2.75rem |
| mt-12 | margin-top: 3rem |
| mt-14 | margin-top: 3.5rem |
| mt-16 | margin-top: 4rem |
| mt-18 | margin-top: 4.5rem |
| mt-20 | margin-top: 5rem |
| mt-24 | margin-top: 6rem |
| mt-28 | margin-top: 7rem |
| mt-32 | margin-top: 8rem |
| mt-36 | margin-top: 9rem |
| mt-40 | margin-top: 10rem |
| mt-44 | margin-top: 11rem |
| mt-48 | margin-top: 12rem |
| mt-52 | margin-top: 13rem |
| mt-56 | margin-top: 14rem |
| mt-60 | margin-top: 15rem |
| mt-64 | margin-top: 16rem |
| mt-72 | margin-top: 18rem |
| mt-80 | margin-top: 20rem |
| mt-96 | margin-top: 24rem |
| -mt-px | margin-top: -0.0625rem |
| -mt-0 | margin-top: 0 |
| -mt-none | margin-top: 0 |
| -mt-0\.5 | margin-top: -0.125rem |
| -mt-1 | margin-top: -0.25rem |
| -mt-1\.5 | margin-top: -0.375rem |
| -mt-2 | margin-top: -0.5rem |
| -mt-2\.5 | margin-top: -0.625rem |
| -mt-3 | margin-top: -0.75rem |
| -mt-3\.5 | margin-top: -0.875rem |
| -mt-4 | margin-top: -1rem |
| -mt-5 | margin-top: -1.25rem |
| -mt-6 | margin-top: -1.5rem |
| -mt-7 | margin-top: -1.75rem |
| -mt-8 | margin-top: -2rem |
| -mt-9 | margin-top: -2.25rem |
| -mt-10 | margin-top: -2.5rem |
| -mt-11 | margin-top: -2.75rem |
| -mt-12 | margin-top: -3rem |
| -mt-14 | margin-top: -3.5rem |
| -mt-16 | margin-top: -4rem |
| -mt-18 | margin-top: -4.5rem |
| -mt-20 | margin-top: -5rem |
| -mt-24 | margin-top: -6rem |
| -mt-28 | margin-top: -7rem |
| -mt-32 | margin-top: -8rem |
| -mt-36 | margin-top: -9rem |
| -mt-40 | margin-top: -10rem |
| -mt-44 | margin-top: -11rem |
| -mt-48 | margin-top: -12rem |
| -mt-52 | margin-top: -13rem |
| -mt-56 | margin-top: -14rem |
| -mt-60 | margin-top: -15rem |
| -mt-64 | margin-top: -16rem |
| -mt-72 | margin-top: -18rem |
| -mt-80 | margin-top: -20rem |
| -mt-96 | margin-top: -24rem |
| mr-px | margin-right: 0.0625rem |
| mr-0 | margin-right: 0 |
| mr-none | margin-right: 0 |
| mr-0\.5 | margin-right: 0.125rem |
| mr-1 | margin-right: 0.25rem |
| mr-1\.5 | margin-right: 0.375rem |
| mr-2 | margin-right: 0.5rem |
| mr-2\.5 | margin-right: 0.625rem |
| mr-3 | margin-right: 0.75rem |
| mr-3\.5 | margin-right: 0.875rem |
| mr-4 | margin-right: 1rem |
| mr-5 | margin-right: 1.25rem |
| mr-6 | margin-right: 1.5rem |
| mr-7 | margin-right: 1.75rem |
| mr-8 | margin-right: 2rem |
| mr-9 | margin-right: 2.25rem |
| mr-10 | margin-right: 2.5rem |
| mr-11 | margin-right: 2.75rem |
| mr-12 | margin-right: 3rem |
| mr-14 | margin-right: 3.5rem |
| mr-16 | margin-right: 4rem |
| mr-18 | margin-right: 4.5rem |
| mr-20 | margin-right: 5rem |
| mr-24 | margin-right: 6rem |
| mr-28 | margin-right: 7rem |
| mr-32 | margin-right: 8rem |
| mr-36 | margin-right: 9rem |
| mr-40 | margin-right: 10rem |
| mr-44 | margin-right: 11rem |
| mr-48 | margin-right: 12rem |
| mr-52 | margin-right: 13rem |
| mr-56 | margin-right: 14rem |
| mr-60 | margin-right: 15rem |
| mr-64 | margin-right: 16rem |
| mr-72 | margin-right: 18rem |
| mr-80 | margin-right: 20rem |
| mr-96 | margin-right: 24rem |
| -mr-px | margin-right: -0.0625rem |
| -mr-0 | margin-right: 0 |
| -mr-none | margin-right: 0 |
| -mr-0\.5 | margin-right: -0.125rem |
| -mr-1 | margin-right: -0.25rem |
| -mr-1\.5 | margin-right: -0.375rem |
| -mr-2 | margin-right: -0.5rem |
| -mr-2\.5 | margin-right: -0.625rem |
| -mr-3 | margin-right: -0.75rem |
| -mr-3\.5 | margin-right: -0.875rem |
| -mr-4 | margin-right: -1rem |
| -mr-5 | margin-right: -1.25rem |
| -mr-6 | margin-right: -1.5rem |
| -mr-7 | margin-right: -1.75rem |
| -mr-8 | margin-right: -2rem |
| -mr-9 | margin-right: -2.25rem |
| -mr-10 | margin-right: -2.5rem |
| -mr-11 | margin-right: -2.75rem |
| -mr-12 | margin-right: -3rem |
| -mr-14 | margin-right: -3.5rem |
| -mr-16 | margin-right: -4rem |
| -mr-18 | margin-right: -4.5rem |
| -mr-20 | margin-right: -5rem |
| -mr-24 | margin-right: -6rem |
| -mr-28 | margin-right: -7rem |
| -mr-32 | margin-right: -8rem |
| -mr-36 | margin-right: -9rem |
| -mr-40 | margin-right: -10rem |
| -mr-44 | margin-right: -11rem |
| -mr-48 | margin-right: -12rem |
| -mr-52 | margin-right: -13rem |
| -mr-56 | margin-right: -14rem |
| -mr-60 | margin-right: -15rem |
| -mr-64 | margin-right: -16rem |
| -mr-72 | margin-right: -18rem |
| -mr-80 | margin-right: -20rem |
| -mr-96 | margin-right: -24rem |
| mb-px | margin-bottom: 0.0625rem |
| mb-0 | margin-bottom: 0 |
| mb-none | margin-bottom: 0 |
| mb-0\.5 | margin-bottom: 0.125rem |
| mb-1 | margin-bottom: 0.25rem |
| mb-1\.5 | margin-bottom: 0.375rem |
| mb-2 | margin-bottom: 0.5rem |
| mb-2\.5 | margin-bottom: 0.625rem |
| mb-3 | margin-bottom: 0.75rem |
| mb-3\.5 | margin-bottom: 0.875rem |
| mb-4 | margin-bottom: 1rem |
| mb-5 | margin-bottom: 1.25rem |
| mb-6 | margin-bottom: 1.5rem |
| mb-7 | margin-bottom: 1.75rem |
| mb-8 | margin-bottom: 2rem |
| mb-9 | margin-bottom: 2.25rem |
| mb-10 | margin-bottom: 2.5rem |
| mb-11 | margin-bottom: 2.75rem |
| mb-12 | margin-bottom: 3rem |
| mb-14 | margin-bottom: 3.5rem |
| mb-16 | margin-bottom: 4rem |
| mb-18 | margin-bottom: 4.5rem |
| mb-20 | margin-bottom: 5rem |
| mb-24 | margin-bottom: 6rem |
| mb-28 | margin-bottom: 7rem |
| mb-32 | margin-bottom: 8rem |
| mb-36 | margin-bottom: 9rem |
| mb-40 | margin-bottom: 10rem |
| mb-44 | margin-bottom: 11rem |
| mb-48 | margin-bottom: 12rem |
| mb-52 | margin-bottom: 13rem |
| mb-56 | margin-bottom: 14rem |
| mb-60 | margin-bottom: 15rem |
| mb-64 | margin-bottom: 16rem |
| mb-72 | margin-bottom: 18rem |
| mb-80 | margin-bottom: 20rem |
| mb-96 | margin-bottom: 24rem |
| -mb-px | margin-bottom: -0.0625rem |
| -mb-0 | margin-bottom: 0 |
| -mb-none | margin-bottom: 0 |
| -mb-0\.5 | margin-bottom: -0.125rem |
| -mb-1 | margin-bottom: -0.25rem |
| -mb-1\.5 | margin-bottom: -0.375rem |
| -mb-2 | margin-bottom: -0.5rem |
| -mb-2\.5 | margin-bottom: -0.625rem |
| -mb-3 | margin-bottom: -0.75rem |
| -mb-3\.5 | margin-bottom: -0.875rem |
| -mb-4 | margin-bottom: -1rem |
| -mb-5 | margin-bottom: -1.25rem |
| -mb-6 | margin-bottom: -1.5rem |
| -mb-7 | margin-bottom: -1.75rem |
| -mb-8 | margin-bottom: -2rem |
| -mb-9 | margin-bottom: -2.25rem |
| -mb-10 | margin-bottom: -2.5rem |
| -mb-11 | margin-bottom: -2.75rem |
| -mb-12 | margin-bottom: -3rem |
| -mb-14 | margin-bottom: -3.5rem |
| -mb-16 | margin-bottom: -4rem |
| -mb-18 | margin-bottom: -4.5rem |
| -mb-20 | margin-bottom: -5rem |
| -mb-24 | margin-bottom: -6rem |
| -mb-28 | margin-bottom: -7rem |
| -mb-32 | margin-bottom: -8rem |
| -mb-36 | margin-bottom: -9rem |
| -mb-40 | margin-bottom: -10rem |
| -mb-44 | margin-bottom: -11rem |
| -mb-48 | margin-bottom: -12rem |
| -mb-52 | margin-bottom: -13rem |
| -mb-56 | margin-bottom: -14rem |
| -mb-60 | margin-bottom: -15rem |
| -mb-64 | margin-bottom: -16rem |
| -mb-72 | margin-bottom: -18rem |
| -mb-80 | margin-bottom: -20rem |
| -mb-96 | margin-bottom: -24rem |
| ml-px | margin-left: 0.0625rem |
| ml-0 | margin-left: 0 |
| ml-none | margin-left: 0 |
| ml-0\.5 | margin-left: 0.125rem |
| ml-1 | margin-left: 0.25rem |
| ml-1\.5 | margin-left: 0.375rem |
| ml-2 | margin-left: 0.5rem |
| ml-2\.5 | margin-left: 0.625rem |
| ml-3 | margin-left: 0.75rem |
| ml-3\.5 | margin-left: 0.875rem |
| ml-4 | margin-left: 1rem |
| ml-5 | margin-left: 1.25rem |
| ml-6 | margin-left: 1.5rem |
| ml-7 | margin-left: 1.75rem |
| ml-8 | margin-left: 2rem |
| ml-9 | margin-left: 2.25rem |
| ml-10 | margin-left: 2.5rem |
| ml-11 | margin-left: 2.75rem |
| ml-12 | margin-left: 3rem |
| ml-14 | margin-left: 3.5rem |
| ml-16 | margin-left: 4rem |
| ml-18 | margin-left: 4.5rem |
| ml-20 | margin-left: 5rem |
| ml-24 | margin-left: 6rem |
| ml-28 | margin-left: 7rem |
| ml-32 | margin-left: 8rem |
| ml-36 | margin-left: 9rem |
| ml-40 | margin-left: 10rem |
| ml-44 | margin-left: 11rem |
| ml-48 | margin-left: 12rem |
| ml-52 | margin-left: 13rem |
| ml-56 | margin-left: 14rem |
| ml-60 | margin-left: 15rem |
| ml-64 | margin-left: 16rem |
| ml-72 | margin-left: 18rem |
| ml-80 | margin-left: 20rem |
| ml-96 | margin-left: 24rem |
| -ml-px | margin-left: -0.0625rem |
| -ml-0 | margin-left: 0 |
| -ml-none | margin-left: 0 |
| -ml-0\.5 | margin-left: -0.125rem |
| -ml-1 | margin-left: -0.25rem |
| -ml-1\.5 | margin-left: -0.375rem |
| -ml-2 | margin-left: -0.5rem |
| -ml-2\.5 | margin-left: -0.625rem |
| -ml-3 | margin-left: -0.75rem |
| -ml-3\.5 | margin-left: -0.875rem |
| -ml-4 | margin-left: -1rem |
| -ml-5 | margin-left: -1.25rem |
| -ml-6 | margin-left: -1.5rem |
| -ml-7 | margin-left: -1.75rem |
| -ml-8 | margin-left: -2rem |
| -ml-9 | margin-left: -2.25rem |
| -ml-10 | margin-left: -2.5rem |
| -ml-11 | margin-left: -2.75rem |
| -ml-12 | margin-left: -3rem |
| -ml-14 | margin-left: -3.5rem |
| -ml-16 | margin-left: -4rem |
| -ml-18 | margin-left: -4.5rem |
| -ml-20 | margin-left: -5rem |
| -ml-24 | margin-left: -6rem |
| -ml-28 | margin-left: -7rem |
| -ml-32 | margin-left: -8rem |
| -ml-36 | margin-left: -9rem |
| -ml-40 | margin-left: -10rem |
| -ml-44 | margin-left: -11rem |
| -ml-48 | margin-left: -12rem |
| -ml-52 | margin-left: -13rem |
| -ml-56 | margin-left: -14rem |
| -ml-60 | margin-left: -15rem |
| -ml-64 | margin-left: -16rem |
| -ml-72 | margin-left: -18rem |
| -ml-80 | margin-left: -20rem |
| -ml-96 | margin-left: -24rem |



*/

.amis-scope .m-px {
  margin: 0.0625rem;
}

.amis-scope .m-0 {
  margin: 0;
}

.amis-scope .m-none {
  margin: 0;
}

.amis-scope .m-0\.5 {
  margin: 0.125rem;
}

.amis-scope .m-1 {
  margin: 0.25rem;
}

.amis-scope .m-1\.5 {
  margin: 0.375rem;
}

.amis-scope .m-2 {
  margin: 0.5rem;
}

.amis-scope .m-2\.5 {
  margin: 0.625rem;
}

.amis-scope .m-3 {
  margin: 0.75rem;
}

.amis-scope .m-3\.5 {
  margin: 0.875rem;
}

.amis-scope .m-4 {
  margin: 1rem;
}

.amis-scope .m-5 {
  margin: 1.25rem;
}

.amis-scope .m-6 {
  margin: 1.5rem;
}

.amis-scope .m-7 {
  margin: 1.75rem;
}

.amis-scope .m-8 {
  margin: 2rem;
}

.amis-scope .m-9 {
  margin: 2.25rem;
}

.amis-scope .m-10 {
  margin: 2.5rem;
}

.amis-scope .m-11 {
  margin: 2.75rem;
}

.amis-scope .m-12 {
  margin: 3rem;
}

.amis-scope .m-14 {
  margin: 3.5rem;
}

.amis-scope .m-16 {
  margin: 4rem;
}

.amis-scope .m-18 {
  margin: 4.5rem;
}

.amis-scope .m-20 {
  margin: 5rem;
}

.amis-scope .m-24 {
  margin: 6rem;
}

.amis-scope .m-28 {
  margin: 7rem;
}

.amis-scope .m-32 {
  margin: 8rem;
}

.amis-scope .m-36 {
  margin: 9rem;
}

.amis-scope .m-40 {
  margin: 10rem;
}

.amis-scope .m-44 {
  margin: 11rem;
}

.amis-scope .m-48 {
  margin: 12rem;
}

.amis-scope .m-52 {
  margin: 13rem;
}

.amis-scope .m-56 {
  margin: 14rem;
}

.amis-scope .m-60 {
  margin: 15rem;
}

.amis-scope .m-64 {
  margin: 16rem;
}

.amis-scope .m-72 {
  margin: 18rem;
}

.amis-scope .m-80 {
  margin: 20rem;
}

.amis-scope .m-96 {
  margin: 24rem;
}

.amis-scope .m-auto {
  margin: auto;
}

.amis-scope .-m-px {
  margin: -0.0625rem;
}

.amis-scope .-m-0 {
  margin: 0;
}

.amis-scope .-m-none {
  margin: 0;
}

.amis-scope .-m-0\.5 {
  margin: -0.125rem;
}

.amis-scope .-m-1 {
  margin: -0.25rem;
}

.amis-scope .-m-1\.5 {
  margin: -0.375rem;
}

.amis-scope .-m-2 {
  margin: -0.5rem;
}

.amis-scope .-m-2\.5 {
  margin: -0.625rem;
}

.amis-scope .-m-3 {
  margin: -0.75rem;
}

.amis-scope .-m-3\.5 {
  margin: -0.875rem;
}

.amis-scope .-m-4 {
  margin: -1rem;
}

.amis-scope .-m-5 {
  margin: -1.25rem;
}

.amis-scope .-m-6 {
  margin: -1.5rem;
}

.amis-scope .-m-7 {
  margin: -1.75rem;
}

.amis-scope .-m-8 {
  margin: -2rem;
}

.amis-scope .-m-9 {
  margin: -2.25rem;
}

.amis-scope .-m-10 {
  margin: -2.5rem;
}

.amis-scope .-m-11 {
  margin: -2.75rem;
}

.amis-scope .-m-12 {
  margin: -3rem;
}

.amis-scope .-m-14 {
  margin: -3.5rem;
}

.amis-scope .-m-16 {
  margin: -4rem;
}

.amis-scope .-m-18 {
  margin: -4.5rem;
}

.amis-scope .-m-20 {
  margin: -5rem;
}

.amis-scope .-m-24 {
  margin: -6rem;
}

.amis-scope .-m-28 {
  margin: -7rem;
}

.amis-scope .-m-32 {
  margin: -8rem;
}

.amis-scope .-m-36 {
  margin: -9rem;
}

.amis-scope .-m-40 {
  margin: -10rem;
}

.amis-scope .-m-44 {
  margin: -11rem;
}

.amis-scope .-m-48 {
  margin: -12rem;
}

.amis-scope .-m-52 {
  margin: -13rem;
}

.amis-scope .-m-56 {
  margin: -14rem;
}

.amis-scope .-m-60 {
  margin: -15rem;
}

.amis-scope .-m-64 {
  margin: -16rem;
}

.amis-scope .-m-72 {
  margin: -18rem;
}

.amis-scope .-m-80 {
  margin: -20rem;
}

.amis-scope .-m-96 {
  margin: -24rem;
}

.amis-scope .mx-px {
  margin-left: 0.0625rem;
  margin-right: 0.0625rem;
}

.amis-scope .mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.amis-scope .mx-none {
  margin-left: 0;
  margin-right: 0;
}

.amis-scope .mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.amis-scope .mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.amis-scope .mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.amis-scope .mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.amis-scope .mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.amis-scope .mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.amis-scope .mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.amis-scope .mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.amis-scope .mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.amis-scope .mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.amis-scope .mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.amis-scope .mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.amis-scope .mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.amis-scope .mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.amis-scope .mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.amis-scope .mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.amis-scope .mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.amis-scope .mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.amis-scope .mx-18 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.amis-scope .mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.amis-scope .mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.amis-scope .mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.amis-scope .mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.amis-scope .mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.amis-scope .mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.amis-scope .mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.amis-scope .mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.amis-scope .mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.amis-scope .mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.amis-scope .mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}

.amis-scope .mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.amis-scope .mx-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}

.amis-scope .mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.amis-scope .mx-96 {
  margin-left: 24rem;
  margin-right: 24rem;
}

.amis-scope .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.amis-scope .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.amis-scope .-mx-px {
  margin-left: -0.0625rem;
  margin-right: -0.0625rem;
}

.amis-scope .-mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.amis-scope .-mx-none {
  margin-left: 0;
  margin-right: 0;
}

.amis-scope .-mx-0\.5 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.amis-scope .-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.amis-scope .-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.amis-scope .-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.amis-scope .-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.amis-scope .-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.amis-scope .-mx-3\.5 {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.amis-scope .-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.amis-scope .-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.amis-scope .-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.amis-scope .-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.amis-scope .-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.amis-scope .-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.amis-scope .-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.amis-scope .-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.amis-scope .-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.amis-scope .-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.amis-scope .-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.amis-scope .-mx-18 {
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}

.amis-scope .-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.amis-scope .-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.amis-scope .-mx-28 {
  margin-left: -7rem;
  margin-right: -7rem;
}

.amis-scope .-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.amis-scope .-mx-36 {
  margin-left: -9rem;
  margin-right: -9rem;
}

.amis-scope .-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.amis-scope .-mx-44 {
  margin-left: -11rem;
  margin-right: -11rem;
}

.amis-scope .-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.amis-scope .-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem;
}

.amis-scope .-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.amis-scope .-mx-60 {
  margin-left: -15rem;
  margin-right: -15rem;
}

.amis-scope .-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.amis-scope .-mx-72 {
  margin-left: -18rem;
  margin-right: -18rem;
}

.amis-scope .-mx-80 {
  margin-left: -20rem;
  margin-right: -20rem;
}

.amis-scope .-mx-96 {
  margin-left: -24rem;
  margin-right: -24rem;
}

.amis-scope .my-px {
  margin-top: 0.0625rem;
  margin-bottom: 0.0625rem;
}

.amis-scope .my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.amis-scope .my-none {
  margin-top: 0;
  margin-bottom: 0;
}

.amis-scope .my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.amis-scope .my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.amis-scope .my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.amis-scope .my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.amis-scope .my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.amis-scope .my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.amis-scope .my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.amis-scope .my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.amis-scope .my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.amis-scope .my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.amis-scope .my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.amis-scope .my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.amis-scope .my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.amis-scope .my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.amis-scope .my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.amis-scope .my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.amis-scope .my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.amis-scope .my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.amis-scope .my-18 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.amis-scope .my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.amis-scope .my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.amis-scope .my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.amis-scope .my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.amis-scope .my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.amis-scope .my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.amis-scope .my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.amis-scope .my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.amis-scope .my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.amis-scope .my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.amis-scope .my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.amis-scope .my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.amis-scope .my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.amis-scope .my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.amis-scope .my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.amis-scope .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.amis-scope .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.amis-scope .-my-px {
  margin-top: -0.0625rem;
  margin-bottom: -0.0625rem;
}

.amis-scope .-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.amis-scope .-my-none {
  margin-top: 0;
  margin-bottom: 0;
}

.amis-scope .-my-0\.5 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.amis-scope .-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.amis-scope .-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.amis-scope .-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.amis-scope .-my-2\.5 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.amis-scope .-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.amis-scope .-my-3\.5 {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.amis-scope .-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.amis-scope .-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.amis-scope .-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.amis-scope .-my-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.amis-scope .-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.amis-scope .-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.amis-scope .-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.amis-scope .-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.amis-scope .-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.amis-scope .-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.amis-scope .-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.amis-scope .-my-18 {
  margin-top: -4.5rem;
  margin-bottom: -4.5rem;
}

.amis-scope .-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.amis-scope .-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.amis-scope .-my-28 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.amis-scope .-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.amis-scope .-my-36 {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.amis-scope .-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.amis-scope .-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.amis-scope .-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.amis-scope .-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.amis-scope .-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.amis-scope .-my-60 {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.amis-scope .-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.amis-scope .-my-72 {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.amis-scope .-my-80 {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.amis-scope .-my-96 {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.amis-scope .mt-px {
  margin-top: 0.0625rem;
}

.amis-scope .mt-0 {
  margin-top: 0;
}

.amis-scope .mt-none {
  margin-top: 0;
}

.amis-scope .mt-0\.5 {
  margin-top: 0.125rem;
}

.amis-scope .mt-1 {
  margin-top: 0.25rem;
}

.amis-scope .mt-1\.5 {
  margin-top: 0.375rem;
}

.amis-scope .mt-2 {
  margin-top: 0.5rem;
}

.amis-scope .mt-2\.5 {
  margin-top: 0.625rem;
}

.amis-scope .mt-3 {
  margin-top: 0.75rem;
}

.amis-scope .mt-3\.5 {
  margin-top: 0.875rem;
}

.amis-scope .mt-4 {
  margin-top: 1rem;
}

.amis-scope .mt-5 {
  margin-top: 1.25rem;
}

.amis-scope .mt-6 {
  margin-top: 1.5rem;
}

.amis-scope .mt-7 {
  margin-top: 1.75rem;
}

.amis-scope .mt-8 {
  margin-top: 2rem;
}

.amis-scope .mt-9 {
  margin-top: 2.25rem;
}

.amis-scope .mt-10 {
  margin-top: 2.5rem;
}

.amis-scope .mt-11 {
  margin-top: 2.75rem;
}

.amis-scope .mt-12 {
  margin-top: 3rem;
}

.amis-scope .mt-14 {
  margin-top: 3.5rem;
}

.amis-scope .mt-16 {
  margin-top: 4rem;
}

.amis-scope .mt-18 {
  margin-top: 4.5rem;
}

.amis-scope .mt-20 {
  margin-top: 5rem;
}

.amis-scope .mt-24 {
  margin-top: 6rem;
}

.amis-scope .mt-28 {
  margin-top: 7rem;
}

.amis-scope .mt-32 {
  margin-top: 8rem;
}

.amis-scope .mt-36 {
  margin-top: 9rem;
}

.amis-scope .mt-40 {
  margin-top: 10rem;
}

.amis-scope .mt-44 {
  margin-top: 11rem;
}

.amis-scope .mt-48 {
  margin-top: 12rem;
}

.amis-scope .mt-52 {
  margin-top: 13rem;
}

.amis-scope .mt-56 {
  margin-top: 14rem;
}

.amis-scope .mt-60 {
  margin-top: 15rem;
}

.amis-scope .mt-64 {
  margin-top: 16rem;
}

.amis-scope .mt-72 {
  margin-top: 18rem;
}

.amis-scope .mt-80 {
  margin-top: 20rem;
}

.amis-scope .mt-96 {
  margin-top: 24rem;
}

.amis-scope .mt-auto {
  margin-top: auto;
}

.amis-scope .-mt-px {
  margin-top: -0.0625rem;
}

.amis-scope .-mt-0 {
  margin-top: 0;
}

.amis-scope .-mt-none {
  margin-top: 0;
}

.amis-scope .-mt-0\.5 {
  margin-top: -0.125rem;
}

.amis-scope .-mt-1 {
  margin-top: -0.25rem;
}

.amis-scope .-mt-1\.5 {
  margin-top: -0.375rem;
}

.amis-scope .-mt-2 {
  margin-top: -0.5rem;
}

.amis-scope .-mt-2\.5 {
  margin-top: -0.625rem;
}

.amis-scope .-mt-3 {
  margin-top: -0.75rem;
}

.amis-scope .-mt-3\.5 {
  margin-top: -0.875rem;
}

.amis-scope .-mt-4 {
  margin-top: -1rem;
}

.amis-scope .-mt-5 {
  margin-top: -1.25rem;
}

.amis-scope .-mt-6 {
  margin-top: -1.5rem;
}

.amis-scope .-mt-7 {
  margin-top: -1.75rem;
}

.amis-scope .-mt-8 {
  margin-top: -2rem;
}

.amis-scope .-mt-9 {
  margin-top: -2.25rem;
}

.amis-scope .-mt-10 {
  margin-top: -2.5rem;
}

.amis-scope .-mt-11 {
  margin-top: -2.75rem;
}

.amis-scope .-mt-12 {
  margin-top: -3rem;
}

.amis-scope .-mt-14 {
  margin-top: -3.5rem;
}

.amis-scope .-mt-16 {
  margin-top: -4rem;
}

.amis-scope .-mt-18 {
  margin-top: -4.5rem;
}

.amis-scope .-mt-20 {
  margin-top: -5rem;
}

.amis-scope .-mt-24 {
  margin-top: -6rem;
}

.amis-scope .-mt-28 {
  margin-top: -7rem;
}

.amis-scope .-mt-32 {
  margin-top: -8rem;
}

.amis-scope .-mt-36 {
  margin-top: -9rem;
}

.amis-scope .-mt-40 {
  margin-top: -10rem;
}

.amis-scope .-mt-44 {
  margin-top: -11rem;
}

.amis-scope .-mt-48 {
  margin-top: -12rem;
}

.amis-scope .-mt-52 {
  margin-top: -13rem;
}

.amis-scope .-mt-56 {
  margin-top: -14rem;
}

.amis-scope .-mt-60 {
  margin-top: -15rem;
}

.amis-scope .-mt-64 {
  margin-top: -16rem;
}

.amis-scope .-mt-72 {
  margin-top: -18rem;
}

.amis-scope .-mt-80 {
  margin-top: -20rem;
}

.amis-scope .-mt-96 {
  margin-top: -24rem;
}

.amis-scope .mr-px {
  margin-right: 0.0625rem;
}

.amis-scope .mr-0 {
  margin-right: 0;
}

.amis-scope .mr-none {
  margin-right: 0;
}

.amis-scope .mr-0\.5 {
  margin-right: 0.125rem;
}

.amis-scope .mr-1 {
  margin-right: 0.25rem;
}

.amis-scope .mr-1\.5 {
  margin-right: 0.375rem;
}

.amis-scope .mr-2 {
  margin-right: 0.5rem;
}

.amis-scope .mr-2\.5 {
  margin-right: 0.625rem;
}

.amis-scope .mr-3 {
  margin-right: 0.75rem;
}

.amis-scope .mr-3\.5 {
  margin-right: 0.875rem;
}

.amis-scope .mr-4 {
  margin-right: 1rem;
}

.amis-scope .mr-5 {
  margin-right: 1.25rem;
}

.amis-scope .mr-6 {
  margin-right: 1.5rem;
}

.amis-scope .mr-7 {
  margin-right: 1.75rem;
}

.amis-scope .mr-8 {
  margin-right: 2rem;
}

.amis-scope .mr-9 {
  margin-right: 2.25rem;
}

.amis-scope .mr-10 {
  margin-right: 2.5rem;
}

.amis-scope .mr-11 {
  margin-right: 2.75rem;
}

.amis-scope .mr-12 {
  margin-right: 3rem;
}

.amis-scope .mr-14 {
  margin-right: 3.5rem;
}

.amis-scope .mr-16 {
  margin-right: 4rem;
}

.amis-scope .mr-18 {
  margin-right: 4.5rem;
}

.amis-scope .mr-20 {
  margin-right: 5rem;
}

.amis-scope .mr-24 {
  margin-right: 6rem;
}

.amis-scope .mr-28 {
  margin-right: 7rem;
}

.amis-scope .mr-32 {
  margin-right: 8rem;
}

.amis-scope .mr-36 {
  margin-right: 9rem;
}

.amis-scope .mr-40 {
  margin-right: 10rem;
}

.amis-scope .mr-44 {
  margin-right: 11rem;
}

.amis-scope .mr-48 {
  margin-right: 12rem;
}

.amis-scope .mr-52 {
  margin-right: 13rem;
}

.amis-scope .mr-56 {
  margin-right: 14rem;
}

.amis-scope .mr-60 {
  margin-right: 15rem;
}

.amis-scope .mr-64 {
  margin-right: 16rem;
}

.amis-scope .mr-72 {
  margin-right: 18rem;
}

.amis-scope .mr-80 {
  margin-right: 20rem;
}

.amis-scope .mr-96 {
  margin-right: 24rem;
}

.amis-scope .mr-auto {
  margin-right: auto;
}

.amis-scope .-mr-px {
  margin-right: -0.0625rem;
}

.amis-scope .-mr-0 {
  margin-right: 0;
}

.amis-scope .-mr-none {
  margin-right: 0;
}

.amis-scope .-mr-0\.5 {
  margin-right: -0.125rem;
}

.amis-scope .-mr-1 {
  margin-right: -0.25rem;
}

.amis-scope .-mr-1\.5 {
  margin-right: -0.375rem;
}

.amis-scope .-mr-2 {
  margin-right: -0.5rem;
}

.amis-scope .-mr-2\.5 {
  margin-right: -0.625rem;
}

.amis-scope .-mr-3 {
  margin-right: -0.75rem;
}

.amis-scope .-mr-3\.5 {
  margin-right: -0.875rem;
}

.amis-scope .-mr-4 {
  margin-right: -1rem;
}

.amis-scope .-mr-5 {
  margin-right: -1.25rem;
}

.amis-scope .-mr-6 {
  margin-right: -1.5rem;
}

.amis-scope .-mr-7 {
  margin-right: -1.75rem;
}

.amis-scope .-mr-8 {
  margin-right: -2rem;
}

.amis-scope .-mr-9 {
  margin-right: -2.25rem;
}

.amis-scope .-mr-10 {
  margin-right: -2.5rem;
}

.amis-scope .-mr-11 {
  margin-right: -2.75rem;
}

.amis-scope .-mr-12 {
  margin-right: -3rem;
}

.amis-scope .-mr-14 {
  margin-right: -3.5rem;
}

.amis-scope .-mr-16 {
  margin-right: -4rem;
}

.amis-scope .-mr-18 {
  margin-right: -4.5rem;
}

.amis-scope .-mr-20 {
  margin-right: -5rem;
}

.amis-scope .-mr-24 {
  margin-right: -6rem;
}

.amis-scope .-mr-28 {
  margin-right: -7rem;
}

.amis-scope .-mr-32 {
  margin-right: -8rem;
}

.amis-scope .-mr-36 {
  margin-right: -9rem;
}

.amis-scope .-mr-40 {
  margin-right: -10rem;
}

.amis-scope .-mr-44 {
  margin-right: -11rem;
}

.amis-scope .-mr-48 {
  margin-right: -12rem;
}

.amis-scope .-mr-52 {
  margin-right: -13rem;
}

.amis-scope .-mr-56 {
  margin-right: -14rem;
}

.amis-scope .-mr-60 {
  margin-right: -15rem;
}

.amis-scope .-mr-64 {
  margin-right: -16rem;
}

.amis-scope .-mr-72 {
  margin-right: -18rem;
}

.amis-scope .-mr-80 {
  margin-right: -20rem;
}

.amis-scope .-mr-96 {
  margin-right: -24rem;
}

.amis-scope .mb-px {
  margin-bottom: 0.0625rem;
}

.amis-scope .mb-0 {
  margin-bottom: 0;
}

.amis-scope .mb-none {
  margin-bottom: 0;
}

.amis-scope .mb-0\.5 {
  margin-bottom: 0.125rem;
}

.amis-scope .mb-1 {
  margin-bottom: 0.25rem;
}

.amis-scope .mb-1\.5 {
  margin-bottom: 0.375rem;
}

.amis-scope .mb-2 {
  margin-bottom: 0.5rem;
}

.amis-scope .mb-2\.5 {
  margin-bottom: 0.625rem;
}

.amis-scope .mb-3 {
  margin-bottom: 0.75rem;
}

.amis-scope .mb-3\.5 {
  margin-bottom: 0.875rem;
}

.amis-scope .mb-4 {
  margin-bottom: 1rem;
}

.amis-scope .mb-5 {
  margin-bottom: 1.25rem;
}

.amis-scope .mb-6 {
  margin-bottom: 1.5rem;
}

.amis-scope .mb-7 {
  margin-bottom: 1.75rem;
}

.amis-scope .mb-8 {
  margin-bottom: 2rem;
}

.amis-scope .mb-9 {
  margin-bottom: 2.25rem;
}

.amis-scope .mb-10 {
  margin-bottom: 2.5rem;
}

.amis-scope .mb-11 {
  margin-bottom: 2.75rem;
}

.amis-scope .mb-12 {
  margin-bottom: 3rem;
}

.amis-scope .mb-14 {
  margin-bottom: 3.5rem;
}

.amis-scope .mb-16 {
  margin-bottom: 4rem;
}

.amis-scope .mb-18 {
  margin-bottom: 4.5rem;
}

.amis-scope .mb-20 {
  margin-bottom: 5rem;
}

.amis-scope .mb-24 {
  margin-bottom: 6rem;
}

.amis-scope .mb-28 {
  margin-bottom: 7rem;
}

.amis-scope .mb-32 {
  margin-bottom: 8rem;
}

.amis-scope .mb-36 {
  margin-bottom: 9rem;
}

.amis-scope .mb-40 {
  margin-bottom: 10rem;
}

.amis-scope .mb-44 {
  margin-bottom: 11rem;
}

.amis-scope .mb-48 {
  margin-bottom: 12rem;
}

.amis-scope .mb-52 {
  margin-bottom: 13rem;
}

.amis-scope .mb-56 {
  margin-bottom: 14rem;
}

.amis-scope .mb-60 {
  margin-bottom: 15rem;
}

.amis-scope .mb-64 {
  margin-bottom: 16rem;
}

.amis-scope .mb-72 {
  margin-bottom: 18rem;
}

.amis-scope .mb-80 {
  margin-bottom: 20rem;
}

.amis-scope .mb-96 {
  margin-bottom: 24rem;
}

.amis-scope .mb-auto {
  margin-bottom: auto;
}

.amis-scope .-mb-px {
  margin-bottom: -0.0625rem;
}

.amis-scope .-mb-0 {
  margin-bottom: 0;
}

.amis-scope .-mb-none {
  margin-bottom: 0;
}

.amis-scope .-mb-0\.5 {
  margin-bottom: -0.125rem;
}

.amis-scope .-mb-1 {
  margin-bottom: -0.25rem;
}

.amis-scope .-mb-1\.5 {
  margin-bottom: -0.375rem;
}

.amis-scope .-mb-2 {
  margin-bottom: -0.5rem;
}

.amis-scope .-mb-2\.5 {
  margin-bottom: -0.625rem;
}

.amis-scope .-mb-3 {
  margin-bottom: -0.75rem;
}

.amis-scope .-mb-3\.5 {
  margin-bottom: -0.875rem;
}

.amis-scope .-mb-4 {
  margin-bottom: -1rem;
}

.amis-scope .-mb-5 {
  margin-bottom: -1.25rem;
}

.amis-scope .-mb-6 {
  margin-bottom: -1.5rem;
}

.amis-scope .-mb-7 {
  margin-bottom: -1.75rem;
}

.amis-scope .-mb-8 {
  margin-bottom: -2rem;
}

.amis-scope .-mb-9 {
  margin-bottom: -2.25rem;
}

.amis-scope .-mb-10 {
  margin-bottom: -2.5rem;
}

.amis-scope .-mb-11 {
  margin-bottom: -2.75rem;
}

.amis-scope .-mb-12 {
  margin-bottom: -3rem;
}

.amis-scope .-mb-14 {
  margin-bottom: -3.5rem;
}

.amis-scope .-mb-16 {
  margin-bottom: -4rem;
}

.amis-scope .-mb-18 {
  margin-bottom: -4.5rem;
}

.amis-scope .-mb-20 {
  margin-bottom: -5rem;
}

.amis-scope .-mb-24 {
  margin-bottom: -6rem;
}

.amis-scope .-mb-28 {
  margin-bottom: -7rem;
}

.amis-scope .-mb-32 {
  margin-bottom: -8rem;
}

.amis-scope .-mb-36 {
  margin-bottom: -9rem;
}

.amis-scope .-mb-40 {
  margin-bottom: -10rem;
}

.amis-scope .-mb-44 {
  margin-bottom: -11rem;
}

.amis-scope .-mb-48 {
  margin-bottom: -12rem;
}

.amis-scope .-mb-52 {
  margin-bottom: -13rem;
}

.amis-scope .-mb-56 {
  margin-bottom: -14rem;
}

.amis-scope .-mb-60 {
  margin-bottom: -15rem;
}

.amis-scope .-mb-64 {
  margin-bottom: -16rem;
}

.amis-scope .-mb-72 {
  margin-bottom: -18rem;
}

.amis-scope .-mb-80 {
  margin-bottom: -20rem;
}

.amis-scope .-mb-96 {
  margin-bottom: -24rem;
}

.amis-scope .ml-px {
  margin-left: 0.0625rem;
}

.amis-scope .ml-0 {
  margin-left: 0;
}

.amis-scope .ml-none {
  margin-left: 0;
}

.amis-scope .ml-0\.5 {
  margin-left: 0.125rem;
}

.amis-scope .ml-1 {
  margin-left: 0.25rem;
}

.amis-scope .ml-1\.5 {
  margin-left: 0.375rem;
}

.amis-scope .ml-2 {
  margin-left: 0.5rem;
}

.amis-scope .ml-2\.5 {
  margin-left: 0.625rem;
}

.amis-scope .ml-3 {
  margin-left: 0.75rem;
}

.amis-scope .ml-3\.5 {
  margin-left: 0.875rem;
}

.amis-scope .ml-4 {
  margin-left: 1rem;
}

.amis-scope .ml-5 {
  margin-left: 1.25rem;
}

.amis-scope .ml-6 {
  margin-left: 1.5rem;
}

.amis-scope .ml-7 {
  margin-left: 1.75rem;
}

.amis-scope .ml-8 {
  margin-left: 2rem;
}

.amis-scope .ml-9 {
  margin-left: 2.25rem;
}

.amis-scope .ml-10 {
  margin-left: 2.5rem;
}

.amis-scope .ml-11 {
  margin-left: 2.75rem;
}

.amis-scope .ml-12 {
  margin-left: 3rem;
}

.amis-scope .ml-14 {
  margin-left: 3.5rem;
}

.amis-scope .ml-16 {
  margin-left: 4rem;
}

.amis-scope .ml-18 {
  margin-left: 4.5rem;
}

.amis-scope .ml-20 {
  margin-left: 5rem;
}

.amis-scope .ml-24 {
  margin-left: 6rem;
}

.amis-scope .ml-28 {
  margin-left: 7rem;
}

.amis-scope .ml-32 {
  margin-left: 8rem;
}

.amis-scope .ml-36 {
  margin-left: 9rem;
}

.amis-scope .ml-40 {
  margin-left: 10rem;
}

.amis-scope .ml-44 {
  margin-left: 11rem;
}

.amis-scope .ml-48 {
  margin-left: 12rem;
}

.amis-scope .ml-52 {
  margin-left: 13rem;
}

.amis-scope .ml-56 {
  margin-left: 14rem;
}

.amis-scope .ml-60 {
  margin-left: 15rem;
}

.amis-scope .ml-64 {
  margin-left: 16rem;
}

.amis-scope .ml-72 {
  margin-left: 18rem;
}

.amis-scope .ml-80 {
  margin-left: 20rem;
}

.amis-scope .ml-96 {
  margin-left: 24rem;
}

.amis-scope .ml-auto {
  margin-left: auto;
}

.amis-scope .-ml-px {
  margin-left: -0.0625rem;
}

.amis-scope .-ml-0 {
  margin-left: 0;
}

.amis-scope .-ml-none {
  margin-left: 0;
}

.amis-scope .-ml-0\.5 {
  margin-left: -0.125rem;
}

.amis-scope .-ml-1 {
  margin-left: -0.25rem;
}

.amis-scope .-ml-1\.5 {
  margin-left: -0.375rem;
}

.amis-scope .-ml-2 {
  margin-left: -0.5rem;
}

.amis-scope .-ml-2\.5 {
  margin-left: -0.625rem;
}

.amis-scope .-ml-3 {
  margin-left: -0.75rem;
}

.amis-scope .-ml-3\.5 {
  margin-left: -0.875rem;
}

.amis-scope .-ml-4 {
  margin-left: -1rem;
}

.amis-scope .-ml-5 {
  margin-left: -1.25rem;
}

.amis-scope .-ml-6 {
  margin-left: -1.5rem;
}

.amis-scope .-ml-7 {
  margin-left: -1.75rem;
}

.amis-scope .-ml-8 {
  margin-left: -2rem;
}

.amis-scope .-ml-9 {
  margin-left: -2.25rem;
}

.amis-scope .-ml-10 {
  margin-left: -2.5rem;
}

.amis-scope .-ml-11 {
  margin-left: -2.75rem;
}

.amis-scope .-ml-12 {
  margin-left: -3rem;
}

.amis-scope .-ml-14 {
  margin-left: -3.5rem;
}

.amis-scope .-ml-16 {
  margin-left: -4rem;
}

.amis-scope .-ml-18 {
  margin-left: -4.5rem;
}

.amis-scope .-ml-20 {
  margin-left: -5rem;
}

.amis-scope .-ml-24 {
  margin-left: -6rem;
}

.amis-scope .-ml-28 {
  margin-left: -7rem;
}

.amis-scope .-ml-32 {
  margin-left: -8rem;
}

.amis-scope .-ml-36 {
  margin-left: -9rem;
}

.amis-scope .-ml-40 {
  margin-left: -10rem;
}

.amis-scope .-ml-44 {
  margin-left: -11rem;
}

.amis-scope .-ml-48 {
  margin-left: -12rem;
}

.amis-scope .-ml-52 {
  margin-left: -13rem;
}

.amis-scope .-ml-56 {
  margin-left: -14rem;
}

.amis-scope .-ml-60 {
  margin-left: -15rem;
}

.amis-scope .-ml-64 {
  margin-left: -16rem;
}

.amis-scope .-ml-72 {
  margin-left: -18rem;
}

.amis-scope .-ml-80 {
  margin-left: -20rem;
}

.amis-scope .-ml-96 {
  margin-left: -24rem;
}

@media (max-width: 768px) {
  .amis-scope .m\:m-px {
    margin: 0.0625rem;
  }

  .amis-scope .m\:m-0 {
    margin: 0;
  }

  .amis-scope .m\:m-none {
    margin: 0;
  }

  .amis-scope .m\:m-0\.5 {
    margin: 0.125rem;
  }

  .amis-scope .m\:m-1 {
    margin: 0.25rem;
  }

  .amis-scope .m\:m-1\.5 {
    margin: 0.375rem;
  }

  .amis-scope .m\:m-2 {
    margin: 0.5rem;
  }

  .amis-scope .m\:m-2\.5 {
    margin: 0.625rem;
  }

  .amis-scope .m\:m-3 {
    margin: 0.75rem;
  }

  .amis-scope .m\:m-3\.5 {
    margin: 0.875rem;
  }

  .amis-scope .m\:m-4 {
    margin: 1rem;
  }

  .amis-scope .m\:m-5 {
    margin: 1.25rem;
  }

  .amis-scope .m\:m-6 {
    margin: 1.5rem;
  }

  .amis-scope .m\:m-7 {
    margin: 1.75rem;
  }

  .amis-scope .m\:m-8 {
    margin: 2rem;
  }

  .amis-scope .m\:m-9 {
    margin: 2.25rem;
  }

  .amis-scope .m\:m-10 {
    margin: 2.5rem;
  }

  .amis-scope .m\:m-11 {
    margin: 2.75rem;
  }

  .amis-scope .m\:m-12 {
    margin: 3rem;
  }

  .amis-scope .m\:m-14 {
    margin: 3.5rem;
  }

  .amis-scope .m\:m-16 {
    margin: 4rem;
  }

  .amis-scope .m\:m-18 {
    margin: 4.5rem;
  }

  .amis-scope .m\:m-20 {
    margin: 5rem;
  }

  .amis-scope .m\:m-24 {
    margin: 6rem;
  }

  .amis-scope .m\:m-28 {
    margin: 7rem;
  }

  .amis-scope .m\:m-32 {
    margin: 8rem;
  }

  .amis-scope .m\:m-36 {
    margin: 9rem;
  }

  .amis-scope .m\:m-40 {
    margin: 10rem;
  }

  .amis-scope .m\:m-44 {
    margin: 11rem;
  }

  .amis-scope .m\:m-48 {
    margin: 12rem;
  }

  .amis-scope .m\:m-52 {
    margin: 13rem;
  }

  .amis-scope .m\:m-56 {
    margin: 14rem;
  }

  .amis-scope .m\:m-60 {
    margin: 15rem;
  }

  .amis-scope .m\:m-64 {
    margin: 16rem;
  }

  .amis-scope .m\:m-72 {
    margin: 18rem;
  }

  .amis-scope .m\:m-80 {
    margin: 20rem;
  }

  .amis-scope .m\:m-96 {
    margin: 24rem;
  }

  .amis-scope .m\:m-auto {
    margin: auto;
  }

  .amis-scope .m\:-m-px {
    margin: -0.0625rem;
  }

  .amis-scope .m\:-m-0 {
    margin: 0;
  }

  .amis-scope .m\:-m-none {
    margin: 0;
  }

  .amis-scope .m\:-m-0\.5 {
    margin: -0.125rem;
  }

  .amis-scope .m\:-m-1 {
    margin: -0.25rem;
  }

  .amis-scope .m\:-m-1\.5 {
    margin: -0.375rem;
  }

  .amis-scope .m\:-m-2 {
    margin: -0.5rem;
  }

  .amis-scope .m\:-m-2\.5 {
    margin: -0.625rem;
  }

  .amis-scope .m\:-m-3 {
    margin: -0.75rem;
  }

  .amis-scope .m\:-m-3\.5 {
    margin: -0.875rem;
  }

  .amis-scope .m\:-m-4 {
    margin: -1rem;
  }

  .amis-scope .m\:-m-5 {
    margin: -1.25rem;
  }

  .amis-scope .m\:-m-6 {
    margin: -1.5rem;
  }

  .amis-scope .m\:-m-7 {
    margin: -1.75rem;
  }

  .amis-scope .m\:-m-8 {
    margin: -2rem;
  }

  .amis-scope .m\:-m-9 {
    margin: -2.25rem;
  }

  .amis-scope .m\:-m-10 {
    margin: -2.5rem;
  }

  .amis-scope .m\:-m-11 {
    margin: -2.75rem;
  }

  .amis-scope .m\:-m-12 {
    margin: -3rem;
  }

  .amis-scope .m\:-m-14 {
    margin: -3.5rem;
  }

  .amis-scope .m\:-m-16 {
    margin: -4rem;
  }

  .amis-scope .m\:-m-18 {
    margin: -4.5rem;
  }

  .amis-scope .m\:-m-20 {
    margin: -5rem;
  }

  .amis-scope .m\:-m-24 {
    margin: -6rem;
  }

  .amis-scope .m\:-m-28 {
    margin: -7rem;
  }

  .amis-scope .m\:-m-32 {
    margin: -8rem;
  }

  .amis-scope .m\:-m-36 {
    margin: -9rem;
  }

  .amis-scope .m\:-m-40 {
    margin: -10rem;
  }

  .amis-scope .m\:-m-44 {
    margin: -11rem;
  }

  .amis-scope .m\:-m-48 {
    margin: -12rem;
  }

  .amis-scope .m\:-m-52 {
    margin: -13rem;
  }

  .amis-scope .m\:-m-56 {
    margin: -14rem;
  }

  .amis-scope .m\:-m-60 {
    margin: -15rem;
  }

  .amis-scope .m\:-m-64 {
    margin: -16rem;
  }

  .amis-scope .m\:-m-72 {
    margin: -18rem;
  }

  .amis-scope .m\:-m-80 {
    margin: -20rem;
  }

  .amis-scope .m\:-m-96 {
    margin: -24rem;
  }

  .amis-scope .m\:mx-px {
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }

  .amis-scope .m\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .amis-scope .m\:mx-none {
    margin-left: 0;
    margin-right: 0;
  }

  .amis-scope .m\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .amis-scope .m\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .amis-scope .m\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .amis-scope .m\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .amis-scope .m\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .amis-scope .m\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .amis-scope .m\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .amis-scope .m\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .amis-scope .m\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .amis-scope .m\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .amis-scope .m\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .amis-scope .m\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .amis-scope .m\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .amis-scope .m\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .amis-scope .m\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .amis-scope .m\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .amis-scope .m\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .amis-scope .m\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .amis-scope .m\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .amis-scope .m\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .amis-scope .m\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .amis-scope .m\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .amis-scope .m\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .amis-scope .m\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .amis-scope .m\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .amis-scope .m\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .amis-scope .m\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .amis-scope .m\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .amis-scope .m\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .amis-scope .m\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .amis-scope .m\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .amis-scope .m\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .amis-scope .m\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .amis-scope .m\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .amis-scope .m\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .amis-scope .m\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .amis-scope .m\:-mx-px {
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }

  .amis-scope .m\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .amis-scope .m\:-mx-none {
    margin-left: 0;
    margin-right: 0;
  }

  .amis-scope .m\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .amis-scope .m\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .amis-scope .m\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .amis-scope .m\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .amis-scope .m\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .amis-scope .m\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .amis-scope .m\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .amis-scope .m\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .amis-scope .m\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .amis-scope .m\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .amis-scope .m\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .amis-scope .m\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .amis-scope .m\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .amis-scope .m\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .amis-scope .m\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .amis-scope .m\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .amis-scope .m\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .amis-scope .m\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .amis-scope .m\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .amis-scope .m\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .amis-scope .m\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .amis-scope .m\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .amis-scope .m\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .amis-scope .m\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .amis-scope .m\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .amis-scope .m\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .amis-scope .m\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .amis-scope .m\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .amis-scope .m\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .amis-scope .m\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .amis-scope .m\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .amis-scope .m\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .amis-scope .m\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .amis-scope .m\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .amis-scope .m\:my-px {
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .amis-scope .m\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .amis-scope .m\:my-none {
    margin-top: 0;
    margin-bottom: 0;
  }

  .amis-scope .m\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .amis-scope .m\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .amis-scope .m\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .amis-scope .m\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .amis-scope .m\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .amis-scope .m\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .amis-scope .m\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .amis-scope .m\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .amis-scope .m\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .amis-scope .m\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .amis-scope .m\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .amis-scope .m\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .amis-scope .m\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .amis-scope .m\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .amis-scope .m\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .amis-scope .m\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .amis-scope .m\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .amis-scope .m\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .amis-scope .m\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .amis-scope .m\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .amis-scope .m\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .amis-scope .m\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .amis-scope .m\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .amis-scope .m\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .amis-scope .m\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .amis-scope .m\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .amis-scope .m\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .amis-scope .m\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .amis-scope .m\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .amis-scope .m\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .amis-scope .m\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .amis-scope .m\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .amis-scope .m\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .amis-scope .m\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .amis-scope .m\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .amis-scope .m\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .amis-scope .m\:-my-px {
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .amis-scope .m\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .amis-scope .m\:-my-none {
    margin-top: 0;
    margin-bottom: 0;
  }

  .amis-scope .m\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .amis-scope .m\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .amis-scope .m\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .amis-scope .m\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .amis-scope .m\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .amis-scope .m\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .amis-scope .m\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .amis-scope .m\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .amis-scope .m\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .amis-scope .m\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .amis-scope .m\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .amis-scope .m\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .amis-scope .m\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .amis-scope .m\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .amis-scope .m\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .amis-scope .m\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .amis-scope .m\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .amis-scope .m\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .amis-scope .m\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .amis-scope .m\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .amis-scope .m\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .amis-scope .m\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .amis-scope .m\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .amis-scope .m\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .amis-scope .m\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .amis-scope .m\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .amis-scope .m\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .amis-scope .m\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .amis-scope .m\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .amis-scope .m\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .amis-scope .m\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .amis-scope .m\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .amis-scope .m\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .amis-scope .m\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .amis-scope .m\:mt-px {
    margin-top: 0.0625rem;
  }

  .amis-scope .m\:mt-0 {
    margin-top: 0;
  }

  .amis-scope .m\:mt-none {
    margin-top: 0;
  }

  .amis-scope .m\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .amis-scope .m\:mt-1 {
    margin-top: 0.25rem;
  }

  .amis-scope .m\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .amis-scope .m\:mt-2 {
    margin-top: 0.5rem;
  }

  .amis-scope .m\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .amis-scope .m\:mt-3 {
    margin-top: 0.75rem;
  }

  .amis-scope .m\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .amis-scope .m\:mt-4 {
    margin-top: 1rem;
  }

  .amis-scope .m\:mt-5 {
    margin-top: 1.25rem;
  }

  .amis-scope .m\:mt-6 {
    margin-top: 1.5rem;
  }

  .amis-scope .m\:mt-7 {
    margin-top: 1.75rem;
  }

  .amis-scope .m\:mt-8 {
    margin-top: 2rem;
  }

  .amis-scope .m\:mt-9 {
    margin-top: 2.25rem;
  }

  .amis-scope .m\:mt-10 {
    margin-top: 2.5rem;
  }

  .amis-scope .m\:mt-11 {
    margin-top: 2.75rem;
  }

  .amis-scope .m\:mt-12 {
    margin-top: 3rem;
  }

  .amis-scope .m\:mt-14 {
    margin-top: 3.5rem;
  }

  .amis-scope .m\:mt-16 {
    margin-top: 4rem;
  }

  .amis-scope .m\:mt-18 {
    margin-top: 4.5rem;
  }

  .amis-scope .m\:mt-20 {
    margin-top: 5rem;
  }

  .amis-scope .m\:mt-24 {
    margin-top: 6rem;
  }

  .amis-scope .m\:mt-28 {
    margin-top: 7rem;
  }

  .amis-scope .m\:mt-32 {
    margin-top: 8rem;
  }

  .amis-scope .m\:mt-36 {
    margin-top: 9rem;
  }

  .amis-scope .m\:mt-40 {
    margin-top: 10rem;
  }

  .amis-scope .m\:mt-44 {
    margin-top: 11rem;
  }

  .amis-scope .m\:mt-48 {
    margin-top: 12rem;
  }

  .amis-scope .m\:mt-52 {
    margin-top: 13rem;
  }

  .amis-scope .m\:mt-56 {
    margin-top: 14rem;
  }

  .amis-scope .m\:mt-60 {
    margin-top: 15rem;
  }

  .amis-scope .m\:mt-64 {
    margin-top: 16rem;
  }

  .amis-scope .m\:mt-72 {
    margin-top: 18rem;
  }

  .amis-scope .m\:mt-80 {
    margin-top: 20rem;
  }

  .amis-scope .m\:mt-96 {
    margin-top: 24rem;
  }

  .amis-scope .m\:mt-auto {
    margin-top: auto;
  }

  .amis-scope .m\:-mt-px {
    margin-top: -0.0625rem;
  }

  .amis-scope .m\:-mt-0 {
    margin-top: 0;
  }

  .amis-scope .m\:-mt-none {
    margin-top: 0;
  }

  .amis-scope .m\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .amis-scope .m\:-mt-1 {
    margin-top: -0.25rem;
  }

  .amis-scope .m\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .amis-scope .m\:-mt-2 {
    margin-top: -0.5rem;
  }

  .amis-scope .m\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .amis-scope .m\:-mt-3 {
    margin-top: -0.75rem;
  }

  .amis-scope .m\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .amis-scope .m\:-mt-4 {
    margin-top: -1rem;
  }

  .amis-scope .m\:-mt-5 {
    margin-top: -1.25rem;
  }

  .amis-scope .m\:-mt-6 {
    margin-top: -1.5rem;
  }

  .amis-scope .m\:-mt-7 {
    margin-top: -1.75rem;
  }

  .amis-scope .m\:-mt-8 {
    margin-top: -2rem;
  }

  .amis-scope .m\:-mt-9 {
    margin-top: -2.25rem;
  }

  .amis-scope .m\:-mt-10 {
    margin-top: -2.5rem;
  }

  .amis-scope .m\:-mt-11 {
    margin-top: -2.75rem;
  }

  .amis-scope .m\:-mt-12 {
    margin-top: -3rem;
  }

  .amis-scope .m\:-mt-14 {
    margin-top: -3.5rem;
  }

  .amis-scope .m\:-mt-16 {
    margin-top: -4rem;
  }

  .amis-scope .m\:-mt-18 {
    margin-top: -4.5rem;
  }

  .amis-scope .m\:-mt-20 {
    margin-top: -5rem;
  }

  .amis-scope .m\:-mt-24 {
    margin-top: -6rem;
  }

  .amis-scope .m\:-mt-28 {
    margin-top: -7rem;
  }

  .amis-scope .m\:-mt-32 {
    margin-top: -8rem;
  }

  .amis-scope .m\:-mt-36 {
    margin-top: -9rem;
  }

  .amis-scope .m\:-mt-40 {
    margin-top: -10rem;
  }

  .amis-scope .m\:-mt-44 {
    margin-top: -11rem;
  }

  .amis-scope .m\:-mt-48 {
    margin-top: -12rem;
  }

  .amis-scope .m\:-mt-52 {
    margin-top: -13rem;
  }

  .amis-scope .m\:-mt-56 {
    margin-top: -14rem;
  }

  .amis-scope .m\:-mt-60 {
    margin-top: -15rem;
  }

  .amis-scope .m\:-mt-64 {
    margin-top: -16rem;
  }

  .amis-scope .m\:-mt-72 {
    margin-top: -18rem;
  }

  .amis-scope .m\:-mt-80 {
    margin-top: -20rem;
  }

  .amis-scope .m\:-mt-96 {
    margin-top: -24rem;
  }

  .amis-scope .m\:mr-px {
    margin-right: 0.0625rem;
  }

  .amis-scope .m\:mr-0 {
    margin-right: 0;
  }

  .amis-scope .m\:mr-none {
    margin-right: 0;
  }

  .amis-scope .m\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .amis-scope .m\:mr-1 {
    margin-right: 0.25rem;
  }

  .amis-scope .m\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .amis-scope .m\:mr-2 {
    margin-right: 0.5rem;
  }

  .amis-scope .m\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .amis-scope .m\:mr-3 {
    margin-right: 0.75rem;
  }

  .amis-scope .m\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .amis-scope .m\:mr-4 {
    margin-right: 1rem;
  }

  .amis-scope .m\:mr-5 {
    margin-right: 1.25rem;
  }

  .amis-scope .m\:mr-6 {
    margin-right: 1.5rem;
  }

  .amis-scope .m\:mr-7 {
    margin-right: 1.75rem;
  }

  .amis-scope .m\:mr-8 {
    margin-right: 2rem;
  }

  .amis-scope .m\:mr-9 {
    margin-right: 2.25rem;
  }

  .amis-scope .m\:mr-10 {
    margin-right: 2.5rem;
  }

  .amis-scope .m\:mr-11 {
    margin-right: 2.75rem;
  }

  .amis-scope .m\:mr-12 {
    margin-right: 3rem;
  }

  .amis-scope .m\:mr-14 {
    margin-right: 3.5rem;
  }

  .amis-scope .m\:mr-16 {
    margin-right: 4rem;
  }

  .amis-scope .m\:mr-18 {
    margin-right: 4.5rem;
  }

  .amis-scope .m\:mr-20 {
    margin-right: 5rem;
  }

  .amis-scope .m\:mr-24 {
    margin-right: 6rem;
  }

  .amis-scope .m\:mr-28 {
    margin-right: 7rem;
  }

  .amis-scope .m\:mr-32 {
    margin-right: 8rem;
  }

  .amis-scope .m\:mr-36 {
    margin-right: 9rem;
  }

  .amis-scope .m\:mr-40 {
    margin-right: 10rem;
  }

  .amis-scope .m\:mr-44 {
    margin-right: 11rem;
  }

  .amis-scope .m\:mr-48 {
    margin-right: 12rem;
  }

  .amis-scope .m\:mr-52 {
    margin-right: 13rem;
  }

  .amis-scope .m\:mr-56 {
    margin-right: 14rem;
  }

  .amis-scope .m\:mr-60 {
    margin-right: 15rem;
  }

  .amis-scope .m\:mr-64 {
    margin-right: 16rem;
  }

  .amis-scope .m\:mr-72 {
    margin-right: 18rem;
  }

  .amis-scope .m\:mr-80 {
    margin-right: 20rem;
  }

  .amis-scope .m\:mr-96 {
    margin-right: 24rem;
  }

  .amis-scope .m\:mr-auto {
    margin-right: auto;
  }

  .amis-scope .m\:-mr-px {
    margin-right: -0.0625rem;
  }

  .amis-scope .m\:-mr-0 {
    margin-right: 0;
  }

  .amis-scope .m\:-mr-none {
    margin-right: 0;
  }

  .amis-scope .m\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .amis-scope .m\:-mr-1 {
    margin-right: -0.25rem;
  }

  .amis-scope .m\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .amis-scope .m\:-mr-2 {
    margin-right: -0.5rem;
  }

  .amis-scope .m\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .amis-scope .m\:-mr-3 {
    margin-right: -0.75rem;
  }

  .amis-scope .m\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .amis-scope .m\:-mr-4 {
    margin-right: -1rem;
  }

  .amis-scope .m\:-mr-5 {
    margin-right: -1.25rem;
  }

  .amis-scope .m\:-mr-6 {
    margin-right: -1.5rem;
  }

  .amis-scope .m\:-mr-7 {
    margin-right: -1.75rem;
  }

  .amis-scope .m\:-mr-8 {
    margin-right: -2rem;
  }

  .amis-scope .m\:-mr-9 {
    margin-right: -2.25rem;
  }

  .amis-scope .m\:-mr-10 {
    margin-right: -2.5rem;
  }

  .amis-scope .m\:-mr-11 {
    margin-right: -2.75rem;
  }

  .amis-scope .m\:-mr-12 {
    margin-right: -3rem;
  }

  .amis-scope .m\:-mr-14 {
    margin-right: -3.5rem;
  }

  .amis-scope .m\:-mr-16 {
    margin-right: -4rem;
  }

  .amis-scope .m\:-mr-18 {
    margin-right: -4.5rem;
  }

  .amis-scope .m\:-mr-20 {
    margin-right: -5rem;
  }

  .amis-scope .m\:-mr-24 {
    margin-right: -6rem;
  }

  .amis-scope .m\:-mr-28 {
    margin-right: -7rem;
  }

  .amis-scope .m\:-mr-32 {
    margin-right: -8rem;
  }

  .amis-scope .m\:-mr-36 {
    margin-right: -9rem;
  }

  .amis-scope .m\:-mr-40 {
    margin-right: -10rem;
  }

  .amis-scope .m\:-mr-44 {
    margin-right: -11rem;
  }

  .amis-scope .m\:-mr-48 {
    margin-right: -12rem;
  }

  .amis-scope .m\:-mr-52 {
    margin-right: -13rem;
  }

  .amis-scope .m\:-mr-56 {
    margin-right: -14rem;
  }

  .amis-scope .m\:-mr-60 {
    margin-right: -15rem;
  }

  .amis-scope .m\:-mr-64 {
    margin-right: -16rem;
  }

  .amis-scope .m\:-mr-72 {
    margin-right: -18rem;
  }

  .amis-scope .m\:-mr-80 {
    margin-right: -20rem;
  }

  .amis-scope .m\:-mr-96 {
    margin-right: -24rem;
  }

  .amis-scope .m\:mb-px {
    margin-bottom: 0.0625rem;
  }

  .amis-scope .m\:mb-0 {
    margin-bottom: 0;
  }

  .amis-scope .m\:mb-none {
    margin-bottom: 0;
  }

  .amis-scope .m\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .amis-scope .m\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .amis-scope .m\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .amis-scope .m\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .amis-scope .m\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .amis-scope .m\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .amis-scope .m\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .amis-scope .m\:mb-4 {
    margin-bottom: 1rem;
  }

  .amis-scope .m\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .amis-scope .m\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .amis-scope .m\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .amis-scope .m\:mb-8 {
    margin-bottom: 2rem;
  }

  .amis-scope .m\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .amis-scope .m\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .amis-scope .m\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .amis-scope .m\:mb-12 {
    margin-bottom: 3rem;
  }

  .amis-scope .m\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .amis-scope .m\:mb-16 {
    margin-bottom: 4rem;
  }

  .amis-scope .m\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .amis-scope .m\:mb-20 {
    margin-bottom: 5rem;
  }

  .amis-scope .m\:mb-24 {
    margin-bottom: 6rem;
  }

  .amis-scope .m\:mb-28 {
    margin-bottom: 7rem;
  }

  .amis-scope .m\:mb-32 {
    margin-bottom: 8rem;
  }

  .amis-scope .m\:mb-36 {
    margin-bottom: 9rem;
  }

  .amis-scope .m\:mb-40 {
    margin-bottom: 10rem;
  }

  .amis-scope .m\:mb-44 {
    margin-bottom: 11rem;
  }

  .amis-scope .m\:mb-48 {
    margin-bottom: 12rem;
  }

  .amis-scope .m\:mb-52 {
    margin-bottom: 13rem;
  }

  .amis-scope .m\:mb-56 {
    margin-bottom: 14rem;
  }

  .amis-scope .m\:mb-60 {
    margin-bottom: 15rem;
  }

  .amis-scope .m\:mb-64 {
    margin-bottom: 16rem;
  }

  .amis-scope .m\:mb-72 {
    margin-bottom: 18rem;
  }

  .amis-scope .m\:mb-80 {
    margin-bottom: 20rem;
  }

  .amis-scope .m\:mb-96 {
    margin-bottom: 24rem;
  }

  .amis-scope .m\:mb-auto {
    margin-bottom: auto;
  }

  .amis-scope .m\:-mb-px {
    margin-bottom: -0.0625rem;
  }

  .amis-scope .m\:-mb-0 {
    margin-bottom: 0;
  }

  .amis-scope .m\:-mb-none {
    margin-bottom: 0;
  }

  .amis-scope .m\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .amis-scope .m\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .amis-scope .m\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .amis-scope .m\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .amis-scope .m\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .amis-scope .m\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .amis-scope .m\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .amis-scope .m\:-mb-4 {
    margin-bottom: -1rem;
  }

  .amis-scope .m\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .amis-scope .m\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .amis-scope .m\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .amis-scope .m\:-mb-8 {
    margin-bottom: -2rem;
  }

  .amis-scope .m\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .amis-scope .m\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .amis-scope .m\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .amis-scope .m\:-mb-12 {
    margin-bottom: -3rem;
  }

  .amis-scope .m\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .amis-scope .m\:-mb-16 {
    margin-bottom: -4rem;
  }

  .amis-scope .m\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .amis-scope .m\:-mb-20 {
    margin-bottom: -5rem;
  }

  .amis-scope .m\:-mb-24 {
    margin-bottom: -6rem;
  }

  .amis-scope .m\:-mb-28 {
    margin-bottom: -7rem;
  }

  .amis-scope .m\:-mb-32 {
    margin-bottom: -8rem;
  }

  .amis-scope .m\:-mb-36 {
    margin-bottom: -9rem;
  }

  .amis-scope .m\:-mb-40 {
    margin-bottom: -10rem;
  }

  .amis-scope .m\:-mb-44 {
    margin-bottom: -11rem;
  }

  .amis-scope .m\:-mb-48 {
    margin-bottom: -12rem;
  }

  .amis-scope .m\:-mb-52 {
    margin-bottom: -13rem;
  }

  .amis-scope .m\:-mb-56 {
    margin-bottom: -14rem;
  }

  .amis-scope .m\:-mb-60 {
    margin-bottom: -15rem;
  }

  .amis-scope .m\:-mb-64 {
    margin-bottom: -16rem;
  }

  .amis-scope .m\:-mb-72 {
    margin-bottom: -18rem;
  }

  .amis-scope .m\:-mb-80 {
    margin-bottom: -20rem;
  }

  .amis-scope .m\:-mb-96 {
    margin-bottom: -24rem;
  }

  .amis-scope .m\:ml-px {
    margin-left: 0.0625rem;
  }

  .amis-scope .m\:ml-0 {
    margin-left: 0;
  }

  .amis-scope .m\:ml-none {
    margin-left: 0;
  }

  .amis-scope .m\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .amis-scope .m\:ml-1 {
    margin-left: 0.25rem;
  }

  .amis-scope .m\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .amis-scope .m\:ml-2 {
    margin-left: 0.5rem;
  }

  .amis-scope .m\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .amis-scope .m\:ml-3 {
    margin-left: 0.75rem;
  }

  .amis-scope .m\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .amis-scope .m\:ml-4 {
    margin-left: 1rem;
  }

  .amis-scope .m\:ml-5 {
    margin-left: 1.25rem;
  }

  .amis-scope .m\:ml-6 {
    margin-left: 1.5rem;
  }

  .amis-scope .m\:ml-7 {
    margin-left: 1.75rem;
  }

  .amis-scope .m\:ml-8 {
    margin-left: 2rem;
  }

  .amis-scope .m\:ml-9 {
    margin-left: 2.25rem;
  }

  .amis-scope .m\:ml-10 {
    margin-left: 2.5rem;
  }

  .amis-scope .m\:ml-11 {
    margin-left: 2.75rem;
  }

  .amis-scope .m\:ml-12 {
    margin-left: 3rem;
  }

  .amis-scope .m\:ml-14 {
    margin-left: 3.5rem;
  }

  .amis-scope .m\:ml-16 {
    margin-left: 4rem;
  }

  .amis-scope .m\:ml-18 {
    margin-left: 4.5rem;
  }

  .amis-scope .m\:ml-20 {
    margin-left: 5rem;
  }

  .amis-scope .m\:ml-24 {
    margin-left: 6rem;
  }

  .amis-scope .m\:ml-28 {
    margin-left: 7rem;
  }

  .amis-scope .m\:ml-32 {
    margin-left: 8rem;
  }

  .amis-scope .m\:ml-36 {
    margin-left: 9rem;
  }

  .amis-scope .m\:ml-40 {
    margin-left: 10rem;
  }

  .amis-scope .m\:ml-44 {
    margin-left: 11rem;
  }

  .amis-scope .m\:ml-48 {
    margin-left: 12rem;
  }

  .amis-scope .m\:ml-52 {
    margin-left: 13rem;
  }

  .amis-scope .m\:ml-56 {
    margin-left: 14rem;
  }

  .amis-scope .m\:ml-60 {
    margin-left: 15rem;
  }

  .amis-scope .m\:ml-64 {
    margin-left: 16rem;
  }

  .amis-scope .m\:ml-72 {
    margin-left: 18rem;
  }

  .amis-scope .m\:ml-80 {
    margin-left: 20rem;
  }

  .amis-scope .m\:ml-96 {
    margin-left: 24rem;
  }

  .amis-scope .m\:ml-auto {
    margin-left: auto;
  }

  .amis-scope .m\:-ml-px {
    margin-left: -0.0625rem;
  }

  .amis-scope .m\:-ml-0 {
    margin-left: 0;
  }

  .amis-scope .m\:-ml-none {
    margin-left: 0;
  }

  .amis-scope .m\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .amis-scope .m\:-ml-1 {
    margin-left: -0.25rem;
  }

  .amis-scope .m\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .amis-scope .m\:-ml-2 {
    margin-left: -0.5rem;
  }

  .amis-scope .m\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .amis-scope .m\:-ml-3 {
    margin-left: -0.75rem;
  }

  .amis-scope .m\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .amis-scope .m\:-ml-4 {
    margin-left: -1rem;
  }

  .amis-scope .m\:-ml-5 {
    margin-left: -1.25rem;
  }

  .amis-scope .m\:-ml-6 {
    margin-left: -1.5rem;
  }

  .amis-scope .m\:-ml-7 {
    margin-left: -1.75rem;
  }

  .amis-scope .m\:-ml-8 {
    margin-left: -2rem;
  }

  .amis-scope .m\:-ml-9 {
    margin-left: -2.25rem;
  }

  .amis-scope .m\:-ml-10 {
    margin-left: -2.5rem;
  }

  .amis-scope .m\:-ml-11 {
    margin-left: -2.75rem;
  }

  .amis-scope .m\:-ml-12 {
    margin-left: -3rem;
  }

  .amis-scope .m\:-ml-14 {
    margin-left: -3.5rem;
  }

  .amis-scope .m\:-ml-16 {
    margin-left: -4rem;
  }

  .amis-scope .m\:-ml-18 {
    margin-left: -4.5rem;
  }

  .amis-scope .m\:-ml-20 {
    margin-left: -5rem;
  }

  .amis-scope .m\:-ml-24 {
    margin-left: -6rem;
  }

  .amis-scope .m\:-ml-28 {
    margin-left: -7rem;
  }

  .amis-scope .m\:-ml-32 {
    margin-left: -8rem;
  }

  .amis-scope .m\:-ml-36 {
    margin-left: -9rem;
  }

  .amis-scope .m\:-ml-40 {
    margin-left: -10rem;
  }

  .amis-scope .m\:-ml-44 {
    margin-left: -11rem;
  }

  .amis-scope .m\:-ml-48 {
    margin-left: -12rem;
  }

  .amis-scope .m\:-ml-52 {
    margin-left: -13rem;
  }

  .amis-scope .m\:-ml-56 {
    margin-left: -14rem;
  }

  .amis-scope .m\:-ml-60 {
    margin-left: -15rem;
  }

  .amis-scope .m\:-ml-64 {
    margin-left: -16rem;
  }

  .amis-scope .m\:-ml-72 {
    margin-left: -18rem;
  }

  .amis-scope .m\:-ml-80 {
    margin-left: -20rem;
  }

  .amis-scope .m\:-ml-96 {
    margin-left: -24rem;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:m-px {
    margin: 0.0625rem;
  }

  .amis-scope .pc\:m-0 {
    margin: 0;
  }

  .amis-scope .pc\:m-none {
    margin: 0;
  }

  .amis-scope .pc\:m-0\.5 {
    margin: 0.125rem;
  }

  .amis-scope .pc\:m-1 {
    margin: 0.25rem;
  }

  .amis-scope .pc\:m-1\.5 {
    margin: 0.375rem;
  }

  .amis-scope .pc\:m-2 {
    margin: 0.5rem;
  }

  .amis-scope .pc\:m-2\.5 {
    margin: 0.625rem;
  }

  .amis-scope .pc\:m-3 {
    margin: 0.75rem;
  }

  .amis-scope .pc\:m-3\.5 {
    margin: 0.875rem;
  }

  .amis-scope .pc\:m-4 {
    margin: 1rem;
  }

  .amis-scope .pc\:m-5 {
    margin: 1.25rem;
  }

  .amis-scope .pc\:m-6 {
    margin: 1.5rem;
  }

  .amis-scope .pc\:m-7 {
    margin: 1.75rem;
  }

  .amis-scope .pc\:m-8 {
    margin: 2rem;
  }

  .amis-scope .pc\:m-9 {
    margin: 2.25rem;
  }

  .amis-scope .pc\:m-10 {
    margin: 2.5rem;
  }

  .amis-scope .pc\:m-11 {
    margin: 2.75rem;
  }

  .amis-scope .pc\:m-12 {
    margin: 3rem;
  }

  .amis-scope .pc\:m-14 {
    margin: 3.5rem;
  }

  .amis-scope .pc\:m-16 {
    margin: 4rem;
  }

  .amis-scope .pc\:m-18 {
    margin: 4.5rem;
  }

  .amis-scope .pc\:m-20 {
    margin: 5rem;
  }

  .amis-scope .pc\:m-24 {
    margin: 6rem;
  }

  .amis-scope .pc\:m-28 {
    margin: 7rem;
  }

  .amis-scope .pc\:m-32 {
    margin: 8rem;
  }

  .amis-scope .pc\:m-36 {
    margin: 9rem;
  }

  .amis-scope .pc\:m-40 {
    margin: 10rem;
  }

  .amis-scope .pc\:m-44 {
    margin: 11rem;
  }

  .amis-scope .pc\:m-48 {
    margin: 12rem;
  }

  .amis-scope .pc\:m-52 {
    margin: 13rem;
  }

  .amis-scope .pc\:m-56 {
    margin: 14rem;
  }

  .amis-scope .pc\:m-60 {
    margin: 15rem;
  }

  .amis-scope .pc\:m-64 {
    margin: 16rem;
  }

  .amis-scope .pc\:m-72 {
    margin: 18rem;
  }

  .amis-scope .pc\:m-80 {
    margin: 20rem;
  }

  .amis-scope .pc\:m-96 {
    margin: 24rem;
  }

  .amis-scope .pc\:m-auto {
    margin: auto;
  }

  .amis-scope .pc\:-m-px {
    margin: -0.0625rem;
  }

  .amis-scope .pc\:-m-0 {
    margin: 0;
  }

  .amis-scope .pc\:-m-none {
    margin: 0;
  }

  .amis-scope .pc\:-m-0\.5 {
    margin: -0.125rem;
  }

  .amis-scope .pc\:-m-1 {
    margin: -0.25rem;
  }

  .amis-scope .pc\:-m-1\.5 {
    margin: -0.375rem;
  }

  .amis-scope .pc\:-m-2 {
    margin: -0.5rem;
  }

  .amis-scope .pc\:-m-2\.5 {
    margin: -0.625rem;
  }

  .amis-scope .pc\:-m-3 {
    margin: -0.75rem;
  }

  .amis-scope .pc\:-m-3\.5 {
    margin: -0.875rem;
  }

  .amis-scope .pc\:-m-4 {
    margin: -1rem;
  }

  .amis-scope .pc\:-m-5 {
    margin: -1.25rem;
  }

  .amis-scope .pc\:-m-6 {
    margin: -1.5rem;
  }

  .amis-scope .pc\:-m-7 {
    margin: -1.75rem;
  }

  .amis-scope .pc\:-m-8 {
    margin: -2rem;
  }

  .amis-scope .pc\:-m-9 {
    margin: -2.25rem;
  }

  .amis-scope .pc\:-m-10 {
    margin: -2.5rem;
  }

  .amis-scope .pc\:-m-11 {
    margin: -2.75rem;
  }

  .amis-scope .pc\:-m-12 {
    margin: -3rem;
  }

  .amis-scope .pc\:-m-14 {
    margin: -3.5rem;
  }

  .amis-scope .pc\:-m-16 {
    margin: -4rem;
  }

  .amis-scope .pc\:-m-18 {
    margin: -4.5rem;
  }

  .amis-scope .pc\:-m-20 {
    margin: -5rem;
  }

  .amis-scope .pc\:-m-24 {
    margin: -6rem;
  }

  .amis-scope .pc\:-m-28 {
    margin: -7rem;
  }

  .amis-scope .pc\:-m-32 {
    margin: -8rem;
  }

  .amis-scope .pc\:-m-36 {
    margin: -9rem;
  }

  .amis-scope .pc\:-m-40 {
    margin: -10rem;
  }

  .amis-scope .pc\:-m-44 {
    margin: -11rem;
  }

  .amis-scope .pc\:-m-48 {
    margin: -12rem;
  }

  .amis-scope .pc\:-m-52 {
    margin: -13rem;
  }

  .amis-scope .pc\:-m-56 {
    margin: -14rem;
  }

  .amis-scope .pc\:-m-60 {
    margin: -15rem;
  }

  .amis-scope .pc\:-m-64 {
    margin: -16rem;
  }

  .amis-scope .pc\:-m-72 {
    margin: -18rem;
  }

  .amis-scope .pc\:-m-80 {
    margin: -20rem;
  }

  .amis-scope .pc\:-m-96 {
    margin: -24rem;
  }

  .amis-scope .pc\:mx-px {
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }

  .amis-scope .pc\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .amis-scope .pc\:mx-none {
    margin-left: 0;
    margin-right: 0;
  }

  .amis-scope .pc\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .amis-scope .pc\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .amis-scope .pc\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .amis-scope .pc\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .amis-scope .pc\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .amis-scope .pc\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .amis-scope .pc\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .amis-scope .pc\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .amis-scope .pc\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .amis-scope .pc\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .amis-scope .pc\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .amis-scope .pc\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .amis-scope .pc\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .amis-scope .pc\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .amis-scope .pc\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .amis-scope .pc\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .amis-scope .pc\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .amis-scope .pc\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .amis-scope .pc\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .amis-scope .pc\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .amis-scope .pc\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .amis-scope .pc\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .amis-scope .pc\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .amis-scope .pc\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .amis-scope .pc\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .amis-scope .pc\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .amis-scope .pc\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .amis-scope .pc\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .amis-scope .pc\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .amis-scope .pc\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .amis-scope .pc\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .amis-scope .pc\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .amis-scope .pc\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .amis-scope .pc\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .amis-scope .pc\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .amis-scope .pc\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .amis-scope .pc\:-mx-px {
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }

  .amis-scope .pc\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .amis-scope .pc\:-mx-none {
    margin-left: 0;
    margin-right: 0;
  }

  .amis-scope .pc\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .amis-scope .pc\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .amis-scope .pc\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .amis-scope .pc\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .amis-scope .pc\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .amis-scope .pc\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .amis-scope .pc\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .amis-scope .pc\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .amis-scope .pc\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .amis-scope .pc\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .amis-scope .pc\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .amis-scope .pc\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .amis-scope .pc\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .amis-scope .pc\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .amis-scope .pc\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .amis-scope .pc\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .amis-scope .pc\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .amis-scope .pc\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .amis-scope .pc\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .amis-scope .pc\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .amis-scope .pc\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .amis-scope .pc\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .amis-scope .pc\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .amis-scope .pc\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .amis-scope .pc\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .amis-scope .pc\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .amis-scope .pc\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .amis-scope .pc\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .amis-scope .pc\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .amis-scope .pc\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .amis-scope .pc\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .amis-scope .pc\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .amis-scope .pc\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .amis-scope .pc\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .amis-scope .pc\:my-px {
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .amis-scope .pc\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .amis-scope .pc\:my-none {
    margin-top: 0;
    margin-bottom: 0;
  }

  .amis-scope .pc\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .amis-scope .pc\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .amis-scope .pc\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .amis-scope .pc\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .amis-scope .pc\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .amis-scope .pc\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .amis-scope .pc\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .amis-scope .pc\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .amis-scope .pc\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .amis-scope .pc\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .amis-scope .pc\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .amis-scope .pc\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .amis-scope .pc\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .amis-scope .pc\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .amis-scope .pc\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .amis-scope .pc\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .amis-scope .pc\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .amis-scope .pc\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .amis-scope .pc\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .amis-scope .pc\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .amis-scope .pc\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .amis-scope .pc\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .amis-scope .pc\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .amis-scope .pc\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .amis-scope .pc\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .amis-scope .pc\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .amis-scope .pc\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .amis-scope .pc\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .amis-scope .pc\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .amis-scope .pc\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .amis-scope .pc\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .amis-scope .pc\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .amis-scope .pc\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .amis-scope .pc\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .amis-scope .pc\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .amis-scope .pc\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .amis-scope .pc\:-my-px {
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .amis-scope .pc\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .amis-scope .pc\:-my-none {
    margin-top: 0;
    margin-bottom: 0;
  }

  .amis-scope .pc\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .amis-scope .pc\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .amis-scope .pc\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .amis-scope .pc\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .amis-scope .pc\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .amis-scope .pc\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .amis-scope .pc\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .amis-scope .pc\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .amis-scope .pc\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .amis-scope .pc\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .amis-scope .pc\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .amis-scope .pc\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .amis-scope .pc\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .amis-scope .pc\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .amis-scope .pc\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .amis-scope .pc\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .amis-scope .pc\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .amis-scope .pc\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .amis-scope .pc\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .amis-scope .pc\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .amis-scope .pc\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .amis-scope .pc\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .amis-scope .pc\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .amis-scope .pc\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .amis-scope .pc\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .amis-scope .pc\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .amis-scope .pc\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .amis-scope .pc\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .amis-scope .pc\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .amis-scope .pc\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .amis-scope .pc\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .amis-scope .pc\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .amis-scope .pc\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .amis-scope .pc\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .amis-scope .pc\:mt-px {
    margin-top: 0.0625rem;
  }

  .amis-scope .pc\:mt-0 {
    margin-top: 0;
  }

  .amis-scope .pc\:mt-none {
    margin-top: 0;
  }

  .amis-scope .pc\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .amis-scope .pc\:mt-1 {
    margin-top: 0.25rem;
  }

  .amis-scope .pc\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .amis-scope .pc\:mt-2 {
    margin-top: 0.5rem;
  }

  .amis-scope .pc\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .amis-scope .pc\:mt-3 {
    margin-top: 0.75rem;
  }

  .amis-scope .pc\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .amis-scope .pc\:mt-4 {
    margin-top: 1rem;
  }

  .amis-scope .pc\:mt-5 {
    margin-top: 1.25rem;
  }

  .amis-scope .pc\:mt-6 {
    margin-top: 1.5rem;
  }

  .amis-scope .pc\:mt-7 {
    margin-top: 1.75rem;
  }

  .amis-scope .pc\:mt-8 {
    margin-top: 2rem;
  }

  .amis-scope .pc\:mt-9 {
    margin-top: 2.25rem;
  }

  .amis-scope .pc\:mt-10 {
    margin-top: 2.5rem;
  }

  .amis-scope .pc\:mt-11 {
    margin-top: 2.75rem;
  }

  .amis-scope .pc\:mt-12 {
    margin-top: 3rem;
  }

  .amis-scope .pc\:mt-14 {
    margin-top: 3.5rem;
  }

  .amis-scope .pc\:mt-16 {
    margin-top: 4rem;
  }

  .amis-scope .pc\:mt-18 {
    margin-top: 4.5rem;
  }

  .amis-scope .pc\:mt-20 {
    margin-top: 5rem;
  }

  .amis-scope .pc\:mt-24 {
    margin-top: 6rem;
  }

  .amis-scope .pc\:mt-28 {
    margin-top: 7rem;
  }

  .amis-scope .pc\:mt-32 {
    margin-top: 8rem;
  }

  .amis-scope .pc\:mt-36 {
    margin-top: 9rem;
  }

  .amis-scope .pc\:mt-40 {
    margin-top: 10rem;
  }

  .amis-scope .pc\:mt-44 {
    margin-top: 11rem;
  }

  .amis-scope .pc\:mt-48 {
    margin-top: 12rem;
  }

  .amis-scope .pc\:mt-52 {
    margin-top: 13rem;
  }

  .amis-scope .pc\:mt-56 {
    margin-top: 14rem;
  }

  .amis-scope .pc\:mt-60 {
    margin-top: 15rem;
  }

  .amis-scope .pc\:mt-64 {
    margin-top: 16rem;
  }

  .amis-scope .pc\:mt-72 {
    margin-top: 18rem;
  }

  .amis-scope .pc\:mt-80 {
    margin-top: 20rem;
  }

  .amis-scope .pc\:mt-96 {
    margin-top: 24rem;
  }

  .amis-scope .pc\:mt-auto {
    margin-top: auto;
  }

  .amis-scope .pc\:-mt-px {
    margin-top: -0.0625rem;
  }

  .amis-scope .pc\:-mt-0 {
    margin-top: 0;
  }

  .amis-scope .pc\:-mt-none {
    margin-top: 0;
  }

  .amis-scope .pc\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .amis-scope .pc\:-mt-1 {
    margin-top: -0.25rem;
  }

  .amis-scope .pc\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .amis-scope .pc\:-mt-2 {
    margin-top: -0.5rem;
  }

  .amis-scope .pc\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .amis-scope .pc\:-mt-3 {
    margin-top: -0.75rem;
  }

  .amis-scope .pc\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .amis-scope .pc\:-mt-4 {
    margin-top: -1rem;
  }

  .amis-scope .pc\:-mt-5 {
    margin-top: -1.25rem;
  }

  .amis-scope .pc\:-mt-6 {
    margin-top: -1.5rem;
  }

  .amis-scope .pc\:-mt-7 {
    margin-top: -1.75rem;
  }

  .amis-scope .pc\:-mt-8 {
    margin-top: -2rem;
  }

  .amis-scope .pc\:-mt-9 {
    margin-top: -2.25rem;
  }

  .amis-scope .pc\:-mt-10 {
    margin-top: -2.5rem;
  }

  .amis-scope .pc\:-mt-11 {
    margin-top: -2.75rem;
  }

  .amis-scope .pc\:-mt-12 {
    margin-top: -3rem;
  }

  .amis-scope .pc\:-mt-14 {
    margin-top: -3.5rem;
  }

  .amis-scope .pc\:-mt-16 {
    margin-top: -4rem;
  }

  .amis-scope .pc\:-mt-18 {
    margin-top: -4.5rem;
  }

  .amis-scope .pc\:-mt-20 {
    margin-top: -5rem;
  }

  .amis-scope .pc\:-mt-24 {
    margin-top: -6rem;
  }

  .amis-scope .pc\:-mt-28 {
    margin-top: -7rem;
  }

  .amis-scope .pc\:-mt-32 {
    margin-top: -8rem;
  }

  .amis-scope .pc\:-mt-36 {
    margin-top: -9rem;
  }

  .amis-scope .pc\:-mt-40 {
    margin-top: -10rem;
  }

  .amis-scope .pc\:-mt-44 {
    margin-top: -11rem;
  }

  .amis-scope .pc\:-mt-48 {
    margin-top: -12rem;
  }

  .amis-scope .pc\:-mt-52 {
    margin-top: -13rem;
  }

  .amis-scope .pc\:-mt-56 {
    margin-top: -14rem;
  }

  .amis-scope .pc\:-mt-60 {
    margin-top: -15rem;
  }

  .amis-scope .pc\:-mt-64 {
    margin-top: -16rem;
  }

  .amis-scope .pc\:-mt-72 {
    margin-top: -18rem;
  }

  .amis-scope .pc\:-mt-80 {
    margin-top: -20rem;
  }

  .amis-scope .pc\:-mt-96 {
    margin-top: -24rem;
  }

  .amis-scope .pc\:mr-px {
    margin-right: 0.0625rem;
  }

  .amis-scope .pc\:mr-0 {
    margin-right: 0;
  }

  .amis-scope .pc\:mr-none {
    margin-right: 0;
  }

  .amis-scope .pc\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .amis-scope .pc\:mr-1 {
    margin-right: 0.25rem;
  }

  .amis-scope .pc\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .amis-scope .pc\:mr-2 {
    margin-right: 0.5rem;
  }

  .amis-scope .pc\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .amis-scope .pc\:mr-3 {
    margin-right: 0.75rem;
  }

  .amis-scope .pc\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .amis-scope .pc\:mr-4 {
    margin-right: 1rem;
  }

  .amis-scope .pc\:mr-5 {
    margin-right: 1.25rem;
  }

  .amis-scope .pc\:mr-6 {
    margin-right: 1.5rem;
  }

  .amis-scope .pc\:mr-7 {
    margin-right: 1.75rem;
  }

  .amis-scope .pc\:mr-8 {
    margin-right: 2rem;
  }

  .amis-scope .pc\:mr-9 {
    margin-right: 2.25rem;
  }

  .amis-scope .pc\:mr-10 {
    margin-right: 2.5rem;
  }

  .amis-scope .pc\:mr-11 {
    margin-right: 2.75rem;
  }

  .amis-scope .pc\:mr-12 {
    margin-right: 3rem;
  }

  .amis-scope .pc\:mr-14 {
    margin-right: 3.5rem;
  }

  .amis-scope .pc\:mr-16 {
    margin-right: 4rem;
  }

  .amis-scope .pc\:mr-18 {
    margin-right: 4.5rem;
  }

  .amis-scope .pc\:mr-20 {
    margin-right: 5rem;
  }

  .amis-scope .pc\:mr-24 {
    margin-right: 6rem;
  }

  .amis-scope .pc\:mr-28 {
    margin-right: 7rem;
  }

  .amis-scope .pc\:mr-32 {
    margin-right: 8rem;
  }

  .amis-scope .pc\:mr-36 {
    margin-right: 9rem;
  }

  .amis-scope .pc\:mr-40 {
    margin-right: 10rem;
  }

  .amis-scope .pc\:mr-44 {
    margin-right: 11rem;
  }

  .amis-scope .pc\:mr-48 {
    margin-right: 12rem;
  }

  .amis-scope .pc\:mr-52 {
    margin-right: 13rem;
  }

  .amis-scope .pc\:mr-56 {
    margin-right: 14rem;
  }

  .amis-scope .pc\:mr-60 {
    margin-right: 15rem;
  }

  .amis-scope .pc\:mr-64 {
    margin-right: 16rem;
  }

  .amis-scope .pc\:mr-72 {
    margin-right: 18rem;
  }

  .amis-scope .pc\:mr-80 {
    margin-right: 20rem;
  }

  .amis-scope .pc\:mr-96 {
    margin-right: 24rem;
  }

  .amis-scope .pc\:mr-auto {
    margin-right: auto;
  }

  .amis-scope .pc\:-mr-px {
    margin-right: -0.0625rem;
  }

  .amis-scope .pc\:-mr-0 {
    margin-right: 0;
  }

  .amis-scope .pc\:-mr-none {
    margin-right: 0;
  }

  .amis-scope .pc\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .amis-scope .pc\:-mr-1 {
    margin-right: -0.25rem;
  }

  .amis-scope .pc\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .amis-scope .pc\:-mr-2 {
    margin-right: -0.5rem;
  }

  .amis-scope .pc\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .amis-scope .pc\:-mr-3 {
    margin-right: -0.75rem;
  }

  .amis-scope .pc\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .amis-scope .pc\:-mr-4 {
    margin-right: -1rem;
  }

  .amis-scope .pc\:-mr-5 {
    margin-right: -1.25rem;
  }

  .amis-scope .pc\:-mr-6 {
    margin-right: -1.5rem;
  }

  .amis-scope .pc\:-mr-7 {
    margin-right: -1.75rem;
  }

  .amis-scope .pc\:-mr-8 {
    margin-right: -2rem;
  }

  .amis-scope .pc\:-mr-9 {
    margin-right: -2.25rem;
  }

  .amis-scope .pc\:-mr-10 {
    margin-right: -2.5rem;
  }

  .amis-scope .pc\:-mr-11 {
    margin-right: -2.75rem;
  }

  .amis-scope .pc\:-mr-12 {
    margin-right: -3rem;
  }

  .amis-scope .pc\:-mr-14 {
    margin-right: -3.5rem;
  }

  .amis-scope .pc\:-mr-16 {
    margin-right: -4rem;
  }

  .amis-scope .pc\:-mr-18 {
    margin-right: -4.5rem;
  }

  .amis-scope .pc\:-mr-20 {
    margin-right: -5rem;
  }

  .amis-scope .pc\:-mr-24 {
    margin-right: -6rem;
  }

  .amis-scope .pc\:-mr-28 {
    margin-right: -7rem;
  }

  .amis-scope .pc\:-mr-32 {
    margin-right: -8rem;
  }

  .amis-scope .pc\:-mr-36 {
    margin-right: -9rem;
  }

  .amis-scope .pc\:-mr-40 {
    margin-right: -10rem;
  }

  .amis-scope .pc\:-mr-44 {
    margin-right: -11rem;
  }

  .amis-scope .pc\:-mr-48 {
    margin-right: -12rem;
  }

  .amis-scope .pc\:-mr-52 {
    margin-right: -13rem;
  }

  .amis-scope .pc\:-mr-56 {
    margin-right: -14rem;
  }

  .amis-scope .pc\:-mr-60 {
    margin-right: -15rem;
  }

  .amis-scope .pc\:-mr-64 {
    margin-right: -16rem;
  }

  .amis-scope .pc\:-mr-72 {
    margin-right: -18rem;
  }

  .amis-scope .pc\:-mr-80 {
    margin-right: -20rem;
  }

  .amis-scope .pc\:-mr-96 {
    margin-right: -24rem;
  }

  .amis-scope .pc\:mb-px {
    margin-bottom: 0.0625rem;
  }

  .amis-scope .pc\:mb-0 {
    margin-bottom: 0;
  }

  .amis-scope .pc\:mb-none {
    margin-bottom: 0;
  }

  .amis-scope .pc\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .amis-scope .pc\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .amis-scope .pc\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .amis-scope .pc\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .amis-scope .pc\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .amis-scope .pc\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .amis-scope .pc\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .amis-scope .pc\:mb-4 {
    margin-bottom: 1rem;
  }

  .amis-scope .pc\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .amis-scope .pc\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .amis-scope .pc\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .amis-scope .pc\:mb-8 {
    margin-bottom: 2rem;
  }

  .amis-scope .pc\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .amis-scope .pc\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .amis-scope .pc\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .amis-scope .pc\:mb-12 {
    margin-bottom: 3rem;
  }

  .amis-scope .pc\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .amis-scope .pc\:mb-16 {
    margin-bottom: 4rem;
  }

  .amis-scope .pc\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .amis-scope .pc\:mb-20 {
    margin-bottom: 5rem;
  }

  .amis-scope .pc\:mb-24 {
    margin-bottom: 6rem;
  }

  .amis-scope .pc\:mb-28 {
    margin-bottom: 7rem;
  }

  .amis-scope .pc\:mb-32 {
    margin-bottom: 8rem;
  }

  .amis-scope .pc\:mb-36 {
    margin-bottom: 9rem;
  }

  .amis-scope .pc\:mb-40 {
    margin-bottom: 10rem;
  }

  .amis-scope .pc\:mb-44 {
    margin-bottom: 11rem;
  }

  .amis-scope .pc\:mb-48 {
    margin-bottom: 12rem;
  }

  .amis-scope .pc\:mb-52 {
    margin-bottom: 13rem;
  }

  .amis-scope .pc\:mb-56 {
    margin-bottom: 14rem;
  }

  .amis-scope .pc\:mb-60 {
    margin-bottom: 15rem;
  }

  .amis-scope .pc\:mb-64 {
    margin-bottom: 16rem;
  }

  .amis-scope .pc\:mb-72 {
    margin-bottom: 18rem;
  }

  .amis-scope .pc\:mb-80 {
    margin-bottom: 20rem;
  }

  .amis-scope .pc\:mb-96 {
    margin-bottom: 24rem;
  }

  .amis-scope .pc\:mb-auto {
    margin-bottom: auto;
  }

  .amis-scope .pc\:-mb-px {
    margin-bottom: -0.0625rem;
  }

  .amis-scope .pc\:-mb-0 {
    margin-bottom: 0;
  }

  .amis-scope .pc\:-mb-none {
    margin-bottom: 0;
  }

  .amis-scope .pc\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .amis-scope .pc\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .amis-scope .pc\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .amis-scope .pc\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .amis-scope .pc\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .amis-scope .pc\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .amis-scope .pc\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .amis-scope .pc\:-mb-4 {
    margin-bottom: -1rem;
  }

  .amis-scope .pc\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .amis-scope .pc\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .amis-scope .pc\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .amis-scope .pc\:-mb-8 {
    margin-bottom: -2rem;
  }

  .amis-scope .pc\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .amis-scope .pc\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .amis-scope .pc\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .amis-scope .pc\:-mb-12 {
    margin-bottom: -3rem;
  }

  .amis-scope .pc\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .amis-scope .pc\:-mb-16 {
    margin-bottom: -4rem;
  }

  .amis-scope .pc\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .amis-scope .pc\:-mb-20 {
    margin-bottom: -5rem;
  }

  .amis-scope .pc\:-mb-24 {
    margin-bottom: -6rem;
  }

  .amis-scope .pc\:-mb-28 {
    margin-bottom: -7rem;
  }

  .amis-scope .pc\:-mb-32 {
    margin-bottom: -8rem;
  }

  .amis-scope .pc\:-mb-36 {
    margin-bottom: -9rem;
  }

  .amis-scope .pc\:-mb-40 {
    margin-bottom: -10rem;
  }

  .amis-scope .pc\:-mb-44 {
    margin-bottom: -11rem;
  }

  .amis-scope .pc\:-mb-48 {
    margin-bottom: -12rem;
  }

  .amis-scope .pc\:-mb-52 {
    margin-bottom: -13rem;
  }

  .amis-scope .pc\:-mb-56 {
    margin-bottom: -14rem;
  }

  .amis-scope .pc\:-mb-60 {
    margin-bottom: -15rem;
  }

  .amis-scope .pc\:-mb-64 {
    margin-bottom: -16rem;
  }

  .amis-scope .pc\:-mb-72 {
    margin-bottom: -18rem;
  }

  .amis-scope .pc\:-mb-80 {
    margin-bottom: -20rem;
  }

  .amis-scope .pc\:-mb-96 {
    margin-bottom: -24rem;
  }

  .amis-scope .pc\:ml-px {
    margin-left: 0.0625rem;
  }

  .amis-scope .pc\:ml-0 {
    margin-left: 0;
  }

  .amis-scope .pc\:ml-none {
    margin-left: 0;
  }

  .amis-scope .pc\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .amis-scope .pc\:ml-1 {
    margin-left: 0.25rem;
  }

  .amis-scope .pc\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .amis-scope .pc\:ml-2 {
    margin-left: 0.5rem;
  }

  .amis-scope .pc\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .amis-scope .pc\:ml-3 {
    margin-left: 0.75rem;
  }

  .amis-scope .pc\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .amis-scope .pc\:ml-4 {
    margin-left: 1rem;
  }

  .amis-scope .pc\:ml-5 {
    margin-left: 1.25rem;
  }

  .amis-scope .pc\:ml-6 {
    margin-left: 1.5rem;
  }

  .amis-scope .pc\:ml-7 {
    margin-left: 1.75rem;
  }

  .amis-scope .pc\:ml-8 {
    margin-left: 2rem;
  }

  .amis-scope .pc\:ml-9 {
    margin-left: 2.25rem;
  }

  .amis-scope .pc\:ml-10 {
    margin-left: 2.5rem;
  }

  .amis-scope .pc\:ml-11 {
    margin-left: 2.75rem;
  }

  .amis-scope .pc\:ml-12 {
    margin-left: 3rem;
  }

  .amis-scope .pc\:ml-14 {
    margin-left: 3.5rem;
  }

  .amis-scope .pc\:ml-16 {
    margin-left: 4rem;
  }

  .amis-scope .pc\:ml-18 {
    margin-left: 4.5rem;
  }

  .amis-scope .pc\:ml-20 {
    margin-left: 5rem;
  }

  .amis-scope .pc\:ml-24 {
    margin-left: 6rem;
  }

  .amis-scope .pc\:ml-28 {
    margin-left: 7rem;
  }

  .amis-scope .pc\:ml-32 {
    margin-left: 8rem;
  }

  .amis-scope .pc\:ml-36 {
    margin-left: 9rem;
  }

  .amis-scope .pc\:ml-40 {
    margin-left: 10rem;
  }

  .amis-scope .pc\:ml-44 {
    margin-left: 11rem;
  }

  .amis-scope .pc\:ml-48 {
    margin-left: 12rem;
  }

  .amis-scope .pc\:ml-52 {
    margin-left: 13rem;
  }

  .amis-scope .pc\:ml-56 {
    margin-left: 14rem;
  }

  .amis-scope .pc\:ml-60 {
    margin-left: 15rem;
  }

  .amis-scope .pc\:ml-64 {
    margin-left: 16rem;
  }

  .amis-scope .pc\:ml-72 {
    margin-left: 18rem;
  }

  .amis-scope .pc\:ml-80 {
    margin-left: 20rem;
  }

  .amis-scope .pc\:ml-96 {
    margin-left: 24rem;
  }

  .amis-scope .pc\:ml-auto {
    margin-left: auto;
  }

  .amis-scope .pc\:-ml-px {
    margin-left: -0.0625rem;
  }

  .amis-scope .pc\:-ml-0 {
    margin-left: 0;
  }

  .amis-scope .pc\:-ml-none {
    margin-left: 0;
  }

  .amis-scope .pc\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .amis-scope .pc\:-ml-1 {
    margin-left: -0.25rem;
  }

  .amis-scope .pc\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .amis-scope .pc\:-ml-2 {
    margin-left: -0.5rem;
  }

  .amis-scope .pc\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .amis-scope .pc\:-ml-3 {
    margin-left: -0.75rem;
  }

  .amis-scope .pc\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .amis-scope .pc\:-ml-4 {
    margin-left: -1rem;
  }

  .amis-scope .pc\:-ml-5 {
    margin-left: -1.25rem;
  }

  .amis-scope .pc\:-ml-6 {
    margin-left: -1.5rem;
  }

  .amis-scope .pc\:-ml-7 {
    margin-left: -1.75rem;
  }

  .amis-scope .pc\:-ml-8 {
    margin-left: -2rem;
  }

  .amis-scope .pc\:-ml-9 {
    margin-left: -2.25rem;
  }

  .amis-scope .pc\:-ml-10 {
    margin-left: -2.5rem;
  }

  .amis-scope .pc\:-ml-11 {
    margin-left: -2.75rem;
  }

  .amis-scope .pc\:-ml-12 {
    margin-left: -3rem;
  }

  .amis-scope .pc\:-ml-14 {
    margin-left: -3.5rem;
  }

  .amis-scope .pc\:-ml-16 {
    margin-left: -4rem;
  }

  .amis-scope .pc\:-ml-18 {
    margin-left: -4.5rem;
  }

  .amis-scope .pc\:-ml-20 {
    margin-left: -5rem;
  }

  .amis-scope .pc\:-ml-24 {
    margin-left: -6rem;
  }

  .amis-scope .pc\:-ml-28 {
    margin-left: -7rem;
  }

  .amis-scope .pc\:-ml-32 {
    margin-left: -8rem;
  }

  .amis-scope .pc\:-ml-36 {
    margin-left: -9rem;
  }

  .amis-scope .pc\:-ml-40 {
    margin-left: -10rem;
  }

  .amis-scope .pc\:-ml-44 {
    margin-left: -11rem;
  }

  .amis-scope .pc\:-ml-48 {
    margin-left: -12rem;
  }

  .amis-scope .pc\:-ml-52 {
    margin-left: -13rem;
  }

  .amis-scope .pc\:-ml-56 {
    margin-left: -14rem;
  }

  .amis-scope .pc\:-ml-60 {
    margin-left: -15rem;
  }

  .amis-scope .pc\:-ml-64 {
    margin-left: -16rem;
  }

  .amis-scope .pc\:-ml-72 {
    margin-left: -18rem;
  }

  .amis-scope .pc\:-ml-80 {
    margin-left: -20rem;
  }

  .amis-scope .pc\:-ml-96 {
    margin-left: -24rem;
  }
}

/*!markdown

---
title: Padding
---

| Class       | Properties               |
| ----------- | ------------------------ |
| p-px | padding: 0.0625rem |
| p-0 | padding: 0 |
| p-none | padding: 0 |
| p-0\.5 | padding: 0.125rem |
| p-1 | padding: 0.25rem |
| p-1\.5 | padding: 0.375rem |
| p-2 | padding: 0.5rem |
| p-2\.5 | padding: 0.625rem |
| p-3 | padding: 0.75rem |
| p-3\.5 | padding: 0.875rem |
| p-4 | padding: 1rem |
| p-5 | padding: 1.25rem |
| p-6 | padding: 1.5rem |
| p-7 | padding: 1.75rem |
| p-8 | padding: 2rem |
| p-9 | padding: 2.25rem |
| p-10 | padding: 2.5rem |
| p-11 | padding: 2.75rem |
| p-12 | padding: 3rem |
| p-14 | padding: 3.5rem |
| p-16 | padding: 4rem |
| p-18 | padding: 4.5rem |
| p-20 | padding: 5rem |
| p-24 | padding: 6rem |
| p-28 | padding: 7rem |
| p-32 | padding: 8rem |
| p-36 | padding: 9rem |
| p-40 | padding: 10rem |
| p-44 | padding: 11rem |
| p-48 | padding: 12rem |
| p-52 | padding: 13rem |
| p-56 | padding: 14rem |
| p-60 | padding: 15rem |
| p-64 | padding: 16rem |
| p-72 | padding: 18rem |
| p-80 | padding: 20rem |
| p-96 | padding: 24rem |
| px-px | padding-left: 0.0625rem; padding-right: 0.0625rem |
| px-0 | padding-left: 0; padding-right: 0 |
| px-none | padding-left: 0; padding-right: 0 |
| px-0\.5 | padding-left: 0.125rem; padding-right: 0.125rem |
| px-1 | padding-left: 0.25rem; padding-right: 0.25rem |
| px-1\.5 | padding-left: 0.375rem; padding-right: 0.375rem |
| px-2 | padding-left: 0.5rem; padding-right: 0.5rem |
| px-2\.5 | padding-left: 0.625rem; padding-right: 0.625rem |
| px-3 | padding-left: 0.75rem; padding-right: 0.75rem |
| px-3\.5 | padding-left: 0.875rem; padding-right: 0.875rem |
| px-4 | padding-left: 1rem; padding-right: 1rem |
| px-5 | padding-left: 1.25rem; padding-right: 1.25rem |
| px-6 | padding-left: 1.5rem; padding-right: 1.5rem |
| px-7 | padding-left: 1.75rem; padding-right: 1.75rem |
| px-8 | padding-left: 2rem; padding-right: 2rem |
| px-9 | padding-left: 2.25rem; padding-right: 2.25rem |
| px-10 | padding-left: 2.5rem; padding-right: 2.5rem |
| px-11 | padding-left: 2.75rem; padding-right: 2.75rem |
| px-12 | padding-left: 3rem; padding-right: 3rem |
| px-14 | padding-left: 3.5rem; padding-right: 3.5rem |
| px-16 | padding-left: 4rem; padding-right: 4rem |
| px-18 | padding-left: 4.5rem; padding-right: 4.5rem |
| px-20 | padding-left: 5rem; padding-right: 5rem |
| px-24 | padding-left: 6rem; padding-right: 6rem |
| px-28 | padding-left: 7rem; padding-right: 7rem |
| px-32 | padding-left: 8rem; padding-right: 8rem |
| px-36 | padding-left: 9rem; padding-right: 9rem |
| px-40 | padding-left: 10rem; padding-right: 10rem |
| px-44 | padding-left: 11rem; padding-right: 11rem |
| px-48 | padding-left: 12rem; padding-right: 12rem |
| px-52 | padding-left: 13rem; padding-right: 13rem |
| px-56 | padding-left: 14rem; padding-right: 14rem |
| px-60 | padding-left: 15rem; padding-right: 15rem |
| px-64 | padding-left: 16rem; padding-right: 16rem |
| px-72 | padding-left: 18rem; padding-right: 18rem |
| px-80 | padding-left: 20rem; padding-right: 20rem |
| px-96 | padding-left: 24rem; padding-right: 24rem |
| py-px | padding-top: 0.0625rem; padding-bottom: 0.0625rem |
| py-0 | padding-top: 0; padding-bottom: 0 |
| py-none | padding-top: 0; padding-bottom: 0 |
| py-0\.5 | padding-top: 0.125rem; padding-bottom: 0.125rem |
| py-1 | padding-top: 0.25rem; padding-bottom: 0.25rem |
| py-1\.5 | padding-top: 0.375rem; padding-bottom: 0.375rem |
| py-2 | padding-top: 0.5rem; padding-bottom: 0.5rem |
| py-2\.5 | padding-top: 0.625rem; padding-bottom: 0.625rem |
| py-3 | padding-top: 0.75rem; padding-bottom: 0.75rem |
| py-3\.5 | padding-top: 0.875rem; padding-bottom: 0.875rem |
| py-4 | padding-top: 1rem; padding-bottom: 1rem |
| py-5 | padding-top: 1.25rem; padding-bottom: 1.25rem |
| py-6 | padding-top: 1.5rem; padding-bottom: 1.5rem |
| py-7 | padding-top: 1.75rem; padding-bottom: 1.75rem |
| py-8 | padding-top: 2rem; padding-bottom: 2rem |
| py-9 | padding-top: 2.25rem; padding-bottom: 2.25rem |
| py-10 | padding-top: 2.5rem; padding-bottom: 2.5rem |
| py-11 | padding-top: 2.75rem; padding-bottom: 2.75rem |
| py-12 | padding-top: 3rem; padding-bottom: 3rem |
| py-14 | padding-top: 3.5rem; padding-bottom: 3.5rem |
| py-16 | padding-top: 4rem; padding-bottom: 4rem |
| py-18 | padding-top: 4.5rem; padding-bottom: 4.5rem |
| py-20 | padding-top: 5rem; padding-bottom: 5rem |
| py-24 | padding-top: 6rem; padding-bottom: 6rem |
| py-28 | padding-top: 7rem; padding-bottom: 7rem |
| py-32 | padding-top: 8rem; padding-bottom: 8rem |
| py-36 | padding-top: 9rem; padding-bottom: 9rem |
| py-40 | padding-top: 10rem; padding-bottom: 10rem |
| py-44 | padding-top: 11rem; padding-bottom: 11rem |
| py-48 | padding-top: 12rem; padding-bottom: 12rem |
| py-52 | padding-top: 13rem; padding-bottom: 13rem |
| py-56 | padding-top: 14rem; padding-bottom: 14rem |
| py-60 | padding-top: 15rem; padding-bottom: 15rem |
| py-64 | padding-top: 16rem; padding-bottom: 16rem |
| py-72 | padding-top: 18rem; padding-bottom: 18rem |
| py-80 | padding-top: 20rem; padding-bottom: 20rem |
| py-96 | padding-top: 24rem; padding-bottom: 24rem |
| pt-px | padding-top: 0.0625rem |
| pt-0 | padding-top: 0 |
| pt-none | padding-top: 0 |
| pt-0\.5 | padding-top: 0.125rem |
| pt-1 | padding-top: 0.25rem |
| pt-1\.5 | padding-top: 0.375rem |
| pt-2 | padding-top: 0.5rem |
| pt-2\.5 | padding-top: 0.625rem |
| pt-3 | padding-top: 0.75rem |
| pt-3\.5 | padding-top: 0.875rem |
| pt-4 | padding-top: 1rem |
| pt-5 | padding-top: 1.25rem |
| pt-6 | padding-top: 1.5rem |
| pt-7 | padding-top: 1.75rem |
| pt-8 | padding-top: 2rem |
| pt-9 | padding-top: 2.25rem |
| pt-10 | padding-top: 2.5rem |
| pt-11 | padding-top: 2.75rem |
| pt-12 | padding-top: 3rem |
| pt-14 | padding-top: 3.5rem |
| pt-16 | padding-top: 4rem |
| pt-18 | padding-top: 4.5rem |
| pt-20 | padding-top: 5rem |
| pt-24 | padding-top: 6rem |
| pt-28 | padding-top: 7rem |
| pt-32 | padding-top: 8rem |
| pt-36 | padding-top: 9rem |
| pt-40 | padding-top: 10rem |
| pt-44 | padding-top: 11rem |
| pt-48 | padding-top: 12rem |
| pt-52 | padding-top: 13rem |
| pt-56 | padding-top: 14rem |
| pt-60 | padding-top: 15rem |
| pt-64 | padding-top: 16rem |
| pt-72 | padding-top: 18rem |
| pt-80 | padding-top: 20rem |
| pt-96 | padding-top: 24rem |
| pr-px | padding-right: 0.0625rem |
| pr-0 | padding-right: 0 |
| pr-none | padding-right: 0 |
| pr-0\.5 | padding-right: 0.125rem |
| pr-1 | padding-right: 0.25rem |
| pr-1\.5 | padding-right: 0.375rem |
| pr-2 | padding-right: 0.5rem |
| pr-2\.5 | padding-right: 0.625rem |
| pr-3 | padding-right: 0.75rem |
| pr-3\.5 | padding-right: 0.875rem |
| pr-4 | padding-right: 1rem |
| pr-5 | padding-right: 1.25rem |
| pr-6 | padding-right: 1.5rem |
| pr-7 | padding-right: 1.75rem |
| pr-8 | padding-right: 2rem |
| pr-9 | padding-right: 2.25rem |
| pr-10 | padding-right: 2.5rem |
| pr-11 | padding-right: 2.75rem |
| pr-12 | padding-right: 3rem |
| pr-14 | padding-right: 3.5rem |
| pr-16 | padding-right: 4rem |
| pr-18 | padding-right: 4.5rem |
| pr-20 | padding-right: 5rem |
| pr-24 | padding-right: 6rem |
| pr-28 | padding-right: 7rem |
| pr-32 | padding-right: 8rem |
| pr-36 | padding-right: 9rem |
| pr-40 | padding-right: 10rem |
| pr-44 | padding-right: 11rem |
| pr-48 | padding-right: 12rem |
| pr-52 | padding-right: 13rem |
| pr-56 | padding-right: 14rem |
| pr-60 | padding-right: 15rem |
| pr-64 | padding-right: 16rem |
| pr-72 | padding-right: 18rem |
| pr-80 | padding-right: 20rem |
| pr-96 | padding-right: 24rem |
| pb-px | padding-bottom: 0.0625rem |
| pb-0 | padding-bottom: 0 |
| pb-none | padding-bottom: 0 |
| pb-0\.5 | padding-bottom: 0.125rem |
| pb-1 | padding-bottom: 0.25rem |
| pb-1\.5 | padding-bottom: 0.375rem |
| pb-2 | padding-bottom: 0.5rem |
| pb-2\.5 | padding-bottom: 0.625rem |
| pb-3 | padding-bottom: 0.75rem |
| pb-3\.5 | padding-bottom: 0.875rem |
| pb-4 | padding-bottom: 1rem |
| pb-5 | padding-bottom: 1.25rem |
| pb-6 | padding-bottom: 1.5rem |
| pb-7 | padding-bottom: 1.75rem |
| pb-8 | padding-bottom: 2rem |
| pb-9 | padding-bottom: 2.25rem |
| pb-10 | padding-bottom: 2.5rem |
| pb-11 | padding-bottom: 2.75rem |
| pb-12 | padding-bottom: 3rem |
| pb-14 | padding-bottom: 3.5rem |
| pb-16 | padding-bottom: 4rem |
| pb-18 | padding-bottom: 4.5rem |
| pb-20 | padding-bottom: 5rem |
| pb-24 | padding-bottom: 6rem |
| pb-28 | padding-bottom: 7rem |
| pb-32 | padding-bottom: 8rem |
| pb-36 | padding-bottom: 9rem |
| pb-40 | padding-bottom: 10rem |
| pb-44 | padding-bottom: 11rem |
| pb-48 | padding-bottom: 12rem |
| pb-52 | padding-bottom: 13rem |
| pb-56 | padding-bottom: 14rem |
| pb-60 | padding-bottom: 15rem |
| pb-64 | padding-bottom: 16rem |
| pb-72 | padding-bottom: 18rem |
| pb-80 | padding-bottom: 20rem |
| pb-96 | padding-bottom: 24rem |
| pl-px | padding-left: 0.0625rem |
| pl-0 | padding-left: 0 |
| pl-none | padding-left: 0 |
| pl-0\.5 | padding-left: 0.125rem |
| pl-1 | padding-left: 0.25rem |
| pl-1\.5 | padding-left: 0.375rem |
| pl-2 | padding-left: 0.5rem |
| pl-2\.5 | padding-left: 0.625rem |
| pl-3 | padding-left: 0.75rem |
| pl-3\.5 | padding-left: 0.875rem |
| pl-4 | padding-left: 1rem |
| pl-5 | padding-left: 1.25rem |
| pl-6 | padding-left: 1.5rem |
| pl-7 | padding-left: 1.75rem |
| pl-8 | padding-left: 2rem |
| pl-9 | padding-left: 2.25rem |
| pl-10 | padding-left: 2.5rem |
| pl-11 | padding-left: 2.75rem |
| pl-12 | padding-left: 3rem |
| pl-14 | padding-left: 3.5rem |
| pl-16 | padding-left: 4rem |
| pl-18 | padding-left: 4.5rem |
| pl-20 | padding-left: 5rem |
| pl-24 | padding-left: 6rem |
| pl-28 | padding-left: 7rem |
| pl-32 | padding-left: 8rem |
| pl-36 | padding-left: 9rem |
| pl-40 | padding-left: 10rem |
| pl-44 | padding-left: 11rem |
| pl-48 | padding-left: 12rem |
| pl-52 | padding-left: 13rem |
| pl-56 | padding-left: 14rem |
| pl-60 | padding-left: 15rem |
| pl-64 | padding-left: 16rem |
| pl-72 | padding-left: 18rem |
| pl-80 | padding-left: 20rem |
| pl-96 | padding-left: 24rem |



*/

.amis-scope .p-px {
  padding: 0.0625rem;
}

.amis-scope .p-0 {
  padding: 0;
}

.amis-scope .p-none {
  padding: 0;
}

.amis-scope .p-0\.5 {
  padding: 0.125rem;
}

.amis-scope .p-1 {
  padding: 0.25rem;
}

.amis-scope .p-1\.5 {
  padding: 0.375rem;
}

.amis-scope .p-2 {
  padding: 0.5rem;
}

.amis-scope .p-2\.5 {
  padding: 0.625rem;
}

.amis-scope .p-3 {
  padding: 0.75rem;
}

.amis-scope .p-3\.5 {
  padding: 0.875rem;
}

.amis-scope .p-4 {
  padding: 1rem;
}

.amis-scope .p-5 {
  padding: 1.25rem;
}

.amis-scope .p-6 {
  padding: 1.5rem;
}

.amis-scope .p-7 {
  padding: 1.75rem;
}

.amis-scope .p-8 {
  padding: 2rem;
}

.amis-scope .p-9 {
  padding: 2.25rem;
}

.amis-scope .p-10 {
  padding: 2.5rem;
}

.amis-scope .p-11 {
  padding: 2.75rem;
}

.amis-scope .p-12 {
  padding: 3rem;
}

.amis-scope .p-14 {
  padding: 3.5rem;
}

.amis-scope .p-16 {
  padding: 4rem;
}

.amis-scope .p-18 {
  padding: 4.5rem;
}

.amis-scope .p-20 {
  padding: 5rem;
}

.amis-scope .p-24 {
  padding: 6rem;
}

.amis-scope .p-28 {
  padding: 7rem;
}

.amis-scope .p-32 {
  padding: 8rem;
}

.amis-scope .p-36 {
  padding: 9rem;
}

.amis-scope .p-40 {
  padding: 10rem;
}

.amis-scope .p-44 {
  padding: 11rem;
}

.amis-scope .p-48 {
  padding: 12rem;
}

.amis-scope .p-52 {
  padding: 13rem;
}

.amis-scope .p-56 {
  padding: 14rem;
}

.amis-scope .p-60 {
  padding: 15rem;
}

.amis-scope .p-64 {
  padding: 16rem;
}

.amis-scope .p-72 {
  padding: 18rem;
}

.amis-scope .p-80 {
  padding: 20rem;
}

.amis-scope .p-96 {
  padding: 24rem;
}

.amis-scope .px-px {
  padding-left: 0.0625rem;
  padding-right: 0.0625rem;
}

.amis-scope .px-0 {
  padding-left: 0;
  padding-right: 0;
}

.amis-scope .px-none {
  padding-left: 0;
  padding-right: 0;
}

.amis-scope .px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.amis-scope .px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.amis-scope .px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.amis-scope .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.amis-scope .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.amis-scope .px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.amis-scope .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.amis-scope .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.amis-scope .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.amis-scope .px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.amis-scope .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.amis-scope .px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.amis-scope .px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.amis-scope .px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.amis-scope .px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.amis-scope .px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.amis-scope .px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.amis-scope .px-18 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.amis-scope .px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.amis-scope .px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.amis-scope .px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.amis-scope .px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.amis-scope .px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.amis-scope .px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.amis-scope .px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.amis-scope .px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.amis-scope .px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.amis-scope .px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.amis-scope .px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.amis-scope .px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.amis-scope .px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.amis-scope .px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.amis-scope .px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.amis-scope .py-px {
  padding-top: 0.0625rem;
  padding-bottom: 0.0625rem;
}

.amis-scope .py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.amis-scope .py-none {
  padding-top: 0;
  padding-bottom: 0;
}

.amis-scope .py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.amis-scope .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.amis-scope .py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.amis-scope .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.amis-scope .py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.amis-scope .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.amis-scope .py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.amis-scope .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.amis-scope .py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.amis-scope .py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.amis-scope .py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.amis-scope .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.amis-scope .py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.amis-scope .py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.amis-scope .py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.amis-scope .py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.amis-scope .py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.amis-scope .py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.amis-scope .py-18 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.amis-scope .py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.amis-scope .py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.amis-scope .py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.amis-scope .py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.amis-scope .py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.amis-scope .py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.amis-scope .py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.amis-scope .py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.amis-scope .py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.amis-scope .py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.amis-scope .py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.amis-scope .py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.amis-scope .py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.amis-scope .py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.amis-scope .py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.amis-scope .pt-px {
  padding-top: 0.0625rem;
}

.amis-scope .pt-0 {
  padding-top: 0;
}

.amis-scope .pt-none {
  padding-top: 0;
}

.amis-scope .pt-0\.5 {
  padding-top: 0.125rem;
}

.amis-scope .pt-1 {
  padding-top: 0.25rem;
}

.amis-scope .pt-1\.5 {
  padding-top: 0.375rem;
}

.amis-scope .pt-2 {
  padding-top: 0.5rem;
}

.amis-scope .pt-2\.5 {
  padding-top: 0.625rem;
}

.amis-scope .pt-3 {
  padding-top: 0.75rem;
}

.amis-scope .pt-3\.5 {
  padding-top: 0.875rem;
}

.amis-scope .pt-4 {
  padding-top: 1rem;
}

.amis-scope .pt-5 {
  padding-top: 1.25rem;
}

.amis-scope .pt-6 {
  padding-top: 1.5rem;
}

.amis-scope .pt-7 {
  padding-top: 1.75rem;
}

.amis-scope .pt-8 {
  padding-top: 2rem;
}

.amis-scope .pt-9 {
  padding-top: 2.25rem;
}

.amis-scope .pt-10 {
  padding-top: 2.5rem;
}

.amis-scope .pt-11 {
  padding-top: 2.75rem;
}

.amis-scope .pt-12 {
  padding-top: 3rem;
}

.amis-scope .pt-14 {
  padding-top: 3.5rem;
}

.amis-scope .pt-16 {
  padding-top: 4rem;
}

.amis-scope .pt-18 {
  padding-top: 4.5rem;
}

.amis-scope .pt-20 {
  padding-top: 5rem;
}

.amis-scope .pt-24 {
  padding-top: 6rem;
}

.amis-scope .pt-28 {
  padding-top: 7rem;
}

.amis-scope .pt-32 {
  padding-top: 8rem;
}

.amis-scope .pt-36 {
  padding-top: 9rem;
}

.amis-scope .pt-40 {
  padding-top: 10rem;
}

.amis-scope .pt-44 {
  padding-top: 11rem;
}

.amis-scope .pt-48 {
  padding-top: 12rem;
}

.amis-scope .pt-52 {
  padding-top: 13rem;
}

.amis-scope .pt-56 {
  padding-top: 14rem;
}

.amis-scope .pt-60 {
  padding-top: 15rem;
}

.amis-scope .pt-64 {
  padding-top: 16rem;
}

.amis-scope .pt-72 {
  padding-top: 18rem;
}

.amis-scope .pt-80 {
  padding-top: 20rem;
}

.amis-scope .pt-96 {
  padding-top: 24rem;
}

.amis-scope .pr-px {
  padding-right: 0.0625rem;
}

.amis-scope .pr-0 {
  padding-right: 0;
}

.amis-scope .pr-none {
  padding-right: 0;
}

.amis-scope .pr-0\.5 {
  padding-right: 0.125rem;
}

.amis-scope .pr-1 {
  padding-right: 0.25rem;
}

.amis-scope .pr-1\.5 {
  padding-right: 0.375rem;
}

.amis-scope .pr-2 {
  padding-right: 0.5rem;
}

.amis-scope .pr-2\.5 {
  padding-right: 0.625rem;
}

.amis-scope .pr-3 {
  padding-right: 0.75rem;
}

.amis-scope .pr-3\.5 {
  padding-right: 0.875rem;
}

.amis-scope .pr-4 {
  padding-right: 1rem;
}

.amis-scope .pr-5 {
  padding-right: 1.25rem;
}

.amis-scope .pr-6 {
  padding-right: 1.5rem;
}

.amis-scope .pr-7 {
  padding-right: 1.75rem;
}

.amis-scope .pr-8 {
  padding-right: 2rem;
}

.amis-scope .pr-9 {
  padding-right: 2.25rem;
}

.amis-scope .pr-10 {
  padding-right: 2.5rem;
}

.amis-scope .pr-11 {
  padding-right: 2.75rem;
}

.amis-scope .pr-12 {
  padding-right: 3rem;
}

.amis-scope .pr-14 {
  padding-right: 3.5rem;
}

.amis-scope .pr-16 {
  padding-right: 4rem;
}

.amis-scope .pr-18 {
  padding-right: 4.5rem;
}

.amis-scope .pr-20 {
  padding-right: 5rem;
}

.amis-scope .pr-24 {
  padding-right: 6rem;
}

.amis-scope .pr-28 {
  padding-right: 7rem;
}

.amis-scope .pr-32 {
  padding-right: 8rem;
}

.amis-scope .pr-36 {
  padding-right: 9rem;
}

.amis-scope .pr-40 {
  padding-right: 10rem;
}

.amis-scope .pr-44 {
  padding-right: 11rem;
}

.amis-scope .pr-48 {
  padding-right: 12rem;
}

.amis-scope .pr-52 {
  padding-right: 13rem;
}

.amis-scope .pr-56 {
  padding-right: 14rem;
}

.amis-scope .pr-60 {
  padding-right: 15rem;
}

.amis-scope .pr-64 {
  padding-right: 16rem;
}

.amis-scope .pr-72 {
  padding-right: 18rem;
}

.amis-scope .pr-80 {
  padding-right: 20rem;
}

.amis-scope .pr-96 {
  padding-right: 24rem;
}

.amis-scope .pb-px {
  padding-bottom: 0.0625rem;
}

.amis-scope .pb-0 {
  padding-bottom: 0;
}

.amis-scope .pb-none {
  padding-bottom: 0;
}

.amis-scope .pb-0\.5 {
  padding-bottom: 0.125rem;
}

.amis-scope .pb-1 {
  padding-bottom: 0.25rem;
}

.amis-scope .pb-1\.5 {
  padding-bottom: 0.375rem;
}

.amis-scope .pb-2 {
  padding-bottom: 0.5rem;
}

.amis-scope .pb-2\.5 {
  padding-bottom: 0.625rem;
}

.amis-scope .pb-3 {
  padding-bottom: 0.75rem;
}

.amis-scope .pb-3\.5 {
  padding-bottom: 0.875rem;
}

.amis-scope .pb-4 {
  padding-bottom: 1rem;
}

.amis-scope .pb-5 {
  padding-bottom: 1.25rem;
}

.amis-scope .pb-6 {
  padding-bottom: 1.5rem;
}

.amis-scope .pb-7 {
  padding-bottom: 1.75rem;
}

.amis-scope .pb-8 {
  padding-bottom: 2rem;
}

.amis-scope .pb-9 {
  padding-bottom: 2.25rem;
}

.amis-scope .pb-10 {
  padding-bottom: 2.5rem;
}

.amis-scope .pb-11 {
  padding-bottom: 2.75rem;
}

.amis-scope .pb-12 {
  padding-bottom: 3rem;
}

.amis-scope .pb-14 {
  padding-bottom: 3.5rem;
}

.amis-scope .pb-16 {
  padding-bottom: 4rem;
}

.amis-scope .pb-18 {
  padding-bottom: 4.5rem;
}

.amis-scope .pb-20 {
  padding-bottom: 5rem;
}

.amis-scope .pb-24 {
  padding-bottom: 6rem;
}

.amis-scope .pb-28 {
  padding-bottom: 7rem;
}

.amis-scope .pb-32 {
  padding-bottom: 8rem;
}

.amis-scope .pb-36 {
  padding-bottom: 9rem;
}

.amis-scope .pb-40 {
  padding-bottom: 10rem;
}

.amis-scope .pb-44 {
  padding-bottom: 11rem;
}

.amis-scope .pb-48 {
  padding-bottom: 12rem;
}

.amis-scope .pb-52 {
  padding-bottom: 13rem;
}

.amis-scope .pb-56 {
  padding-bottom: 14rem;
}

.amis-scope .pb-60 {
  padding-bottom: 15rem;
}

.amis-scope .pb-64 {
  padding-bottom: 16rem;
}

.amis-scope .pb-72 {
  padding-bottom: 18rem;
}

.amis-scope .pb-80 {
  padding-bottom: 20rem;
}

.amis-scope .pb-96 {
  padding-bottom: 24rem;
}

.amis-scope .pl-px {
  padding-left: 0.0625rem;
}

.amis-scope .pl-0 {
  padding-left: 0;
}

.amis-scope .pl-none {
  padding-left: 0;
}

.amis-scope .pl-0\.5 {
  padding-left: 0.125rem;
}

.amis-scope .pl-1 {
  padding-left: 0.25rem;
}

.amis-scope .pl-1\.5 {
  padding-left: 0.375rem;
}

.amis-scope .pl-2 {
  padding-left: 0.5rem;
}

.amis-scope .pl-2\.5 {
  padding-left: 0.625rem;
}

.amis-scope .pl-3 {
  padding-left: 0.75rem;
}

.amis-scope .pl-3\.5 {
  padding-left: 0.875rem;
}

.amis-scope .pl-4 {
  padding-left: 1rem;
}

.amis-scope .pl-5 {
  padding-left: 1.25rem;
}

.amis-scope .pl-6 {
  padding-left: 1.5rem;
}

.amis-scope .pl-7 {
  padding-left: 1.75rem;
}

.amis-scope .pl-8 {
  padding-left: 2rem;
}

.amis-scope .pl-9 {
  padding-left: 2.25rem;
}

.amis-scope .pl-10 {
  padding-left: 2.5rem;
}

.amis-scope .pl-11 {
  padding-left: 2.75rem;
}

.amis-scope .pl-12 {
  padding-left: 3rem;
}

.amis-scope .pl-14 {
  padding-left: 3.5rem;
}

.amis-scope .pl-16 {
  padding-left: 4rem;
}

.amis-scope .pl-18 {
  padding-left: 4.5rem;
}

.amis-scope .pl-20 {
  padding-left: 5rem;
}

.amis-scope .pl-24 {
  padding-left: 6rem;
}

.amis-scope .pl-28 {
  padding-left: 7rem;
}

.amis-scope .pl-32 {
  padding-left: 8rem;
}

.amis-scope .pl-36 {
  padding-left: 9rem;
}

.amis-scope .pl-40 {
  padding-left: 10rem;
}

.amis-scope .pl-44 {
  padding-left: 11rem;
}

.amis-scope .pl-48 {
  padding-left: 12rem;
}

.amis-scope .pl-52 {
  padding-left: 13rem;
}

.amis-scope .pl-56 {
  padding-left: 14rem;
}

.amis-scope .pl-60 {
  padding-left: 15rem;
}

.amis-scope .pl-64 {
  padding-left: 16rem;
}

.amis-scope .pl-72 {
  padding-left: 18rem;
}

.amis-scope .pl-80 {
  padding-left: 20rem;
}

.amis-scope .pl-96 {
  padding-left: 24rem;
}

@media (max-width: 768px) {
  .amis-scope .m\:p-px {
    padding: 0.0625rem;
  }

  .amis-scope .m\:p-0 {
    padding: 0;
  }

  .amis-scope .m\:p-none {
    padding: 0;
  }

  .amis-scope .m\:p-0\.5 {
    padding: 0.125rem;
  }

  .amis-scope .m\:p-1 {
    padding: 0.25rem;
  }

  .amis-scope .m\:p-1\.5 {
    padding: 0.375rem;
  }

  .amis-scope .m\:p-2 {
    padding: 0.5rem;
  }

  .amis-scope .m\:p-2\.5 {
    padding: 0.625rem;
  }

  .amis-scope .m\:p-3 {
    padding: 0.75rem;
  }

  .amis-scope .m\:p-3\.5 {
    padding: 0.875rem;
  }

  .amis-scope .m\:p-4 {
    padding: 1rem;
  }

  .amis-scope .m\:p-5 {
    padding: 1.25rem;
  }

  .amis-scope .m\:p-6 {
    padding: 1.5rem;
  }

  .amis-scope .m\:p-7 {
    padding: 1.75rem;
  }

  .amis-scope .m\:p-8 {
    padding: 2rem;
  }

  .amis-scope .m\:p-9 {
    padding: 2.25rem;
  }

  .amis-scope .m\:p-10 {
    padding: 2.5rem;
  }

  .amis-scope .m\:p-11 {
    padding: 2.75rem;
  }

  .amis-scope .m\:p-12 {
    padding: 3rem;
  }

  .amis-scope .m\:p-14 {
    padding: 3.5rem;
  }

  .amis-scope .m\:p-16 {
    padding: 4rem;
  }

  .amis-scope .m\:p-18 {
    padding: 4.5rem;
  }

  .amis-scope .m\:p-20 {
    padding: 5rem;
  }

  .amis-scope .m\:p-24 {
    padding: 6rem;
  }

  .amis-scope .m\:p-28 {
    padding: 7rem;
  }

  .amis-scope .m\:p-32 {
    padding: 8rem;
  }

  .amis-scope .m\:p-36 {
    padding: 9rem;
  }

  .amis-scope .m\:p-40 {
    padding: 10rem;
  }

  .amis-scope .m\:p-44 {
    padding: 11rem;
  }

  .amis-scope .m\:p-48 {
    padding: 12rem;
  }

  .amis-scope .m\:p-52 {
    padding: 13rem;
  }

  .amis-scope .m\:p-56 {
    padding: 14rem;
  }

  .amis-scope .m\:p-60 {
    padding: 15rem;
  }

  .amis-scope .m\:p-64 {
    padding: 16rem;
  }

  .amis-scope .m\:p-72 {
    padding: 18rem;
  }

  .amis-scope .m\:p-80 {
    padding: 20rem;
  }

  .amis-scope .m\:p-96 {
    padding: 24rem;
  }

  .amis-scope .m\:px-px {
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
  }

  .amis-scope .m\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .amis-scope .m\:px-none {
    padding-left: 0;
    padding-right: 0;
  }

  .amis-scope .m\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .amis-scope .m\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .amis-scope .m\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .amis-scope .m\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .m\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .amis-scope .m\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .amis-scope .m\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .amis-scope .m\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .amis-scope .m\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .amis-scope .m\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .amis-scope .m\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .amis-scope .m\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .amis-scope .m\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .amis-scope .m\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .amis-scope .m\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .amis-scope .m\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .amis-scope .m\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .amis-scope .m\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .amis-scope .m\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .amis-scope .m\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .amis-scope .m\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .amis-scope .m\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .amis-scope .m\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .amis-scope .m\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .amis-scope .m\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .amis-scope .m\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .amis-scope .m\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .amis-scope .m\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .amis-scope .m\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .amis-scope .m\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .amis-scope .m\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .amis-scope .m\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .amis-scope .m\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .amis-scope .m\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .amis-scope .m\:py-px {
    padding-top: 0.0625rem;
    padding-bottom: 0.0625rem;
  }

  .amis-scope .m\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .amis-scope .m\:py-none {
    padding-top: 0;
    padding-bottom: 0;
  }

  .amis-scope .m\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .amis-scope .m\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .amis-scope .m\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .amis-scope .m\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .amis-scope .m\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .amis-scope .m\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .amis-scope .m\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .amis-scope .m\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .amis-scope .m\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .amis-scope .m\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .amis-scope .m\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .amis-scope .m\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .amis-scope .m\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .amis-scope .m\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .amis-scope .m\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .amis-scope .m\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .amis-scope .m\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .amis-scope .m\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .amis-scope .m\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .amis-scope .m\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .amis-scope .m\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .amis-scope .m\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .amis-scope .m\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .amis-scope .m\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .amis-scope .m\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .amis-scope .m\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .amis-scope .m\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .amis-scope .m\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .amis-scope .m\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .amis-scope .m\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .amis-scope .m\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .amis-scope .m\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .amis-scope .m\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .amis-scope .m\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .amis-scope .m\:pt-px {
    padding-top: 0.0625rem;
  }

  .amis-scope .m\:pt-0 {
    padding-top: 0;
  }

  .amis-scope .m\:pt-none {
    padding-top: 0;
  }

  .amis-scope .m\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .amis-scope .m\:pt-1 {
    padding-top: 0.25rem;
  }

  .amis-scope .m\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .amis-scope .m\:pt-2 {
    padding-top: 0.5rem;
  }

  .amis-scope .m\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .amis-scope .m\:pt-3 {
    padding-top: 0.75rem;
  }

  .amis-scope .m\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .amis-scope .m\:pt-4 {
    padding-top: 1rem;
  }

  .amis-scope .m\:pt-5 {
    padding-top: 1.25rem;
  }

  .amis-scope .m\:pt-6 {
    padding-top: 1.5rem;
  }

  .amis-scope .m\:pt-7 {
    padding-top: 1.75rem;
  }

  .amis-scope .m\:pt-8 {
    padding-top: 2rem;
  }

  .amis-scope .m\:pt-9 {
    padding-top: 2.25rem;
  }

  .amis-scope .m\:pt-10 {
    padding-top: 2.5rem;
  }

  .amis-scope .m\:pt-11 {
    padding-top: 2.75rem;
  }

  .amis-scope .m\:pt-12 {
    padding-top: 3rem;
  }

  .amis-scope .m\:pt-14 {
    padding-top: 3.5rem;
  }

  .amis-scope .m\:pt-16 {
    padding-top: 4rem;
  }

  .amis-scope .m\:pt-18 {
    padding-top: 4.5rem;
  }

  .amis-scope .m\:pt-20 {
    padding-top: 5rem;
  }

  .amis-scope .m\:pt-24 {
    padding-top: 6rem;
  }

  .amis-scope .m\:pt-28 {
    padding-top: 7rem;
  }

  .amis-scope .m\:pt-32 {
    padding-top: 8rem;
  }

  .amis-scope .m\:pt-36 {
    padding-top: 9rem;
  }

  .amis-scope .m\:pt-40 {
    padding-top: 10rem;
  }

  .amis-scope .m\:pt-44 {
    padding-top: 11rem;
  }

  .amis-scope .m\:pt-48 {
    padding-top: 12rem;
  }

  .amis-scope .m\:pt-52 {
    padding-top: 13rem;
  }

  .amis-scope .m\:pt-56 {
    padding-top: 14rem;
  }

  .amis-scope .m\:pt-60 {
    padding-top: 15rem;
  }

  .amis-scope .m\:pt-64 {
    padding-top: 16rem;
  }

  .amis-scope .m\:pt-72 {
    padding-top: 18rem;
  }

  .amis-scope .m\:pt-80 {
    padding-top: 20rem;
  }

  .amis-scope .m\:pt-96 {
    padding-top: 24rem;
  }

  .amis-scope .m\:pr-px {
    padding-right: 0.0625rem;
  }

  .amis-scope .m\:pr-0 {
    padding-right: 0;
  }

  .amis-scope .m\:pr-none {
    padding-right: 0;
  }

  .amis-scope .m\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .amis-scope .m\:pr-1 {
    padding-right: 0.25rem;
  }

  .amis-scope .m\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .amis-scope .m\:pr-2 {
    padding-right: 0.5rem;
  }

  .amis-scope .m\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .amis-scope .m\:pr-3 {
    padding-right: 0.75rem;
  }

  .amis-scope .m\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .amis-scope .m\:pr-4 {
    padding-right: 1rem;
  }

  .amis-scope .m\:pr-5 {
    padding-right: 1.25rem;
  }

  .amis-scope .m\:pr-6 {
    padding-right: 1.5rem;
  }

  .amis-scope .m\:pr-7 {
    padding-right: 1.75rem;
  }

  .amis-scope .m\:pr-8 {
    padding-right: 2rem;
  }

  .amis-scope .m\:pr-9 {
    padding-right: 2.25rem;
  }

  .amis-scope .m\:pr-10 {
    padding-right: 2.5rem;
  }

  .amis-scope .m\:pr-11 {
    padding-right: 2.75rem;
  }

  .amis-scope .m\:pr-12 {
    padding-right: 3rem;
  }

  .amis-scope .m\:pr-14 {
    padding-right: 3.5rem;
  }

  .amis-scope .m\:pr-16 {
    padding-right: 4rem;
  }

  .amis-scope .m\:pr-18 {
    padding-right: 4.5rem;
  }

  .amis-scope .m\:pr-20 {
    padding-right: 5rem;
  }

  .amis-scope .m\:pr-24 {
    padding-right: 6rem;
  }

  .amis-scope .m\:pr-28 {
    padding-right: 7rem;
  }

  .amis-scope .m\:pr-32 {
    padding-right: 8rem;
  }

  .amis-scope .m\:pr-36 {
    padding-right: 9rem;
  }

  .amis-scope .m\:pr-40 {
    padding-right: 10rem;
  }

  .amis-scope .m\:pr-44 {
    padding-right: 11rem;
  }

  .amis-scope .m\:pr-48 {
    padding-right: 12rem;
  }

  .amis-scope .m\:pr-52 {
    padding-right: 13rem;
  }

  .amis-scope .m\:pr-56 {
    padding-right: 14rem;
  }

  .amis-scope .m\:pr-60 {
    padding-right: 15rem;
  }

  .amis-scope .m\:pr-64 {
    padding-right: 16rem;
  }

  .amis-scope .m\:pr-72 {
    padding-right: 18rem;
  }

  .amis-scope .m\:pr-80 {
    padding-right: 20rem;
  }

  .amis-scope .m\:pr-96 {
    padding-right: 24rem;
  }

  .amis-scope .m\:pb-px {
    padding-bottom: 0.0625rem;
  }

  .amis-scope .m\:pb-0 {
    padding-bottom: 0;
  }

  .amis-scope .m\:pb-none {
    padding-bottom: 0;
  }

  .amis-scope .m\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .amis-scope .m\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .amis-scope .m\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .amis-scope .m\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .amis-scope .m\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .amis-scope .m\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .amis-scope .m\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .amis-scope .m\:pb-4 {
    padding-bottom: 1rem;
  }

  .amis-scope .m\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .amis-scope .m\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .amis-scope .m\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .amis-scope .m\:pb-8 {
    padding-bottom: 2rem;
  }

  .amis-scope .m\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .amis-scope .m\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .amis-scope .m\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .amis-scope .m\:pb-12 {
    padding-bottom: 3rem;
  }

  .amis-scope .m\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .amis-scope .m\:pb-16 {
    padding-bottom: 4rem;
  }

  .amis-scope .m\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .amis-scope .m\:pb-20 {
    padding-bottom: 5rem;
  }

  .amis-scope .m\:pb-24 {
    padding-bottom: 6rem;
  }

  .amis-scope .m\:pb-28 {
    padding-bottom: 7rem;
  }

  .amis-scope .m\:pb-32 {
    padding-bottom: 8rem;
  }

  .amis-scope .m\:pb-36 {
    padding-bottom: 9rem;
  }

  .amis-scope .m\:pb-40 {
    padding-bottom: 10rem;
  }

  .amis-scope .m\:pb-44 {
    padding-bottom: 11rem;
  }

  .amis-scope .m\:pb-48 {
    padding-bottom: 12rem;
  }

  .amis-scope .m\:pb-52 {
    padding-bottom: 13rem;
  }

  .amis-scope .m\:pb-56 {
    padding-bottom: 14rem;
  }

  .amis-scope .m\:pb-60 {
    padding-bottom: 15rem;
  }

  .amis-scope .m\:pb-64 {
    padding-bottom: 16rem;
  }

  .amis-scope .m\:pb-72 {
    padding-bottom: 18rem;
  }

  .amis-scope .m\:pb-80 {
    padding-bottom: 20rem;
  }

  .amis-scope .m\:pb-96 {
    padding-bottom: 24rem;
  }

  .amis-scope .m\:pl-px {
    padding-left: 0.0625rem;
  }

  .amis-scope .m\:pl-0 {
    padding-left: 0;
  }

  .amis-scope .m\:pl-none {
    padding-left: 0;
  }

  .amis-scope .m\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .amis-scope .m\:pl-1 {
    padding-left: 0.25rem;
  }

  .amis-scope .m\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .amis-scope .m\:pl-2 {
    padding-left: 0.5rem;
  }

  .amis-scope .m\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .amis-scope .m\:pl-3 {
    padding-left: 0.75rem;
  }

  .amis-scope .m\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .amis-scope .m\:pl-4 {
    padding-left: 1rem;
  }

  .amis-scope .m\:pl-5 {
    padding-left: 1.25rem;
  }

  .amis-scope .m\:pl-6 {
    padding-left: 1.5rem;
  }

  .amis-scope .m\:pl-7 {
    padding-left: 1.75rem;
  }

  .amis-scope .m\:pl-8 {
    padding-left: 2rem;
  }

  .amis-scope .m\:pl-9 {
    padding-left: 2.25rem;
  }

  .amis-scope .m\:pl-10 {
    padding-left: 2.5rem;
  }

  .amis-scope .m\:pl-11 {
    padding-left: 2.75rem;
  }

  .amis-scope .m\:pl-12 {
    padding-left: 3rem;
  }

  .amis-scope .m\:pl-14 {
    padding-left: 3.5rem;
  }

  .amis-scope .m\:pl-16 {
    padding-left: 4rem;
  }

  .amis-scope .m\:pl-18 {
    padding-left: 4.5rem;
  }

  .amis-scope .m\:pl-20 {
    padding-left: 5rem;
  }

  .amis-scope .m\:pl-24 {
    padding-left: 6rem;
  }

  .amis-scope .m\:pl-28 {
    padding-left: 7rem;
  }

  .amis-scope .m\:pl-32 {
    padding-left: 8rem;
  }

  .amis-scope .m\:pl-36 {
    padding-left: 9rem;
  }

  .amis-scope .m\:pl-40 {
    padding-left: 10rem;
  }

  .amis-scope .m\:pl-44 {
    padding-left: 11rem;
  }

  .amis-scope .m\:pl-48 {
    padding-left: 12rem;
  }

  .amis-scope .m\:pl-52 {
    padding-left: 13rem;
  }

  .amis-scope .m\:pl-56 {
    padding-left: 14rem;
  }

  .amis-scope .m\:pl-60 {
    padding-left: 15rem;
  }

  .amis-scope .m\:pl-64 {
    padding-left: 16rem;
  }

  .amis-scope .m\:pl-72 {
    padding-left: 18rem;
  }

  .amis-scope .m\:pl-80 {
    padding-left: 20rem;
  }

  .amis-scope .m\:pl-96 {
    padding-left: 24rem;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:p-px {
    padding: 0.0625rem;
  }

  .amis-scope .pc\:p-0 {
    padding: 0;
  }

  .amis-scope .pc\:p-none {
    padding: 0;
  }

  .amis-scope .pc\:p-0\.5 {
    padding: 0.125rem;
  }

  .amis-scope .pc\:p-1 {
    padding: 0.25rem;
  }

  .amis-scope .pc\:p-1\.5 {
    padding: 0.375rem;
  }

  .amis-scope .pc\:p-2 {
    padding: 0.5rem;
  }

  .amis-scope .pc\:p-2\.5 {
    padding: 0.625rem;
  }

  .amis-scope .pc\:p-3 {
    padding: 0.75rem;
  }

  .amis-scope .pc\:p-3\.5 {
    padding: 0.875rem;
  }

  .amis-scope .pc\:p-4 {
    padding: 1rem;
  }

  .amis-scope .pc\:p-5 {
    padding: 1.25rem;
  }

  .amis-scope .pc\:p-6 {
    padding: 1.5rem;
  }

  .amis-scope .pc\:p-7 {
    padding: 1.75rem;
  }

  .amis-scope .pc\:p-8 {
    padding: 2rem;
  }

  .amis-scope .pc\:p-9 {
    padding: 2.25rem;
  }

  .amis-scope .pc\:p-10 {
    padding: 2.5rem;
  }

  .amis-scope .pc\:p-11 {
    padding: 2.75rem;
  }

  .amis-scope .pc\:p-12 {
    padding: 3rem;
  }

  .amis-scope .pc\:p-14 {
    padding: 3.5rem;
  }

  .amis-scope .pc\:p-16 {
    padding: 4rem;
  }

  .amis-scope .pc\:p-18 {
    padding: 4.5rem;
  }

  .amis-scope .pc\:p-20 {
    padding: 5rem;
  }

  .amis-scope .pc\:p-24 {
    padding: 6rem;
  }

  .amis-scope .pc\:p-28 {
    padding: 7rem;
  }

  .amis-scope .pc\:p-32 {
    padding: 8rem;
  }

  .amis-scope .pc\:p-36 {
    padding: 9rem;
  }

  .amis-scope .pc\:p-40 {
    padding: 10rem;
  }

  .amis-scope .pc\:p-44 {
    padding: 11rem;
  }

  .amis-scope .pc\:p-48 {
    padding: 12rem;
  }

  .amis-scope .pc\:p-52 {
    padding: 13rem;
  }

  .amis-scope .pc\:p-56 {
    padding: 14rem;
  }

  .amis-scope .pc\:p-60 {
    padding: 15rem;
  }

  .amis-scope .pc\:p-64 {
    padding: 16rem;
  }

  .amis-scope .pc\:p-72 {
    padding: 18rem;
  }

  .amis-scope .pc\:p-80 {
    padding: 20rem;
  }

  .amis-scope .pc\:p-96 {
    padding: 24rem;
  }

  .amis-scope .pc\:px-px {
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
  }

  .amis-scope .pc\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .amis-scope .pc\:px-none {
    padding-left: 0;
    padding-right: 0;
  }

  .amis-scope .pc\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .amis-scope .pc\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .amis-scope .pc\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .amis-scope .pc\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .pc\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .amis-scope .pc\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .amis-scope .pc\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .amis-scope .pc\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .amis-scope .pc\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .amis-scope .pc\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .amis-scope .pc\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .amis-scope .pc\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .amis-scope .pc\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .amis-scope .pc\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .amis-scope .pc\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .amis-scope .pc\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .amis-scope .pc\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .amis-scope .pc\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .amis-scope .pc\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .amis-scope .pc\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .amis-scope .pc\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .amis-scope .pc\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .amis-scope .pc\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .amis-scope .pc\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .amis-scope .pc\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .amis-scope .pc\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .amis-scope .pc\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .amis-scope .pc\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .amis-scope .pc\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .amis-scope .pc\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .amis-scope .pc\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .amis-scope .pc\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .amis-scope .pc\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .amis-scope .pc\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .amis-scope .pc\:py-px {
    padding-top: 0.0625rem;
    padding-bottom: 0.0625rem;
  }

  .amis-scope .pc\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .amis-scope .pc\:py-none {
    padding-top: 0;
    padding-bottom: 0;
  }

  .amis-scope .pc\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .amis-scope .pc\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .amis-scope .pc\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .amis-scope .pc\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .amis-scope .pc\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .amis-scope .pc\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .amis-scope .pc\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .amis-scope .pc\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .amis-scope .pc\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .amis-scope .pc\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .amis-scope .pc\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .amis-scope .pc\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .amis-scope .pc\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .amis-scope .pc\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .amis-scope .pc\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .amis-scope .pc\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .amis-scope .pc\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .amis-scope .pc\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .amis-scope .pc\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .amis-scope .pc\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .amis-scope .pc\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .amis-scope .pc\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .amis-scope .pc\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .amis-scope .pc\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .amis-scope .pc\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .amis-scope .pc\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .amis-scope .pc\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .amis-scope .pc\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .amis-scope .pc\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .amis-scope .pc\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .amis-scope .pc\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .amis-scope .pc\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .amis-scope .pc\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .amis-scope .pc\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .amis-scope .pc\:pt-px {
    padding-top: 0.0625rem;
  }

  .amis-scope .pc\:pt-0 {
    padding-top: 0;
  }

  .amis-scope .pc\:pt-none {
    padding-top: 0;
  }

  .amis-scope .pc\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .amis-scope .pc\:pt-1 {
    padding-top: 0.25rem;
  }

  .amis-scope .pc\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .amis-scope .pc\:pt-2 {
    padding-top: 0.5rem;
  }

  .amis-scope .pc\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .amis-scope .pc\:pt-3 {
    padding-top: 0.75rem;
  }

  .amis-scope .pc\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .amis-scope .pc\:pt-4 {
    padding-top: 1rem;
  }

  .amis-scope .pc\:pt-5 {
    padding-top: 1.25rem;
  }

  .amis-scope .pc\:pt-6 {
    padding-top: 1.5rem;
  }

  .amis-scope .pc\:pt-7 {
    padding-top: 1.75rem;
  }

  .amis-scope .pc\:pt-8 {
    padding-top: 2rem;
  }

  .amis-scope .pc\:pt-9 {
    padding-top: 2.25rem;
  }

  .amis-scope .pc\:pt-10 {
    padding-top: 2.5rem;
  }

  .amis-scope .pc\:pt-11 {
    padding-top: 2.75rem;
  }

  .amis-scope .pc\:pt-12 {
    padding-top: 3rem;
  }

  .amis-scope .pc\:pt-14 {
    padding-top: 3.5rem;
  }

  .amis-scope .pc\:pt-16 {
    padding-top: 4rem;
  }

  .amis-scope .pc\:pt-18 {
    padding-top: 4.5rem;
  }

  .amis-scope .pc\:pt-20 {
    padding-top: 5rem;
  }

  .amis-scope .pc\:pt-24 {
    padding-top: 6rem;
  }

  .amis-scope .pc\:pt-28 {
    padding-top: 7rem;
  }

  .amis-scope .pc\:pt-32 {
    padding-top: 8rem;
  }

  .amis-scope .pc\:pt-36 {
    padding-top: 9rem;
  }

  .amis-scope .pc\:pt-40 {
    padding-top: 10rem;
  }

  .amis-scope .pc\:pt-44 {
    padding-top: 11rem;
  }

  .amis-scope .pc\:pt-48 {
    padding-top: 12rem;
  }

  .amis-scope .pc\:pt-52 {
    padding-top: 13rem;
  }

  .amis-scope .pc\:pt-56 {
    padding-top: 14rem;
  }

  .amis-scope .pc\:pt-60 {
    padding-top: 15rem;
  }

  .amis-scope .pc\:pt-64 {
    padding-top: 16rem;
  }

  .amis-scope .pc\:pt-72 {
    padding-top: 18rem;
  }

  .amis-scope .pc\:pt-80 {
    padding-top: 20rem;
  }

  .amis-scope .pc\:pt-96 {
    padding-top: 24rem;
  }

  .amis-scope .pc\:pr-px {
    padding-right: 0.0625rem;
  }

  .amis-scope .pc\:pr-0 {
    padding-right: 0;
  }

  .amis-scope .pc\:pr-none {
    padding-right: 0;
  }

  .amis-scope .pc\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .amis-scope .pc\:pr-1 {
    padding-right: 0.25rem;
  }

  .amis-scope .pc\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .amis-scope .pc\:pr-2 {
    padding-right: 0.5rem;
  }

  .amis-scope .pc\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .amis-scope .pc\:pr-3 {
    padding-right: 0.75rem;
  }

  .amis-scope .pc\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .amis-scope .pc\:pr-4 {
    padding-right: 1rem;
  }

  .amis-scope .pc\:pr-5 {
    padding-right: 1.25rem;
  }

  .amis-scope .pc\:pr-6 {
    padding-right: 1.5rem;
  }

  .amis-scope .pc\:pr-7 {
    padding-right: 1.75rem;
  }

  .amis-scope .pc\:pr-8 {
    padding-right: 2rem;
  }

  .amis-scope .pc\:pr-9 {
    padding-right: 2.25rem;
  }

  .amis-scope .pc\:pr-10 {
    padding-right: 2.5rem;
  }

  .amis-scope .pc\:pr-11 {
    padding-right: 2.75rem;
  }

  .amis-scope .pc\:pr-12 {
    padding-right: 3rem;
  }

  .amis-scope .pc\:pr-14 {
    padding-right: 3.5rem;
  }

  .amis-scope .pc\:pr-16 {
    padding-right: 4rem;
  }

  .amis-scope .pc\:pr-18 {
    padding-right: 4.5rem;
  }

  .amis-scope .pc\:pr-20 {
    padding-right: 5rem;
  }

  .amis-scope .pc\:pr-24 {
    padding-right: 6rem;
  }

  .amis-scope .pc\:pr-28 {
    padding-right: 7rem;
  }

  .amis-scope .pc\:pr-32 {
    padding-right: 8rem;
  }

  .amis-scope .pc\:pr-36 {
    padding-right: 9rem;
  }

  .amis-scope .pc\:pr-40 {
    padding-right: 10rem;
  }

  .amis-scope .pc\:pr-44 {
    padding-right: 11rem;
  }

  .amis-scope .pc\:pr-48 {
    padding-right: 12rem;
  }

  .amis-scope .pc\:pr-52 {
    padding-right: 13rem;
  }

  .amis-scope .pc\:pr-56 {
    padding-right: 14rem;
  }

  .amis-scope .pc\:pr-60 {
    padding-right: 15rem;
  }

  .amis-scope .pc\:pr-64 {
    padding-right: 16rem;
  }

  .amis-scope .pc\:pr-72 {
    padding-right: 18rem;
  }

  .amis-scope .pc\:pr-80 {
    padding-right: 20rem;
  }

  .amis-scope .pc\:pr-96 {
    padding-right: 24rem;
  }

  .amis-scope .pc\:pb-px {
    padding-bottom: 0.0625rem;
  }

  .amis-scope .pc\:pb-0 {
    padding-bottom: 0;
  }

  .amis-scope .pc\:pb-none {
    padding-bottom: 0;
  }

  .amis-scope .pc\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .amis-scope .pc\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .amis-scope .pc\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .amis-scope .pc\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .amis-scope .pc\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .amis-scope .pc\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .amis-scope .pc\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .amis-scope .pc\:pb-4 {
    padding-bottom: 1rem;
  }

  .amis-scope .pc\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .amis-scope .pc\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .amis-scope .pc\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .amis-scope .pc\:pb-8 {
    padding-bottom: 2rem;
  }

  .amis-scope .pc\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .amis-scope .pc\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .amis-scope .pc\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .amis-scope .pc\:pb-12 {
    padding-bottom: 3rem;
  }

  .amis-scope .pc\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .amis-scope .pc\:pb-16 {
    padding-bottom: 4rem;
  }

  .amis-scope .pc\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .amis-scope .pc\:pb-20 {
    padding-bottom: 5rem;
  }

  .amis-scope .pc\:pb-24 {
    padding-bottom: 6rem;
  }

  .amis-scope .pc\:pb-28 {
    padding-bottom: 7rem;
  }

  .amis-scope .pc\:pb-32 {
    padding-bottom: 8rem;
  }

  .amis-scope .pc\:pb-36 {
    padding-bottom: 9rem;
  }

  .amis-scope .pc\:pb-40 {
    padding-bottom: 10rem;
  }

  .amis-scope .pc\:pb-44 {
    padding-bottom: 11rem;
  }

  .amis-scope .pc\:pb-48 {
    padding-bottom: 12rem;
  }

  .amis-scope .pc\:pb-52 {
    padding-bottom: 13rem;
  }

  .amis-scope .pc\:pb-56 {
    padding-bottom: 14rem;
  }

  .amis-scope .pc\:pb-60 {
    padding-bottom: 15rem;
  }

  .amis-scope .pc\:pb-64 {
    padding-bottom: 16rem;
  }

  .amis-scope .pc\:pb-72 {
    padding-bottom: 18rem;
  }

  .amis-scope .pc\:pb-80 {
    padding-bottom: 20rem;
  }

  .amis-scope .pc\:pb-96 {
    padding-bottom: 24rem;
  }

  .amis-scope .pc\:pl-px {
    padding-left: 0.0625rem;
  }

  .amis-scope .pc\:pl-0 {
    padding-left: 0;
  }

  .amis-scope .pc\:pl-none {
    padding-left: 0;
  }

  .amis-scope .pc\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .amis-scope .pc\:pl-1 {
    padding-left: 0.25rem;
  }

  .amis-scope .pc\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .amis-scope .pc\:pl-2 {
    padding-left: 0.5rem;
  }

  .amis-scope .pc\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .amis-scope .pc\:pl-3 {
    padding-left: 0.75rem;
  }

  .amis-scope .pc\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .amis-scope .pc\:pl-4 {
    padding-left: 1rem;
  }

  .amis-scope .pc\:pl-5 {
    padding-left: 1.25rem;
  }

  .amis-scope .pc\:pl-6 {
    padding-left: 1.5rem;
  }

  .amis-scope .pc\:pl-7 {
    padding-left: 1.75rem;
  }

  .amis-scope .pc\:pl-8 {
    padding-left: 2rem;
  }

  .amis-scope .pc\:pl-9 {
    padding-left: 2.25rem;
  }

  .amis-scope .pc\:pl-10 {
    padding-left: 2.5rem;
  }

  .amis-scope .pc\:pl-11 {
    padding-left: 2.75rem;
  }

  .amis-scope .pc\:pl-12 {
    padding-left: 3rem;
  }

  .amis-scope .pc\:pl-14 {
    padding-left: 3.5rem;
  }

  .amis-scope .pc\:pl-16 {
    padding-left: 4rem;
  }

  .amis-scope .pc\:pl-18 {
    padding-left: 4.5rem;
  }

  .amis-scope .pc\:pl-20 {
    padding-left: 5rem;
  }

  .amis-scope .pc\:pl-24 {
    padding-left: 6rem;
  }

  .amis-scope .pc\:pl-28 {
    padding-left: 7rem;
  }

  .amis-scope .pc\:pl-32 {
    padding-left: 8rem;
  }

  .amis-scope .pc\:pl-36 {
    padding-left: 9rem;
  }

  .amis-scope .pc\:pl-40 {
    padding-left: 10rem;
  }

  .amis-scope .pc\:pl-44 {
    padding-left: 11rem;
  }

  .amis-scope .pc\:pl-48 {
    padding-left: 12rem;
  }

  .amis-scope .pc\:pl-52 {
    padding-left: 13rem;
  }

  .amis-scope .pc\:pl-56 {
    padding-left: 14rem;
  }

  .amis-scope .pc\:pl-60 {
    padding-left: 15rem;
  }

  .amis-scope .pc\:pl-64 {
    padding-left: 16rem;
  }

  .amis-scope .pc\:pl-72 {
    padding-left: 18rem;
  }

  .amis-scope .pc\:pl-80 {
    padding-left: 20rem;
  }

  .amis-scope .pc\:pl-96 {
    padding-left: 24rem;
  }
}

/*!markdown

---
title: Space Between
---


| Class       | Properties               |
| ----------- | ------------------------ |
| space-x-px | margin-left: 0.0625rem |
| space-x-px.space-x-reverse | margin-right: 0.0625rem |
| space-x-0 | margin-left: 0 |
| space-x-0.space-x-reverse | margin-right: 0 |
| space-x-none | margin-left: 0 |
| space-x-none.space-x-reverse | margin-right: 0 |
| space-x-0\.5 | margin-left: 0.125rem |
| space-x-0\.5.space-x-reverse | margin-right: 0.125rem |
| space-x-1 | margin-left: 0.25rem |
| space-x-1.space-x-reverse | margin-right: 0.25rem |
| space-x-1\.5 | margin-left: 0.375rem |
| space-x-1\.5.space-x-reverse | margin-right: 0.375rem |
| space-x-2 | margin-left: 0.5rem |
| space-x-2.space-x-reverse | margin-right: 0.5rem |
| space-x-2\.5 | margin-left: 0.625rem |
| space-x-2\.5.space-x-reverse | margin-right: 0.625rem |
| space-x-3 | margin-left: 0.75rem |
| space-x-3.space-x-reverse | margin-right: 0.75rem |
| space-x-3\.5 | margin-left: 0.875rem |
| space-x-3\.5.space-x-reverse | margin-right: 0.875rem |
| space-x-4 | margin-left: 1rem |
| space-x-4.space-x-reverse | margin-right: 1rem |
| space-x-5 | margin-left: 1.25rem |
| space-x-5.space-x-reverse | margin-right: 1.25rem |
| space-x-6 | margin-left: 1.5rem |
| space-x-6.space-x-reverse | margin-right: 1.5rem |
| space-x-7 | margin-left: 1.75rem |
| space-x-7.space-x-reverse | margin-right: 1.75rem |
| space-x-8 | margin-left: 2rem |
| space-x-8.space-x-reverse | margin-right: 2rem |
| space-x-9 | margin-left: 2.25rem |
| space-x-9.space-x-reverse | margin-right: 2.25rem |
| space-x-10 | margin-left: 2.5rem |
| space-x-10.space-x-reverse | margin-right: 2.5rem |
| space-x-11 | margin-left: 2.75rem |
| space-x-11.space-x-reverse | margin-right: 2.75rem |
| space-x-12 | margin-left: 3rem |
| space-x-12.space-x-reverse | margin-right: 3rem |
| space-x-14 | margin-left: 3.5rem |
| space-x-14.space-x-reverse | margin-right: 3.5rem |
| space-x-16 | margin-left: 4rem |
| space-x-16.space-x-reverse | margin-right: 4rem |
| space-x-18 | margin-left: 4.5rem |
| space-x-18.space-x-reverse | margin-right: 4.5rem |
| space-x-20 | margin-left: 5rem |
| space-x-20.space-x-reverse | margin-right: 5rem |
| space-x-24 | margin-left: 6rem |
| space-x-24.space-x-reverse | margin-right: 6rem |
| space-x-28 | margin-left: 7rem |
| space-x-28.space-x-reverse | margin-right: 7rem |
| space-x-32 | margin-left: 8rem |
| space-x-32.space-x-reverse | margin-right: 8rem |
| space-x-36 | margin-left: 9rem |
| space-x-36.space-x-reverse | margin-right: 9rem |
| space-x-40 | margin-left: 10rem |
| space-x-40.space-x-reverse | margin-right: 10rem |
| space-x-44 | margin-left: 11rem |
| space-x-44.space-x-reverse | margin-right: 11rem |
| space-x-48 | margin-left: 12rem |
| space-x-48.space-x-reverse | margin-right: 12rem |
| space-x-52 | margin-left: 13rem |
| space-x-52.space-x-reverse | margin-right: 13rem |
| space-x-56 | margin-left: 14rem |
| space-x-56.space-x-reverse | margin-right: 14rem |
| space-x-60 | margin-left: 15rem |
| space-x-60.space-x-reverse | margin-right: 15rem |
| space-x-64 | margin-left: 16rem |
| space-x-64.space-x-reverse | margin-right: 16rem |
| space-x-72 | margin-left: 18rem |
| space-x-72.space-x-reverse | margin-right: 18rem |
| space-x-80 | margin-left: 20rem |
| space-x-80.space-x-reverse | margin-right: 20rem |
| space-x-96 | margin-left: 24rem |
| space-x-96.space-x-reverse | margin-right: 24rem |
| space-y-px | margin-top: 0.0625rem |
| space-y-px.space-y-reverse | margin-bottom: 0.0625rem |
| space-y-0 | margin-top: 0 |
| space-y-0.space-y-reverse | margin-bottom: 0 |
| space-y-none | margin-top: 0 |
| space-y-none.space-y-reverse | margin-bottom: 0 |
| space-y-0\.5 | margin-top: 0.125rem |
| space-y-0\.5.space-y-reverse | margin-bottom: 0.125rem |
| space-y-1 | margin-top: 0.25rem |
| space-y-1.space-y-reverse | margin-bottom: 0.25rem |
| space-y-1\.5 | margin-top: 0.375rem |
| space-y-1\.5.space-y-reverse | margin-bottom: 0.375rem |
| space-y-2 | margin-top: 0.5rem |
| space-y-2.space-y-reverse | margin-bottom: 0.5rem |
| space-y-2\.5 | margin-top: 0.625rem |
| space-y-2\.5.space-y-reverse | margin-bottom: 0.625rem |
| space-y-3 | margin-top: 0.75rem |
| space-y-3.space-y-reverse | margin-bottom: 0.75rem |
| space-y-3\.5 | margin-top: 0.875rem |
| space-y-3\.5.space-y-reverse | margin-bottom: 0.875rem |
| space-y-4 | margin-top: 1rem |
| space-y-4.space-y-reverse | margin-bottom: 1rem |
| space-y-5 | margin-top: 1.25rem |
| space-y-5.space-y-reverse | margin-bottom: 1.25rem |
| space-y-6 | margin-top: 1.5rem |
| space-y-6.space-y-reverse | margin-bottom: 1.5rem |
| space-y-7 | margin-top: 1.75rem |
| space-y-7.space-y-reverse | margin-bottom: 1.75rem |
| space-y-8 | margin-top: 2rem |
| space-y-8.space-y-reverse | margin-bottom: 2rem |
| space-y-9 | margin-top: 2.25rem |
| space-y-9.space-y-reverse | margin-bottom: 2.25rem |
| space-y-10 | margin-top: 2.5rem |
| space-y-10.space-y-reverse | margin-bottom: 2.5rem |
| space-y-11 | margin-top: 2.75rem |
| space-y-11.space-y-reverse | margin-bottom: 2.75rem |
| space-y-12 | margin-top: 3rem |
| space-y-12.space-y-reverse | margin-bottom: 3rem |
| space-y-14 | margin-top: 3.5rem |
| space-y-14.space-y-reverse | margin-bottom: 3.5rem |
| space-y-16 | margin-top: 4rem |
| space-y-16.space-y-reverse | margin-bottom: 4rem |
| space-y-18 | margin-top: 4.5rem |
| space-y-18.space-y-reverse | margin-bottom: 4.5rem |
| space-y-20 | margin-top: 5rem |
| space-y-20.space-y-reverse | margin-bottom: 5rem |
| space-y-24 | margin-top: 6rem |
| space-y-24.space-y-reverse | margin-bottom: 6rem |
| space-y-28 | margin-top: 7rem |
| space-y-28.space-y-reverse | margin-bottom: 7rem |
| space-y-32 | margin-top: 8rem |
| space-y-32.space-y-reverse | margin-bottom: 8rem |
| space-y-36 | margin-top: 9rem |
| space-y-36.space-y-reverse | margin-bottom: 9rem |
| space-y-40 | margin-top: 10rem |
| space-y-40.space-y-reverse | margin-bottom: 10rem |
| space-y-44 | margin-top: 11rem |
| space-y-44.space-y-reverse | margin-bottom: 11rem |
| space-y-48 | margin-top: 12rem |
| space-y-48.space-y-reverse | margin-bottom: 12rem |
| space-y-52 | margin-top: 13rem |
| space-y-52.space-y-reverse | margin-bottom: 13rem |
| space-y-56 | margin-top: 14rem |
| space-y-56.space-y-reverse | margin-bottom: 14rem |
| space-y-60 | margin-top: 15rem |
| space-y-60.space-y-reverse | margin-bottom: 15rem |
| space-y-64 | margin-top: 16rem |
| space-y-64.space-y-reverse | margin-bottom: 16rem |
| space-y-72 | margin-top: 18rem |
| space-y-72.space-y-reverse | margin-bottom: 18rem |
| space-y-80 | margin-top: 20rem |
| space-y-80.space-y-reverse | margin-bottom: 20rem |
| space-y-96 | margin-top: 24rem |
| space-y-96.space-y-reverse | margin-bottom: 24rem |



*/

.amis-scope .space-x-px > :not([hidden]) ~ :not([hidden]) {
  margin-left: 0.0625rem;
}

.amis-scope .space-x-px.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 0.0625rem;
}

.amis-scope .space-x-0 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 0;
}

.amis-scope .space-x-0.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 0;
}

.amis-scope .space-x-none > :not([hidden]) ~ :not([hidden]) {
  margin-left: 0;
}

.amis-scope .space-x-none.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 0;
}

.amis-scope .space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 0.125rem;
}

.amis-scope .space-x-0\.5.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 0.125rem;
}

.amis-scope .space-x-1 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 0.25rem;
}

.amis-scope .space-x-1.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 0.25rem;
}

.amis-scope .space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 0.375rem;
}

.amis-scope .space-x-1\.5.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 0.375rem;
}

.amis-scope .space-x-2 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 0.5rem;
}

.amis-scope .space-x-2.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 0.5rem;
}

.amis-scope .space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 0.625rem;
}

.amis-scope .space-x-2\.5.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 0.625rem;
}

.amis-scope .space-x-3 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 0.75rem;
}

.amis-scope .space-x-3.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 0.75rem;
}

.amis-scope .space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 0.875rem;
}

.amis-scope .space-x-3\.5.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 0.875rem;
}

.amis-scope .space-x-4 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 1rem;
}

.amis-scope .space-x-4.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 1rem;
}

.amis-scope .space-x-5 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 1.25rem;
}

.amis-scope .space-x-5.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 1.25rem;
}

.amis-scope .space-x-6 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 1.5rem;
}

.amis-scope .space-x-6.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 1.5rem;
}

.amis-scope .space-x-7 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 1.75rem;
}

.amis-scope .space-x-7.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 1.75rem;
}

.amis-scope .space-x-8 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 2rem;
}

.amis-scope .space-x-8.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 2rem;
}

.amis-scope .space-x-9 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 2.25rem;
}

.amis-scope .space-x-9.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 2.25rem;
}

.amis-scope .space-x-10 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 2.5rem;
}

.amis-scope .space-x-10.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 2.5rem;
}

.amis-scope .space-x-11 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 2.75rem;
}

.amis-scope .space-x-11.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 2.75rem;
}

.amis-scope .space-x-12 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 3rem;
}

.amis-scope .space-x-12.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 3rem;
}

.amis-scope .space-x-14 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 3.5rem;
}

.amis-scope .space-x-14.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 3.5rem;
}

.amis-scope .space-x-16 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 4rem;
}

.amis-scope .space-x-16.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 4rem;
}

.amis-scope .space-x-18 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 4.5rem;
}

.amis-scope .space-x-18.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 4.5rem;
}

.amis-scope .space-x-20 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 5rem;
}

.amis-scope .space-x-20.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 5rem;
}

.amis-scope .space-x-24 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 6rem;
}

.amis-scope .space-x-24.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 6rem;
}

.amis-scope .space-x-28 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 7rem;
}

.amis-scope .space-x-28.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 7rem;
}

.amis-scope .space-x-32 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 8rem;
}

.amis-scope .space-x-32.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 8rem;
}

.amis-scope .space-x-36 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 9rem;
}

.amis-scope .space-x-36.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 9rem;
}

.amis-scope .space-x-40 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 10rem;
}

.amis-scope .space-x-40.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 10rem;
}

.amis-scope .space-x-44 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 11rem;
}

.amis-scope .space-x-44.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 11rem;
}

.amis-scope .space-x-48 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 12rem;
}

.amis-scope .space-x-48.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 12rem;
}

.amis-scope .space-x-52 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 13rem;
}

.amis-scope .space-x-52.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 13rem;
}

.amis-scope .space-x-56 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 14rem;
}

.amis-scope .space-x-56.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 14rem;
}

.amis-scope .space-x-60 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 15rem;
}

.amis-scope .space-x-60.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 15rem;
}

.amis-scope .space-x-64 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 16rem;
}

.amis-scope .space-x-64.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 16rem;
}

.amis-scope .space-x-72 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 18rem;
}

.amis-scope .space-x-72.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 18rem;
}

.amis-scope .space-x-80 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 20rem;
}

.amis-scope .space-x-80.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 20rem;
}

.amis-scope .space-x-96 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 24rem;
}

.amis-scope .space-x-96.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-right: 24rem;
}

.amis-scope .space-y-px > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.0625rem;
}

.amis-scope .space-y-px.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 0.0625rem;
}

.amis-scope .space-y-0 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0;
}

.amis-scope .space-y-0.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 0;
}

.amis-scope .space-y-none > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0;
}

.amis-scope .space-y-none.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 0;
}

.amis-scope .space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.125rem;
}

.amis-scope .space-y-0\.5.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 0.125rem;
}

.amis-scope .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.25rem;
}

.amis-scope .space-y-1.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 0.25rem;
}

.amis-scope .space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.375rem;
}

.amis-scope .space-y-1\.5.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 0.375rem;
}

.amis-scope .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.5rem;
}

.amis-scope .space-y-2.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 0.5rem;
}

.amis-scope .space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.625rem;
}

.amis-scope .space-y-2\.5.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 0.625rem;
}

.amis-scope .space-y-3 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.75rem;
}

.amis-scope .space-y-3.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 0.75rem;
}

.amis-scope .space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.875rem;
}

.amis-scope .space-y-3\.5.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 0.875rem;
}

.amis-scope .space-y-4 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1rem;
}

.amis-scope .space-y-4.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 1rem;
}

.amis-scope .space-y-5 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1.25rem;
}

.amis-scope .space-y-5.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 1.25rem;
}

.amis-scope .space-y-6 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1.5rem;
}

.amis-scope .space-y-6.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 1.5rem;
}

.amis-scope .space-y-7 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1.75rem;
}

.amis-scope .space-y-7.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 1.75rem;
}

.amis-scope .space-y-8 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 2rem;
}

.amis-scope .space-y-8.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 2rem;
}

.amis-scope .space-y-9 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 2.25rem;
}

.amis-scope .space-y-9.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 2.25rem;
}

.amis-scope .space-y-10 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 2.5rem;
}

.amis-scope .space-y-10.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 2.5rem;
}

.amis-scope .space-y-11 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 2.75rem;
}

.amis-scope .space-y-11.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 2.75rem;
}

.amis-scope .space-y-12 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 3rem;
}

.amis-scope .space-y-12.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 3rem;
}

.amis-scope .space-y-14 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 3.5rem;
}

.amis-scope .space-y-14.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 3.5rem;
}

.amis-scope .space-y-16 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 4rem;
}

.amis-scope .space-y-16.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 4rem;
}

.amis-scope .space-y-18 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 4.5rem;
}

.amis-scope .space-y-18.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 4.5rem;
}

.amis-scope .space-y-20 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 5rem;
}

.amis-scope .space-y-20.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 5rem;
}

.amis-scope .space-y-24 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 6rem;
}

.amis-scope .space-y-24.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 6rem;
}

.amis-scope .space-y-28 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 7rem;
}

.amis-scope .space-y-28.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 7rem;
}

.amis-scope .space-y-32 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 8rem;
}

.amis-scope .space-y-32.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 8rem;
}

.amis-scope .space-y-36 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 9rem;
}

.amis-scope .space-y-36.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 9rem;
}

.amis-scope .space-y-40 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 10rem;
}

.amis-scope .space-y-40.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 10rem;
}

.amis-scope .space-y-44 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 11rem;
}

.amis-scope .space-y-44.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 11rem;
}

.amis-scope .space-y-48 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 12rem;
}

.amis-scope .space-y-48.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 12rem;
}

.amis-scope .space-y-52 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 13rem;
}

.amis-scope .space-y-52.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 13rem;
}

.amis-scope .space-y-56 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 14rem;
}

.amis-scope .space-y-56.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 14rem;
}

.amis-scope .space-y-60 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 15rem;
}

.amis-scope .space-y-60.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 15rem;
}

.amis-scope .space-y-64 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 16rem;
}

.amis-scope .space-y-64.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 16rem;
}

.amis-scope .space-y-72 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 18rem;
}

.amis-scope .space-y-72.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 18rem;
}

.amis-scope .space-y-80 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 20rem;
}

.amis-scope .space-y-80.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 20rem;
}

.amis-scope .space-y-96 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 24rem;
}

.amis-scope .space-y-96.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  margin-bottom: 24rem;
}

@media (max-width: 768px) {
  .amis-scope .m\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    margin-left: 0.0625rem;
  }

  .amis-scope .m\:space-x-px.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 0.0625rem;
  }

  .amis-scope .m\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 0;
  }

  .amis-scope .m\:space-x-0.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 0;
  }

  .amis-scope .m\:space-x-none > :not([hidden]) ~ :not([hidden]) {
    margin-left: 0;
  }

  .amis-scope .m\:space-x-none.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 0;
  }

  .amis-scope .m\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 0.125rem;
  }

  .amis-scope .m\:space-x-0\.5.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 0.125rem;
  }

  .amis-scope .m\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 0.25rem;
  }

  .amis-scope .m\:space-x-1.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 0.25rem;
  }

  .amis-scope .m\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 0.375rem;
  }

  .amis-scope .m\:space-x-1\.5.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 0.375rem;
  }

  .amis-scope .m\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 0.5rem;
  }

  .amis-scope .m\:space-x-2.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 0.5rem;
  }

  .amis-scope .m\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 0.625rem;
  }

  .amis-scope .m\:space-x-2\.5.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 0.625rem;
  }

  .amis-scope .m\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 0.75rem;
  }

  .amis-scope .m\:space-x-3.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 0.75rem;
  }

  .amis-scope .m\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 0.875rem;
  }

  .amis-scope .m\:space-x-3\.5.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 0.875rem;
  }

  .amis-scope .m\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 1rem;
  }

  .amis-scope .m\:space-x-4.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 1rem;
  }

  .amis-scope .m\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 1.25rem;
  }

  .amis-scope .m\:space-x-5.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 1.25rem;
  }

  .amis-scope .m\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 1.5rem;
  }

  .amis-scope .m\:space-x-6.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 1.5rem;
  }

  .amis-scope .m\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 1.75rem;
  }

  .amis-scope .m\:space-x-7.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 1.75rem;
  }

  .amis-scope .m\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 2rem;
  }

  .amis-scope .m\:space-x-8.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 2rem;
  }

  .amis-scope .m\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 2.25rem;
  }

  .amis-scope .m\:space-x-9.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 2.25rem;
  }

  .amis-scope .m\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 2.5rem;
  }

  .amis-scope .m\:space-x-10.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 2.5rem;
  }

  .amis-scope .m\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 2.75rem;
  }

  .amis-scope .m\:space-x-11.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 2.75rem;
  }

  .amis-scope .m\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 3rem;
  }

  .amis-scope .m\:space-x-12.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 3rem;
  }

  .amis-scope .m\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 3.5rem;
  }

  .amis-scope .m\:space-x-14.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 3.5rem;
  }

  .amis-scope .m\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 4rem;
  }

  .amis-scope .m\:space-x-16.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 4rem;
  }

  .amis-scope .m\:space-x-18 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 4.5rem;
  }

  .amis-scope .m\:space-x-18.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 4.5rem;
  }

  .amis-scope .m\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 5rem;
  }

  .amis-scope .m\:space-x-20.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 5rem;
  }

  .amis-scope .m\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 6rem;
  }

  .amis-scope .m\:space-x-24.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 6rem;
  }

  .amis-scope .m\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 7rem;
  }

  .amis-scope .m\:space-x-28.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 7rem;
  }

  .amis-scope .m\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 8rem;
  }

  .amis-scope .m\:space-x-32.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 8rem;
  }

  .amis-scope .m\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 9rem;
  }

  .amis-scope .m\:space-x-36.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 9rem;
  }

  .amis-scope .m\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 10rem;
  }

  .amis-scope .m\:space-x-40.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 10rem;
  }

  .amis-scope .m\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 11rem;
  }

  .amis-scope .m\:space-x-44.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 11rem;
  }

  .amis-scope .m\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 12rem;
  }

  .amis-scope .m\:space-x-48.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 12rem;
  }

  .amis-scope .m\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 13rem;
  }

  .amis-scope .m\:space-x-52.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 13rem;
  }

  .amis-scope .m\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 14rem;
  }

  .amis-scope .m\:space-x-56.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 14rem;
  }

  .amis-scope .m\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 15rem;
  }

  .amis-scope .m\:space-x-60.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 15rem;
  }

  .amis-scope .m\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 16rem;
  }

  .amis-scope .m\:space-x-64.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 16rem;
  }

  .amis-scope .m\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 18rem;
  }

  .amis-scope .m\:space-x-72.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 18rem;
  }

  .amis-scope .m\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 20rem;
  }

  .amis-scope .m\:space-x-80.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 20rem;
  }

  .amis-scope .m\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 24rem;
  }

  .amis-scope .m\:space-x-96.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 24rem;
  }

  .amis-scope .m\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.0625rem;
  }

  .amis-scope .m\:space-y-px.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 0.0625rem;
  }

  .amis-scope .m\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0;
  }

  .amis-scope .m\:space-y-0.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 0;
  }

  .amis-scope .m\:space-y-none > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0;
  }

  .amis-scope .m\:space-y-none.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 0;
  }

  .amis-scope .m\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.125rem;
  }

  .amis-scope .m\:space-y-0\.5.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 0.125rem;
  }

  .amis-scope .m\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.25rem;
  }

  .amis-scope .m\:space-y-1.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 0.25rem;
  }

  .amis-scope .m\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.375rem;
  }

  .amis-scope .m\:space-y-1\.5.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 0.375rem;
  }

  .amis-scope .m\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.5rem;
  }

  .amis-scope .m\:space-y-2.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 0.5rem;
  }

  .amis-scope .m\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.625rem;
  }

  .amis-scope .m\:space-y-2\.5.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 0.625rem;
  }

  .amis-scope .m\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.75rem;
  }

  .amis-scope .m\:space-y-3.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 0.75rem;
  }

  .amis-scope .m\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.875rem;
  }

  .amis-scope .m\:space-y-3\.5.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 0.875rem;
  }

  .amis-scope .m\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1rem;
  }

  .amis-scope .m\:space-y-4.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 1rem;
  }

  .amis-scope .m\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1.25rem;
  }

  .amis-scope .m\:space-y-5.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 1.25rem;
  }

  .amis-scope .m\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1.5rem;
  }

  .amis-scope .m\:space-y-6.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 1.5rem;
  }

  .amis-scope .m\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1.75rem;
  }

  .amis-scope .m\:space-y-7.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 1.75rem;
  }

  .amis-scope .m\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 2rem;
  }

  .amis-scope .m\:space-y-8.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 2rem;
  }

  .amis-scope .m\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 2.25rem;
  }

  .amis-scope .m\:space-y-9.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 2.25rem;
  }

  .amis-scope .m\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 2.5rem;
  }

  .amis-scope .m\:space-y-10.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 2.5rem;
  }

  .amis-scope .m\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 2.75rem;
  }

  .amis-scope .m\:space-y-11.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 2.75rem;
  }

  .amis-scope .m\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 3rem;
  }

  .amis-scope .m\:space-y-12.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 3rem;
  }

  .amis-scope .m\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 3.5rem;
  }

  .amis-scope .m\:space-y-14.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 3.5rem;
  }

  .amis-scope .m\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 4rem;
  }

  .amis-scope .m\:space-y-16.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 4rem;
  }

  .amis-scope .m\:space-y-18 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 4.5rem;
  }

  .amis-scope .m\:space-y-18.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 4.5rem;
  }

  .amis-scope .m\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 5rem;
  }

  .amis-scope .m\:space-y-20.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 5rem;
  }

  .amis-scope .m\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 6rem;
  }

  .amis-scope .m\:space-y-24.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 6rem;
  }

  .amis-scope .m\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 7rem;
  }

  .amis-scope .m\:space-y-28.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 7rem;
  }

  .amis-scope .m\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 8rem;
  }

  .amis-scope .m\:space-y-32.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 8rem;
  }

  .amis-scope .m\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 9rem;
  }

  .amis-scope .m\:space-y-36.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 9rem;
  }

  .amis-scope .m\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 10rem;
  }

  .amis-scope .m\:space-y-40.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 10rem;
  }

  .amis-scope .m\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 11rem;
  }

  .amis-scope .m\:space-y-44.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 11rem;
  }

  .amis-scope .m\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 12rem;
  }

  .amis-scope .m\:space-y-48.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 12rem;
  }

  .amis-scope .m\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 13rem;
  }

  .amis-scope .m\:space-y-52.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 13rem;
  }

  .amis-scope .m\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 14rem;
  }

  .amis-scope .m\:space-y-56.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 14rem;
  }

  .amis-scope .m\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 15rem;
  }

  .amis-scope .m\:space-y-60.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 15rem;
  }

  .amis-scope .m\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 16rem;
  }

  .amis-scope .m\:space-y-64.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 16rem;
  }

  .amis-scope .m\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 18rem;
  }

  .amis-scope .m\:space-y-72.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 18rem;
  }

  .amis-scope .m\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 20rem;
  }

  .amis-scope .m\:space-y-80.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 20rem;
  }

  .amis-scope .m\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 24rem;
  }

  .amis-scope .m\:space-y-96.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 24rem;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    margin-left: 0.0625rem;
  }

  .amis-scope .pc\:space-x-px.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 0.0625rem;
  }

  .amis-scope .pc\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 0;
  }

  .amis-scope .pc\:space-x-0.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 0;
  }

  .amis-scope .pc\:space-x-none > :not([hidden]) ~ :not([hidden]) {
    margin-left: 0;
  }

  .amis-scope .pc\:space-x-none.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 0;
  }

  .amis-scope .pc\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 0.125rem;
  }

  .amis-scope .pc\:space-x-0\.5.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 0.125rem;
  }

  .amis-scope .pc\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 0.25rem;
  }

  .amis-scope .pc\:space-x-1.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 0.25rem;
  }

  .amis-scope .pc\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 0.375rem;
  }

  .amis-scope .pc\:space-x-1\.5.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 0.375rem;
  }

  .amis-scope .pc\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 0.5rem;
  }

  .amis-scope .pc\:space-x-2.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 0.5rem;
  }

  .amis-scope .pc\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 0.625rem;
  }

  .amis-scope .pc\:space-x-2\.5.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 0.625rem;
  }

  .amis-scope .pc\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 0.75rem;
  }

  .amis-scope .pc\:space-x-3.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 0.75rem;
  }

  .amis-scope .pc\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 0.875rem;
  }

  .amis-scope .pc\:space-x-3\.5.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 0.875rem;
  }

  .amis-scope .pc\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 1rem;
  }

  .amis-scope .pc\:space-x-4.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 1rem;
  }

  .amis-scope .pc\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 1.25rem;
  }

  .amis-scope .pc\:space-x-5.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 1.25rem;
  }

  .amis-scope .pc\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 1.5rem;
  }

  .amis-scope .pc\:space-x-6.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 1.5rem;
  }

  .amis-scope .pc\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 1.75rem;
  }

  .amis-scope .pc\:space-x-7.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 1.75rem;
  }

  .amis-scope .pc\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 2rem;
  }

  .amis-scope .pc\:space-x-8.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 2rem;
  }

  .amis-scope .pc\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 2.25rem;
  }

  .amis-scope .pc\:space-x-9.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 2.25rem;
  }

  .amis-scope .pc\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 2.5rem;
  }

  .amis-scope .pc\:space-x-10.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 2.5rem;
  }

  .amis-scope .pc\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 2.75rem;
  }

  .amis-scope .pc\:space-x-11.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 2.75rem;
  }

  .amis-scope .pc\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 3rem;
  }

  .amis-scope .pc\:space-x-12.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 3rem;
  }

  .amis-scope .pc\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 3.5rem;
  }

  .amis-scope .pc\:space-x-14.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 3.5rem;
  }

  .amis-scope .pc\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 4rem;
  }

  .amis-scope .pc\:space-x-16.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 4rem;
  }

  .amis-scope .pc\:space-x-18 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 4.5rem;
  }

  .amis-scope .pc\:space-x-18.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 4.5rem;
  }

  .amis-scope .pc\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 5rem;
  }

  .amis-scope .pc\:space-x-20.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 5rem;
  }

  .amis-scope .pc\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 6rem;
  }

  .amis-scope .pc\:space-x-24.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 6rem;
  }

  .amis-scope .pc\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 7rem;
  }

  .amis-scope .pc\:space-x-28.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 7rem;
  }

  .amis-scope .pc\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 8rem;
  }

  .amis-scope .pc\:space-x-32.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 8rem;
  }

  .amis-scope .pc\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 9rem;
  }

  .amis-scope .pc\:space-x-36.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 9rem;
  }

  .amis-scope .pc\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 10rem;
  }

  .amis-scope .pc\:space-x-40.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 10rem;
  }

  .amis-scope .pc\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 11rem;
  }

  .amis-scope .pc\:space-x-44.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 11rem;
  }

  .amis-scope .pc\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 12rem;
  }

  .amis-scope .pc\:space-x-48.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 12rem;
  }

  .amis-scope .pc\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 13rem;
  }

  .amis-scope .pc\:space-x-52.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 13rem;
  }

  .amis-scope .pc\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 14rem;
  }

  .amis-scope .pc\:space-x-56.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 14rem;
  }

  .amis-scope .pc\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 15rem;
  }

  .amis-scope .pc\:space-x-60.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 15rem;
  }

  .amis-scope .pc\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 16rem;
  }

  .amis-scope .pc\:space-x-64.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 16rem;
  }

  .amis-scope .pc\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 18rem;
  }

  .amis-scope .pc\:space-x-72.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 18rem;
  }

  .amis-scope .pc\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 20rem;
  }

  .amis-scope .pc\:space-x-80.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 20rem;
  }

  .amis-scope .pc\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 24rem;
  }

  .amis-scope .pc\:space-x-96.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-right: 24rem;
  }

  .amis-scope .pc\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.0625rem;
  }

  .amis-scope .pc\:space-y-px.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 0.0625rem;
  }

  .amis-scope .pc\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0;
  }

  .amis-scope .pc\:space-y-0.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 0;
  }

  .amis-scope .pc\:space-y-none > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0;
  }

  .amis-scope .pc\:space-y-none.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 0;
  }

  .amis-scope .pc\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.125rem;
  }

  .amis-scope .pc\:space-y-0\.5.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 0.125rem;
  }

  .amis-scope .pc\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.25rem;
  }

  .amis-scope .pc\:space-y-1.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 0.25rem;
  }

  .amis-scope .pc\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.375rem;
  }

  .amis-scope .pc\:space-y-1\.5.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 0.375rem;
  }

  .amis-scope .pc\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.5rem;
  }

  .amis-scope .pc\:space-y-2.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 0.5rem;
  }

  .amis-scope .pc\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.625rem;
  }

  .amis-scope .pc\:space-y-2\.5.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 0.625rem;
  }

  .amis-scope .pc\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.75rem;
  }

  .amis-scope .pc\:space-y-3.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 0.75rem;
  }

  .amis-scope .pc\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.875rem;
  }

  .amis-scope .pc\:space-y-3\.5.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 0.875rem;
  }

  .amis-scope .pc\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1rem;
  }

  .amis-scope .pc\:space-y-4.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 1rem;
  }

  .amis-scope .pc\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1.25rem;
  }

  .amis-scope .pc\:space-y-5.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 1.25rem;
  }

  .amis-scope .pc\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1.5rem;
  }

  .amis-scope .pc\:space-y-6.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 1.5rem;
  }

  .amis-scope .pc\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1.75rem;
  }

  .amis-scope .pc\:space-y-7.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 1.75rem;
  }

  .amis-scope .pc\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 2rem;
  }

  .amis-scope .pc\:space-y-8.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 2rem;
  }

  .amis-scope .pc\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 2.25rem;
  }

  .amis-scope .pc\:space-y-9.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 2.25rem;
  }

  .amis-scope .pc\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 2.5rem;
  }

  .amis-scope .pc\:space-y-10.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 2.5rem;
  }

  .amis-scope .pc\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 2.75rem;
  }

  .amis-scope .pc\:space-y-11.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 2.75rem;
  }

  .amis-scope .pc\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 3rem;
  }

  .amis-scope .pc\:space-y-12.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 3rem;
  }

  .amis-scope .pc\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 3.5rem;
  }

  .amis-scope .pc\:space-y-14.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 3.5rem;
  }

  .amis-scope .pc\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 4rem;
  }

  .amis-scope .pc\:space-y-16.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 4rem;
  }

  .amis-scope .pc\:space-y-18 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 4.5rem;
  }

  .amis-scope .pc\:space-y-18.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 4.5rem;
  }

  .amis-scope .pc\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 5rem;
  }

  .amis-scope .pc\:space-y-20.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 5rem;
  }

  .amis-scope .pc\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 6rem;
  }

  .amis-scope .pc\:space-y-24.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 6rem;
  }

  .amis-scope .pc\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 7rem;
  }

  .amis-scope .pc\:space-y-28.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 7rem;
  }

  .amis-scope .pc\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 8rem;
  }

  .amis-scope .pc\:space-y-32.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 8rem;
  }

  .amis-scope .pc\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 9rem;
  }

  .amis-scope .pc\:space-y-36.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 9rem;
  }

  .amis-scope .pc\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 10rem;
  }

  .amis-scope .pc\:space-y-40.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 10rem;
  }

  .amis-scope .pc\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 11rem;
  }

  .amis-scope .pc\:space-y-44.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 11rem;
  }

  .amis-scope .pc\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 12rem;
  }

  .amis-scope .pc\:space-y-48.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 12rem;
  }

  .amis-scope .pc\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 13rem;
  }

  .amis-scope .pc\:space-y-52.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 13rem;
  }

  .amis-scope .pc\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 14rem;
  }

  .amis-scope .pc\:space-y-56.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 14rem;
  }

  .amis-scope .pc\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 15rem;
  }

  .amis-scope .pc\:space-y-60.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 15rem;
  }

  .amis-scope .pc\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 16rem;
  }

  .amis-scope .pc\:space-y-64.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 16rem;
  }

  .amis-scope .pc\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 18rem;
  }

  .amis-scope .pc\:space-y-72.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 18rem;
  }

  .amis-scope .pc\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 20rem;
  }

  .amis-scope .pc\:space-y-80.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 20rem;
  }

  .amis-scope .pc\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 24rem;
  }

  .amis-scope .pc\:space-y-96.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    margin-bottom: 24rem;
  }
}

/*!markdown

---
title: Width
---

| Class       | Properties               |
| ----------- | ------------------------ |
| w-px | width: 0.0625rem |
| w-0 | width: 0 |
| w-none | width: 0 |
| w-0\.5 | width: 0.125rem |
| w-1 | width: 0.25rem |
| w-1\.5 | width: 0.375rem |
| w-2 | width: 0.5rem |
| w-2\.5 | width: 0.625rem |
| w-3 | width: 0.75rem |
| w-3\.5 | width: 0.875rem |
| w-4 | width: 1rem |
| w-5 | width: 1.25rem |
| w-6 | width: 1.5rem |
| w-7 | width: 1.75rem |
| w-8 | width: 2rem |
| w-9 | width: 2.25rem |
| w-10 | width: 2.5rem |
| w-11 | width: 2.75rem |
| w-12 | width: 3rem |
| w-14 | width: 3.5rem |
| w-16 | width: 4rem |
| w-18 | width: 4.5rem |
| w-20 | width: 5rem |
| w-24 | width: 6rem |
| w-28 | width: 7rem |
| w-32 | width: 8rem |
| w-36 | width: 9rem |
| w-40 | width: 10rem |
| w-44 | width: 11rem |
| w-48 | width: 12rem |
| w-52 | width: 13rem |
| w-56 | width: 14rem |
| w-60 | width: 15rem |
| w-64 | width: 16rem |
| w-72 | width: 18rem |
| w-80 | width: 20rem |
| w-96 | width: 24rem |
| w-auto | width: auto |
| w-1x | width: 1em |
| w-2x | width: 2em |
| w-3x | width: 3em |
| w-1\/2 | width: 50% |
| w-1\/3 | width: 33.333333% |
| w-2\/3 | width: 66.666667% |
| w-1\/4 | width: 25% |
| w-2\/4 | width: 50% |
| w-3\/4 | width: 75% |
| w-1\/5 | width: 20% |
| w-2\/5 | width: 40% |
| w-3\/5 | width: 60% |
| w-4\/5 | width: 80% |
| w-1\/6 | width: 16.666667% |
| w-2\/6 | width: 33.333333% |
| w-3\/6 | width: 50% |
| w-4\/6 | width: 66.666667% |
| w-5\/6 | width: 83.333333% |
| w-1\/12 | width: 8.333333% |
| w-2\/12 | width: 16.666667% |
| w-3\/12 | width: 25% |
| w-4\/12 | width: 33.333333% |
| w-5\/12 | width: 41.666667% |
| w-6\/12 | width: 50% |
| w-7\/12 | width: 58.333333% |
| w-8\/12 | width: 66.666667% |
| w-9\/12 | width: 75% |
| w-10\/12 | width: 83.333333% |
| w-11\/12 | width: 91.666667% |
| w-full | width: 100% |
| w-screen | width: 100vw |
| w-min | width: min-content |
| w-max | width: max-content |
| min-w-0 | min-width: 0px |
| min-w-full | min-width: 100% |
| min-w-min | min-width: min-content |
| min-w-max | min-width: max-content |
| max-w-none | max-width: none |
| max-w-0 | max-width: 0rem |
| max-w-xs | max-width: 20rem |
| max-w-sm | max-width: 24rem |
| max-w-md | max-width: 28rem |
| max-w-lg | max-width: 32rem |
| max-w-xl | max-width: 36rem |
| max-w-2xl | max-width: 42rem |
| max-w-3xl | max-width: 48rem |
| max-w-4xl | max-width: 56rem |
| max-w-5xl | max-width: 64rem |
| max-w-6xl | max-width: 72rem |
| max-w-7xl | max-width: 80rem |
| max-w-full | max-width: 100% |
| max-w-min | max-width: min-content |
| max-w-max | max-width: max-content |
| max-w-prose | max-width: 65ch |


*/

.amis-scope .w-px {
  width: 0.0625rem;
}

.amis-scope .w-0 {
  width: 0;
}

.amis-scope .w-none {
  width: 0;
}

.amis-scope .w-0\.5 {
  width: 0.125rem;
}

.amis-scope .w-1 {
  width: 0.25rem;
}

.amis-scope .w-1\.5 {
  width: 0.375rem;
}

.amis-scope .w-2 {
  width: 0.5rem;
}

.amis-scope .w-2\.5 {
  width: 0.625rem;
}

.amis-scope .w-3 {
  width: 0.75rem;
}

.amis-scope .w-3\.5 {
  width: 0.875rem;
}

.amis-scope .w-4 {
  width: 1rem;
}

.amis-scope .w-5 {
  width: 1.25rem;
}

.amis-scope .w-6 {
  width: 1.5rem;
}

.amis-scope .w-7 {
  width: 1.75rem;
}

.amis-scope .w-8 {
  width: 2rem;
}

.amis-scope .w-9 {
  width: 2.25rem;
}

.amis-scope .w-10 {
  width: 2.5rem;
}

.amis-scope .w-11 {
  width: 2.75rem;
}

.amis-scope .w-12 {
  width: 3rem;
}

.amis-scope .w-14 {
  width: 3.5rem;
}

.amis-scope .w-16 {
  width: 4rem;
}

.amis-scope .w-18 {
  width: 4.5rem;
}

.amis-scope .w-20 {
  width: 5rem;
}

.amis-scope .w-24 {
  width: 6rem;
}

.amis-scope .w-28 {
  width: 7rem;
}

.amis-scope .w-32 {
  width: 8rem;
}

.amis-scope .w-36 {
  width: 9rem;
}

.amis-scope .w-40 {
  width: 10rem;
}

.amis-scope .w-44 {
  width: 11rem;
}

.amis-scope .w-48 {
  width: 12rem;
}

.amis-scope .w-52 {
  width: 13rem;
}

.amis-scope .w-56 {
  width: 14rem;
}

.amis-scope .w-60 {
  width: 15rem;
}

.amis-scope .w-64 {
  width: 16rem;
}

.amis-scope .w-72 {
  width: 18rem;
}

.amis-scope .w-80 {
  width: 20rem;
}

.amis-scope .w-96 {
  width: 24rem;
}

.amis-scope .w-auto {
  width: auto;
}

.amis-scope .w-1x {
  width: 1em;
}

.amis-scope .w-2x {
  width: 2em;
}

.amis-scope .w-3x {
  width: 3em;
}

.amis-scope .w-1\/2 {
  width: 50%;
}

.amis-scope .w-1\/3 {
  width: 33.333333%;
}

.amis-scope .w-2\/3 {
  width: 66.666667%;
}

.amis-scope .w-1\/4 {
  width: 25%;
}

.amis-scope .w-2\/4 {
  width: 50%;
}

.amis-scope .w-3\/4 {
  width: 75%;
}

.amis-scope .w-1\/5 {
  width: 20%;
}

.amis-scope .w-2\/5 {
  width: 40%;
}

.amis-scope .w-3\/5 {
  width: 60%;
}

.amis-scope .w-4\/5 {
  width: 80%;
}

.amis-scope .w-1\/6 {
  width: 16.666667%;
}

.amis-scope .w-2\/6 {
  width: 33.333333%;
}

.amis-scope .w-3\/6 {
  width: 50%;
}

.amis-scope .w-4\/6 {
  width: 66.666667%;
}

.amis-scope .w-5\/6 {
  width: 83.333333%;
}

.amis-scope .w-1\/12 {
  width: 8.333333%;
}

.amis-scope .w-2\/12 {
  width: 16.666667%;
}

.amis-scope .w-3\/12 {
  width: 25%;
}

.amis-scope .w-4\/12 {
  width: 33.333333%;
}

.amis-scope .w-5\/12 {
  width: 41.666667%;
}

.amis-scope .w-6\/12 {
  width: 50%;
}

.amis-scope .w-7\/12 {
  width: 58.333333%;
}

.amis-scope .w-8\/12 {
  width: 66.666667%;
}

.amis-scope .w-9\/12 {
  width: 75%;
}

.amis-scope .w-10\/12 {
  width: 83.333333%;
}

.amis-scope .w-11\/12 {
  width: 91.666667%;
}

.amis-scope .w-full {
  width: 100%;
}

.amis-scope .w-screen {
  width: 100vw;
}

.amis-scope .w-min {
  width: min-content;
}

.amis-scope .w-max {
  width: max-content;
}

.amis-scope .min-w-0 {
  min-width: 0px;
}

.amis-scope .min-w-full {
  min-width: 100%;
}

.amis-scope .min-w-min {
  min-width: min-content;
}

.amis-scope .min-w-max {
  min-width: max-content;
}

.amis-scope .max-w-none {
  max-width: none;
}

.amis-scope .max-w-0 {
  max-width: 0rem;
}

.amis-scope .max-w-xs {
  max-width: 20rem;
}

.amis-scope .max-w-sm {
  max-width: 24rem;
}

.amis-scope .max-w-md {
  max-width: 28rem;
}

.amis-scope .max-w-lg {
  max-width: 32rem;
}

.amis-scope .max-w-xl {
  max-width: 36rem;
}

.amis-scope .max-w-2xl {
  max-width: 42rem;
}

.amis-scope .max-w-3xl {
  max-width: 48rem;
}

.amis-scope .max-w-4xl {
  max-width: 56rem;
}

.amis-scope .max-w-5xl {
  max-width: 64rem;
}

.amis-scope .max-w-6xl {
  max-width: 72rem;
}

.amis-scope .max-w-7xl {
  max-width: 80rem;
}

.amis-scope .max-w-full {
  max-width: 100%;
}

.amis-scope .max-w-min {
  max-width: min-content;
}

.amis-scope .max-w-max {
  max-width: max-content;
}

.amis-scope .max-w-prose {
  max-width: 65ch;
}

@media (max-width: 768px) {
  .amis-scope .m\:w-px {
    width: 0.0625rem;
  }

  .amis-scope .m\:w-0 {
    width: 0;
  }

  .amis-scope .m\:w-none {
    width: 0;
  }

  .amis-scope .m\:w-0\.5 {
    width: 0.125rem;
  }

  .amis-scope .m\:w-1 {
    width: 0.25rem;
  }

  .amis-scope .m\:w-1\.5 {
    width: 0.375rem;
  }

  .amis-scope .m\:w-2 {
    width: 0.5rem;
  }

  .amis-scope .m\:w-2\.5 {
    width: 0.625rem;
  }

  .amis-scope .m\:w-3 {
    width: 0.75rem;
  }

  .amis-scope .m\:w-3\.5 {
    width: 0.875rem;
  }

  .amis-scope .m\:w-4 {
    width: 1rem;
  }

  .amis-scope .m\:w-5 {
    width: 1.25rem;
  }

  .amis-scope .m\:w-6 {
    width: 1.5rem;
  }

  .amis-scope .m\:w-7 {
    width: 1.75rem;
  }

  .amis-scope .m\:w-8 {
    width: 2rem;
  }

  .amis-scope .m\:w-9 {
    width: 2.25rem;
  }

  .amis-scope .m\:w-10 {
    width: 2.5rem;
  }

  .amis-scope .m\:w-11 {
    width: 2.75rem;
  }

  .amis-scope .m\:w-12 {
    width: 3rem;
  }

  .amis-scope .m\:w-14 {
    width: 3.5rem;
  }

  .amis-scope .m\:w-16 {
    width: 4rem;
  }

  .amis-scope .m\:w-18 {
    width: 4.5rem;
  }

  .amis-scope .m\:w-20 {
    width: 5rem;
  }

  .amis-scope .m\:w-24 {
    width: 6rem;
  }

  .amis-scope .m\:w-28 {
    width: 7rem;
  }

  .amis-scope .m\:w-32 {
    width: 8rem;
  }

  .amis-scope .m\:w-36 {
    width: 9rem;
  }

  .amis-scope .m\:w-40 {
    width: 10rem;
  }

  .amis-scope .m\:w-44 {
    width: 11rem;
  }

  .amis-scope .m\:w-48 {
    width: 12rem;
  }

  .amis-scope .m\:w-52 {
    width: 13rem;
  }

  .amis-scope .m\:w-56 {
    width: 14rem;
  }

  .amis-scope .m\:w-60 {
    width: 15rem;
  }

  .amis-scope .m\:w-64 {
    width: 16rem;
  }

  .amis-scope .m\:w-72 {
    width: 18rem;
  }

  .amis-scope .m\:w-80 {
    width: 20rem;
  }

  .amis-scope .m\:w-96 {
    width: 24rem;
  }

  .amis-scope .m\:w-auto {
    width: auto;
  }

  .amis-scope .m\:w-1x {
    width: 1em;
  }

  .amis-scope .m\:w-2x {
    width: 2em;
  }

  .amis-scope .m\:w-3x {
    width: 3em;
  }

  .amis-scope .m\:w-1\/2 {
    width: 50%;
  }

  .amis-scope .m\:w-1\/3 {
    width: 33.333333%;
  }

  .amis-scope .m\:w-2\/3 {
    width: 66.666667%;
  }

  .amis-scope .m\:w-1\/4 {
    width: 25%;
  }

  .amis-scope .m\:w-2\/4 {
    width: 50%;
  }

  .amis-scope .m\:w-3\/4 {
    width: 75%;
  }

  .amis-scope .m\:w-1\/5 {
    width: 20%;
  }

  .amis-scope .m\:w-2\/5 {
    width: 40%;
  }

  .amis-scope .m\:w-3\/5 {
    width: 60%;
  }

  .amis-scope .m\:w-4\/5 {
    width: 80%;
  }

  .amis-scope .m\:w-1\/6 {
    width: 16.666667%;
  }

  .amis-scope .m\:w-2\/6 {
    width: 33.333333%;
  }

  .amis-scope .m\:w-3\/6 {
    width: 50%;
  }

  .amis-scope .m\:w-4\/6 {
    width: 66.666667%;
  }

  .amis-scope .m\:w-5\/6 {
    width: 83.333333%;
  }

  .amis-scope .m\:w-1\/12 {
    width: 8.333333%;
  }

  .amis-scope .m\:w-2\/12 {
    width: 16.666667%;
  }

  .amis-scope .m\:w-3\/12 {
    width: 25%;
  }

  .amis-scope .m\:w-4\/12 {
    width: 33.333333%;
  }

  .amis-scope .m\:w-5\/12 {
    width: 41.666667%;
  }

  .amis-scope .m\:w-6\/12 {
    width: 50%;
  }

  .amis-scope .m\:w-7\/12 {
    width: 58.333333%;
  }

  .amis-scope .m\:w-8\/12 {
    width: 66.666667%;
  }

  .amis-scope .m\:w-9\/12 {
    width: 75%;
  }

  .amis-scope .m\:w-10\/12 {
    width: 83.333333%;
  }

  .amis-scope .m\:w-11\/12 {
    width: 91.666667%;
  }

  .amis-scope .m\:w-full {
    width: 100%;
  }

  .amis-scope .m\:w-screen {
    width: 100vw;
  }

  .amis-scope .m\:w-min {
    width: min-content;
  }

  .amis-scope .m\:w-max {
    width: max-content;
  }

  .amis-scope .m\:min-w-0 {
    min-width: 0px;
  }

  .amis-scope .m\:min-w-full {
    min-width: 100%;
  }

  .amis-scope .m\:min-w-min {
    min-width: min-content;
  }

  .amis-scope .m\:min-w-max {
    min-width: max-content;
  }

  .amis-scope .m\:max-w-none {
    max-width: none;
  }

  .amis-scope .m\:max-w-0 {
    max-width: 0rem;
  }

  .amis-scope .m\:max-w-xs {
    max-width: 20rem;
  }

  .amis-scope .m\:max-w-sm {
    max-width: 24rem;
  }

  .amis-scope .m\:max-w-md {
    max-width: 28rem;
  }

  .amis-scope .m\:max-w-lg {
    max-width: 32rem;
  }

  .amis-scope .m\:max-w-xl {
    max-width: 36rem;
  }

  .amis-scope .m\:max-w-2xl {
    max-width: 42rem;
  }

  .amis-scope .m\:max-w-3xl {
    max-width: 48rem;
  }

  .amis-scope .m\:max-w-4xl {
    max-width: 56rem;
  }

  .amis-scope .m\:max-w-5xl {
    max-width: 64rem;
  }

  .amis-scope .m\:max-w-6xl {
    max-width: 72rem;
  }

  .amis-scope .m\:max-w-7xl {
    max-width: 80rem;
  }

  .amis-scope .m\:max-w-full {
    max-width: 100%;
  }

  .amis-scope .m\:max-w-min {
    max-width: min-content;
  }

  .amis-scope .m\:max-w-max {
    max-width: max-content;
  }

  .amis-scope .m\:max-w-prose {
    max-width: 65ch;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:w-px {
    width: 0.0625rem;
  }

  .amis-scope .pc\:w-0 {
    width: 0;
  }

  .amis-scope .pc\:w-none {
    width: 0;
  }

  .amis-scope .pc\:w-0\.5 {
    width: 0.125rem;
  }

  .amis-scope .pc\:w-1 {
    width: 0.25rem;
  }

  .amis-scope .pc\:w-1\.5 {
    width: 0.375rem;
  }

  .amis-scope .pc\:w-2 {
    width: 0.5rem;
  }

  .amis-scope .pc\:w-2\.5 {
    width: 0.625rem;
  }

  .amis-scope .pc\:w-3 {
    width: 0.75rem;
  }

  .amis-scope .pc\:w-3\.5 {
    width: 0.875rem;
  }

  .amis-scope .pc\:w-4 {
    width: 1rem;
  }

  .amis-scope .pc\:w-5 {
    width: 1.25rem;
  }

  .amis-scope .pc\:w-6 {
    width: 1.5rem;
  }

  .amis-scope .pc\:w-7 {
    width: 1.75rem;
  }

  .amis-scope .pc\:w-8 {
    width: 2rem;
  }

  .amis-scope .pc\:w-9 {
    width: 2.25rem;
  }

  .amis-scope .pc\:w-10 {
    width: 2.5rem;
  }

  .amis-scope .pc\:w-11 {
    width: 2.75rem;
  }

  .amis-scope .pc\:w-12 {
    width: 3rem;
  }

  .amis-scope .pc\:w-14 {
    width: 3.5rem;
  }

  .amis-scope .pc\:w-16 {
    width: 4rem;
  }

  .amis-scope .pc\:w-18 {
    width: 4.5rem;
  }

  .amis-scope .pc\:w-20 {
    width: 5rem;
  }

  .amis-scope .pc\:w-24 {
    width: 6rem;
  }

  .amis-scope .pc\:w-28 {
    width: 7rem;
  }

  .amis-scope .pc\:w-32 {
    width: 8rem;
  }

  .amis-scope .pc\:w-36 {
    width: 9rem;
  }

  .amis-scope .pc\:w-40 {
    width: 10rem;
  }

  .amis-scope .pc\:w-44 {
    width: 11rem;
  }

  .amis-scope .pc\:w-48 {
    width: 12rem;
  }

  .amis-scope .pc\:w-52 {
    width: 13rem;
  }

  .amis-scope .pc\:w-56 {
    width: 14rem;
  }

  .amis-scope .pc\:w-60 {
    width: 15rem;
  }

  .amis-scope .pc\:w-64 {
    width: 16rem;
  }

  .amis-scope .pc\:w-72 {
    width: 18rem;
  }

  .amis-scope .pc\:w-80 {
    width: 20rem;
  }

  .amis-scope .pc\:w-96 {
    width: 24rem;
  }

  .amis-scope .pc\:w-auto {
    width: auto;
  }

  .amis-scope .pc\:w-1x {
    width: 1em;
  }

  .amis-scope .pc\:w-2x {
    width: 2em;
  }

  .amis-scope .pc\:w-3x {
    width: 3em;
  }

  .amis-scope .pc\:w-1\/2 {
    width: 50%;
  }

  .amis-scope .pc\:w-1\/3 {
    width: 33.333333%;
  }

  .amis-scope .pc\:w-2\/3 {
    width: 66.666667%;
  }

  .amis-scope .pc\:w-1\/4 {
    width: 25%;
  }

  .amis-scope .pc\:w-2\/4 {
    width: 50%;
  }

  .amis-scope .pc\:w-3\/4 {
    width: 75%;
  }

  .amis-scope .pc\:w-1\/5 {
    width: 20%;
  }

  .amis-scope .pc\:w-2\/5 {
    width: 40%;
  }

  .amis-scope .pc\:w-3\/5 {
    width: 60%;
  }

  .amis-scope .pc\:w-4\/5 {
    width: 80%;
  }

  .amis-scope .pc\:w-1\/6 {
    width: 16.666667%;
  }

  .amis-scope .pc\:w-2\/6 {
    width: 33.333333%;
  }

  .amis-scope .pc\:w-3\/6 {
    width: 50%;
  }

  .amis-scope .pc\:w-4\/6 {
    width: 66.666667%;
  }

  .amis-scope .pc\:w-5\/6 {
    width: 83.333333%;
  }

  .amis-scope .pc\:w-1\/12 {
    width: 8.333333%;
  }

  .amis-scope .pc\:w-2\/12 {
    width: 16.666667%;
  }

  .amis-scope .pc\:w-3\/12 {
    width: 25%;
  }

  .amis-scope .pc\:w-4\/12 {
    width: 33.333333%;
  }

  .amis-scope .pc\:w-5\/12 {
    width: 41.666667%;
  }

  .amis-scope .pc\:w-6\/12 {
    width: 50%;
  }

  .amis-scope .pc\:w-7\/12 {
    width: 58.333333%;
  }

  .amis-scope .pc\:w-8\/12 {
    width: 66.666667%;
  }

  .amis-scope .pc\:w-9\/12 {
    width: 75%;
  }

  .amis-scope .pc\:w-10\/12 {
    width: 83.333333%;
  }

  .amis-scope .pc\:w-11\/12 {
    width: 91.666667%;
  }

  .amis-scope .pc\:w-full {
    width: 100%;
  }

  .amis-scope .pc\:w-screen {
    width: 100vw;
  }

  .amis-scope .pc\:w-min {
    width: min-content;
  }

  .amis-scope .pc\:w-max {
    width: max-content;
  }

  .amis-scope .pc\:min-w-0 {
    min-width: 0px;
  }

  .amis-scope .pc\:min-w-full {
    min-width: 100%;
  }

  .amis-scope .pc\:min-w-min {
    min-width: min-content;
  }

  .amis-scope .pc\:min-w-max {
    min-width: max-content;
  }

  .amis-scope .pc\:max-w-none {
    max-width: none;
  }

  .amis-scope .pc\:max-w-0 {
    max-width: 0rem;
  }

  .amis-scope .pc\:max-w-xs {
    max-width: 20rem;
  }

  .amis-scope .pc\:max-w-sm {
    max-width: 24rem;
  }

  .amis-scope .pc\:max-w-md {
    max-width: 28rem;
  }

  .amis-scope .pc\:max-w-lg {
    max-width: 32rem;
  }

  .amis-scope .pc\:max-w-xl {
    max-width: 36rem;
  }

  .amis-scope .pc\:max-w-2xl {
    max-width: 42rem;
  }

  .amis-scope .pc\:max-w-3xl {
    max-width: 48rem;
  }

  .amis-scope .pc\:max-w-4xl {
    max-width: 56rem;
  }

  .amis-scope .pc\:max-w-5xl {
    max-width: 64rem;
  }

  .amis-scope .pc\:max-w-6xl {
    max-width: 72rem;
  }

  .amis-scope .pc\:max-w-7xl {
    max-width: 80rem;
  }

  .amis-scope .pc\:max-w-full {
    max-width: 100%;
  }

  .amis-scope .pc\:max-w-min {
    max-width: min-content;
  }

  .amis-scope .pc\:max-w-max {
    max-width: max-content;
  }

  .amis-scope .pc\:max-w-prose {
    max-width: 65ch;
  }
}

/*!markdown

---
title: Height
---

| Class       | Properties               |
| ----------- | ------------------------ |
| h-px | height: 0.0625rem |
| h-0 | height: 0 |
| h-none | height: 0 |
| h-0\.5 | height: 0.125rem |
| h-1 | height: 0.25rem |
| h-1\.5 | height: 0.375rem |
| h-2 | height: 0.5rem |
| h-2\.5 | height: 0.625rem |
| h-3 | height: 0.75rem |
| h-3\.5 | height: 0.875rem |
| h-4 | height: 1rem |
| h-5 | height: 1.25rem |
| h-6 | height: 1.5rem |
| h-7 | height: 1.75rem |
| h-8 | height: 2rem |
| h-9 | height: 2.25rem |
| h-10 | height: 2.5rem |
| h-11 | height: 2.75rem |
| h-12 | height: 3rem |
| h-14 | height: 3.5rem |
| h-16 | height: 4rem |
| h-18 | height: 4.5rem |
| h-20 | height: 5rem |
| h-24 | height: 6rem |
| h-28 | height: 7rem |
| h-32 | height: 8rem |
| h-36 | height: 9rem |
| h-40 | height: 10rem |
| h-44 | height: 11rem |
| h-48 | height: 12rem |
| h-52 | height: 13rem |
| h-56 | height: 14rem |
| h-60 | height: 15rem |
| h-64 | height: 16rem |
| h-72 | height: 18rem |
| h-80 | height: 20rem |
| h-96 | height: 24rem |
| h-auto | height: auto |
| h-1\/2 | height: 50% |
| h-1\/3 | height: 33.333333% |
| h-2\/3 | height: 66.666667% |
| h-1\/4 | height: 25% |
| h-2\/4 | height: 50% |
| h-3\/4 | height: 75% |
| h-1\/5 | height: 20% |
| h-2\/5 | height: 40% |
| h-3\/5 | height: 60% |
| h-4\/5 | height: 80% |
| h-1\/6 | height: 16.666667% |
| h-2\/6 | height: 33.333333% |
| h-3\/6 | height: 50% |
| h-4\/6 | height: 66.666667% |
| h-5\/6 | height: 83.333333% |
| h-full | height: 100% |
| h-screen | height: 100vh |
| min-h-0 | min-height: 0px |
| min-h-full | min-height: 100% |
| min-h-screen | min-height: 100vh |
| max-h-px | max-height: 0.0625rem |
| max-h-0 | max-height: 0 |
| max-h-none | max-height: 0 |
| max-h-0\.5 | max-height: 0.125rem |
| max-h-1 | max-height: 0.25rem |
| max-h-1\.5 | max-height: 0.375rem |
| max-h-2 | max-height: 0.5rem |
| max-h-2\.5 | max-height: 0.625rem |
| max-h-3 | max-height: 0.75rem |
| max-h-3\.5 | max-height: 0.875rem |
| max-h-4 | max-height: 1rem |
| max-h-5 | max-height: 1.25rem |
| max-h-6 | max-height: 1.5rem |
| max-h-7 | max-height: 1.75rem |
| max-h-8 | max-height: 2rem |
| max-h-9 | max-height: 2.25rem |
| max-h-10 | max-height: 2.5rem |
| max-h-11 | max-height: 2.75rem |
| max-h-12 | max-height: 3rem |
| max-h-14 | max-height: 3.5rem |
| max-h-16 | max-height: 4rem |
| max-h-18 | max-height: 4.5rem |
| max-h-20 | max-height: 5rem |
| max-h-24 | max-height: 6rem |
| max-h-28 | max-height: 7rem |
| max-h-32 | max-height: 8rem |
| max-h-36 | max-height: 9rem |
| max-h-40 | max-height: 10rem |
| max-h-44 | max-height: 11rem |
| max-h-48 | max-height: 12rem |
| max-h-52 | max-height: 13rem |
| max-h-56 | max-height: 14rem |
| max-h-60 | max-height: 15rem |
| max-h-64 | max-height: 16rem |
| max-h-72 | max-height: 18rem |
| max-h-80 | max-height: 20rem |
| max-h-96 | max-height: 24rem |
| max-h-full | max-height: 100% |
| max-h-screen | max-height: 100vh |


*/

.amis-scope .h-px {
  height: 0.0625rem;
}

.amis-scope .h-0 {
  height: 0;
}

.amis-scope .h-none {
  height: 0;
}

.amis-scope .h-0\.5 {
  height: 0.125rem;
}

.amis-scope .h-1 {
  height: 0.25rem;
}

.amis-scope .h-1\.5 {
  height: 0.375rem;
}

.amis-scope .h-2 {
  height: 0.5rem;
}

.amis-scope .h-2\.5 {
  height: 0.625rem;
}

.amis-scope .h-3 {
  height: 0.75rem;
}

.amis-scope .h-3\.5 {
  height: 0.875rem;
}

.amis-scope .h-4 {
  height: 1rem;
}

.amis-scope .h-5 {
  height: 1.25rem;
}

.amis-scope .h-6 {
  height: 1.5rem;
}

.amis-scope .h-7 {
  height: 1.75rem;
}

.amis-scope .h-8 {
  height: 2rem;
}

.amis-scope .h-9 {
  height: 2.25rem;
}

.amis-scope .h-10 {
  height: 2.5rem;
}

.amis-scope .h-11 {
  height: 2.75rem;
}

.amis-scope .h-12 {
  height: 3rem;
}

.amis-scope .h-14 {
  height: 3.5rem;
}

.amis-scope .h-16 {
  height: 4rem;
}

.amis-scope .h-18 {
  height: 4.5rem;
}

.amis-scope .h-20 {
  height: 5rem;
}

.amis-scope .h-24 {
  height: 6rem;
}

.amis-scope .h-28 {
  height: 7rem;
}

.amis-scope .h-32 {
  height: 8rem;
}

.amis-scope .h-36 {
  height: 9rem;
}

.amis-scope .h-40 {
  height: 10rem;
}

.amis-scope .h-44 {
  height: 11rem;
}

.amis-scope .h-48 {
  height: 12rem;
}

.amis-scope .h-52 {
  height: 13rem;
}

.amis-scope .h-56 {
  height: 14rem;
}

.amis-scope .h-60 {
  height: 15rem;
}

.amis-scope .h-64 {
  height: 16rem;
}

.amis-scope .h-72 {
  height: 18rem;
}

.amis-scope .h-80 {
  height: 20rem;
}

.amis-scope .h-96 {
  height: 24rem;
}

.amis-scope .h-auto {
  height: auto;
}

.amis-scope .h-1\/2 {
  height: 50%;
}

.amis-scope .h-1\/3 {
  height: 33.333333%;
}

.amis-scope .h-2\/3 {
  height: 66.666667%;
}

.amis-scope .h-1\/4 {
  height: 25%;
}

.amis-scope .h-2\/4 {
  height: 50%;
}

.amis-scope .h-3\/4 {
  height: 75%;
}

.amis-scope .h-1\/5 {
  height: 20%;
}

.amis-scope .h-2\/5 {
  height: 40%;
}

.amis-scope .h-3\/5 {
  height: 60%;
}

.amis-scope .h-4\/5 {
  height: 80%;
}

.amis-scope .h-1\/6 {
  height: 16.666667%;
}

.amis-scope .h-2\/6 {
  height: 33.333333%;
}

.amis-scope .h-3\/6 {
  height: 50%;
}

.amis-scope .h-4\/6 {
  height: 66.666667%;
}

.amis-scope .h-5\/6 {
  height: 83.333333%;
}

.amis-scope .h-full {
  height: 100%;
}

.amis-scope .h-screen {
  height: 100vh;
}

.amis-scope .min-h-0 {
  min-height: 0px;
}

.amis-scope .min-h-full {
  min-height: 100%;
}

.amis-scope .min-h-screen {
  min-height: 100vh;
}

.amis-scope .max-h-px {
  max-height: 0.0625rem;
}

.amis-scope .max-h-0 {
  max-height: 0;
}

.amis-scope .max-h-none {
  max-height: 0;
}

.amis-scope .max-h-0\.5 {
  max-height: 0.125rem;
}

.amis-scope .max-h-1 {
  max-height: 0.25rem;
}

.amis-scope .max-h-1\.5 {
  max-height: 0.375rem;
}

.amis-scope .max-h-2 {
  max-height: 0.5rem;
}

.amis-scope .max-h-2\.5 {
  max-height: 0.625rem;
}

.amis-scope .max-h-3 {
  max-height: 0.75rem;
}

.amis-scope .max-h-3\.5 {
  max-height: 0.875rem;
}

.amis-scope .max-h-4 {
  max-height: 1rem;
}

.amis-scope .max-h-5 {
  max-height: 1.25rem;
}

.amis-scope .max-h-6 {
  max-height: 1.5rem;
}

.amis-scope .max-h-7 {
  max-height: 1.75rem;
}

.amis-scope .max-h-8 {
  max-height: 2rem;
}

.amis-scope .max-h-9 {
  max-height: 2.25rem;
}

.amis-scope .max-h-10 {
  max-height: 2.5rem;
}

.amis-scope .max-h-11 {
  max-height: 2.75rem;
}

.amis-scope .max-h-12 {
  max-height: 3rem;
}

.amis-scope .max-h-14 {
  max-height: 3.5rem;
}

.amis-scope .max-h-16 {
  max-height: 4rem;
}

.amis-scope .max-h-18 {
  max-height: 4.5rem;
}

.amis-scope .max-h-20 {
  max-height: 5rem;
}

.amis-scope .max-h-24 {
  max-height: 6rem;
}

.amis-scope .max-h-28 {
  max-height: 7rem;
}

.amis-scope .max-h-32 {
  max-height: 8rem;
}

.amis-scope .max-h-36 {
  max-height: 9rem;
}

.amis-scope .max-h-40 {
  max-height: 10rem;
}

.amis-scope .max-h-44 {
  max-height: 11rem;
}

.amis-scope .max-h-48 {
  max-height: 12rem;
}

.amis-scope .max-h-52 {
  max-height: 13rem;
}

.amis-scope .max-h-56 {
  max-height: 14rem;
}

.amis-scope .max-h-60 {
  max-height: 15rem;
}

.amis-scope .max-h-64 {
  max-height: 16rem;
}

.amis-scope .max-h-72 {
  max-height: 18rem;
}

.amis-scope .max-h-80 {
  max-height: 20rem;
}

.amis-scope .max-h-96 {
  max-height: 24rem;
}

.amis-scope .max-h-full {
  max-height: 100%;
}

.amis-scope .max-h-screen {
  max-height: 100vh;
}

@media (max-width: 768px) {
  .amis-scope .m\:h-px {
    height: 0.0625rem;
  }

  .amis-scope .m\:h-0 {
    height: 0;
  }

  .amis-scope .m\:h-none {
    height: 0;
  }

  .amis-scope .m\:h-0\.5 {
    height: 0.125rem;
  }

  .amis-scope .m\:h-1 {
    height: 0.25rem;
  }

  .amis-scope .m\:h-1\.5 {
    height: 0.375rem;
  }

  .amis-scope .m\:h-2 {
    height: 0.5rem;
  }

  .amis-scope .m\:h-2\.5 {
    height: 0.625rem;
  }

  .amis-scope .m\:h-3 {
    height: 0.75rem;
  }

  .amis-scope .m\:h-3\.5 {
    height: 0.875rem;
  }

  .amis-scope .m\:h-4 {
    height: 1rem;
  }

  .amis-scope .m\:h-5 {
    height: 1.25rem;
  }

  .amis-scope .m\:h-6 {
    height: 1.5rem;
  }

  .amis-scope .m\:h-7 {
    height: 1.75rem;
  }

  .amis-scope .m\:h-8 {
    height: 2rem;
  }

  .amis-scope .m\:h-9 {
    height: 2.25rem;
  }

  .amis-scope .m\:h-10 {
    height: 2.5rem;
  }

  .amis-scope .m\:h-11 {
    height: 2.75rem;
  }

  .amis-scope .m\:h-12 {
    height: 3rem;
  }

  .amis-scope .m\:h-14 {
    height: 3.5rem;
  }

  .amis-scope .m\:h-16 {
    height: 4rem;
  }

  .amis-scope .m\:h-18 {
    height: 4.5rem;
  }

  .amis-scope .m\:h-20 {
    height: 5rem;
  }

  .amis-scope .m\:h-24 {
    height: 6rem;
  }

  .amis-scope .m\:h-28 {
    height: 7rem;
  }

  .amis-scope .m\:h-32 {
    height: 8rem;
  }

  .amis-scope .m\:h-36 {
    height: 9rem;
  }

  .amis-scope .m\:h-40 {
    height: 10rem;
  }

  .amis-scope .m\:h-44 {
    height: 11rem;
  }

  .amis-scope .m\:h-48 {
    height: 12rem;
  }

  .amis-scope .m\:h-52 {
    height: 13rem;
  }

  .amis-scope .m\:h-56 {
    height: 14rem;
  }

  .amis-scope .m\:h-60 {
    height: 15rem;
  }

  .amis-scope .m\:h-64 {
    height: 16rem;
  }

  .amis-scope .m\:h-72 {
    height: 18rem;
  }

  .amis-scope .m\:h-80 {
    height: 20rem;
  }

  .amis-scope .m\:h-96 {
    height: 24rem;
  }

  .amis-scope .m\:h-auto {
    height: auto;
  }

  .amis-scope .m\:h-1\/2 {
    height: 50%;
  }

  .amis-scope .m\:h-1\/3 {
    height: 33.333333%;
  }

  .amis-scope .m\:h-2\/3 {
    height: 66.666667%;
  }

  .amis-scope .m\:h-1\/4 {
    height: 25%;
  }

  .amis-scope .m\:h-2\/4 {
    height: 50%;
  }

  .amis-scope .m\:h-3\/4 {
    height: 75%;
  }

  .amis-scope .m\:h-1\/5 {
    height: 20%;
  }

  .amis-scope .m\:h-2\/5 {
    height: 40%;
  }

  .amis-scope .m\:h-3\/5 {
    height: 60%;
  }

  .amis-scope .m\:h-4\/5 {
    height: 80%;
  }

  .amis-scope .m\:h-1\/6 {
    height: 16.666667%;
  }

  .amis-scope .m\:h-2\/6 {
    height: 33.333333%;
  }

  .amis-scope .m\:h-3\/6 {
    height: 50%;
  }

  .amis-scope .m\:h-4\/6 {
    height: 66.666667%;
  }

  .amis-scope .m\:h-5\/6 {
    height: 83.333333%;
  }

  .amis-scope .m\:h-full {
    height: 100%;
  }

  .amis-scope .m\:h-screen {
    height: 100vh;
  }

  .amis-scope .m\:min-h-0 {
    min-height: 0px;
  }

  .amis-scope .m\:min-h-full {
    min-height: 100%;
  }

  .amis-scope .m\:min-h-screen {
    min-height: 100vh;
  }

  .amis-scope .m\:max-h-px {
    max-height: 0.0625rem;
  }

  .amis-scope .m\:max-h-0 {
    max-height: 0;
  }

  .amis-scope .m\:max-h-none {
    max-height: 0;
  }

  .amis-scope .m\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .amis-scope .m\:max-h-1 {
    max-height: 0.25rem;
  }

  .amis-scope .m\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .amis-scope .m\:max-h-2 {
    max-height: 0.5rem;
  }

  .amis-scope .m\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .amis-scope .m\:max-h-3 {
    max-height: 0.75rem;
  }

  .amis-scope .m\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .amis-scope .m\:max-h-4 {
    max-height: 1rem;
  }

  .amis-scope .m\:max-h-5 {
    max-height: 1.25rem;
  }

  .amis-scope .m\:max-h-6 {
    max-height: 1.5rem;
  }

  .amis-scope .m\:max-h-7 {
    max-height: 1.75rem;
  }

  .amis-scope .m\:max-h-8 {
    max-height: 2rem;
  }

  .amis-scope .m\:max-h-9 {
    max-height: 2.25rem;
  }

  .amis-scope .m\:max-h-10 {
    max-height: 2.5rem;
  }

  .amis-scope .m\:max-h-11 {
    max-height: 2.75rem;
  }

  .amis-scope .m\:max-h-12 {
    max-height: 3rem;
  }

  .amis-scope .m\:max-h-14 {
    max-height: 3.5rem;
  }

  .amis-scope .m\:max-h-16 {
    max-height: 4rem;
  }

  .amis-scope .m\:max-h-18 {
    max-height: 4.5rem;
  }

  .amis-scope .m\:max-h-20 {
    max-height: 5rem;
  }

  .amis-scope .m\:max-h-24 {
    max-height: 6rem;
  }

  .amis-scope .m\:max-h-28 {
    max-height: 7rem;
  }

  .amis-scope .m\:max-h-32 {
    max-height: 8rem;
  }

  .amis-scope .m\:max-h-36 {
    max-height: 9rem;
  }

  .amis-scope .m\:max-h-40 {
    max-height: 10rem;
  }

  .amis-scope .m\:max-h-44 {
    max-height: 11rem;
  }

  .amis-scope .m\:max-h-48 {
    max-height: 12rem;
  }

  .amis-scope .m\:max-h-52 {
    max-height: 13rem;
  }

  .amis-scope .m\:max-h-56 {
    max-height: 14rem;
  }

  .amis-scope .m\:max-h-60 {
    max-height: 15rem;
  }

  .amis-scope .m\:max-h-64 {
    max-height: 16rem;
  }

  .amis-scope .m\:max-h-72 {
    max-height: 18rem;
  }

  .amis-scope .m\:max-h-80 {
    max-height: 20rem;
  }

  .amis-scope .m\:max-h-96 {
    max-height: 24rem;
  }

  .amis-scope .m\:max-h-full {
    max-height: 100%;
  }

  .amis-scope .m\:max-h-screen {
    max-height: 100vh;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:h-px {
    height: 0.0625rem;
  }

  .amis-scope .pc\:h-0 {
    height: 0;
  }

  .amis-scope .pc\:h-none {
    height: 0;
  }

  .amis-scope .pc\:h-0\.5 {
    height: 0.125rem;
  }

  .amis-scope .pc\:h-1 {
    height: 0.25rem;
  }

  .amis-scope .pc\:h-1\.5 {
    height: 0.375rem;
  }

  .amis-scope .pc\:h-2 {
    height: 0.5rem;
  }

  .amis-scope .pc\:h-2\.5 {
    height: 0.625rem;
  }

  .amis-scope .pc\:h-3 {
    height: 0.75rem;
  }

  .amis-scope .pc\:h-3\.5 {
    height: 0.875rem;
  }

  .amis-scope .pc\:h-4 {
    height: 1rem;
  }

  .amis-scope .pc\:h-5 {
    height: 1.25rem;
  }

  .amis-scope .pc\:h-6 {
    height: 1.5rem;
  }

  .amis-scope .pc\:h-7 {
    height: 1.75rem;
  }

  .amis-scope .pc\:h-8 {
    height: 2rem;
  }

  .amis-scope .pc\:h-9 {
    height: 2.25rem;
  }

  .amis-scope .pc\:h-10 {
    height: 2.5rem;
  }

  .amis-scope .pc\:h-11 {
    height: 2.75rem;
  }

  .amis-scope .pc\:h-12 {
    height: 3rem;
  }

  .amis-scope .pc\:h-14 {
    height: 3.5rem;
  }

  .amis-scope .pc\:h-16 {
    height: 4rem;
  }

  .amis-scope .pc\:h-18 {
    height: 4.5rem;
  }

  .amis-scope .pc\:h-20 {
    height: 5rem;
  }

  .amis-scope .pc\:h-24 {
    height: 6rem;
  }

  .amis-scope .pc\:h-28 {
    height: 7rem;
  }

  .amis-scope .pc\:h-32 {
    height: 8rem;
  }

  .amis-scope .pc\:h-36 {
    height: 9rem;
  }

  .amis-scope .pc\:h-40 {
    height: 10rem;
  }

  .amis-scope .pc\:h-44 {
    height: 11rem;
  }

  .amis-scope .pc\:h-48 {
    height: 12rem;
  }

  .amis-scope .pc\:h-52 {
    height: 13rem;
  }

  .amis-scope .pc\:h-56 {
    height: 14rem;
  }

  .amis-scope .pc\:h-60 {
    height: 15rem;
  }

  .amis-scope .pc\:h-64 {
    height: 16rem;
  }

  .amis-scope .pc\:h-72 {
    height: 18rem;
  }

  .amis-scope .pc\:h-80 {
    height: 20rem;
  }

  .amis-scope .pc\:h-96 {
    height: 24rem;
  }

  .amis-scope .pc\:h-auto {
    height: auto;
  }

  .amis-scope .pc\:h-1\/2 {
    height: 50%;
  }

  .amis-scope .pc\:h-1\/3 {
    height: 33.333333%;
  }

  .amis-scope .pc\:h-2\/3 {
    height: 66.666667%;
  }

  .amis-scope .pc\:h-1\/4 {
    height: 25%;
  }

  .amis-scope .pc\:h-2\/4 {
    height: 50%;
  }

  .amis-scope .pc\:h-3\/4 {
    height: 75%;
  }

  .amis-scope .pc\:h-1\/5 {
    height: 20%;
  }

  .amis-scope .pc\:h-2\/5 {
    height: 40%;
  }

  .amis-scope .pc\:h-3\/5 {
    height: 60%;
  }

  .amis-scope .pc\:h-4\/5 {
    height: 80%;
  }

  .amis-scope .pc\:h-1\/6 {
    height: 16.666667%;
  }

  .amis-scope .pc\:h-2\/6 {
    height: 33.333333%;
  }

  .amis-scope .pc\:h-3\/6 {
    height: 50%;
  }

  .amis-scope .pc\:h-4\/6 {
    height: 66.666667%;
  }

  .amis-scope .pc\:h-5\/6 {
    height: 83.333333%;
  }

  .amis-scope .pc\:h-full {
    height: 100%;
  }

  .amis-scope .pc\:h-screen {
    height: 100vh;
  }

  .amis-scope .pc\:min-h-0 {
    min-height: 0px;
  }

  .amis-scope .pc\:min-h-full {
    min-height: 100%;
  }

  .amis-scope .pc\:min-h-screen {
    min-height: 100vh;
  }

  .amis-scope .pc\:max-h-px {
    max-height: 0.0625rem;
  }

  .amis-scope .pc\:max-h-0 {
    max-height: 0;
  }

  .amis-scope .pc\:max-h-none {
    max-height: 0;
  }

  .amis-scope .pc\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .amis-scope .pc\:max-h-1 {
    max-height: 0.25rem;
  }

  .amis-scope .pc\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .amis-scope .pc\:max-h-2 {
    max-height: 0.5rem;
  }

  .amis-scope .pc\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .amis-scope .pc\:max-h-3 {
    max-height: 0.75rem;
  }

  .amis-scope .pc\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .amis-scope .pc\:max-h-4 {
    max-height: 1rem;
  }

  .amis-scope .pc\:max-h-5 {
    max-height: 1.25rem;
  }

  .amis-scope .pc\:max-h-6 {
    max-height: 1.5rem;
  }

  .amis-scope .pc\:max-h-7 {
    max-height: 1.75rem;
  }

  .amis-scope .pc\:max-h-8 {
    max-height: 2rem;
  }

  .amis-scope .pc\:max-h-9 {
    max-height: 2.25rem;
  }

  .amis-scope .pc\:max-h-10 {
    max-height: 2.5rem;
  }

  .amis-scope .pc\:max-h-11 {
    max-height: 2.75rem;
  }

  .amis-scope .pc\:max-h-12 {
    max-height: 3rem;
  }

  .amis-scope .pc\:max-h-14 {
    max-height: 3.5rem;
  }

  .amis-scope .pc\:max-h-16 {
    max-height: 4rem;
  }

  .amis-scope .pc\:max-h-18 {
    max-height: 4.5rem;
  }

  .amis-scope .pc\:max-h-20 {
    max-height: 5rem;
  }

  .amis-scope .pc\:max-h-24 {
    max-height: 6rem;
  }

  .amis-scope .pc\:max-h-28 {
    max-height: 7rem;
  }

  .amis-scope .pc\:max-h-32 {
    max-height: 8rem;
  }

  .amis-scope .pc\:max-h-36 {
    max-height: 9rem;
  }

  .amis-scope .pc\:max-h-40 {
    max-height: 10rem;
  }

  .amis-scope .pc\:max-h-44 {
    max-height: 11rem;
  }

  .amis-scope .pc\:max-h-48 {
    max-height: 12rem;
  }

  .amis-scope .pc\:max-h-52 {
    max-height: 13rem;
  }

  .amis-scope .pc\:max-h-56 {
    max-height: 14rem;
  }

  .amis-scope .pc\:max-h-60 {
    max-height: 15rem;
  }

  .amis-scope .pc\:max-h-64 {
    max-height: 16rem;
  }

  .amis-scope .pc\:max-h-72 {
    max-height: 18rem;
  }

  .amis-scope .pc\:max-h-80 {
    max-height: 20rem;
  }

  .amis-scope .pc\:max-h-96 {
    max-height: 24rem;
  }

  .amis-scope .pc\:max-h-full {
    max-height: 100%;
  }

  .amis-scope .pc\:max-h-screen {
    max-height: 100vh;
  }
}

/*!markdown

---
title: Font Family
---

| Class       | Properties               |
| ----------- | ------------------------ |
| font-sans | ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' |
| font-serif | font-family: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif |
| font-mono | font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace |

*/

.amis-scope .font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.amis-scope .font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.amis-scope .font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/*!markdown

---
title: Font Size
---

| Class       | Properties               |
| ----------- | ------------------------ |
| text-xs | font-size: 0.75rem; line-height: 1rem |
| text-sm | font-size: 0.875rem; line-height: 1.25rem |
| text-base | font-size: 1rem; line-height: 1.5rem |
| text-md | font-size: 1.125rem; line-height: 1.75rem |
| text-lg | font-size: 1.25rem; line-height: 1.75rem |
| text-xl | font-size: 1.5rem; line-height: 2rem |
| text-2xl | font-size: 1.875rem; line-height: 2.25rem |
| text-3xl | font-size: 2.25rem; line-height: 2.5rem |
| text-4xl | font-size: 3rem; line-height: 1 |
| text-5xl | font-size: 3.75rem; line-height: 1 |
| text-6xl | font-size: 4.5rem; line-height: 1 |
| text-7xl | font-size: 6rem; line-height: 1 |
| text-8xl | font-size: 8rem; line-height: 1 |



*/

.amis-scope .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.amis-scope .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.amis-scope .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.amis-scope .text-md {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.amis-scope .text-lg {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.amis-scope .text-xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.amis-scope .text-2xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.amis-scope .text-3xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.amis-scope .text-4xl {
  font-size: 3rem;
  line-height: 1;
}

.amis-scope .text-5xl {
  font-size: 3.75rem;
  line-height: 1;
}

.amis-scope .text-6xl {
  font-size: 4.5rem;
  line-height: 1;
}

.amis-scope .text-7xl {
  font-size: 6rem;
  line-height: 1;
}

.amis-scope .text-8xl {
  font-size: 8rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .amis-scope .m\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .amis-scope .m\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .amis-scope .m\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .amis-scope .m\:text-md {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .amis-scope .m\:text-lg {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .amis-scope .m\:text-xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .amis-scope .m\:text-2xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .amis-scope .m\:text-3xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .amis-scope .m\:text-4xl {
    font-size: 3rem;
    line-height: 1;
  }

  .amis-scope .m\:text-5xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .amis-scope .m\:text-6xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .amis-scope .m\:text-7xl {
    font-size: 6rem;
    line-height: 1;
  }

  .amis-scope .m\:text-8xl {
    font-size: 8rem;
    line-height: 1;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .amis-scope .pc\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .amis-scope .pc\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .amis-scope .pc\:text-md {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .amis-scope .pc\:text-lg {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .amis-scope .pc\:text-xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .amis-scope .pc\:text-2xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .amis-scope .pc\:text-3xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .amis-scope .pc\:text-4xl {
    font-size: 3rem;
    line-height: 1;
  }

  .amis-scope .pc\:text-5xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .amis-scope .pc\:text-6xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .amis-scope .pc\:text-7xl {
    font-size: 6rem;
    line-height: 1;
  }

  .amis-scope .pc\:text-8xl {
    font-size: 8rem;
    line-height: 1;
  }
}

/*!markdown

---
title: Font Style
---

| Class       | Properties               |
| ----------- | ------------------------ |
| italic | font-style: italic |
| not-italic | font-style: normal |


*/

.amis-scope .italic {
  font-style: italic;
}

.amis-scope .not-italic {
  font-style: normal;
}

@media (max-width: 768px) {
  .amis-scope .m\:italic {
    font-style: italic;
  }

  .amis-scope .m\:not-italic {
    font-style: normal;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:italic {
    font-style: italic;
  }

  .amis-scope .pc\:not-italic {
    font-style: normal;
  }
}

/*!markdown

---
title: Font Weight
---

| Class       | Properties               |
| ----------- | ------------------------ |
| font-thin | font-weight: 100 |
| font-extralight | font-weight: 200 |
| font-light | font-weight: 300 |
| font-normal | font-weight: 400 |
| font-medium | font-weight: 500 |
| font-semibold | font-weight: 600 |
| font-bold | font-weight: 700 |
| font-extrabold | font-weight: 800 |
| font-black | font-weight: 900 |


*/

.amis-scope .font-thin {
  font-weight: 100;
}

.amis-scope .font-extralight {
  font-weight: 200;
}

.amis-scope .font-light {
  font-weight: 300;
}

.amis-scope .font-normal {
  font-weight: 400;
}

.amis-scope .font-medium {
  font-weight: 500;
}

.amis-scope .font-semibold {
  font-weight: 600;
}

.amis-scope .font-bold {
  font-weight: 700;
}

.amis-scope .font-extrabold {
  font-weight: 800;
}

.amis-scope .font-black {
  font-weight: 900;
}

@media (max-width: 768px) {
  .amis-scope .m\:font-thin {
    font-weight: 100;
  }

  .amis-scope .m\:font-extralight {
    font-weight: 200;
  }

  .amis-scope .m\:font-light {
    font-weight: 300;
  }

  .amis-scope .m\:font-normal {
    font-weight: 400;
  }

  .amis-scope .m\:font-medium {
    font-weight: 500;
  }

  .amis-scope .m\:font-semibold {
    font-weight: 600;
  }

  .amis-scope .m\:font-bold {
    font-weight: 700;
  }

  .amis-scope .m\:font-extrabold {
    font-weight: 800;
  }

  .amis-scope .m\:font-black {
    font-weight: 900;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:font-thin {
    font-weight: 100;
  }

  .amis-scope .pc\:font-extralight {
    font-weight: 200;
  }

  .amis-scope .pc\:font-light {
    font-weight: 300;
  }

  .amis-scope .pc\:font-normal {
    font-weight: 400;
  }

  .amis-scope .pc\:font-medium {
    font-weight: 500;
  }

  .amis-scope .pc\:font-semibold {
    font-weight: 600;
  }

  .amis-scope .pc\:font-bold {
    font-weight: 700;
  }

  .amis-scope .pc\:font-extrabold {
    font-weight: 800;
  }

  .amis-scope .pc\:font-black {
    font-weight: 900;
  }
}

/*!markdown

---
title: Line Height
---

| Class       | Properties               |
| ----------- | ------------------------ |
| leading-3 | line-height: 0.75rem |
| leading-4 | line-height: 1rem |
| leading-5 | line-height: 1.25rem |
| leading-6 | line-height: 1.5rem |
| leading-7 | line-height: 1.75rem |
| leading-8 | line-height: 2rem |
| leading-9 | line-height: 2.25rem |
| leading-10 | line-height: 2.5rem |
| leading-none | line-height: 1 |
| leading-tight | line-height: 1.25 |
| leading-snug | line-height: 1.375 |
| leading-normal | line-height: 1.5 |
| leading-relaxed | line-height: 1.625 |
| leading-loose | line-height: 2 |


*/

.amis-scope .leading-3 {
  line-height: 0.75rem;
}

.amis-scope .leading-4 {
  line-height: 1rem;
}

.amis-scope .leading-5 {
  line-height: 1.25rem;
}

.amis-scope .leading-6 {
  line-height: 1.5rem;
}

.amis-scope .leading-7 {
  line-height: 1.75rem;
}

.amis-scope .leading-8 {
  line-height: 2rem;
}

.amis-scope .leading-9 {
  line-height: 2.25rem;
}

.amis-scope .leading-10 {
  line-height: 2.5rem;
}

.amis-scope .leading-none {
  line-height: 1;
}

.amis-scope .leading-tight {
  line-height: 1.25;
}

.amis-scope .leading-snug {
  line-height: 1.375;
}

.amis-scope .leading-normal {
  line-height: 1.5;
}

.amis-scope .leading-relaxed {
  line-height: 1.625;
}

.amis-scope .leading-loose {
  line-height: 2;
}

@media (max-width: 768px) {
  .amis-scope .m\:leading-3 {
    line-height: 0.75rem;
  }

  .amis-scope .m\:leading-4 {
    line-height: 1rem;
  }

  .amis-scope .m\:leading-5 {
    line-height: 1.25rem;
  }

  .amis-scope .m\:leading-6 {
    line-height: 1.5rem;
  }

  .amis-scope .m\:leading-7 {
    line-height: 1.75rem;
  }

  .amis-scope .m\:leading-8 {
    line-height: 2rem;
  }

  .amis-scope .m\:leading-9 {
    line-height: 2.25rem;
  }

  .amis-scope .m\:leading-10 {
    line-height: 2.5rem;
  }

  .amis-scope .m\:leading-none {
    line-height: 1;
  }

  .amis-scope .m\:leading-tight {
    line-height: 1.25;
  }

  .amis-scope .m\:leading-snug {
    line-height: 1.375;
  }

  .amis-scope .m\:leading-normal {
    line-height: 1.5;
  }

  .amis-scope .m\:leading-relaxed {
    line-height: 1.625;
  }

  .amis-scope .m\:leading-loose {
    line-height: 2;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:leading-3 {
    line-height: 0.75rem;
  }

  .amis-scope .pc\:leading-4 {
    line-height: 1rem;
  }

  .amis-scope .pc\:leading-5 {
    line-height: 1.25rem;
  }

  .amis-scope .pc\:leading-6 {
    line-height: 1.5rem;
  }

  .amis-scope .pc\:leading-7 {
    line-height: 1.75rem;
  }

  .amis-scope .pc\:leading-8 {
    line-height: 2rem;
  }

  .amis-scope .pc\:leading-9 {
    line-height: 2.25rem;
  }

  .amis-scope .pc\:leading-10 {
    line-height: 2.5rem;
  }

  .amis-scope .pc\:leading-none {
    line-height: 1;
  }

  .amis-scope .pc\:leading-tight {
    line-height: 1.25;
  }

  .amis-scope .pc\:leading-snug {
    line-height: 1.375;
  }

  .amis-scope .pc\:leading-normal {
    line-height: 1.5;
  }

  .amis-scope .pc\:leading-relaxed {
    line-height: 1.625;
  }

  .amis-scope .pc\:leading-loose {
    line-height: 2;
  }
}

/*!markdown

---
title: List Style Type
---

| Class       | Properties               |
| ----------- | ------------------------ |
| list-none | list-style-type: none |
| list-disc | list-style-type: disc |
| list-decimal | list-style-type: decimal |
| list-inside | list-style-position: inside |
| list-outside | list-style-position: outside |


*/

.amis-scope .list-none {
  list-style-type: none;
}

.amis-scope .list-disc {
  list-style-type: disc;
}

.amis-scope .list-decimal {
  list-style-type: decimal;
}

.amis-scope .list-inside {
  list-style-position: inside;
}

.amis-scope .list-outside {
  list-style-position: outside;
}

@media (max-width: 768px) {
  .amis-scope .m\:list-none {
    list-style-type: none;
  }

  .amis-scope .m\:list-disc {
    list-style-type: disc;
  }

  .amis-scope .m\:list-decimal {
    list-style-type: decimal;
  }

  .amis-scope .m\:list-inside {
    list-style-position: inside;
  }

  .amis-scope .m\:list-outside {
    list-style-position: outside;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:list-none {
    list-style-type: none;
  }

  .amis-scope .pc\:list-disc {
    list-style-type: disc;
  }

  .amis-scope .pc\:list-decimal {
    list-style-type: decimal;
  }

  .amis-scope .pc\:list-inside {
    list-style-position: inside;
  }

  .amis-scope .pc\:list-outside {
    list-style-position: outside;
  }
}

/*!markdown

---
title: Text Align
---

| Class       | Properties               |
| ----------- | ------------------------ |
| text-left | text-align: left |
| text-center | text-align: center |
| text-right | text-align: right |
| text-justify | text-align: justify |


*/

.amis-scope .text-left {
  text-align: left;
}

.amis-scope .text-center {
  text-align: center;
}

.amis-scope .text-right {
  text-align: right;
}

.amis-scope .text-justify {
  text-align: justify;
}

@media (max-width: 768px) {
  .amis-scope .m\:text-left {
    text-align: left;
  }

  .amis-scope .m\:text-center {
    text-align: center;
  }

  .amis-scope .m\:text-right {
    text-align: right;
  }

  .amis-scope .m\:text-justify {
    text-align: justify;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:text-left {
    text-align: left;
  }

  .amis-scope .pc\:text-center {
    text-align: center;
  }

  .amis-scope .pc\:text-right {
    text-align: right;
  }

  .amis-scope .pc\:text-justify {
    text-align: justify;
  }
}

/*!markdown

---
title: Text Color
---

| Class       | Properties               | 示例效果               |
| ----------- | ------------------------ | ------------------------ |
| text-transparent | color: transparent | <span style="color: #transparent">AaBbCcDd</span>|
| text-current | color: currentColor | <span style="color: #currentColor">AaBbCcDd</span>|
| text-black | color: #000 | <span style="color: #000">AaBbCcDd</span>|
| text-white | color: #fff | <span style="color: #fff">AaBbCcDd</span>|
| text-primary | color: #007bff | <span style="color: #007bff">AaBbCcDd</span>|
| text-secondary | color: #6c757d | <span style="color: #6c757d">AaBbCcDd</span>|
| text-success | color: #28a745 | <span style="color: #28a745">AaBbCcDd</span>|
| text-info | color: #007bff | <span style="color: #007bff">AaBbCcDd</span>|
| text-warning | color: #fad733 | <span style="color: #fad733">AaBbCcDd</span>|
| text-danger | color: #dc3545 | <span style="color: #dc3545">AaBbCcDd</span>|
| text-light | color: #f8f9fa | <span style="color: #f8f9fa">AaBbCcDd</span>|
| text-dark | color: #343a40 | <span style="color: #343a40">AaBbCcDd</span>|
| text-gray-50 | color: #f9fafb | <span style="color: #f9fafb">AaBbCcDd</span>|
| text-gray-100 | color: #f3f4f6 | <span style="color: #f3f4f6">AaBbCcDd</span>|
| text-gray-200 | color: #e5e7eb | <span style="color: #e5e7eb">AaBbCcDd</span>|
| text-gray-300 | color: #d1d5db | <span style="color: #d1d5db">AaBbCcDd</span>|
| text-gray-400 | color: #9ca3af | <span style="color: #9ca3af">AaBbCcDd</span>|
| text-gray-500 | color: #6b7280 | <span style="color: #6b7280">AaBbCcDd</span>|
| text-gray-600 | color: #4b5563 | <span style="color: #4b5563">AaBbCcDd</span>|
| text-gray-700 | color: #374151 | <span style="color: #374151">AaBbCcDd</span>|
| text-gray-800 | color: #1f2937 | <span style="color: #1f2937">AaBbCcDd</span>|
| text-gray-900 | color: #111827 | <span style="color: #111827">AaBbCcDd</span>|
| text-red-50 | color: #fef2f2 | <span style="color: #fef2f2">AaBbCcDd</span>|
| text-red-100 | color: #fee2e2 | <span style="color: #fee2e2">AaBbCcDd</span>|
| text-red-200 | color: #fecaca | <span style="color: #fecaca">AaBbCcDd</span>|
| text-red-300 | color: #fca5a5 | <span style="color: #fca5a5">AaBbCcDd</span>|
| text-red-400 | color: #f87171 | <span style="color: #f87171">AaBbCcDd</span>|
| text-red-500 | color: #ef4444 | <span style="color: #ef4444">AaBbCcDd</span>|
| text-red-600 | color: #dc2626 | <span style="color: #dc2626">AaBbCcDd</span>|
| text-red-700 | color: #b91c1c | <span style="color: #b91c1c">AaBbCcDd</span>|
| text-red-800 | color: #991b1b | <span style="color: #991b1b">AaBbCcDd</span>|
| text-red-900 | color: #7f1d1d | <span style="color: #7f1d1d">AaBbCcDd</span>|
| text-yellow-50 | color: #fffbeb | <span style="color: #fffbeb">AaBbCcDd</span>|
| text-yellow-100 | color: #fef3c7 | <span style="color: #fef3c7">AaBbCcDd</span>|
| text-yellow-200 | color: #fde68a | <span style="color: #fde68a">AaBbCcDd</span>|
| text-yellow-300 | color: #fcd34d | <span style="color: #fcd34d">AaBbCcDd</span>|
| text-yellow-400 | color: #fbbf24 | <span style="color: #fbbf24">AaBbCcDd</span>|
| text-yellow-500 | color: #f59e0b | <span style="color: #f59e0b">AaBbCcDd</span>|
| text-yellow-600 | color: #d97706 | <span style="color: #d97706">AaBbCcDd</span>|
| text-yellow-700 | color: #b45309 | <span style="color: #b45309">AaBbCcDd</span>|
| text-yellow-800 | color: #92400e | <span style="color: #92400e">AaBbCcDd</span>|
| text-yellow-900 | color: #78350f | <span style="color: #78350f">AaBbCcDd</span>|
| text-green-50 | color: #ecfdf5 | <span style="color: #ecfdf5">AaBbCcDd</span>|
| text-green-100 | color: #d1fae5 | <span style="color: #d1fae5">AaBbCcDd</span>|
| text-green-200 | color: #a7f3d0 | <span style="color: #a7f3d0">AaBbCcDd</span>|
| text-green-300 | color: #6ee7b7 | <span style="color: #6ee7b7">AaBbCcDd</span>|
| text-green-400 | color: #34d399 | <span style="color: #34d399">AaBbCcDd</span>|
| text-green-500 | color: #10b981 | <span style="color: #10b981">AaBbCcDd</span>|
| text-green-600 | color: #059669 | <span style="color: #059669">AaBbCcDd</span>|
| text-green-700 | color: #047857 | <span style="color: #047857">AaBbCcDd</span>|
| text-green-800 | color: #065f46 | <span style="color: #065f46">AaBbCcDd</span>|
| text-green-900 | color: #064e3b | <span style="color: #064e3b">AaBbCcDd</span>|
| text-blue-50 | color: #eff6ff | <span style="color: #eff6ff">AaBbCcDd</span>|
| text-blue-100 | color: #dbeafe | <span style="color: #dbeafe">AaBbCcDd</span>|
| text-blue-200 | color: #bfdbfe | <span style="color: #bfdbfe">AaBbCcDd</span>|
| text-blue-300 | color: #93c5fd | <span style="color: #93c5fd">AaBbCcDd</span>|
| text-blue-400 | color: #60a5fa | <span style="color: #60a5fa">AaBbCcDd</span>|
| text-blue-500 | color: #3b82f6 | <span style="color: #3b82f6">AaBbCcDd</span>|
| text-blue-600 | color: #2563eb | <span style="color: #2563eb">AaBbCcDd</span>|
| text-blue-700 | color: #1d4ed8 | <span style="color: #1d4ed8">AaBbCcDd</span>|
| text-blue-800 | color: #1e40af | <span style="color: #1e40af">AaBbCcDd</span>|
| text-blue-900 | color: #1e3a8a | <span style="color: #1e3a8a">AaBbCcDd</span>|
| text-cyan-50 | color: #ecfeff | <span style="color: #ecfeff">AaBbCcDd</span>|
| text-cyan-100 | color: #cffafe | <span style="color: #cffafe">AaBbCcDd</span>|
| text-cyan-200 | color: #a5f3fc | <span style="color: #a5f3fc">AaBbCcDd</span>|
| text-cyan-300 | color: #67e8f9 | <span style="color: #67e8f9">AaBbCcDd</span>|
| text-cyan-400 | color: #22d3ee | <span style="color: #22d3ee">AaBbCcDd</span>|
| text-cyan-500 | color: #06b6d4 | <span style="color: #06b6d4">AaBbCcDd</span>|
| text-cyan-600 | color: #0891b2 | <span style="color: #0891b2">AaBbCcDd</span>|
| text-cyan-700 | color: #0e7490 | <span style="color: #0e7490">AaBbCcDd</span>|
| text-cyan-800 | color: #155e75 | <span style="color: #155e75">AaBbCcDd</span>|
| text-cyan-900 | color: #164e63 | <span style="color: #164e63">AaBbCcDd</span>|
| text-indigo-50 | color: #eef2ff | <span style="color: #eef2ff">AaBbCcDd</span>|
| text-indigo-100 | color: #e0e7ff | <span style="color: #e0e7ff">AaBbCcDd</span>|
| text-indigo-200 | color: #c7d2fe | <span style="color: #c7d2fe">AaBbCcDd</span>|
| text-indigo-300 | color: #a5b4fc | <span style="color: #a5b4fc">AaBbCcDd</span>|
| text-indigo-400 | color: #818cf8 | <span style="color: #818cf8">AaBbCcDd</span>|
| text-indigo-500 | color: #6366f1 | <span style="color: #6366f1">AaBbCcDd</span>|
| text-indigo-600 | color: #4f46e5 | <span style="color: #4f46e5">AaBbCcDd</span>|
| text-indigo-700 | color: #4338ca | <span style="color: #4338ca">AaBbCcDd</span>|
| text-indigo-800 | color: #3730a3 | <span style="color: #3730a3">AaBbCcDd</span>|
| text-indigo-900 | color: #312e81 | <span style="color: #312e81">AaBbCcDd</span>|
| text-purple-50 | color: #f5f3ff | <span style="color: #f5f3ff">AaBbCcDd</span>|
| text-purple-100 | color: #ede9fe | <span style="color: #ede9fe">AaBbCcDd</span>|
| text-purple-200 | color: #ddd6fe | <span style="color: #ddd6fe">AaBbCcDd</span>|
| text-purple-300 | color: #c4b5fd | <span style="color: #c4b5fd">AaBbCcDd</span>|
| text-purple-400 | color: #a78bfa | <span style="color: #a78bfa">AaBbCcDd</span>|
| text-purple-500 | color: #8b5cf6 | <span style="color: #8b5cf6">AaBbCcDd</span>|
| text-purple-600 | color: #7c3aed | <span style="color: #7c3aed">AaBbCcDd</span>|
| text-purple-700 | color: #6d28d9 | <span style="color: #6d28d9">AaBbCcDd</span>|
| text-purple-800 | color: #5b21b6 | <span style="color: #5b21b6">AaBbCcDd</span>|
| text-purple-900 | color: #4c1d95 | <span style="color: #4c1d95">AaBbCcDd</span>|
| text-pink-50 | color: #fdf2f8 | <span style="color: #fdf2f8">AaBbCcDd</span>|
| text-pink-100 | color: #fce7f3 | <span style="color: #fce7f3">AaBbCcDd</span>|
| text-pink-200 | color: #fbcfe8 | <span style="color: #fbcfe8">AaBbCcDd</span>|
| text-pink-300 | color: #f9a8d4 | <span style="color: #f9a8d4">AaBbCcDd</span>|
| text-pink-400 | color: #f472b6 | <span style="color: #f472b6">AaBbCcDd</span>|
| text-pink-500 | color: #ec4899 | <span style="color: #ec4899">AaBbCcDd</span>|
| text-pink-600 | color: #db2777 | <span style="color: #db2777">AaBbCcDd</span>|
| text-pink-700 | color: #be185d | <span style="color: #be185d">AaBbCcDd</span>|
| text-pink-800 | color: #9d174d | <span style="color: #9d174d">AaBbCcDd</span>|
| text-pink-900 | color: #831843 | <span style="color: #831843">AaBbCcDd</span>|

还有 hover、active、focus、disabled 扩展,比如 `hover:text-black`

*/

.amis-scope .text-transparent {
  color: transparent;
}

.amis-scope .text-current {
  color: currentColor;
}

.amis-scope .text-black {
  color: #000;
}

.amis-scope .text-white {
  color: #fff;
}

.amis-scope .text-primary {
  color: #007bff;
}

.amis-scope .text-secondary {
  color: #6c757d;
}

.amis-scope .text-success {
  color: #28a745;
}

.amis-scope .text-info {
  color: #007bff;
}

.amis-scope .text-warning {
  color: #fad733;
}

.amis-scope .text-danger {
  color: #dc3545;
}

.amis-scope .text-light {
  color: #f8f9fa;
}

.amis-scope .text-dark {
  color: #343a40;
}

.amis-scope .text-gray-50 {
  color: #f9fafb;
}

.amis-scope .text-gray-100 {
  color: #f3f4f6;
}

.amis-scope .text-gray-200 {
  color: #e5e7eb;
}

.amis-scope .text-gray-300 {
  color: #d1d5db;
}

.amis-scope .text-gray-400 {
  color: #9ca3af;
}

.amis-scope .text-gray-500 {
  color: #6b7280;
}

.amis-scope .text-gray-600 {
  color: #4b5563;
}

.amis-scope .text-gray-700 {
  color: #374151;
}

.amis-scope .text-gray-800 {
  color: #1f2937;
}

.amis-scope .text-gray-900 {
  color: #111827;
}

.amis-scope .text-red-50 {
  color: #fef2f2;
}

.amis-scope .text-red-100 {
  color: #fee2e2;
}

.amis-scope .text-red-200 {
  color: #fecaca;
}

.amis-scope .text-red-300 {
  color: #fca5a5;
}

.amis-scope .text-red-400 {
  color: #f87171;
}

.amis-scope .text-red-500 {
  color: #ef4444;
}

.amis-scope .text-red-600 {
  color: #dc2626;
}

.amis-scope .text-red-700 {
  color: #b91c1c;
}

.amis-scope .text-red-800 {
  color: #991b1b;
}

.amis-scope .text-red-900 {
  color: #7f1d1d;
}

.amis-scope .text-yellow-50 {
  color: #fffbeb;
}

.amis-scope .text-yellow-100 {
  color: #fef3c7;
}

.amis-scope .text-yellow-200 {
  color: #fde68a;
}

.amis-scope .text-yellow-300 {
  color: #fcd34d;
}

.amis-scope .text-yellow-400 {
  color: #fbbf24;
}

.amis-scope .text-yellow-500 {
  color: #f59e0b;
}

.amis-scope .text-yellow-600 {
  color: #d97706;
}

.amis-scope .text-yellow-700 {
  color: #b45309;
}

.amis-scope .text-yellow-800 {
  color: #92400e;
}

.amis-scope .text-yellow-900 {
  color: #78350f;
}

.amis-scope .text-green-50 {
  color: #ecfdf5;
}

.amis-scope .text-green-100 {
  color: #d1fae5;
}

.amis-scope .text-green-200 {
  color: #a7f3d0;
}

.amis-scope .text-green-300 {
  color: #6ee7b7;
}

.amis-scope .text-green-400 {
  color: #34d399;
}

.amis-scope .text-green-500 {
  color: #10b981;
}

.amis-scope .text-green-600 {
  color: #059669;
}

.amis-scope .text-green-700 {
  color: #047857;
}

.amis-scope .text-green-800 {
  color: #065f46;
}

.amis-scope .text-green-900 {
  color: #064e3b;
}

.amis-scope .text-blue-50 {
  color: #eff6ff;
}

.amis-scope .text-blue-100 {
  color: #dbeafe;
}

.amis-scope .text-blue-200 {
  color: #bfdbfe;
}

.amis-scope .text-blue-300 {
  color: #93c5fd;
}

.amis-scope .text-blue-400 {
  color: #60a5fa;
}

.amis-scope .text-blue-500 {
  color: #3b82f6;
}

.amis-scope .text-blue-600 {
  color: #2563eb;
}

.amis-scope .text-blue-700 {
  color: #1d4ed8;
}

.amis-scope .text-blue-800 {
  color: #1e40af;
}

.amis-scope .text-blue-900 {
  color: #1e3a8a;
}

.amis-scope .text-cyan-50 {
  color: #ecfeff;
}

.amis-scope .text-cyan-100 {
  color: #cffafe;
}

.amis-scope .text-cyan-200 {
  color: #a5f3fc;
}

.amis-scope .text-cyan-300 {
  color: #67e8f9;
}

.amis-scope .text-cyan-400 {
  color: #22d3ee;
}

.amis-scope .text-cyan-500 {
  color: #06b6d4;
}

.amis-scope .text-cyan-600 {
  color: #0891b2;
}

.amis-scope .text-cyan-700 {
  color: #0e7490;
}

.amis-scope .text-cyan-800 {
  color: #155e75;
}

.amis-scope .text-cyan-900 {
  color: #164e63;
}

.amis-scope .text-indigo-50 {
  color: #eef2ff;
}

.amis-scope .text-indigo-100 {
  color: #e0e7ff;
}

.amis-scope .text-indigo-200 {
  color: #c7d2fe;
}

.amis-scope .text-indigo-300 {
  color: #a5b4fc;
}

.amis-scope .text-indigo-400 {
  color: #818cf8;
}

.amis-scope .text-indigo-500 {
  color: #6366f1;
}

.amis-scope .text-indigo-600 {
  color: #4f46e5;
}

.amis-scope .text-indigo-700 {
  color: #4338ca;
}

.amis-scope .text-indigo-800 {
  color: #3730a3;
}

.amis-scope .text-indigo-900 {
  color: #312e81;
}

.amis-scope .text-purple-50 {
  color: #f5f3ff;
}

.amis-scope .text-purple-100 {
  color: #ede9fe;
}

.amis-scope .text-purple-200 {
  color: #ddd6fe;
}

.amis-scope .text-purple-300 {
  color: #c4b5fd;
}

.amis-scope .text-purple-400 {
  color: #a78bfa;
}

.amis-scope .text-purple-500 {
  color: #8b5cf6;
}

.amis-scope .text-purple-600 {
  color: #7c3aed;
}

.amis-scope .text-purple-700 {
  color: #6d28d9;
}

.amis-scope .text-purple-800 {
  color: #5b21b6;
}

.amis-scope .text-purple-900 {
  color: #4c1d95;
}

.amis-scope .text-pink-50 {
  color: #fdf2f8;
}

.amis-scope .text-pink-100 {
  color: #fce7f3;
}

.amis-scope .text-pink-200 {
  color: #fbcfe8;
}

.amis-scope .text-pink-300 {
  color: #f9a8d4;
}

.amis-scope .text-pink-400 {
  color: #f472b6;
}

.amis-scope .text-pink-500 {
  color: #ec4899;
}

.amis-scope .text-pink-600 {
  color: #db2777;
}

.amis-scope .text-pink-700 {
  color: #be185d;
}

.amis-scope .text-pink-800 {
  color: #9d174d;
}

.amis-scope .text-pink-900 {
  color: #831843;
}

.amis-scope .hover\:text-transparent:hover {
  color: transparent;
}

.amis-scope .hover\:text-current:hover {
  color: currentColor;
}

.amis-scope .hover\:text-black:hover {
  color: #000;
}

.amis-scope .hover\:text-white:hover {
  color: #fff;
}

.amis-scope .hover\:text-primary:hover {
  color: #007bff;
}

.amis-scope .hover\:text-secondary:hover {
  color: #6c757d;
}

.amis-scope .hover\:text-success:hover {
  color: #28a745;
}

.amis-scope .hover\:text-info:hover {
  color: #007bff;
}

.amis-scope .hover\:text-warning:hover {
  color: #fad733;
}

.amis-scope .hover\:text-danger:hover {
  color: #dc3545;
}

.amis-scope .hover\:text-light:hover {
  color: #f8f9fa;
}

.amis-scope .hover\:text-dark:hover {
  color: #343a40;
}

.amis-scope .hover\:text-gray-50:hover {
  color: #f9fafb;
}

.amis-scope .hover\:text-gray-100:hover {
  color: #f3f4f6;
}

.amis-scope .hover\:text-gray-200:hover {
  color: #e5e7eb;
}

.amis-scope .hover\:text-gray-300:hover {
  color: #d1d5db;
}

.amis-scope .hover\:text-gray-400:hover {
  color: #9ca3af;
}

.amis-scope .hover\:text-gray-500:hover {
  color: #6b7280;
}

.amis-scope .hover\:text-gray-600:hover {
  color: #4b5563;
}

.amis-scope .hover\:text-gray-700:hover {
  color: #374151;
}

.amis-scope .hover\:text-gray-800:hover {
  color: #1f2937;
}

.amis-scope .hover\:text-gray-900:hover {
  color: #111827;
}

.amis-scope .hover\:text-red-50:hover {
  color: #fef2f2;
}

.amis-scope .hover\:text-red-100:hover {
  color: #fee2e2;
}

.amis-scope .hover\:text-red-200:hover {
  color: #fecaca;
}

.amis-scope .hover\:text-red-300:hover {
  color: #fca5a5;
}

.amis-scope .hover\:text-red-400:hover {
  color: #f87171;
}

.amis-scope .hover\:text-red-500:hover {
  color: #ef4444;
}

.amis-scope .hover\:text-red-600:hover {
  color: #dc2626;
}

.amis-scope .hover\:text-red-700:hover {
  color: #b91c1c;
}

.amis-scope .hover\:text-red-800:hover {
  color: #991b1b;
}

.amis-scope .hover\:text-red-900:hover {
  color: #7f1d1d;
}

.amis-scope .hover\:text-yellow-50:hover {
  color: #fffbeb;
}

.amis-scope .hover\:text-yellow-100:hover {
  color: #fef3c7;
}

.amis-scope .hover\:text-yellow-200:hover {
  color: #fde68a;
}

.amis-scope .hover\:text-yellow-300:hover {
  color: #fcd34d;
}

.amis-scope .hover\:text-yellow-400:hover {
  color: #fbbf24;
}

.amis-scope .hover\:text-yellow-500:hover {
  color: #f59e0b;
}

.amis-scope .hover\:text-yellow-600:hover {
  color: #d97706;
}

.amis-scope .hover\:text-yellow-700:hover {
  color: #b45309;
}

.amis-scope .hover\:text-yellow-800:hover {
  color: #92400e;
}

.amis-scope .hover\:text-yellow-900:hover {
  color: #78350f;
}

.amis-scope .hover\:text-green-50:hover {
  color: #ecfdf5;
}

.amis-scope .hover\:text-green-100:hover {
  color: #d1fae5;
}

.amis-scope .hover\:text-green-200:hover {
  color: #a7f3d0;
}

.amis-scope .hover\:text-green-300:hover {
  color: #6ee7b7;
}

.amis-scope .hover\:text-green-400:hover {
  color: #34d399;
}

.amis-scope .hover\:text-green-500:hover {
  color: #10b981;
}

.amis-scope .hover\:text-green-600:hover {
  color: #059669;
}

.amis-scope .hover\:text-green-700:hover {
  color: #047857;
}

.amis-scope .hover\:text-green-800:hover {
  color: #065f46;
}

.amis-scope .hover\:text-green-900:hover {
  color: #064e3b;
}

.amis-scope .hover\:text-blue-50:hover {
  color: #eff6ff;
}

.amis-scope .hover\:text-blue-100:hover {
  color: #dbeafe;
}

.amis-scope .hover\:text-blue-200:hover {
  color: #bfdbfe;
}

.amis-scope .hover\:text-blue-300:hover {
  color: #93c5fd;
}

.amis-scope .hover\:text-blue-400:hover {
  color: #60a5fa;
}

.amis-scope .hover\:text-blue-500:hover {
  color: #3b82f6;
}

.amis-scope .hover\:text-blue-600:hover {
  color: #2563eb;
}

.amis-scope .hover\:text-blue-700:hover {
  color: #1d4ed8;
}

.amis-scope .hover\:text-blue-800:hover {
  color: #1e40af;
}

.amis-scope .hover\:text-blue-900:hover {
  color: #1e3a8a;
}

.amis-scope .hover\:text-cyan-50:hover {
  color: #ecfeff;
}

.amis-scope .hover\:text-cyan-100:hover {
  color: #cffafe;
}

.amis-scope .hover\:text-cyan-200:hover {
  color: #a5f3fc;
}

.amis-scope .hover\:text-cyan-300:hover {
  color: #67e8f9;
}

.amis-scope .hover\:text-cyan-400:hover {
  color: #22d3ee;
}

.amis-scope .hover\:text-cyan-500:hover {
  color: #06b6d4;
}

.amis-scope .hover\:text-cyan-600:hover {
  color: #0891b2;
}

.amis-scope .hover\:text-cyan-700:hover {
  color: #0e7490;
}

.amis-scope .hover\:text-cyan-800:hover {
  color: #155e75;
}

.amis-scope .hover\:text-cyan-900:hover {
  color: #164e63;
}

.amis-scope .hover\:text-indigo-50:hover {
  color: #eef2ff;
}

.amis-scope .hover\:text-indigo-100:hover {
  color: #e0e7ff;
}

.amis-scope .hover\:text-indigo-200:hover {
  color: #c7d2fe;
}

.amis-scope .hover\:text-indigo-300:hover {
  color: #a5b4fc;
}

.amis-scope .hover\:text-indigo-400:hover {
  color: #818cf8;
}

.amis-scope .hover\:text-indigo-500:hover {
  color: #6366f1;
}

.amis-scope .hover\:text-indigo-600:hover {
  color: #4f46e5;
}

.amis-scope .hover\:text-indigo-700:hover {
  color: #4338ca;
}

.amis-scope .hover\:text-indigo-800:hover {
  color: #3730a3;
}

.amis-scope .hover\:text-indigo-900:hover {
  color: #312e81;
}

.amis-scope .hover\:text-purple-50:hover {
  color: #f5f3ff;
}

.amis-scope .hover\:text-purple-100:hover {
  color: #ede9fe;
}

.amis-scope .hover\:text-purple-200:hover {
  color: #ddd6fe;
}

.amis-scope .hover\:text-purple-300:hover {
  color: #c4b5fd;
}

.amis-scope .hover\:text-purple-400:hover {
  color: #a78bfa;
}

.amis-scope .hover\:text-purple-500:hover {
  color: #8b5cf6;
}

.amis-scope .hover\:text-purple-600:hover {
  color: #7c3aed;
}

.amis-scope .hover\:text-purple-700:hover {
  color: #6d28d9;
}

.amis-scope .hover\:text-purple-800:hover {
  color: #5b21b6;
}

.amis-scope .hover\:text-purple-900:hover {
  color: #4c1d95;
}

.amis-scope .hover\:text-pink-50:hover {
  color: #fdf2f8;
}

.amis-scope .hover\:text-pink-100:hover {
  color: #fce7f3;
}

.amis-scope .hover\:text-pink-200:hover {
  color: #fbcfe8;
}

.amis-scope .hover\:text-pink-300:hover {
  color: #f9a8d4;
}

.amis-scope .hover\:text-pink-400:hover {
  color: #f472b6;
}

.amis-scope .hover\:text-pink-500:hover {
  color: #ec4899;
}

.amis-scope .hover\:text-pink-600:hover {
  color: #db2777;
}

.amis-scope .hover\:text-pink-700:hover {
  color: #be185d;
}

.amis-scope .hover\:text-pink-800:hover {
  color: #9d174d;
}

.amis-scope .hover\:text-pink-900:hover {
  color: #831843;
}

.amis-scope .active\:text-transparent.is-active {
  color: transparent;
}

.amis-scope .active\:text-current.is-active {
  color: currentColor;
}

.amis-scope .active\:text-black.is-active,
.amis-scope .active\:text-black:active {
  color: #000;
}

.amis-scope .active\:text-white.is-active,
.amis-scope .active\:text-white:active {
  color: #fff;
}

.amis-scope .active\:text-primary.is-active,
.amis-scope .active\:text-primary:active {
  color: #007bff;
}

.amis-scope .active\:text-secondary.is-active,
.amis-scope .active\:text-secondary:active {
  color: #6c757d;
}

.amis-scope .active\:text-success.is-active,
.amis-scope .active\:text-success:active {
  color: #28a745;
}

.amis-scope .active\:text-info.is-active,
.amis-scope .active\:text-info:active {
  color: #007bff;
}

.amis-scope .active\:text-warning.is-active,
.amis-scope .active\:text-warning:active {
  color: #fad733;
}

.amis-scope .active\:text-danger.is-active,
.amis-scope .active\:text-danger:active {
  color: #dc3545;
}

.amis-scope .active\:text-light.is-active,
.amis-scope .active\:text-light:active {
  color: #f8f9fa;
}

.amis-scope .active\:text-dark.is-active,
.amis-scope .active\:text-dark:active {
  color: #343a40;
}

.amis-scope .active\:text-gray-50.is-active,
.amis-scope .active\:text-gray-50:active {
  color: #f9fafb;
}

.amis-scope .active\:text-gray-100.is-active,
.amis-scope .active\:text-gray-100:active {
  color: #f3f4f6;
}

.amis-scope .active\:text-gray-200.is-active,
.amis-scope .active\:text-gray-200:active {
  color: #e5e7eb;
}

.amis-scope .active\:text-gray-300.is-active,
.amis-scope .active\:text-gray-300:active {
  color: #d1d5db;
}

.amis-scope .active\:text-gray-400.is-active,
.amis-scope .active\:text-gray-400:active {
  color: #9ca3af;
}

.amis-scope .active\:text-gray-500.is-active,
.amis-scope .active\:text-gray-500:active {
  color: #6b7280;
}

.amis-scope .active\:text-gray-600.is-active,
.amis-scope .active\:text-gray-600:active {
  color: #4b5563;
}

.amis-scope .active\:text-gray-700.is-active,
.amis-scope .active\:text-gray-700:active {
  color: #374151;
}

.amis-scope .active\:text-gray-800.is-active,
.amis-scope .active\:text-gray-800:active {
  color: #1f2937;
}

.amis-scope .active\:text-gray-900.is-active,
.amis-scope .active\:text-gray-900:active {
  color: #111827;
}

.amis-scope .active\:text-red-50.is-active,
.amis-scope .active\:text-red-50:active {
  color: #fef2f2;
}

.amis-scope .active\:text-red-100.is-active,
.amis-scope .active\:text-red-100:active {
  color: #fee2e2;
}

.amis-scope .active\:text-red-200.is-active,
.amis-scope .active\:text-red-200:active {
  color: #fecaca;
}

.amis-scope .active\:text-red-300.is-active,
.amis-scope .active\:text-red-300:active {
  color: #fca5a5;
}

.amis-scope .active\:text-red-400.is-active,
.amis-scope .active\:text-red-400:active {
  color: #f87171;
}

.amis-scope .active\:text-red-500.is-active,
.amis-scope .active\:text-red-500:active {
  color: #ef4444;
}

.amis-scope .active\:text-red-600.is-active,
.amis-scope .active\:text-red-600:active {
  color: #dc2626;
}

.amis-scope .active\:text-red-700.is-active,
.amis-scope .active\:text-red-700:active {
  color: #b91c1c;
}

.amis-scope .active\:text-red-800.is-active,
.amis-scope .active\:text-red-800:active {
  color: #991b1b;
}

.amis-scope .active\:text-red-900.is-active,
.amis-scope .active\:text-red-900:active {
  color: #7f1d1d;
}

.amis-scope .active\:text-yellow-50.is-active,
.amis-scope .active\:text-yellow-50:active {
  color: #fffbeb;
}

.amis-scope .active\:text-yellow-100.is-active,
.amis-scope .active\:text-yellow-100:active {
  color: #fef3c7;
}

.amis-scope .active\:text-yellow-200.is-active,
.amis-scope .active\:text-yellow-200:active {
  color: #fde68a;
}

.amis-scope .active\:text-yellow-300.is-active,
.amis-scope .active\:text-yellow-300:active {
  color: #fcd34d;
}

.amis-scope .active\:text-yellow-400.is-active,
.amis-scope .active\:text-yellow-400:active {
  color: #fbbf24;
}

.amis-scope .active\:text-yellow-500.is-active,
.amis-scope .active\:text-yellow-500:active {
  color: #f59e0b;
}

.amis-scope .active\:text-yellow-600.is-active,
.amis-scope .active\:text-yellow-600:active {
  color: #d97706;
}

.amis-scope .active\:text-yellow-700.is-active,
.amis-scope .active\:text-yellow-700:active {
  color: #b45309;
}

.amis-scope .active\:text-yellow-800.is-active,
.amis-scope .active\:text-yellow-800:active {
  color: #92400e;
}

.amis-scope .active\:text-yellow-900.is-active,
.amis-scope .active\:text-yellow-900:active {
  color: #78350f;
}

.amis-scope .active\:text-green-50.is-active,
.amis-scope .active\:text-green-50:active {
  color: #ecfdf5;
}

.amis-scope .active\:text-green-100.is-active,
.amis-scope .active\:text-green-100:active {
  color: #d1fae5;
}

.amis-scope .active\:text-green-200.is-active,
.amis-scope .active\:text-green-200:active {
  color: #a7f3d0;
}

.amis-scope .active\:text-green-300.is-active,
.amis-scope .active\:text-green-300:active {
  color: #6ee7b7;
}

.amis-scope .active\:text-green-400.is-active,
.amis-scope .active\:text-green-400:active {
  color: #34d399;
}

.amis-scope .active\:text-green-500.is-active,
.amis-scope .active\:text-green-500:active {
  color: #10b981;
}

.amis-scope .active\:text-green-600.is-active,
.amis-scope .active\:text-green-600:active {
  color: #059669;
}

.amis-scope .active\:text-green-700.is-active,
.amis-scope .active\:text-green-700:active {
  color: #047857;
}

.amis-scope .active\:text-green-800.is-active,
.amis-scope .active\:text-green-800:active {
  color: #065f46;
}

.amis-scope .active\:text-green-900.is-active,
.amis-scope .active\:text-green-900:active {
  color: #064e3b;
}

.amis-scope .active\:text-blue-50.is-active,
.amis-scope .active\:text-blue-50:active {
  color: #eff6ff;
}

.amis-scope .active\:text-blue-100.is-active,
.amis-scope .active\:text-blue-100:active {
  color: #dbeafe;
}

.amis-scope .active\:text-blue-200.is-active,
.amis-scope .active\:text-blue-200:active {
  color: #bfdbfe;
}

.amis-scope .active\:text-blue-300.is-active,
.amis-scope .active\:text-blue-300:active {
  color: #93c5fd;
}

.amis-scope .active\:text-blue-400.is-active,
.amis-scope .active\:text-blue-400:active {
  color: #60a5fa;
}

.amis-scope .active\:text-blue-500.is-active,
.amis-scope .active\:text-blue-500:active {
  color: #3b82f6;
}

.amis-scope .active\:text-blue-600.is-active,
.amis-scope .active\:text-blue-600:active {
  color: #2563eb;
}

.amis-scope .active\:text-blue-700.is-active,
.amis-scope .active\:text-blue-700:active {
  color: #1d4ed8;
}

.amis-scope .active\:text-blue-800.is-active,
.amis-scope .active\:text-blue-800:active {
  color: #1e40af;
}

.amis-scope .active\:text-blue-900.is-active,
.amis-scope .active\:text-blue-900:active {
  color: #1e3a8a;
}

.amis-scope .active\:text-cyan-50.is-active,
.amis-scope .active\:text-cyan-50:active {
  color: #ecfeff;
}

.amis-scope .active\:text-cyan-100.is-active,
.amis-scope .active\:text-cyan-100:active {
  color: #cffafe;
}

.amis-scope .active\:text-cyan-200.is-active,
.amis-scope .active\:text-cyan-200:active {
  color: #a5f3fc;
}

.amis-scope .active\:text-cyan-300.is-active,
.amis-scope .active\:text-cyan-300:active {
  color: #67e8f9;
}

.amis-scope .active\:text-cyan-400.is-active,
.amis-scope .active\:text-cyan-400:active {
  color: #22d3ee;
}

.amis-scope .active\:text-cyan-500.is-active,
.amis-scope .active\:text-cyan-500:active {
  color: #06b6d4;
}

.amis-scope .active\:text-cyan-600.is-active,
.amis-scope .active\:text-cyan-600:active {
  color: #0891b2;
}

.amis-scope .active\:text-cyan-700.is-active,
.amis-scope .active\:text-cyan-700:active {
  color: #0e7490;
}

.amis-scope .active\:text-cyan-800.is-active,
.amis-scope .active\:text-cyan-800:active {
  color: #155e75;
}

.amis-scope .active\:text-cyan-900.is-active,
.amis-scope .active\:text-cyan-900:active {
  color: #164e63;
}

.amis-scope .active\:text-indigo-50.is-active,
.amis-scope .active\:text-indigo-50:active {
  color: #eef2ff;
}

.amis-scope .active\:text-indigo-100.is-active,
.amis-scope .active\:text-indigo-100:active {
  color: #e0e7ff;
}

.amis-scope .active\:text-indigo-200.is-active,
.amis-scope .active\:text-indigo-200:active {
  color: #c7d2fe;
}

.amis-scope .active\:text-indigo-300.is-active,
.amis-scope .active\:text-indigo-300:active {
  color: #a5b4fc;
}

.amis-scope .active\:text-indigo-400.is-active,
.amis-scope .active\:text-indigo-400:active {
  color: #818cf8;
}

.amis-scope .active\:text-indigo-500.is-active,
.amis-scope .active\:text-indigo-500:active {
  color: #6366f1;
}

.amis-scope .active\:text-indigo-600.is-active,
.amis-scope .active\:text-indigo-600:active {
  color: #4f46e5;
}

.amis-scope .active\:text-indigo-700.is-active,
.amis-scope .active\:text-indigo-700:active {
  color: #4338ca;
}

.amis-scope .active\:text-indigo-800.is-active,
.amis-scope .active\:text-indigo-800:active {
  color: #3730a3;
}

.amis-scope .active\:text-indigo-900.is-active,
.amis-scope .active\:text-indigo-900:active {
  color: #312e81;
}

.amis-scope .active\:text-purple-50.is-active,
.amis-scope .active\:text-purple-50:active {
  color: #f5f3ff;
}

.amis-scope .active\:text-purple-100.is-active,
.amis-scope .active\:text-purple-100:active {
  color: #ede9fe;
}

.amis-scope .active\:text-purple-200.is-active,
.amis-scope .active\:text-purple-200:active {
  color: #ddd6fe;
}

.amis-scope .active\:text-purple-300.is-active,
.amis-scope .active\:text-purple-300:active {
  color: #c4b5fd;
}

.amis-scope .active\:text-purple-400.is-active,
.amis-scope .active\:text-purple-400:active {
  color: #a78bfa;
}

.amis-scope .active\:text-purple-500.is-active,
.amis-scope .active\:text-purple-500:active {
  color: #8b5cf6;
}

.amis-scope .active\:text-purple-600.is-active,
.amis-scope .active\:text-purple-600:active {
  color: #7c3aed;
}

.amis-scope .active\:text-purple-700.is-active,
.amis-scope .active\:text-purple-700:active {
  color: #6d28d9;
}

.amis-scope .active\:text-purple-800.is-active,
.amis-scope .active\:text-purple-800:active {
  color: #5b21b6;
}

.amis-scope .active\:text-purple-900.is-active,
.amis-scope .active\:text-purple-900:active {
  color: #4c1d95;
}

.amis-scope .active\:text-pink-50.is-active,
.amis-scope .active\:text-pink-50:active {
  color: #fdf2f8;
}

.amis-scope .active\:text-pink-100.is-active,
.amis-scope .active\:text-pink-100:active {
  color: #fce7f3;
}

.amis-scope .active\:text-pink-200.is-active,
.amis-scope .active\:text-pink-200:active {
  color: #fbcfe8;
}

.amis-scope .active\:text-pink-300.is-active,
.amis-scope .active\:text-pink-300:active {
  color: #f9a8d4;
}

.amis-scope .active\:text-pink-400.is-active,
.amis-scope .active\:text-pink-400:active {
  color: #f472b6;
}

.amis-scope .active\:text-pink-500.is-active,
.amis-scope .active\:text-pink-500:active {
  color: #ec4899;
}

.amis-scope .active\:text-pink-600.is-active,
.amis-scope .active\:text-pink-600:active {
  color: #db2777;
}

.amis-scope .active\:text-pink-700.is-active,
.amis-scope .active\:text-pink-700:active {
  color: #be185d;
}

.amis-scope .active\:text-pink-800.is-active,
.amis-scope .active\:text-pink-800:active {
  color: #9d174d;
}

.amis-scope .active\:text-pink-900.is-active,
.amis-scope .active\:text-pink-900:active {
  color: #831843;
}

.amis-scope .focus\:text-transparent:focus {
  color: transparent;
}

.amis-scope .focus\:text-current:focus {
  color: currentColor;
}

.amis-scope .focus\:text-black:focus {
  color: #000;
}

.amis-scope .focus\:text-white:focus {
  color: #fff;
}

.amis-scope .focus\:text-primary:focus {
  color: #007bff;
}

.amis-scope .focus\:text-secondary:focus {
  color: #6c757d;
}

.amis-scope .focus\:text-success:focus {
  color: #28a745;
}

.amis-scope .focus\:text-info:focus {
  color: #007bff;
}

.amis-scope .focus\:text-warning:focus {
  color: #fad733;
}

.amis-scope .focus\:text-danger:focus {
  color: #dc3545;
}

.amis-scope .focus\:text-light:focus {
  color: #f8f9fa;
}

.amis-scope .focus\:text-dark:focus {
  color: #343a40;
}

.amis-scope .focus\:text-gray-50:focus {
  color: #f9fafb;
}

.amis-scope .focus\:text-gray-100:focus {
  color: #f3f4f6;
}

.amis-scope .focus\:text-gray-200:focus {
  color: #e5e7eb;
}

.amis-scope .focus\:text-gray-300:focus {
  color: #d1d5db;
}

.amis-scope .focus\:text-gray-400:focus {
  color: #9ca3af;
}

.amis-scope .focus\:text-gray-500:focus {
  color: #6b7280;
}

.amis-scope .focus\:text-gray-600:focus {
  color: #4b5563;
}

.amis-scope .focus\:text-gray-700:focus {
  color: #374151;
}

.amis-scope .focus\:text-gray-800:focus {
  color: #1f2937;
}

.amis-scope .focus\:text-gray-900:focus {
  color: #111827;
}

.amis-scope .focus\:text-red-50:focus {
  color: #fef2f2;
}

.amis-scope .focus\:text-red-100:focus {
  color: #fee2e2;
}

.amis-scope .focus\:text-red-200:focus {
  color: #fecaca;
}

.amis-scope .focus\:text-red-300:focus {
  color: #fca5a5;
}

.amis-scope .focus\:text-red-400:focus {
  color: #f87171;
}

.amis-scope .focus\:text-red-500:focus {
  color: #ef4444;
}

.amis-scope .focus\:text-red-600:focus {
  color: #dc2626;
}

.amis-scope .focus\:text-red-700:focus {
  color: #b91c1c;
}

.amis-scope .focus\:text-red-800:focus {
  color: #991b1b;
}

.amis-scope .focus\:text-red-900:focus {
  color: #7f1d1d;
}

.amis-scope .focus\:text-yellow-50:focus {
  color: #fffbeb;
}

.amis-scope .focus\:text-yellow-100:focus {
  color: #fef3c7;
}

.amis-scope .focus\:text-yellow-200:focus {
  color: #fde68a;
}

.amis-scope .focus\:text-yellow-300:focus {
  color: #fcd34d;
}

.amis-scope .focus\:text-yellow-400:focus {
  color: #fbbf24;
}

.amis-scope .focus\:text-yellow-500:focus {
  color: #f59e0b;
}

.amis-scope .focus\:text-yellow-600:focus {
  color: #d97706;
}

.amis-scope .focus\:text-yellow-700:focus {
  color: #b45309;
}

.amis-scope .focus\:text-yellow-800:focus {
  color: #92400e;
}

.amis-scope .focus\:text-yellow-900:focus {
  color: #78350f;
}

.amis-scope .focus\:text-green-50:focus {
  color: #ecfdf5;
}

.amis-scope .focus\:text-green-100:focus {
  color: #d1fae5;
}

.amis-scope .focus\:text-green-200:focus {
  color: #a7f3d0;
}

.amis-scope .focus\:text-green-300:focus {
  color: #6ee7b7;
}

.amis-scope .focus\:text-green-400:focus {
  color: #34d399;
}

.amis-scope .focus\:text-green-500:focus {
  color: #10b981;
}

.amis-scope .focus\:text-green-600:focus {
  color: #059669;
}

.amis-scope .focus\:text-green-700:focus {
  color: #047857;
}

.amis-scope .focus\:text-green-800:focus {
  color: #065f46;
}

.amis-scope .focus\:text-green-900:focus {
  color: #064e3b;
}

.amis-scope .focus\:text-blue-50:focus {
  color: #eff6ff;
}

.amis-scope .focus\:text-blue-100:focus {
  color: #dbeafe;
}

.amis-scope .focus\:text-blue-200:focus {
  color: #bfdbfe;
}

.amis-scope .focus\:text-blue-300:focus {
  color: #93c5fd;
}

.amis-scope .focus\:text-blue-400:focus {
  color: #60a5fa;
}

.amis-scope .focus\:text-blue-500:focus {
  color: #3b82f6;
}

.amis-scope .focus\:text-blue-600:focus {
  color: #2563eb;
}

.amis-scope .focus\:text-blue-700:focus {
  color: #1d4ed8;
}

.amis-scope .focus\:text-blue-800:focus {
  color: #1e40af;
}

.amis-scope .focus\:text-blue-900:focus {
  color: #1e3a8a;
}

.amis-scope .focus\:text-cyan-50:focus {
  color: #ecfeff;
}

.amis-scope .focus\:text-cyan-100:focus {
  color: #cffafe;
}

.amis-scope .focus\:text-cyan-200:focus {
  color: #a5f3fc;
}

.amis-scope .focus\:text-cyan-300:focus {
  color: #67e8f9;
}

.amis-scope .focus\:text-cyan-400:focus {
  color: #22d3ee;
}

.amis-scope .focus\:text-cyan-500:focus {
  color: #06b6d4;
}

.amis-scope .focus\:text-cyan-600:focus {
  color: #0891b2;
}

.amis-scope .focus\:text-cyan-700:focus {
  color: #0e7490;
}

.amis-scope .focus\:text-cyan-800:focus {
  color: #155e75;
}

.amis-scope .focus\:text-cyan-900:focus {
  color: #164e63;
}

.amis-scope .focus\:text-indigo-50:focus {
  color: #eef2ff;
}

.amis-scope .focus\:text-indigo-100:focus {
  color: #e0e7ff;
}

.amis-scope .focus\:text-indigo-200:focus {
  color: #c7d2fe;
}

.amis-scope .focus\:text-indigo-300:focus {
  color: #a5b4fc;
}

.amis-scope .focus\:text-indigo-400:focus {
  color: #818cf8;
}

.amis-scope .focus\:text-indigo-500:focus {
  color: #6366f1;
}

.amis-scope .focus\:text-indigo-600:focus {
  color: #4f46e5;
}

.amis-scope .focus\:text-indigo-700:focus {
  color: #4338ca;
}

.amis-scope .focus\:text-indigo-800:focus {
  color: #3730a3;
}

.amis-scope .focus\:text-indigo-900:focus {
  color: #312e81;
}

.amis-scope .focus\:text-purple-50:focus {
  color: #f5f3ff;
}

.amis-scope .focus\:text-purple-100:focus {
  color: #ede9fe;
}

.amis-scope .focus\:text-purple-200:focus {
  color: #ddd6fe;
}

.amis-scope .focus\:text-purple-300:focus {
  color: #c4b5fd;
}

.amis-scope .focus\:text-purple-400:focus {
  color: #a78bfa;
}

.amis-scope .focus\:text-purple-500:focus {
  color: #8b5cf6;
}

.amis-scope .focus\:text-purple-600:focus {
  color: #7c3aed;
}

.amis-scope .focus\:text-purple-700:focus {
  color: #6d28d9;
}

.amis-scope .focus\:text-purple-800:focus {
  color: #5b21b6;
}

.amis-scope .focus\:text-purple-900:focus {
  color: #4c1d95;
}

.amis-scope .focus\:text-pink-50:focus {
  color: #fdf2f8;
}

.amis-scope .focus\:text-pink-100:focus {
  color: #fce7f3;
}

.amis-scope .focus\:text-pink-200:focus {
  color: #fbcfe8;
}

.amis-scope .focus\:text-pink-300:focus {
  color: #f9a8d4;
}

.amis-scope .focus\:text-pink-400:focus {
  color: #f472b6;
}

.amis-scope .focus\:text-pink-500:focus {
  color: #ec4899;
}

.amis-scope .focus\:text-pink-600:focus {
  color: #db2777;
}

.amis-scope .focus\:text-pink-700:focus {
  color: #be185d;
}

.amis-scope .focus\:text-pink-800:focus {
  color: #9d174d;
}

.amis-scope .focus\:text-pink-900:focus {
  color: #831843;
}

.amis-scope .disabled\:text-transparent.is-disabled {
  color: transparent;
}

.amis-scope .disabled\:text-current.is-disabled {
  color: currentColor;
}

.amis-scope .disabled\:text-black.is-disabled,
.amis-scope .disabled\:text-black:disabled {
  color: #000;
}

.amis-scope .disabled\:text-white.is-disabled,
.amis-scope .disabled\:text-white:disabled {
  color: #fff;
}

.amis-scope .disabled\:text-primary.is-disabled,
.amis-scope .disabled\:text-primary:disabled {
  color: #007bff;
}

.amis-scope .disabled\:text-secondary.is-disabled,
.amis-scope .disabled\:text-secondary:disabled {
  color: #6c757d;
}

.amis-scope .disabled\:text-success.is-disabled,
.amis-scope .disabled\:text-success:disabled {
  color: #28a745;
}

.amis-scope .disabled\:text-info.is-disabled,
.amis-scope .disabled\:text-info:disabled {
  color: #007bff;
}

.amis-scope .disabled\:text-warning.is-disabled,
.amis-scope .disabled\:text-warning:disabled {
  color: #fad733;
}

.amis-scope .disabled\:text-danger.is-disabled,
.amis-scope .disabled\:text-danger:disabled {
  color: #dc3545;
}

.amis-scope .disabled\:text-light.is-disabled,
.amis-scope .disabled\:text-light:disabled {
  color: #f8f9fa;
}

.amis-scope .disabled\:text-dark.is-disabled,
.amis-scope .disabled\:text-dark:disabled {
  color: #343a40;
}

.amis-scope .disabled\:text-gray-50.is-disabled,
.amis-scope .disabled\:text-gray-50:disabled {
  color: #f9fafb;
}

.amis-scope .disabled\:text-gray-100.is-disabled,
.amis-scope .disabled\:text-gray-100:disabled {
  color: #f3f4f6;
}

.amis-scope .disabled\:text-gray-200.is-disabled,
.amis-scope .disabled\:text-gray-200:disabled {
  color: #e5e7eb;
}

.amis-scope .disabled\:text-gray-300.is-disabled,
.amis-scope .disabled\:text-gray-300:disabled {
  color: #d1d5db;
}

.amis-scope .disabled\:text-gray-400.is-disabled,
.amis-scope .disabled\:text-gray-400:disabled {
  color: #9ca3af;
}

.amis-scope .disabled\:text-gray-500.is-disabled,
.amis-scope .disabled\:text-gray-500:disabled {
  color: #6b7280;
}

.amis-scope .disabled\:text-gray-600.is-disabled,
.amis-scope .disabled\:text-gray-600:disabled {
  color: #4b5563;
}

.amis-scope .disabled\:text-gray-700.is-disabled,
.amis-scope .disabled\:text-gray-700:disabled {
  color: #374151;
}

.amis-scope .disabled\:text-gray-800.is-disabled,
.amis-scope .disabled\:text-gray-800:disabled {
  color: #1f2937;
}

.amis-scope .disabled\:text-gray-900.is-disabled,
.amis-scope .disabled\:text-gray-900:disabled {
  color: #111827;
}

.amis-scope .disabled\:text-red-50.is-disabled,
.amis-scope .disabled\:text-red-50:disabled {
  color: #fef2f2;
}

.amis-scope .disabled\:text-red-100.is-disabled,
.amis-scope .disabled\:text-red-100:disabled {
  color: #fee2e2;
}

.amis-scope .disabled\:text-red-200.is-disabled,
.amis-scope .disabled\:text-red-200:disabled {
  color: #fecaca;
}

.amis-scope .disabled\:text-red-300.is-disabled,
.amis-scope .disabled\:text-red-300:disabled {
  color: #fca5a5;
}

.amis-scope .disabled\:text-red-400.is-disabled,
.amis-scope .disabled\:text-red-400:disabled {
  color: #f87171;
}

.amis-scope .disabled\:text-red-500.is-disabled,
.amis-scope .disabled\:text-red-500:disabled {
  color: #ef4444;
}

.amis-scope .disabled\:text-red-600.is-disabled,
.amis-scope .disabled\:text-red-600:disabled {
  color: #dc2626;
}

.amis-scope .disabled\:text-red-700.is-disabled,
.amis-scope .disabled\:text-red-700:disabled {
  color: #b91c1c;
}

.amis-scope .disabled\:text-red-800.is-disabled,
.amis-scope .disabled\:text-red-800:disabled {
  color: #991b1b;
}

.amis-scope .disabled\:text-red-900.is-disabled,
.amis-scope .disabled\:text-red-900:disabled {
  color: #7f1d1d;
}

.amis-scope .disabled\:text-yellow-50.is-disabled,
.amis-scope .disabled\:text-yellow-50:disabled {
  color: #fffbeb;
}

.amis-scope .disabled\:text-yellow-100.is-disabled,
.amis-scope .disabled\:text-yellow-100:disabled {
  color: #fef3c7;
}

.amis-scope .disabled\:text-yellow-200.is-disabled,
.amis-scope .disabled\:text-yellow-200:disabled {
  color: #fde68a;
}

.amis-scope .disabled\:text-yellow-300.is-disabled,
.amis-scope .disabled\:text-yellow-300:disabled {
  color: #fcd34d;
}

.amis-scope .disabled\:text-yellow-400.is-disabled,
.amis-scope .disabled\:text-yellow-400:disabled {
  color: #fbbf24;
}

.amis-scope .disabled\:text-yellow-500.is-disabled,
.amis-scope .disabled\:text-yellow-500:disabled {
  color: #f59e0b;
}

.amis-scope .disabled\:text-yellow-600.is-disabled,
.amis-scope .disabled\:text-yellow-600:disabled {
  color: #d97706;
}

.amis-scope .disabled\:text-yellow-700.is-disabled,
.amis-scope .disabled\:text-yellow-700:disabled {
  color: #b45309;
}

.amis-scope .disabled\:text-yellow-800.is-disabled,
.amis-scope .disabled\:text-yellow-800:disabled {
  color: #92400e;
}

.amis-scope .disabled\:text-yellow-900.is-disabled,
.amis-scope .disabled\:text-yellow-900:disabled {
  color: #78350f;
}

.amis-scope .disabled\:text-green-50.is-disabled,
.amis-scope .disabled\:text-green-50:disabled {
  color: #ecfdf5;
}

.amis-scope .disabled\:text-green-100.is-disabled,
.amis-scope .disabled\:text-green-100:disabled {
  color: #d1fae5;
}

.amis-scope .disabled\:text-green-200.is-disabled,
.amis-scope .disabled\:text-green-200:disabled {
  color: #a7f3d0;
}

.amis-scope .disabled\:text-green-300.is-disabled,
.amis-scope .disabled\:text-green-300:disabled {
  color: #6ee7b7;
}

.amis-scope .disabled\:text-green-400.is-disabled,
.amis-scope .disabled\:text-green-400:disabled {
  color: #34d399;
}

.amis-scope .disabled\:text-green-500.is-disabled,
.amis-scope .disabled\:text-green-500:disabled {
  color: #10b981;
}

.amis-scope .disabled\:text-green-600.is-disabled,
.amis-scope .disabled\:text-green-600:disabled {
  color: #059669;
}

.amis-scope .disabled\:text-green-700.is-disabled,
.amis-scope .disabled\:text-green-700:disabled {
  color: #047857;
}

.amis-scope .disabled\:text-green-800.is-disabled,
.amis-scope .disabled\:text-green-800:disabled {
  color: #065f46;
}

.amis-scope .disabled\:text-green-900.is-disabled,
.amis-scope .disabled\:text-green-900:disabled {
  color: #064e3b;
}

.amis-scope .disabled\:text-blue-50.is-disabled,
.amis-scope .disabled\:text-blue-50:disabled {
  color: #eff6ff;
}

.amis-scope .disabled\:text-blue-100.is-disabled,
.amis-scope .disabled\:text-blue-100:disabled {
  color: #dbeafe;
}

.amis-scope .disabled\:text-blue-200.is-disabled,
.amis-scope .disabled\:text-blue-200:disabled {
  color: #bfdbfe;
}

.amis-scope .disabled\:text-blue-300.is-disabled,
.amis-scope .disabled\:text-blue-300:disabled {
  color: #93c5fd;
}

.amis-scope .disabled\:text-blue-400.is-disabled,
.amis-scope .disabled\:text-blue-400:disabled {
  color: #60a5fa;
}

.amis-scope .disabled\:text-blue-500.is-disabled,
.amis-scope .disabled\:text-blue-500:disabled {
  color: #3b82f6;
}

.amis-scope .disabled\:text-blue-600.is-disabled,
.amis-scope .disabled\:text-blue-600:disabled {
  color: #2563eb;
}

.amis-scope .disabled\:text-blue-700.is-disabled,
.amis-scope .disabled\:text-blue-700:disabled {
  color: #1d4ed8;
}

.amis-scope .disabled\:text-blue-800.is-disabled,
.amis-scope .disabled\:text-blue-800:disabled {
  color: #1e40af;
}

.amis-scope .disabled\:text-blue-900.is-disabled,
.amis-scope .disabled\:text-blue-900:disabled {
  color: #1e3a8a;
}

.amis-scope .disabled\:text-cyan-50.is-disabled,
.amis-scope .disabled\:text-cyan-50:disabled {
  color: #ecfeff;
}

.amis-scope .disabled\:text-cyan-100.is-disabled,
.amis-scope .disabled\:text-cyan-100:disabled {
  color: #cffafe;
}

.amis-scope .disabled\:text-cyan-200.is-disabled,
.amis-scope .disabled\:text-cyan-200:disabled {
  color: #a5f3fc;
}

.amis-scope .disabled\:text-cyan-300.is-disabled,
.amis-scope .disabled\:text-cyan-300:disabled {
  color: #67e8f9;
}

.amis-scope .disabled\:text-cyan-400.is-disabled,
.amis-scope .disabled\:text-cyan-400:disabled {
  color: #22d3ee;
}

.amis-scope .disabled\:text-cyan-500.is-disabled,
.amis-scope .disabled\:text-cyan-500:disabled {
  color: #06b6d4;
}

.amis-scope .disabled\:text-cyan-600.is-disabled,
.amis-scope .disabled\:text-cyan-600:disabled {
  color: #0891b2;
}

.amis-scope .disabled\:text-cyan-700.is-disabled,
.amis-scope .disabled\:text-cyan-700:disabled {
  color: #0e7490;
}

.amis-scope .disabled\:text-cyan-800.is-disabled,
.amis-scope .disabled\:text-cyan-800:disabled {
  color: #155e75;
}

.amis-scope .disabled\:text-cyan-900.is-disabled,
.amis-scope .disabled\:text-cyan-900:disabled {
  color: #164e63;
}

.amis-scope .disabled\:text-indigo-50.is-disabled,
.amis-scope .disabled\:text-indigo-50:disabled {
  color: #eef2ff;
}

.amis-scope .disabled\:text-indigo-100.is-disabled,
.amis-scope .disabled\:text-indigo-100:disabled {
  color: #e0e7ff;
}

.amis-scope .disabled\:text-indigo-200.is-disabled,
.amis-scope .disabled\:text-indigo-200:disabled {
  color: #c7d2fe;
}

.amis-scope .disabled\:text-indigo-300.is-disabled,
.amis-scope .disabled\:text-indigo-300:disabled {
  color: #a5b4fc;
}

.amis-scope .disabled\:text-indigo-400.is-disabled,
.amis-scope .disabled\:text-indigo-400:disabled {
  color: #818cf8;
}

.amis-scope .disabled\:text-indigo-500.is-disabled,
.amis-scope .disabled\:text-indigo-500:disabled {
  color: #6366f1;
}

.amis-scope .disabled\:text-indigo-600.is-disabled,
.amis-scope .disabled\:text-indigo-600:disabled {
  color: #4f46e5;
}

.amis-scope .disabled\:text-indigo-700.is-disabled,
.amis-scope .disabled\:text-indigo-700:disabled {
  color: #4338ca;
}

.amis-scope .disabled\:text-indigo-800.is-disabled,
.amis-scope .disabled\:text-indigo-800:disabled {
  color: #3730a3;
}

.amis-scope .disabled\:text-indigo-900.is-disabled,
.amis-scope .disabled\:text-indigo-900:disabled {
  color: #312e81;
}

.amis-scope .disabled\:text-purple-50.is-disabled,
.amis-scope .disabled\:text-purple-50:disabled {
  color: #f5f3ff;
}

.amis-scope .disabled\:text-purple-100.is-disabled,
.amis-scope .disabled\:text-purple-100:disabled {
  color: #ede9fe;
}

.amis-scope .disabled\:text-purple-200.is-disabled,
.amis-scope .disabled\:text-purple-200:disabled {
  color: #ddd6fe;
}

.amis-scope .disabled\:text-purple-300.is-disabled,
.amis-scope .disabled\:text-purple-300:disabled {
  color: #c4b5fd;
}

.amis-scope .disabled\:text-purple-400.is-disabled,
.amis-scope .disabled\:text-purple-400:disabled {
  color: #a78bfa;
}

.amis-scope .disabled\:text-purple-500.is-disabled,
.amis-scope .disabled\:text-purple-500:disabled {
  color: #8b5cf6;
}

.amis-scope .disabled\:text-purple-600.is-disabled,
.amis-scope .disabled\:text-purple-600:disabled {
  color: #7c3aed;
}

.amis-scope .disabled\:text-purple-700.is-disabled,
.amis-scope .disabled\:text-purple-700:disabled {
  color: #6d28d9;
}

.amis-scope .disabled\:text-purple-800.is-disabled,
.amis-scope .disabled\:text-purple-800:disabled {
  color: #5b21b6;
}

.amis-scope .disabled\:text-purple-900.is-disabled,
.amis-scope .disabled\:text-purple-900:disabled {
  color: #4c1d95;
}

.amis-scope .disabled\:text-pink-50.is-disabled,
.amis-scope .disabled\:text-pink-50:disabled {
  color: #fdf2f8;
}

.amis-scope .disabled\:text-pink-100.is-disabled,
.amis-scope .disabled\:text-pink-100:disabled {
  color: #fce7f3;
}

.amis-scope .disabled\:text-pink-200.is-disabled,
.amis-scope .disabled\:text-pink-200:disabled {
  color: #fbcfe8;
}

.amis-scope .disabled\:text-pink-300.is-disabled,
.amis-scope .disabled\:text-pink-300:disabled {
  color: #f9a8d4;
}

.amis-scope .disabled\:text-pink-400.is-disabled,
.amis-scope .disabled\:text-pink-400:disabled {
  color: #f472b6;
}

.amis-scope .disabled\:text-pink-500.is-disabled,
.amis-scope .disabled\:text-pink-500:disabled {
  color: #ec4899;
}

.amis-scope .disabled\:text-pink-600.is-disabled,
.amis-scope .disabled\:text-pink-600:disabled {
  color: #db2777;
}

.amis-scope .disabled\:text-pink-700.is-disabled,
.amis-scope .disabled\:text-pink-700:disabled {
  color: #be185d;
}

.amis-scope .disabled\:text-pink-800.is-disabled,
.amis-scope .disabled\:text-pink-800:disabled {
  color: #9d174d;
}

.amis-scope .disabled\:text-pink-900.is-disabled,
.amis-scope .disabled\:text-pink-900:disabled {
  color: #831843;
}

.amis-scope .group:hover .group-hover\:text-transparent {
  color: transparent;
}

.amis-scope .group:hover .group-hover\:text-current {
  color: currentColor;
}

.amis-scope .group:hover .group-hover\:text-black {
  color: #000;
}

.amis-scope .group:hover .group-hover\:text-white {
  color: #fff;
}

.amis-scope .group:hover .group-hover\:text-primary {
  color: #007bff;
}

.amis-scope .group:hover .group-hover\:text-secondary {
  color: #6c757d;
}

.amis-scope .group:hover .group-hover\:text-success {
  color: #28a745;
}

.amis-scope .group:hover .group-hover\:text-info {
  color: #007bff;
}

.amis-scope .group:hover .group-hover\:text-warning {
  color: #fad733;
}

.amis-scope .group:hover .group-hover\:text-danger {
  color: #dc3545;
}

.amis-scope .group:hover .group-hover\:text-light {
  color: #f8f9fa;
}

.amis-scope .group:hover .group-hover\:text-dark {
  color: #343a40;
}

.amis-scope .group:hover .group-hover\:text-gray-50 {
  color: #f9fafb;
}

.amis-scope .group:hover .group-hover\:text-gray-100 {
  color: #f3f4f6;
}

.amis-scope .group:hover .group-hover\:text-gray-200 {
  color: #e5e7eb;
}

.amis-scope .group:hover .group-hover\:text-gray-300 {
  color: #d1d5db;
}

.amis-scope .group:hover .group-hover\:text-gray-400 {
  color: #9ca3af;
}

.amis-scope .group:hover .group-hover\:text-gray-500 {
  color: #6b7280;
}

.amis-scope .group:hover .group-hover\:text-gray-600 {
  color: #4b5563;
}

.amis-scope .group:hover .group-hover\:text-gray-700 {
  color: #374151;
}

.amis-scope .group:hover .group-hover\:text-gray-800 {
  color: #1f2937;
}

.amis-scope .group:hover .group-hover\:text-gray-900 {
  color: #111827;
}

.amis-scope .group:hover .group-hover\:text-red-50 {
  color: #fef2f2;
}

.amis-scope .group:hover .group-hover\:text-red-100 {
  color: #fee2e2;
}

.amis-scope .group:hover .group-hover\:text-red-200 {
  color: #fecaca;
}

.amis-scope .group:hover .group-hover\:text-red-300 {
  color: #fca5a5;
}

.amis-scope .group:hover .group-hover\:text-red-400 {
  color: #f87171;
}

.amis-scope .group:hover .group-hover\:text-red-500 {
  color: #ef4444;
}

.amis-scope .group:hover .group-hover\:text-red-600 {
  color: #dc2626;
}

.amis-scope .group:hover .group-hover\:text-red-700 {
  color: #b91c1c;
}

.amis-scope .group:hover .group-hover\:text-red-800 {
  color: #991b1b;
}

.amis-scope .group:hover .group-hover\:text-red-900 {
  color: #7f1d1d;
}

.amis-scope .group:hover .group-hover\:text-yellow-50 {
  color: #fffbeb;
}

.amis-scope .group:hover .group-hover\:text-yellow-100 {
  color: #fef3c7;
}

.amis-scope .group:hover .group-hover\:text-yellow-200 {
  color: #fde68a;
}

.amis-scope .group:hover .group-hover\:text-yellow-300 {
  color: #fcd34d;
}

.amis-scope .group:hover .group-hover\:text-yellow-400 {
  color: #fbbf24;
}

.amis-scope .group:hover .group-hover\:text-yellow-500 {
  color: #f59e0b;
}

.amis-scope .group:hover .group-hover\:text-yellow-600 {
  color: #d97706;
}

.amis-scope .group:hover .group-hover\:text-yellow-700 {
  color: #b45309;
}

.amis-scope .group:hover .group-hover\:text-yellow-800 {
  color: #92400e;
}

.amis-scope .group:hover .group-hover\:text-yellow-900 {
  color: #78350f;
}

.amis-scope .group:hover .group-hover\:text-green-50 {
  color: #ecfdf5;
}

.amis-scope .group:hover .group-hover\:text-green-100 {
  color: #d1fae5;
}

.amis-scope .group:hover .group-hover\:text-green-200 {
  color: #a7f3d0;
}

.amis-scope .group:hover .group-hover\:text-green-300 {
  color: #6ee7b7;
}

.amis-scope .group:hover .group-hover\:text-green-400 {
  color: #34d399;
}

.amis-scope .group:hover .group-hover\:text-green-500 {
  color: #10b981;
}

.amis-scope .group:hover .group-hover\:text-green-600 {
  color: #059669;
}

.amis-scope .group:hover .group-hover\:text-green-700 {
  color: #047857;
}

.amis-scope .group:hover .group-hover\:text-green-800 {
  color: #065f46;
}

.amis-scope .group:hover .group-hover\:text-green-900 {
  color: #064e3b;
}

.amis-scope .group:hover .group-hover\:text-blue-50 {
  color: #eff6ff;
}

.amis-scope .group:hover .group-hover\:text-blue-100 {
  color: #dbeafe;
}

.amis-scope .group:hover .group-hover\:text-blue-200 {
  color: #bfdbfe;
}

.amis-scope .group:hover .group-hover\:text-blue-300 {
  color: #93c5fd;
}

.amis-scope .group:hover .group-hover\:text-blue-400 {
  color: #60a5fa;
}

.amis-scope .group:hover .group-hover\:text-blue-500 {
  color: #3b82f6;
}

.amis-scope .group:hover .group-hover\:text-blue-600 {
  color: #2563eb;
}

.amis-scope .group:hover .group-hover\:text-blue-700 {
  color: #1d4ed8;
}

.amis-scope .group:hover .group-hover\:text-blue-800 {
  color: #1e40af;
}

.amis-scope .group:hover .group-hover\:text-blue-900 {
  color: #1e3a8a;
}

.amis-scope .group:hover .group-hover\:text-cyan-50 {
  color: #ecfeff;
}

.amis-scope .group:hover .group-hover\:text-cyan-100 {
  color: #cffafe;
}

.amis-scope .group:hover .group-hover\:text-cyan-200 {
  color: #a5f3fc;
}

.amis-scope .group:hover .group-hover\:text-cyan-300 {
  color: #67e8f9;
}

.amis-scope .group:hover .group-hover\:text-cyan-400 {
  color: #22d3ee;
}

.amis-scope .group:hover .group-hover\:text-cyan-500 {
  color: #06b6d4;
}

.amis-scope .group:hover .group-hover\:text-cyan-600 {
  color: #0891b2;
}

.amis-scope .group:hover .group-hover\:text-cyan-700 {
  color: #0e7490;
}

.amis-scope .group:hover .group-hover\:text-cyan-800 {
  color: #155e75;
}

.amis-scope .group:hover .group-hover\:text-cyan-900 {
  color: #164e63;
}

.amis-scope .group:hover .group-hover\:text-indigo-50 {
  color: #eef2ff;
}

.amis-scope .group:hover .group-hover\:text-indigo-100 {
  color: #e0e7ff;
}

.amis-scope .group:hover .group-hover\:text-indigo-200 {
  color: #c7d2fe;
}

.amis-scope .group:hover .group-hover\:text-indigo-300 {
  color: #a5b4fc;
}

.amis-scope .group:hover .group-hover\:text-indigo-400 {
  color: #818cf8;
}

.amis-scope .group:hover .group-hover\:text-indigo-500 {
  color: #6366f1;
}

.amis-scope .group:hover .group-hover\:text-indigo-600 {
  color: #4f46e5;
}

.amis-scope .group:hover .group-hover\:text-indigo-700 {
  color: #4338ca;
}

.amis-scope .group:hover .group-hover\:text-indigo-800 {
  color: #3730a3;
}

.amis-scope .group:hover .group-hover\:text-indigo-900 {
  color: #312e81;
}

.amis-scope .group:hover .group-hover\:text-purple-50 {
  color: #f5f3ff;
}

.amis-scope .group:hover .group-hover\:text-purple-100 {
  color: #ede9fe;
}

.amis-scope .group:hover .group-hover\:text-purple-200 {
  color: #ddd6fe;
}

.amis-scope .group:hover .group-hover\:text-purple-300 {
  color: #c4b5fd;
}

.amis-scope .group:hover .group-hover\:text-purple-400 {
  color: #a78bfa;
}

.amis-scope .group:hover .group-hover\:text-purple-500 {
  color: #8b5cf6;
}

.amis-scope .group:hover .group-hover\:text-purple-600 {
  color: #7c3aed;
}

.amis-scope .group:hover .group-hover\:text-purple-700 {
  color: #6d28d9;
}

.amis-scope .group:hover .group-hover\:text-purple-800 {
  color: #5b21b6;
}

.amis-scope .group:hover .group-hover\:text-purple-900 {
  color: #4c1d95;
}

.amis-scope .group:hover .group-hover\:text-pink-50 {
  color: #fdf2f8;
}

.amis-scope .group:hover .group-hover\:text-pink-100 {
  color: #fce7f3;
}

.amis-scope .group:hover .group-hover\:text-pink-200 {
  color: #fbcfe8;
}

.amis-scope .group:hover .group-hover\:text-pink-300 {
  color: #f9a8d4;
}

.amis-scope .group:hover .group-hover\:text-pink-400 {
  color: #f472b6;
}

.amis-scope .group:hover .group-hover\:text-pink-500 {
  color: #ec4899;
}

.amis-scope .group:hover .group-hover\:text-pink-600 {
  color: #db2777;
}

.amis-scope .group:hover .group-hover\:text-pink-700 {
  color: #be185d;
}

.amis-scope .group:hover .group-hover\:text-pink-800 {
  color: #9d174d;
}

.amis-scope .group:hover .group-hover\:text-pink-900 {
  color: #831843;
}

@media (max-width: 768px) {
  .amis-scope .m\:text-transparent {
    color: transparent;
  }

  .amis-scope .m\:text-current {
    color: currentColor;
  }

  .amis-scope .m\:text-black {
    color: #000;
  }

  .amis-scope .m\:text-white {
    color: #fff;
  }

  .amis-scope .m\:text-primary {
    color: #007bff;
  }

  .amis-scope .m\:text-secondary {
    color: #6c757d;
  }

  .amis-scope .m\:text-success {
    color: #28a745;
  }

  .amis-scope .m\:text-info {
    color: #007bff;
  }

  .amis-scope .m\:text-warning {
    color: #fad733;
  }

  .amis-scope .m\:text-danger {
    color: #dc3545;
  }

  .amis-scope .m\:text-light {
    color: #f8f9fa;
  }

  .amis-scope .m\:text-dark {
    color: #343a40;
  }

  .amis-scope .m\:text-gray-50 {
    color: #f9fafb;
  }

  .amis-scope .m\:text-gray-100 {
    color: #f3f4f6;
  }

  .amis-scope .m\:text-gray-200 {
    color: #e5e7eb;
  }

  .amis-scope .m\:text-gray-300 {
    color: #d1d5db;
  }

  .amis-scope .m\:text-gray-400 {
    color: #9ca3af;
  }

  .amis-scope .m\:text-gray-500 {
    color: #6b7280;
  }

  .amis-scope .m\:text-gray-600 {
    color: #4b5563;
  }

  .amis-scope .m\:text-gray-700 {
    color: #374151;
  }

  .amis-scope .m\:text-gray-800 {
    color: #1f2937;
  }

  .amis-scope .m\:text-gray-900 {
    color: #111827;
  }

  .amis-scope .m\:text-red-50 {
    color: #fef2f2;
  }

  .amis-scope .m\:text-red-100 {
    color: #fee2e2;
  }

  .amis-scope .m\:text-red-200 {
    color: #fecaca;
  }

  .amis-scope .m\:text-red-300 {
    color: #fca5a5;
  }

  .amis-scope .m\:text-red-400 {
    color: #f87171;
  }

  .amis-scope .m\:text-red-500 {
    color: #ef4444;
  }

  .amis-scope .m\:text-red-600 {
    color: #dc2626;
  }

  .amis-scope .m\:text-red-700 {
    color: #b91c1c;
  }

  .amis-scope .m\:text-red-800 {
    color: #991b1b;
  }

  .amis-scope .m\:text-red-900 {
    color: #7f1d1d;
  }

  .amis-scope .m\:text-yellow-50 {
    color: #fffbeb;
  }

  .amis-scope .m\:text-yellow-100 {
    color: #fef3c7;
  }

  .amis-scope .m\:text-yellow-200 {
    color: #fde68a;
  }

  .amis-scope .m\:text-yellow-300 {
    color: #fcd34d;
  }

  .amis-scope .m\:text-yellow-400 {
    color: #fbbf24;
  }

  .amis-scope .m\:text-yellow-500 {
    color: #f59e0b;
  }

  .amis-scope .m\:text-yellow-600 {
    color: #d97706;
  }

  .amis-scope .m\:text-yellow-700 {
    color: #b45309;
  }

  .amis-scope .m\:text-yellow-800 {
    color: #92400e;
  }

  .amis-scope .m\:text-yellow-900 {
    color: #78350f;
  }

  .amis-scope .m\:text-green-50 {
    color: #ecfdf5;
  }

  .amis-scope .m\:text-green-100 {
    color: #d1fae5;
  }

  .amis-scope .m\:text-green-200 {
    color: #a7f3d0;
  }

  .amis-scope .m\:text-green-300 {
    color: #6ee7b7;
  }

  .amis-scope .m\:text-green-400 {
    color: #34d399;
  }

  .amis-scope .m\:text-green-500 {
    color: #10b981;
  }

  .amis-scope .m\:text-green-600 {
    color: #059669;
  }

  .amis-scope .m\:text-green-700 {
    color: #047857;
  }

  .amis-scope .m\:text-green-800 {
    color: #065f46;
  }

  .amis-scope .m\:text-green-900 {
    color: #064e3b;
  }

  .amis-scope .m\:text-blue-50 {
    color: #eff6ff;
  }

  .amis-scope .m\:text-blue-100 {
    color: #dbeafe;
  }

  .amis-scope .m\:text-blue-200 {
    color: #bfdbfe;
  }

  .amis-scope .m\:text-blue-300 {
    color: #93c5fd;
  }

  .amis-scope .m\:text-blue-400 {
    color: #60a5fa;
  }

  .amis-scope .m\:text-blue-500 {
    color: #3b82f6;
  }

  .amis-scope .m\:text-blue-600 {
    color: #2563eb;
  }

  .amis-scope .m\:text-blue-700 {
    color: #1d4ed8;
  }

  .amis-scope .m\:text-blue-800 {
    color: #1e40af;
  }

  .amis-scope .m\:text-blue-900 {
    color: #1e3a8a;
  }

  .amis-scope .m\:text-cyan-50 {
    color: #ecfeff;
  }

  .amis-scope .m\:text-cyan-100 {
    color: #cffafe;
  }

  .amis-scope .m\:text-cyan-200 {
    color: #a5f3fc;
  }

  .amis-scope .m\:text-cyan-300 {
    color: #67e8f9;
  }

  .amis-scope .m\:text-cyan-400 {
    color: #22d3ee;
  }

  .amis-scope .m\:text-cyan-500 {
    color: #06b6d4;
  }

  .amis-scope .m\:text-cyan-600 {
    color: #0891b2;
  }

  .amis-scope .m\:text-cyan-700 {
    color: #0e7490;
  }

  .amis-scope .m\:text-cyan-800 {
    color: #155e75;
  }

  .amis-scope .m\:text-cyan-900 {
    color: #164e63;
  }

  .amis-scope .m\:text-indigo-50 {
    color: #eef2ff;
  }

  .amis-scope .m\:text-indigo-100 {
    color: #e0e7ff;
  }

  .amis-scope .m\:text-indigo-200 {
    color: #c7d2fe;
  }

  .amis-scope .m\:text-indigo-300 {
    color: #a5b4fc;
  }

  .amis-scope .m\:text-indigo-400 {
    color: #818cf8;
  }

  .amis-scope .m\:text-indigo-500 {
    color: #6366f1;
  }

  .amis-scope .m\:text-indigo-600 {
    color: #4f46e5;
  }

  .amis-scope .m\:text-indigo-700 {
    color: #4338ca;
  }

  .amis-scope .m\:text-indigo-800 {
    color: #3730a3;
  }

  .amis-scope .m\:text-indigo-900 {
    color: #312e81;
  }

  .amis-scope .m\:text-purple-50 {
    color: #f5f3ff;
  }

  .amis-scope .m\:text-purple-100 {
    color: #ede9fe;
  }

  .amis-scope .m\:text-purple-200 {
    color: #ddd6fe;
  }

  .amis-scope .m\:text-purple-300 {
    color: #c4b5fd;
  }

  .amis-scope .m\:text-purple-400 {
    color: #a78bfa;
  }

  .amis-scope .m\:text-purple-500 {
    color: #8b5cf6;
  }

  .amis-scope .m\:text-purple-600 {
    color: #7c3aed;
  }

  .amis-scope .m\:text-purple-700 {
    color: #6d28d9;
  }

  .amis-scope .m\:text-purple-800 {
    color: #5b21b6;
  }

  .amis-scope .m\:text-purple-900 {
    color: #4c1d95;
  }

  .amis-scope .m\:text-pink-50 {
    color: #fdf2f8;
  }

  .amis-scope .m\:text-pink-100 {
    color: #fce7f3;
  }

  .amis-scope .m\:text-pink-200 {
    color: #fbcfe8;
  }

  .amis-scope .m\:text-pink-300 {
    color: #f9a8d4;
  }

  .amis-scope .m\:text-pink-400 {
    color: #f472b6;
  }

  .amis-scope .m\:text-pink-500 {
    color: #ec4899;
  }

  .amis-scope .m\:text-pink-600 {
    color: #db2777;
  }

  .amis-scope .m\:text-pink-700 {
    color: #be185d;
  }

  .amis-scope .m\:text-pink-800 {
    color: #9d174d;
  }

  .amis-scope .m\:text-pink-900 {
    color: #831843;
  }

  .amis-scope .m\:hover\:text-transparent:hover {
    color: transparent;
  }

  .amis-scope .m\:hover\:text-current:hover {
    color: currentColor;
  }

  .amis-scope .m\:hover\:text-black:hover {
    color: #000;
  }

  .amis-scope .m\:hover\:text-white:hover {
    color: #fff;
  }

  .amis-scope .m\:hover\:text-primary:hover {
    color: #007bff;
  }

  .amis-scope .m\:hover\:text-secondary:hover {
    color: #6c757d;
  }

  .amis-scope .m\:hover\:text-success:hover {
    color: #28a745;
  }

  .amis-scope .m\:hover\:text-info:hover {
    color: #007bff;
  }

  .amis-scope .m\:hover\:text-warning:hover {
    color: #fad733;
  }

  .amis-scope .m\:hover\:text-danger:hover {
    color: #dc3545;
  }

  .amis-scope .m\:hover\:text-light:hover {
    color: #f8f9fa;
  }

  .amis-scope .m\:hover\:text-dark:hover {
    color: #343a40;
  }

  .amis-scope .m\:hover\:text-gray-50:hover {
    color: #f9fafb;
  }

  .amis-scope .m\:hover\:text-gray-100:hover {
    color: #f3f4f6;
  }

  .amis-scope .m\:hover\:text-gray-200:hover {
    color: #e5e7eb;
  }

  .amis-scope .m\:hover\:text-gray-300:hover {
    color: #d1d5db;
  }

  .amis-scope .m\:hover\:text-gray-400:hover {
    color: #9ca3af;
  }

  .amis-scope .m\:hover\:text-gray-500:hover {
    color: #6b7280;
  }

  .amis-scope .m\:hover\:text-gray-600:hover {
    color: #4b5563;
  }

  .amis-scope .m\:hover\:text-gray-700:hover {
    color: #374151;
  }

  .amis-scope .m\:hover\:text-gray-800:hover {
    color: #1f2937;
  }

  .amis-scope .m\:hover\:text-gray-900:hover {
    color: #111827;
  }

  .amis-scope .m\:hover\:text-red-50:hover {
    color: #fef2f2;
  }

  .amis-scope .m\:hover\:text-red-100:hover {
    color: #fee2e2;
  }

  .amis-scope .m\:hover\:text-red-200:hover {
    color: #fecaca;
  }

  .amis-scope .m\:hover\:text-red-300:hover {
    color: #fca5a5;
  }

  .amis-scope .m\:hover\:text-red-400:hover {
    color: #f87171;
  }

  .amis-scope .m\:hover\:text-red-500:hover {
    color: #ef4444;
  }

  .amis-scope .m\:hover\:text-red-600:hover {
    color: #dc2626;
  }

  .amis-scope .m\:hover\:text-red-700:hover {
    color: #b91c1c;
  }

  .amis-scope .m\:hover\:text-red-800:hover {
    color: #991b1b;
  }

  .amis-scope .m\:hover\:text-red-900:hover {
    color: #7f1d1d;
  }

  .amis-scope .m\:hover\:text-yellow-50:hover {
    color: #fffbeb;
  }

  .amis-scope .m\:hover\:text-yellow-100:hover {
    color: #fef3c7;
  }

  .amis-scope .m\:hover\:text-yellow-200:hover {
    color: #fde68a;
  }

  .amis-scope .m\:hover\:text-yellow-300:hover {
    color: #fcd34d;
  }

  .amis-scope .m\:hover\:text-yellow-400:hover {
    color: #fbbf24;
  }

  .amis-scope .m\:hover\:text-yellow-500:hover {
    color: #f59e0b;
  }

  .amis-scope .m\:hover\:text-yellow-600:hover {
    color: #d97706;
  }

  .amis-scope .m\:hover\:text-yellow-700:hover {
    color: #b45309;
  }

  .amis-scope .m\:hover\:text-yellow-800:hover {
    color: #92400e;
  }

  .amis-scope .m\:hover\:text-yellow-900:hover {
    color: #78350f;
  }

  .amis-scope .m\:hover\:text-green-50:hover {
    color: #ecfdf5;
  }

  .amis-scope .m\:hover\:text-green-100:hover {
    color: #d1fae5;
  }

  .amis-scope .m\:hover\:text-green-200:hover {
    color: #a7f3d0;
  }

  .amis-scope .m\:hover\:text-green-300:hover {
    color: #6ee7b7;
  }

  .amis-scope .m\:hover\:text-green-400:hover {
    color: #34d399;
  }

  .amis-scope .m\:hover\:text-green-500:hover {
    color: #10b981;
  }

  .amis-scope .m\:hover\:text-green-600:hover {
    color: #059669;
  }

  .amis-scope .m\:hover\:text-green-700:hover {
    color: #047857;
  }

  .amis-scope .m\:hover\:text-green-800:hover {
    color: #065f46;
  }

  .amis-scope .m\:hover\:text-green-900:hover {
    color: #064e3b;
  }

  .amis-scope .m\:hover\:text-blue-50:hover {
    color: #eff6ff;
  }

  .amis-scope .m\:hover\:text-blue-100:hover {
    color: #dbeafe;
  }

  .amis-scope .m\:hover\:text-blue-200:hover {
    color: #bfdbfe;
  }

  .amis-scope .m\:hover\:text-blue-300:hover {
    color: #93c5fd;
  }

  .amis-scope .m\:hover\:text-blue-400:hover {
    color: #60a5fa;
  }

  .amis-scope .m\:hover\:text-blue-500:hover {
    color: #3b82f6;
  }

  .amis-scope .m\:hover\:text-blue-600:hover {
    color: #2563eb;
  }

  .amis-scope .m\:hover\:text-blue-700:hover {
    color: #1d4ed8;
  }

  .amis-scope .m\:hover\:text-blue-800:hover {
    color: #1e40af;
  }

  .amis-scope .m\:hover\:text-blue-900:hover {
    color: #1e3a8a;
  }

  .amis-scope .m\:hover\:text-cyan-50:hover {
    color: #ecfeff;
  }

  .amis-scope .m\:hover\:text-cyan-100:hover {
    color: #cffafe;
  }

  .amis-scope .m\:hover\:text-cyan-200:hover {
    color: #a5f3fc;
  }

  .amis-scope .m\:hover\:text-cyan-300:hover {
    color: #67e8f9;
  }

  .amis-scope .m\:hover\:text-cyan-400:hover {
    color: #22d3ee;
  }

  .amis-scope .m\:hover\:text-cyan-500:hover {
    color: #06b6d4;
  }

  .amis-scope .m\:hover\:text-cyan-600:hover {
    color: #0891b2;
  }

  .amis-scope .m\:hover\:text-cyan-700:hover {
    color: #0e7490;
  }

  .amis-scope .m\:hover\:text-cyan-800:hover {
    color: #155e75;
  }

  .amis-scope .m\:hover\:text-cyan-900:hover {
    color: #164e63;
  }

  .amis-scope .m\:hover\:text-indigo-50:hover {
    color: #eef2ff;
  }

  .amis-scope .m\:hover\:text-indigo-100:hover {
    color: #e0e7ff;
  }

  .amis-scope .m\:hover\:text-indigo-200:hover {
    color: #c7d2fe;
  }

  .amis-scope .m\:hover\:text-indigo-300:hover {
    color: #a5b4fc;
  }

  .amis-scope .m\:hover\:text-indigo-400:hover {
    color: #818cf8;
  }

  .amis-scope .m\:hover\:text-indigo-500:hover {
    color: #6366f1;
  }

  .amis-scope .m\:hover\:text-indigo-600:hover {
    color: #4f46e5;
  }

  .amis-scope .m\:hover\:text-indigo-700:hover {
    color: #4338ca;
  }

  .amis-scope .m\:hover\:text-indigo-800:hover {
    color: #3730a3;
  }

  .amis-scope .m\:hover\:text-indigo-900:hover {
    color: #312e81;
  }

  .amis-scope .m\:hover\:text-purple-50:hover {
    color: #f5f3ff;
  }

  .amis-scope .m\:hover\:text-purple-100:hover {
    color: #ede9fe;
  }

  .amis-scope .m\:hover\:text-purple-200:hover {
    color: #ddd6fe;
  }

  .amis-scope .m\:hover\:text-purple-300:hover {
    color: #c4b5fd;
  }

  .amis-scope .m\:hover\:text-purple-400:hover {
    color: #a78bfa;
  }

  .amis-scope .m\:hover\:text-purple-500:hover {
    color: #8b5cf6;
  }

  .amis-scope .m\:hover\:text-purple-600:hover {
    color: #7c3aed;
  }

  .amis-scope .m\:hover\:text-purple-700:hover {
    color: #6d28d9;
  }

  .amis-scope .m\:hover\:text-purple-800:hover {
    color: #5b21b6;
  }

  .amis-scope .m\:hover\:text-purple-900:hover {
    color: #4c1d95;
  }

  .amis-scope .m\:hover\:text-pink-50:hover {
    color: #fdf2f8;
  }

  .amis-scope .m\:hover\:text-pink-100:hover {
    color: #fce7f3;
  }

  .amis-scope .m\:hover\:text-pink-200:hover {
    color: #fbcfe8;
  }

  .amis-scope .m\:hover\:text-pink-300:hover {
    color: #f9a8d4;
  }

  .amis-scope .m\:hover\:text-pink-400:hover {
    color: #f472b6;
  }

  .amis-scope .m\:hover\:text-pink-500:hover {
    color: #ec4899;
  }

  .amis-scope .m\:hover\:text-pink-600:hover {
    color: #db2777;
  }

  .amis-scope .m\:hover\:text-pink-700:hover {
    color: #be185d;
  }

  .amis-scope .m\:hover\:text-pink-800:hover {
    color: #9d174d;
  }

  .amis-scope .m\:hover\:text-pink-900:hover {
    color: #831843;
  }

  .amis-scope .m\:active\:text-transparent.is-active {
    color: transparent;
  }

  .amis-scope .m\:active\:text-current.is-active {
    color: currentColor;
  }

  .amis-scope .m\:active\:text-black.is-active,
  .amis-scope .m\:active\:text-black:active {
    color: #000;
  }

  .amis-scope .m\:active\:text-white.is-active,
  .amis-scope .m\:active\:text-white:active {
    color: #fff;
  }

  .amis-scope .m\:active\:text-primary.is-active,
  .amis-scope .m\:active\:text-primary:active {
    color: #007bff;
  }

  .amis-scope .m\:active\:text-secondary.is-active,
  .amis-scope .m\:active\:text-secondary:active {
    color: #6c757d;
  }

  .amis-scope .m\:active\:text-success.is-active,
  .amis-scope .m\:active\:text-success:active {
    color: #28a745;
  }

  .amis-scope .m\:active\:text-info.is-active,
  .amis-scope .m\:active\:text-info:active {
    color: #007bff;
  }

  .amis-scope .m\:active\:text-warning.is-active,
  .amis-scope .m\:active\:text-warning:active {
    color: #fad733;
  }

  .amis-scope .m\:active\:text-danger.is-active,
  .amis-scope .m\:active\:text-danger:active {
    color: #dc3545;
  }

  .amis-scope .m\:active\:text-light.is-active,
  .amis-scope .m\:active\:text-light:active {
    color: #f8f9fa;
  }

  .amis-scope .m\:active\:text-dark.is-active,
  .amis-scope .m\:active\:text-dark:active {
    color: #343a40;
  }

  .amis-scope .m\:active\:text-gray-50.is-active,
  .amis-scope .m\:active\:text-gray-50:active {
    color: #f9fafb;
  }

  .amis-scope .m\:active\:text-gray-100.is-active,
  .amis-scope .m\:active\:text-gray-100:active {
    color: #f3f4f6;
  }

  .amis-scope .m\:active\:text-gray-200.is-active,
  .amis-scope .m\:active\:text-gray-200:active {
    color: #e5e7eb;
  }

  .amis-scope .m\:active\:text-gray-300.is-active,
  .amis-scope .m\:active\:text-gray-300:active {
    color: #d1d5db;
  }

  .amis-scope .m\:active\:text-gray-400.is-active,
  .amis-scope .m\:active\:text-gray-400:active {
    color: #9ca3af;
  }

  .amis-scope .m\:active\:text-gray-500.is-active,
  .amis-scope .m\:active\:text-gray-500:active {
    color: #6b7280;
  }

  .amis-scope .m\:active\:text-gray-600.is-active,
  .amis-scope .m\:active\:text-gray-600:active {
    color: #4b5563;
  }

  .amis-scope .m\:active\:text-gray-700.is-active,
  .amis-scope .m\:active\:text-gray-700:active {
    color: #374151;
  }

  .amis-scope .m\:active\:text-gray-800.is-active,
  .amis-scope .m\:active\:text-gray-800:active {
    color: #1f2937;
  }

  .amis-scope .m\:active\:text-gray-900.is-active,
  .amis-scope .m\:active\:text-gray-900:active {
    color: #111827;
  }

  .amis-scope .m\:active\:text-red-50.is-active,
  .amis-scope .m\:active\:text-red-50:active {
    color: #fef2f2;
  }

  .amis-scope .m\:active\:text-red-100.is-active,
  .amis-scope .m\:active\:text-red-100:active {
    color: #fee2e2;
  }

  .amis-scope .m\:active\:text-red-200.is-active,
  .amis-scope .m\:active\:text-red-200:active {
    color: #fecaca;
  }

  .amis-scope .m\:active\:text-red-300.is-active,
  .amis-scope .m\:active\:text-red-300:active {
    color: #fca5a5;
  }

  .amis-scope .m\:active\:text-red-400.is-active,
  .amis-scope .m\:active\:text-red-400:active {
    color: #f87171;
  }

  .amis-scope .m\:active\:text-red-500.is-active,
  .amis-scope .m\:active\:text-red-500:active {
    color: #ef4444;
  }

  .amis-scope .m\:active\:text-red-600.is-active,
  .amis-scope .m\:active\:text-red-600:active {
    color: #dc2626;
  }

  .amis-scope .m\:active\:text-red-700.is-active,
  .amis-scope .m\:active\:text-red-700:active {
    color: #b91c1c;
  }

  .amis-scope .m\:active\:text-red-800.is-active,
  .amis-scope .m\:active\:text-red-800:active {
    color: #991b1b;
  }

  .amis-scope .m\:active\:text-red-900.is-active,
  .amis-scope .m\:active\:text-red-900:active {
    color: #7f1d1d;
  }

  .amis-scope .m\:active\:text-yellow-50.is-active,
  .amis-scope .m\:active\:text-yellow-50:active {
    color: #fffbeb;
  }

  .amis-scope .m\:active\:text-yellow-100.is-active,
  .amis-scope .m\:active\:text-yellow-100:active {
    color: #fef3c7;
  }

  .amis-scope .m\:active\:text-yellow-200.is-active,
  .amis-scope .m\:active\:text-yellow-200:active {
    color: #fde68a;
  }

  .amis-scope .m\:active\:text-yellow-300.is-active,
  .amis-scope .m\:active\:text-yellow-300:active {
    color: #fcd34d;
  }

  .amis-scope .m\:active\:text-yellow-400.is-active,
  .amis-scope .m\:active\:text-yellow-400:active {
    color: #fbbf24;
  }

  .amis-scope .m\:active\:text-yellow-500.is-active,
  .amis-scope .m\:active\:text-yellow-500:active {
    color: #f59e0b;
  }

  .amis-scope .m\:active\:text-yellow-600.is-active,
  .amis-scope .m\:active\:text-yellow-600:active {
    color: #d97706;
  }

  .amis-scope .m\:active\:text-yellow-700.is-active,
  .amis-scope .m\:active\:text-yellow-700:active {
    color: #b45309;
  }

  .amis-scope .m\:active\:text-yellow-800.is-active,
  .amis-scope .m\:active\:text-yellow-800:active {
    color: #92400e;
  }

  .amis-scope .m\:active\:text-yellow-900.is-active,
  .amis-scope .m\:active\:text-yellow-900:active {
    color: #78350f;
  }

  .amis-scope .m\:active\:text-green-50.is-active,
  .amis-scope .m\:active\:text-green-50:active {
    color: #ecfdf5;
  }

  .amis-scope .m\:active\:text-green-100.is-active,
  .amis-scope .m\:active\:text-green-100:active {
    color: #d1fae5;
  }

  .amis-scope .m\:active\:text-green-200.is-active,
  .amis-scope .m\:active\:text-green-200:active {
    color: #a7f3d0;
  }

  .amis-scope .m\:active\:text-green-300.is-active,
  .amis-scope .m\:active\:text-green-300:active {
    color: #6ee7b7;
  }

  .amis-scope .m\:active\:text-green-400.is-active,
  .amis-scope .m\:active\:text-green-400:active {
    color: #34d399;
  }

  .amis-scope .m\:active\:text-green-500.is-active,
  .amis-scope .m\:active\:text-green-500:active {
    color: #10b981;
  }

  .amis-scope .m\:active\:text-green-600.is-active,
  .amis-scope .m\:active\:text-green-600:active {
    color: #059669;
  }

  .amis-scope .m\:active\:text-green-700.is-active,
  .amis-scope .m\:active\:text-green-700:active {
    color: #047857;
  }

  .amis-scope .m\:active\:text-green-800.is-active,
  .amis-scope .m\:active\:text-green-800:active {
    color: #065f46;
  }

  .amis-scope .m\:active\:text-green-900.is-active,
  .amis-scope .m\:active\:text-green-900:active {
    color: #064e3b;
  }

  .amis-scope .m\:active\:text-blue-50.is-active,
  .amis-scope .m\:active\:text-blue-50:active {
    color: #eff6ff;
  }

  .amis-scope .m\:active\:text-blue-100.is-active,
  .amis-scope .m\:active\:text-blue-100:active {
    color: #dbeafe;
  }

  .amis-scope .m\:active\:text-blue-200.is-active,
  .amis-scope .m\:active\:text-blue-200:active {
    color: #bfdbfe;
  }

  .amis-scope .m\:active\:text-blue-300.is-active,
  .amis-scope .m\:active\:text-blue-300:active {
    color: #93c5fd;
  }

  .amis-scope .m\:active\:text-blue-400.is-active,
  .amis-scope .m\:active\:text-blue-400:active {
    color: #60a5fa;
  }

  .amis-scope .m\:active\:text-blue-500.is-active,
  .amis-scope .m\:active\:text-blue-500:active {
    color: #3b82f6;
  }

  .amis-scope .m\:active\:text-blue-600.is-active,
  .amis-scope .m\:active\:text-blue-600:active {
    color: #2563eb;
  }

  .amis-scope .m\:active\:text-blue-700.is-active,
  .amis-scope .m\:active\:text-blue-700:active {
    color: #1d4ed8;
  }

  .amis-scope .m\:active\:text-blue-800.is-active,
  .amis-scope .m\:active\:text-blue-800:active {
    color: #1e40af;
  }

  .amis-scope .m\:active\:text-blue-900.is-active,
  .amis-scope .m\:active\:text-blue-900:active {
    color: #1e3a8a;
  }

  .amis-scope .m\:active\:text-cyan-50.is-active,
  .amis-scope .m\:active\:text-cyan-50:active {
    color: #ecfeff;
  }

  .amis-scope .m\:active\:text-cyan-100.is-active,
  .amis-scope .m\:active\:text-cyan-100:active {
    color: #cffafe;
  }

  .amis-scope .m\:active\:text-cyan-200.is-active,
  .amis-scope .m\:active\:text-cyan-200:active {
    color: #a5f3fc;
  }

  .amis-scope .m\:active\:text-cyan-300.is-active,
  .amis-scope .m\:active\:text-cyan-300:active {
    color: #67e8f9;
  }

  .amis-scope .m\:active\:text-cyan-400.is-active,
  .amis-scope .m\:active\:text-cyan-400:active {
    color: #22d3ee;
  }

  .amis-scope .m\:active\:text-cyan-500.is-active,
  .amis-scope .m\:active\:text-cyan-500:active {
    color: #06b6d4;
  }

  .amis-scope .m\:active\:text-cyan-600.is-active,
  .amis-scope .m\:active\:text-cyan-600:active {
    color: #0891b2;
  }

  .amis-scope .m\:active\:text-cyan-700.is-active,
  .amis-scope .m\:active\:text-cyan-700:active {
    color: #0e7490;
  }

  .amis-scope .m\:active\:text-cyan-800.is-active,
  .amis-scope .m\:active\:text-cyan-800:active {
    color: #155e75;
  }

  .amis-scope .m\:active\:text-cyan-900.is-active,
  .amis-scope .m\:active\:text-cyan-900:active {
    color: #164e63;
  }

  .amis-scope .m\:active\:text-indigo-50.is-active,
  .amis-scope .m\:active\:text-indigo-50:active {
    color: #eef2ff;
  }

  .amis-scope .m\:active\:text-indigo-100.is-active,
  .amis-scope .m\:active\:text-indigo-100:active {
    color: #e0e7ff;
  }

  .amis-scope .m\:active\:text-indigo-200.is-active,
  .amis-scope .m\:active\:text-indigo-200:active {
    color: #c7d2fe;
  }

  .amis-scope .m\:active\:text-indigo-300.is-active,
  .amis-scope .m\:active\:text-indigo-300:active {
    color: #a5b4fc;
  }

  .amis-scope .m\:active\:text-indigo-400.is-active,
  .amis-scope .m\:active\:text-indigo-400:active {
    color: #818cf8;
  }

  .amis-scope .m\:active\:text-indigo-500.is-active,
  .amis-scope .m\:active\:text-indigo-500:active {
    color: #6366f1;
  }

  .amis-scope .m\:active\:text-indigo-600.is-active,
  .amis-scope .m\:active\:text-indigo-600:active {
    color: #4f46e5;
  }

  .amis-scope .m\:active\:text-indigo-700.is-active,
  .amis-scope .m\:active\:text-indigo-700:active {
    color: #4338ca;
  }

  .amis-scope .m\:active\:text-indigo-800.is-active,
  .amis-scope .m\:active\:text-indigo-800:active {
    color: #3730a3;
  }

  .amis-scope .m\:active\:text-indigo-900.is-active,
  .amis-scope .m\:active\:text-indigo-900:active {
    color: #312e81;
  }

  .amis-scope .m\:active\:text-purple-50.is-active,
  .amis-scope .m\:active\:text-purple-50:active {
    color: #f5f3ff;
  }

  .amis-scope .m\:active\:text-purple-100.is-active,
  .amis-scope .m\:active\:text-purple-100:active {
    color: #ede9fe;
  }

  .amis-scope .m\:active\:text-purple-200.is-active,
  .amis-scope .m\:active\:text-purple-200:active {
    color: #ddd6fe;
  }

  .amis-scope .m\:active\:text-purple-300.is-active,
  .amis-scope .m\:active\:text-purple-300:active {
    color: #c4b5fd;
  }

  .amis-scope .m\:active\:text-purple-400.is-active,
  .amis-scope .m\:active\:text-purple-400:active {
    color: #a78bfa;
  }

  .amis-scope .m\:active\:text-purple-500.is-active,
  .amis-scope .m\:active\:text-purple-500:active {
    color: #8b5cf6;
  }

  .amis-scope .m\:active\:text-purple-600.is-active,
  .amis-scope .m\:active\:text-purple-600:active {
    color: #7c3aed;
  }

  .amis-scope .m\:active\:text-purple-700.is-active,
  .amis-scope .m\:active\:text-purple-700:active {
    color: #6d28d9;
  }

  .amis-scope .m\:active\:text-purple-800.is-active,
  .amis-scope .m\:active\:text-purple-800:active {
    color: #5b21b6;
  }

  .amis-scope .m\:active\:text-purple-900.is-active,
  .amis-scope .m\:active\:text-purple-900:active {
    color: #4c1d95;
  }

  .amis-scope .m\:active\:text-pink-50.is-active,
  .amis-scope .m\:active\:text-pink-50:active {
    color: #fdf2f8;
  }

  .amis-scope .m\:active\:text-pink-100.is-active,
  .amis-scope .m\:active\:text-pink-100:active {
    color: #fce7f3;
  }

  .amis-scope .m\:active\:text-pink-200.is-active,
  .amis-scope .m\:active\:text-pink-200:active {
    color: #fbcfe8;
  }

  .amis-scope .m\:active\:text-pink-300.is-active,
  .amis-scope .m\:active\:text-pink-300:active {
    color: #f9a8d4;
  }

  .amis-scope .m\:active\:text-pink-400.is-active,
  .amis-scope .m\:active\:text-pink-400:active {
    color: #f472b6;
  }

  .amis-scope .m\:active\:text-pink-500.is-active,
  .amis-scope .m\:active\:text-pink-500:active {
    color: #ec4899;
  }

  .amis-scope .m\:active\:text-pink-600.is-active,
  .amis-scope .m\:active\:text-pink-600:active {
    color: #db2777;
  }

  .amis-scope .m\:active\:text-pink-700.is-active,
  .amis-scope .m\:active\:text-pink-700:active {
    color: #be185d;
  }

  .amis-scope .m\:active\:text-pink-800.is-active,
  .amis-scope .m\:active\:text-pink-800:active {
    color: #9d174d;
  }

  .amis-scope .m\:active\:text-pink-900.is-active,
  .amis-scope .m\:active\:text-pink-900:active {
    color: #831843;
  }

  .amis-scope .m\:focus\:text-transparent:focus {
    color: transparent;
  }

  .amis-scope .m\:focus\:text-current:focus {
    color: currentColor;
  }

  .amis-scope .m\:focus\:text-black:focus {
    color: #000;
  }

  .amis-scope .m\:focus\:text-white:focus {
    color: #fff;
  }

  .amis-scope .m\:focus\:text-primary:focus {
    color: #007bff;
  }

  .amis-scope .m\:focus\:text-secondary:focus {
    color: #6c757d;
  }

  .amis-scope .m\:focus\:text-success:focus {
    color: #28a745;
  }

  .amis-scope .m\:focus\:text-info:focus {
    color: #007bff;
  }

  .amis-scope .m\:focus\:text-warning:focus {
    color: #fad733;
  }

  .amis-scope .m\:focus\:text-danger:focus {
    color: #dc3545;
  }

  .amis-scope .m\:focus\:text-light:focus {
    color: #f8f9fa;
  }

  .amis-scope .m\:focus\:text-dark:focus {
    color: #343a40;
  }

  .amis-scope .m\:focus\:text-gray-50:focus {
    color: #f9fafb;
  }

  .amis-scope .m\:focus\:text-gray-100:focus {
    color: #f3f4f6;
  }

  .amis-scope .m\:focus\:text-gray-200:focus {
    color: #e5e7eb;
  }

  .amis-scope .m\:focus\:text-gray-300:focus {
    color: #d1d5db;
  }

  .amis-scope .m\:focus\:text-gray-400:focus {
    color: #9ca3af;
  }

  .amis-scope .m\:focus\:text-gray-500:focus {
    color: #6b7280;
  }

  .amis-scope .m\:focus\:text-gray-600:focus {
    color: #4b5563;
  }

  .amis-scope .m\:focus\:text-gray-700:focus {
    color: #374151;
  }

  .amis-scope .m\:focus\:text-gray-800:focus {
    color: #1f2937;
  }

  .amis-scope .m\:focus\:text-gray-900:focus {
    color: #111827;
  }

  .amis-scope .m\:focus\:text-red-50:focus {
    color: #fef2f2;
  }

  .amis-scope .m\:focus\:text-red-100:focus {
    color: #fee2e2;
  }

  .amis-scope .m\:focus\:text-red-200:focus {
    color: #fecaca;
  }

  .amis-scope .m\:focus\:text-red-300:focus {
    color: #fca5a5;
  }

  .amis-scope .m\:focus\:text-red-400:focus {
    color: #f87171;
  }

  .amis-scope .m\:focus\:text-red-500:focus {
    color: #ef4444;
  }

  .amis-scope .m\:focus\:text-red-600:focus {
    color: #dc2626;
  }

  .amis-scope .m\:focus\:text-red-700:focus {
    color: #b91c1c;
  }

  .amis-scope .m\:focus\:text-red-800:focus {
    color: #991b1b;
  }

  .amis-scope .m\:focus\:text-red-900:focus {
    color: #7f1d1d;
  }

  .amis-scope .m\:focus\:text-yellow-50:focus {
    color: #fffbeb;
  }

  .amis-scope .m\:focus\:text-yellow-100:focus {
    color: #fef3c7;
  }

  .amis-scope .m\:focus\:text-yellow-200:focus {
    color: #fde68a;
  }

  .amis-scope .m\:focus\:text-yellow-300:focus {
    color: #fcd34d;
  }

  .amis-scope .m\:focus\:text-yellow-400:focus {
    color: #fbbf24;
  }

  .amis-scope .m\:focus\:text-yellow-500:focus {
    color: #f59e0b;
  }

  .amis-scope .m\:focus\:text-yellow-600:focus {
    color: #d97706;
  }

  .amis-scope .m\:focus\:text-yellow-700:focus {
    color: #b45309;
  }

  .amis-scope .m\:focus\:text-yellow-800:focus {
    color: #92400e;
  }

  .amis-scope .m\:focus\:text-yellow-900:focus {
    color: #78350f;
  }

  .amis-scope .m\:focus\:text-green-50:focus {
    color: #ecfdf5;
  }

  .amis-scope .m\:focus\:text-green-100:focus {
    color: #d1fae5;
  }

  .amis-scope .m\:focus\:text-green-200:focus {
    color: #a7f3d0;
  }

  .amis-scope .m\:focus\:text-green-300:focus {
    color: #6ee7b7;
  }

  .amis-scope .m\:focus\:text-green-400:focus {
    color: #34d399;
  }

  .amis-scope .m\:focus\:text-green-500:focus {
    color: #10b981;
  }

  .amis-scope .m\:focus\:text-green-600:focus {
    color: #059669;
  }

  .amis-scope .m\:focus\:text-green-700:focus {
    color: #047857;
  }

  .amis-scope .m\:focus\:text-green-800:focus {
    color: #065f46;
  }

  .amis-scope .m\:focus\:text-green-900:focus {
    color: #064e3b;
  }

  .amis-scope .m\:focus\:text-blue-50:focus {
    color: #eff6ff;
  }

  .amis-scope .m\:focus\:text-blue-100:focus {
    color: #dbeafe;
  }

  .amis-scope .m\:focus\:text-blue-200:focus {
    color: #bfdbfe;
  }

  .amis-scope .m\:focus\:text-blue-300:focus {
    color: #93c5fd;
  }

  .amis-scope .m\:focus\:text-blue-400:focus {
    color: #60a5fa;
  }

  .amis-scope .m\:focus\:text-blue-500:focus {
    color: #3b82f6;
  }

  .amis-scope .m\:focus\:text-blue-600:focus {
    color: #2563eb;
  }

  .amis-scope .m\:focus\:text-blue-700:focus {
    color: #1d4ed8;
  }

  .amis-scope .m\:focus\:text-blue-800:focus {
    color: #1e40af;
  }

  .amis-scope .m\:focus\:text-blue-900:focus {
    color: #1e3a8a;
  }

  .amis-scope .m\:focus\:text-cyan-50:focus {
    color: #ecfeff;
  }

  .amis-scope .m\:focus\:text-cyan-100:focus {
    color: #cffafe;
  }

  .amis-scope .m\:focus\:text-cyan-200:focus {
    color: #a5f3fc;
  }

  .amis-scope .m\:focus\:text-cyan-300:focus {
    color: #67e8f9;
  }

  .amis-scope .m\:focus\:text-cyan-400:focus {
    color: #22d3ee;
  }

  .amis-scope .m\:focus\:text-cyan-500:focus {
    color: #06b6d4;
  }

  .amis-scope .m\:focus\:text-cyan-600:focus {
    color: #0891b2;
  }

  .amis-scope .m\:focus\:text-cyan-700:focus {
    color: #0e7490;
  }

  .amis-scope .m\:focus\:text-cyan-800:focus {
    color: #155e75;
  }

  .amis-scope .m\:focus\:text-cyan-900:focus {
    color: #164e63;
  }

  .amis-scope .m\:focus\:text-indigo-50:focus {
    color: #eef2ff;
  }

  .amis-scope .m\:focus\:text-indigo-100:focus {
    color: #e0e7ff;
  }

  .amis-scope .m\:focus\:text-indigo-200:focus {
    color: #c7d2fe;
  }

  .amis-scope .m\:focus\:text-indigo-300:focus {
    color: #a5b4fc;
  }

  .amis-scope .m\:focus\:text-indigo-400:focus {
    color: #818cf8;
  }

  .amis-scope .m\:focus\:text-indigo-500:focus {
    color: #6366f1;
  }

  .amis-scope .m\:focus\:text-indigo-600:focus {
    color: #4f46e5;
  }

  .amis-scope .m\:focus\:text-indigo-700:focus {
    color: #4338ca;
  }

  .amis-scope .m\:focus\:text-indigo-800:focus {
    color: #3730a3;
  }

  .amis-scope .m\:focus\:text-indigo-900:focus {
    color: #312e81;
  }

  .amis-scope .m\:focus\:text-purple-50:focus {
    color: #f5f3ff;
  }

  .amis-scope .m\:focus\:text-purple-100:focus {
    color: #ede9fe;
  }

  .amis-scope .m\:focus\:text-purple-200:focus {
    color: #ddd6fe;
  }

  .amis-scope .m\:focus\:text-purple-300:focus {
    color: #c4b5fd;
  }

  .amis-scope .m\:focus\:text-purple-400:focus {
    color: #a78bfa;
  }

  .amis-scope .m\:focus\:text-purple-500:focus {
    color: #8b5cf6;
  }

  .amis-scope .m\:focus\:text-purple-600:focus {
    color: #7c3aed;
  }

  .amis-scope .m\:focus\:text-purple-700:focus {
    color: #6d28d9;
  }

  .amis-scope .m\:focus\:text-purple-800:focus {
    color: #5b21b6;
  }

  .amis-scope .m\:focus\:text-purple-900:focus {
    color: #4c1d95;
  }

  .amis-scope .m\:focus\:text-pink-50:focus {
    color: #fdf2f8;
  }

  .amis-scope .m\:focus\:text-pink-100:focus {
    color: #fce7f3;
  }

  .amis-scope .m\:focus\:text-pink-200:focus {
    color: #fbcfe8;
  }

  .amis-scope .m\:focus\:text-pink-300:focus {
    color: #f9a8d4;
  }

  .amis-scope .m\:focus\:text-pink-400:focus {
    color: #f472b6;
  }

  .amis-scope .m\:focus\:text-pink-500:focus {
    color: #ec4899;
  }

  .amis-scope .m\:focus\:text-pink-600:focus {
    color: #db2777;
  }

  .amis-scope .m\:focus\:text-pink-700:focus {
    color: #be185d;
  }

  .amis-scope .m\:focus\:text-pink-800:focus {
    color: #9d174d;
  }

  .amis-scope .m\:focus\:text-pink-900:focus {
    color: #831843;
  }

  .amis-scope .m\:disabled\:text-transparent.is-disabled {
    color: transparent;
  }

  .amis-scope .m\:disabled\:text-current.is-disabled {
    color: currentColor;
  }

  .amis-scope .m\:disabled\:text-black.is-disabled,
  .amis-scope .m\:disabled\:text-black:disabled {
    color: #000;
  }

  .amis-scope .m\:disabled\:text-white.is-disabled,
  .amis-scope .m\:disabled\:text-white:disabled {
    color: #fff;
  }

  .amis-scope .m\:disabled\:text-primary.is-disabled,
  .amis-scope .m\:disabled\:text-primary:disabled {
    color: #007bff;
  }

  .amis-scope .m\:disabled\:text-secondary.is-disabled,
  .amis-scope .m\:disabled\:text-secondary:disabled {
    color: #6c757d;
  }

  .amis-scope .m\:disabled\:text-success.is-disabled,
  .amis-scope .m\:disabled\:text-success:disabled {
    color: #28a745;
  }

  .amis-scope .m\:disabled\:text-info.is-disabled,
  .amis-scope .m\:disabled\:text-info:disabled {
    color: #007bff;
  }

  .amis-scope .m\:disabled\:text-warning.is-disabled,
  .amis-scope .m\:disabled\:text-warning:disabled {
    color: #fad733;
  }

  .amis-scope .m\:disabled\:text-danger.is-disabled,
  .amis-scope .m\:disabled\:text-danger:disabled {
    color: #dc3545;
  }

  .amis-scope .m\:disabled\:text-light.is-disabled,
  .amis-scope .m\:disabled\:text-light:disabled {
    color: #f8f9fa;
  }

  .amis-scope .m\:disabled\:text-dark.is-disabled,
  .amis-scope .m\:disabled\:text-dark:disabled {
    color: #343a40;
  }

  .amis-scope .m\:disabled\:text-gray-50.is-disabled,
  .amis-scope .m\:disabled\:text-gray-50:disabled {
    color: #f9fafb;
  }

  .amis-scope .m\:disabled\:text-gray-100.is-disabled,
  .amis-scope .m\:disabled\:text-gray-100:disabled {
    color: #f3f4f6;
  }

  .amis-scope .m\:disabled\:text-gray-200.is-disabled,
  .amis-scope .m\:disabled\:text-gray-200:disabled {
    color: #e5e7eb;
  }

  .amis-scope .m\:disabled\:text-gray-300.is-disabled,
  .amis-scope .m\:disabled\:text-gray-300:disabled {
    color: #d1d5db;
  }

  .amis-scope .m\:disabled\:text-gray-400.is-disabled,
  .amis-scope .m\:disabled\:text-gray-400:disabled {
    color: #9ca3af;
  }

  .amis-scope .m\:disabled\:text-gray-500.is-disabled,
  .amis-scope .m\:disabled\:text-gray-500:disabled {
    color: #6b7280;
  }

  .amis-scope .m\:disabled\:text-gray-600.is-disabled,
  .amis-scope .m\:disabled\:text-gray-600:disabled {
    color: #4b5563;
  }

  .amis-scope .m\:disabled\:text-gray-700.is-disabled,
  .amis-scope .m\:disabled\:text-gray-700:disabled {
    color: #374151;
  }

  .amis-scope .m\:disabled\:text-gray-800.is-disabled,
  .amis-scope .m\:disabled\:text-gray-800:disabled {
    color: #1f2937;
  }

  .amis-scope .m\:disabled\:text-gray-900.is-disabled,
  .amis-scope .m\:disabled\:text-gray-900:disabled {
    color: #111827;
  }

  .amis-scope .m\:disabled\:text-red-50.is-disabled,
  .amis-scope .m\:disabled\:text-red-50:disabled {
    color: #fef2f2;
  }

  .amis-scope .m\:disabled\:text-red-100.is-disabled,
  .amis-scope .m\:disabled\:text-red-100:disabled {
    color: #fee2e2;
  }

  .amis-scope .m\:disabled\:text-red-200.is-disabled,
  .amis-scope .m\:disabled\:text-red-200:disabled {
    color: #fecaca;
  }

  .amis-scope .m\:disabled\:text-red-300.is-disabled,
  .amis-scope .m\:disabled\:text-red-300:disabled {
    color: #fca5a5;
  }

  .amis-scope .m\:disabled\:text-red-400.is-disabled,
  .amis-scope .m\:disabled\:text-red-400:disabled {
    color: #f87171;
  }

  .amis-scope .m\:disabled\:text-red-500.is-disabled,
  .amis-scope .m\:disabled\:text-red-500:disabled {
    color: #ef4444;
  }

  .amis-scope .m\:disabled\:text-red-600.is-disabled,
  .amis-scope .m\:disabled\:text-red-600:disabled {
    color: #dc2626;
  }

  .amis-scope .m\:disabled\:text-red-700.is-disabled,
  .amis-scope .m\:disabled\:text-red-700:disabled {
    color: #b91c1c;
  }

  .amis-scope .m\:disabled\:text-red-800.is-disabled,
  .amis-scope .m\:disabled\:text-red-800:disabled {
    color: #991b1b;
  }

  .amis-scope .m\:disabled\:text-red-900.is-disabled,
  .amis-scope .m\:disabled\:text-red-900:disabled {
    color: #7f1d1d;
  }

  .amis-scope .m\:disabled\:text-yellow-50.is-disabled,
  .amis-scope .m\:disabled\:text-yellow-50:disabled {
    color: #fffbeb;
  }

  .amis-scope .m\:disabled\:text-yellow-100.is-disabled,
  .amis-scope .m\:disabled\:text-yellow-100:disabled {
    color: #fef3c7;
  }

  .amis-scope .m\:disabled\:text-yellow-200.is-disabled,
  .amis-scope .m\:disabled\:text-yellow-200:disabled {
    color: #fde68a;
  }

  .amis-scope .m\:disabled\:text-yellow-300.is-disabled,
  .amis-scope .m\:disabled\:text-yellow-300:disabled {
    color: #fcd34d;
  }

  .amis-scope .m\:disabled\:text-yellow-400.is-disabled,
  .amis-scope .m\:disabled\:text-yellow-400:disabled {
    color: #fbbf24;
  }

  .amis-scope .m\:disabled\:text-yellow-500.is-disabled,
  .amis-scope .m\:disabled\:text-yellow-500:disabled {
    color: #f59e0b;
  }

  .amis-scope .m\:disabled\:text-yellow-600.is-disabled,
  .amis-scope .m\:disabled\:text-yellow-600:disabled {
    color: #d97706;
  }

  .amis-scope .m\:disabled\:text-yellow-700.is-disabled,
  .amis-scope .m\:disabled\:text-yellow-700:disabled {
    color: #b45309;
  }

  .amis-scope .m\:disabled\:text-yellow-800.is-disabled,
  .amis-scope .m\:disabled\:text-yellow-800:disabled {
    color: #92400e;
  }

  .amis-scope .m\:disabled\:text-yellow-900.is-disabled,
  .amis-scope .m\:disabled\:text-yellow-900:disabled {
    color: #78350f;
  }

  .amis-scope .m\:disabled\:text-green-50.is-disabled,
  .amis-scope .m\:disabled\:text-green-50:disabled {
    color: #ecfdf5;
  }

  .amis-scope .m\:disabled\:text-green-100.is-disabled,
  .amis-scope .m\:disabled\:text-green-100:disabled {
    color: #d1fae5;
  }

  .amis-scope .m\:disabled\:text-green-200.is-disabled,
  .amis-scope .m\:disabled\:text-green-200:disabled {
    color: #a7f3d0;
  }

  .amis-scope .m\:disabled\:text-green-300.is-disabled,
  .amis-scope .m\:disabled\:text-green-300:disabled {
    color: #6ee7b7;
  }

  .amis-scope .m\:disabled\:text-green-400.is-disabled,
  .amis-scope .m\:disabled\:text-green-400:disabled {
    color: #34d399;
  }

  .amis-scope .m\:disabled\:text-green-500.is-disabled,
  .amis-scope .m\:disabled\:text-green-500:disabled {
    color: #10b981;
  }

  .amis-scope .m\:disabled\:text-green-600.is-disabled,
  .amis-scope .m\:disabled\:text-green-600:disabled {
    color: #059669;
  }

  .amis-scope .m\:disabled\:text-green-700.is-disabled,
  .amis-scope .m\:disabled\:text-green-700:disabled {
    color: #047857;
  }

  .amis-scope .m\:disabled\:text-green-800.is-disabled,
  .amis-scope .m\:disabled\:text-green-800:disabled {
    color: #065f46;
  }

  .amis-scope .m\:disabled\:text-green-900.is-disabled,
  .amis-scope .m\:disabled\:text-green-900:disabled {
    color: #064e3b;
  }

  .amis-scope .m\:disabled\:text-blue-50.is-disabled,
  .amis-scope .m\:disabled\:text-blue-50:disabled {
    color: #eff6ff;
  }

  .amis-scope .m\:disabled\:text-blue-100.is-disabled,
  .amis-scope .m\:disabled\:text-blue-100:disabled {
    color: #dbeafe;
  }

  .amis-scope .m\:disabled\:text-blue-200.is-disabled,
  .amis-scope .m\:disabled\:text-blue-200:disabled {
    color: #bfdbfe;
  }

  .amis-scope .m\:disabled\:text-blue-300.is-disabled,
  .amis-scope .m\:disabled\:text-blue-300:disabled {
    color: #93c5fd;
  }

  .amis-scope .m\:disabled\:text-blue-400.is-disabled,
  .amis-scope .m\:disabled\:text-blue-400:disabled {
    color: #60a5fa;
  }

  .amis-scope .m\:disabled\:text-blue-500.is-disabled,
  .amis-scope .m\:disabled\:text-blue-500:disabled {
    color: #3b82f6;
  }

  .amis-scope .m\:disabled\:text-blue-600.is-disabled,
  .amis-scope .m\:disabled\:text-blue-600:disabled {
    color: #2563eb;
  }

  .amis-scope .m\:disabled\:text-blue-700.is-disabled,
  .amis-scope .m\:disabled\:text-blue-700:disabled {
    color: #1d4ed8;
  }

  .amis-scope .m\:disabled\:text-blue-800.is-disabled,
  .amis-scope .m\:disabled\:text-blue-800:disabled {
    color: #1e40af;
  }

  .amis-scope .m\:disabled\:text-blue-900.is-disabled,
  .amis-scope .m\:disabled\:text-blue-900:disabled {
    color: #1e3a8a;
  }

  .amis-scope .m\:disabled\:text-cyan-50.is-disabled,
  .amis-scope .m\:disabled\:text-cyan-50:disabled {
    color: #ecfeff;
  }

  .amis-scope .m\:disabled\:text-cyan-100.is-disabled,
  .amis-scope .m\:disabled\:text-cyan-100:disabled {
    color: #cffafe;
  }

  .amis-scope .m\:disabled\:text-cyan-200.is-disabled,
  .amis-scope .m\:disabled\:text-cyan-200:disabled {
    color: #a5f3fc;
  }

  .amis-scope .m\:disabled\:text-cyan-300.is-disabled,
  .amis-scope .m\:disabled\:text-cyan-300:disabled {
    color: #67e8f9;
  }

  .amis-scope .m\:disabled\:text-cyan-400.is-disabled,
  .amis-scope .m\:disabled\:text-cyan-400:disabled {
    color: #22d3ee;
  }

  .amis-scope .m\:disabled\:text-cyan-500.is-disabled,
  .amis-scope .m\:disabled\:text-cyan-500:disabled {
    color: #06b6d4;
  }

  .amis-scope .m\:disabled\:text-cyan-600.is-disabled,
  .amis-scope .m\:disabled\:text-cyan-600:disabled {
    color: #0891b2;
  }

  .amis-scope .m\:disabled\:text-cyan-700.is-disabled,
  .amis-scope .m\:disabled\:text-cyan-700:disabled {
    color: #0e7490;
  }

  .amis-scope .m\:disabled\:text-cyan-800.is-disabled,
  .amis-scope .m\:disabled\:text-cyan-800:disabled {
    color: #155e75;
  }

  .amis-scope .m\:disabled\:text-cyan-900.is-disabled,
  .amis-scope .m\:disabled\:text-cyan-900:disabled {
    color: #164e63;
  }

  .amis-scope .m\:disabled\:text-indigo-50.is-disabled,
  .amis-scope .m\:disabled\:text-indigo-50:disabled {
    color: #eef2ff;
  }

  .amis-scope .m\:disabled\:text-indigo-100.is-disabled,
  .amis-scope .m\:disabled\:text-indigo-100:disabled {
    color: #e0e7ff;
  }

  .amis-scope .m\:disabled\:text-indigo-200.is-disabled,
  .amis-scope .m\:disabled\:text-indigo-200:disabled {
    color: #c7d2fe;
  }

  .amis-scope .m\:disabled\:text-indigo-300.is-disabled,
  .amis-scope .m\:disabled\:text-indigo-300:disabled {
    color: #a5b4fc;
  }

  .amis-scope .m\:disabled\:text-indigo-400.is-disabled,
  .amis-scope .m\:disabled\:text-indigo-400:disabled {
    color: #818cf8;
  }

  .amis-scope .m\:disabled\:text-indigo-500.is-disabled,
  .amis-scope .m\:disabled\:text-indigo-500:disabled {
    color: #6366f1;
  }

  .amis-scope .m\:disabled\:text-indigo-600.is-disabled,
  .amis-scope .m\:disabled\:text-indigo-600:disabled {
    color: #4f46e5;
  }

  .amis-scope .m\:disabled\:text-indigo-700.is-disabled,
  .amis-scope .m\:disabled\:text-indigo-700:disabled {
    color: #4338ca;
  }

  .amis-scope .m\:disabled\:text-indigo-800.is-disabled,
  .amis-scope .m\:disabled\:text-indigo-800:disabled {
    color: #3730a3;
  }

  .amis-scope .m\:disabled\:text-indigo-900.is-disabled,
  .amis-scope .m\:disabled\:text-indigo-900:disabled {
    color: #312e81;
  }

  .amis-scope .m\:disabled\:text-purple-50.is-disabled,
  .amis-scope .m\:disabled\:text-purple-50:disabled {
    color: #f5f3ff;
  }

  .amis-scope .m\:disabled\:text-purple-100.is-disabled,
  .amis-scope .m\:disabled\:text-purple-100:disabled {
    color: #ede9fe;
  }

  .amis-scope .m\:disabled\:text-purple-200.is-disabled,
  .amis-scope .m\:disabled\:text-purple-200:disabled {
    color: #ddd6fe;
  }

  .amis-scope .m\:disabled\:text-purple-300.is-disabled,
  .amis-scope .m\:disabled\:text-purple-300:disabled {
    color: #c4b5fd;
  }

  .amis-scope .m\:disabled\:text-purple-400.is-disabled,
  .amis-scope .m\:disabled\:text-purple-400:disabled {
    color: #a78bfa;
  }

  .amis-scope .m\:disabled\:text-purple-500.is-disabled,
  .amis-scope .m\:disabled\:text-purple-500:disabled {
    color: #8b5cf6;
  }

  .amis-scope .m\:disabled\:text-purple-600.is-disabled,
  .amis-scope .m\:disabled\:text-purple-600:disabled {
    color: #7c3aed;
  }

  .amis-scope .m\:disabled\:text-purple-700.is-disabled,
  .amis-scope .m\:disabled\:text-purple-700:disabled {
    color: #6d28d9;
  }

  .amis-scope .m\:disabled\:text-purple-800.is-disabled,
  .amis-scope .m\:disabled\:text-purple-800:disabled {
    color: #5b21b6;
  }

  .amis-scope .m\:disabled\:text-purple-900.is-disabled,
  .amis-scope .m\:disabled\:text-purple-900:disabled {
    color: #4c1d95;
  }

  .amis-scope .m\:disabled\:text-pink-50.is-disabled,
  .amis-scope .m\:disabled\:text-pink-50:disabled {
    color: #fdf2f8;
  }

  .amis-scope .m\:disabled\:text-pink-100.is-disabled,
  .amis-scope .m\:disabled\:text-pink-100:disabled {
    color: #fce7f3;
  }

  .amis-scope .m\:disabled\:text-pink-200.is-disabled,
  .amis-scope .m\:disabled\:text-pink-200:disabled {
    color: #fbcfe8;
  }

  .amis-scope .m\:disabled\:text-pink-300.is-disabled,
  .amis-scope .m\:disabled\:text-pink-300:disabled {
    color: #f9a8d4;
  }

  .amis-scope .m\:disabled\:text-pink-400.is-disabled,
  .amis-scope .m\:disabled\:text-pink-400:disabled {
    color: #f472b6;
  }

  .amis-scope .m\:disabled\:text-pink-500.is-disabled,
  .amis-scope .m\:disabled\:text-pink-500:disabled {
    color: #ec4899;
  }

  .amis-scope .m\:disabled\:text-pink-600.is-disabled,
  .amis-scope .m\:disabled\:text-pink-600:disabled {
    color: #db2777;
  }

  .amis-scope .m\:disabled\:text-pink-700.is-disabled,
  .amis-scope .m\:disabled\:text-pink-700:disabled {
    color: #be185d;
  }

  .amis-scope .m\:disabled\:text-pink-800.is-disabled,
  .amis-scope .m\:disabled\:text-pink-800:disabled {
    color: #9d174d;
  }

  .amis-scope .m\:disabled\:text-pink-900.is-disabled,
  .amis-scope .m\:disabled\:text-pink-900:disabled {
    color: #831843;
  }

  .amis-scope .group:hover .m\:group-hover\:text-transparent {
    color: transparent;
  }

  .amis-scope .group:hover .m\:group-hover\:text-current {
    color: currentColor;
  }

  .amis-scope .group:hover .m\:group-hover\:text-black {
    color: #000;
  }

  .amis-scope .group:hover .m\:group-hover\:text-white {
    color: #fff;
  }

  .amis-scope .group:hover .m\:group-hover\:text-primary {
    color: #007bff;
  }

  .amis-scope .group:hover .m\:group-hover\:text-secondary {
    color: #6c757d;
  }

  .amis-scope .group:hover .m\:group-hover\:text-success {
    color: #28a745;
  }

  .amis-scope .group:hover .m\:group-hover\:text-info {
    color: #007bff;
  }

  .amis-scope .group:hover .m\:group-hover\:text-warning {
    color: #fad733;
  }

  .amis-scope .group:hover .m\:group-hover\:text-danger {
    color: #dc3545;
  }

  .amis-scope .group:hover .m\:group-hover\:text-light {
    color: #f8f9fa;
  }

  .amis-scope .group:hover .m\:group-hover\:text-dark {
    color: #343a40;
  }

  .amis-scope .group:hover .m\:group-hover\:text-gray-50 {
    color: #f9fafb;
  }

  .amis-scope .group:hover .m\:group-hover\:text-gray-100 {
    color: #f3f4f6;
  }

  .amis-scope .group:hover .m\:group-hover\:text-gray-200 {
    color: #e5e7eb;
  }

  .amis-scope .group:hover .m\:group-hover\:text-gray-300 {
    color: #d1d5db;
  }

  .amis-scope .group:hover .m\:group-hover\:text-gray-400 {
    color: #9ca3af;
  }

  .amis-scope .group:hover .m\:group-hover\:text-gray-500 {
    color: #6b7280;
  }

  .amis-scope .group:hover .m\:group-hover\:text-gray-600 {
    color: #4b5563;
  }

  .amis-scope .group:hover .m\:group-hover\:text-gray-700 {
    color: #374151;
  }

  .amis-scope .group:hover .m\:group-hover\:text-gray-800 {
    color: #1f2937;
  }

  .amis-scope .group:hover .m\:group-hover\:text-gray-900 {
    color: #111827;
  }

  .amis-scope .group:hover .m\:group-hover\:text-red-50 {
    color: #fef2f2;
  }

  .amis-scope .group:hover .m\:group-hover\:text-red-100 {
    color: #fee2e2;
  }

  .amis-scope .group:hover .m\:group-hover\:text-red-200 {
    color: #fecaca;
  }

  .amis-scope .group:hover .m\:group-hover\:text-red-300 {
    color: #fca5a5;
  }

  .amis-scope .group:hover .m\:group-hover\:text-red-400 {
    color: #f87171;
  }

  .amis-scope .group:hover .m\:group-hover\:text-red-500 {
    color: #ef4444;
  }

  .amis-scope .group:hover .m\:group-hover\:text-red-600 {
    color: #dc2626;
  }

  .amis-scope .group:hover .m\:group-hover\:text-red-700 {
    color: #b91c1c;
  }

  .amis-scope .group:hover .m\:group-hover\:text-red-800 {
    color: #991b1b;
  }

  .amis-scope .group:hover .m\:group-hover\:text-red-900 {
    color: #7f1d1d;
  }

  .amis-scope .group:hover .m\:group-hover\:text-yellow-50 {
    color: #fffbeb;
  }

  .amis-scope .group:hover .m\:group-hover\:text-yellow-100 {
    color: #fef3c7;
  }

  .amis-scope .group:hover .m\:group-hover\:text-yellow-200 {
    color: #fde68a;
  }

  .amis-scope .group:hover .m\:group-hover\:text-yellow-300 {
    color: #fcd34d;
  }

  .amis-scope .group:hover .m\:group-hover\:text-yellow-400 {
    color: #fbbf24;
  }

  .amis-scope .group:hover .m\:group-hover\:text-yellow-500 {
    color: #f59e0b;
  }

  .amis-scope .group:hover .m\:group-hover\:text-yellow-600 {
    color: #d97706;
  }

  .amis-scope .group:hover .m\:group-hover\:text-yellow-700 {
    color: #b45309;
  }

  .amis-scope .group:hover .m\:group-hover\:text-yellow-800 {
    color: #92400e;
  }

  .amis-scope .group:hover .m\:group-hover\:text-yellow-900 {
    color: #78350f;
  }

  .amis-scope .group:hover .m\:group-hover\:text-green-50 {
    color: #ecfdf5;
  }

  .amis-scope .group:hover .m\:group-hover\:text-green-100 {
    color: #d1fae5;
  }

  .amis-scope .group:hover .m\:group-hover\:text-green-200 {
    color: #a7f3d0;
  }

  .amis-scope .group:hover .m\:group-hover\:text-green-300 {
    color: #6ee7b7;
  }

  .amis-scope .group:hover .m\:group-hover\:text-green-400 {
    color: #34d399;
  }

  .amis-scope .group:hover .m\:group-hover\:text-green-500 {
    color: #10b981;
  }

  .amis-scope .group:hover .m\:group-hover\:text-green-600 {
    color: #059669;
  }

  .amis-scope .group:hover .m\:group-hover\:text-green-700 {
    color: #047857;
  }

  .amis-scope .group:hover .m\:group-hover\:text-green-800 {
    color: #065f46;
  }

  .amis-scope .group:hover .m\:group-hover\:text-green-900 {
    color: #064e3b;
  }

  .amis-scope .group:hover .m\:group-hover\:text-blue-50 {
    color: #eff6ff;
  }

  .amis-scope .group:hover .m\:group-hover\:text-blue-100 {
    color: #dbeafe;
  }

  .amis-scope .group:hover .m\:group-hover\:text-blue-200 {
    color: #bfdbfe;
  }

  .amis-scope .group:hover .m\:group-hover\:text-blue-300 {
    color: #93c5fd;
  }

  .amis-scope .group:hover .m\:group-hover\:text-blue-400 {
    color: #60a5fa;
  }

  .amis-scope .group:hover .m\:group-hover\:text-blue-500 {
    color: #3b82f6;
  }

  .amis-scope .group:hover .m\:group-hover\:text-blue-600 {
    color: #2563eb;
  }

  .amis-scope .group:hover .m\:group-hover\:text-blue-700 {
    color: #1d4ed8;
  }

  .amis-scope .group:hover .m\:group-hover\:text-blue-800 {
    color: #1e40af;
  }

  .amis-scope .group:hover .m\:group-hover\:text-blue-900 {
    color: #1e3a8a;
  }

  .amis-scope .group:hover .m\:group-hover\:text-cyan-50 {
    color: #ecfeff;
  }

  .amis-scope .group:hover .m\:group-hover\:text-cyan-100 {
    color: #cffafe;
  }

  .amis-scope .group:hover .m\:group-hover\:text-cyan-200 {
    color: #a5f3fc;
  }

  .amis-scope .group:hover .m\:group-hover\:text-cyan-300 {
    color: #67e8f9;
  }

  .amis-scope .group:hover .m\:group-hover\:text-cyan-400 {
    color: #22d3ee;
  }

  .amis-scope .group:hover .m\:group-hover\:text-cyan-500 {
    color: #06b6d4;
  }

  .amis-scope .group:hover .m\:group-hover\:text-cyan-600 {
    color: #0891b2;
  }

  .amis-scope .group:hover .m\:group-hover\:text-cyan-700 {
    color: #0e7490;
  }

  .amis-scope .group:hover .m\:group-hover\:text-cyan-800 {
    color: #155e75;
  }

  .amis-scope .group:hover .m\:group-hover\:text-cyan-900 {
    color: #164e63;
  }

  .amis-scope .group:hover .m\:group-hover\:text-indigo-50 {
    color: #eef2ff;
  }

  .amis-scope .group:hover .m\:group-hover\:text-indigo-100 {
    color: #e0e7ff;
  }

  .amis-scope .group:hover .m\:group-hover\:text-indigo-200 {
    color: #c7d2fe;
  }

  .amis-scope .group:hover .m\:group-hover\:text-indigo-300 {
    color: #a5b4fc;
  }

  .amis-scope .group:hover .m\:group-hover\:text-indigo-400 {
    color: #818cf8;
  }

  .amis-scope .group:hover .m\:group-hover\:text-indigo-500 {
    color: #6366f1;
  }

  .amis-scope .group:hover .m\:group-hover\:text-indigo-600 {
    color: #4f46e5;
  }

  .amis-scope .group:hover .m\:group-hover\:text-indigo-700 {
    color: #4338ca;
  }

  .amis-scope .group:hover .m\:group-hover\:text-indigo-800 {
    color: #3730a3;
  }

  .amis-scope .group:hover .m\:group-hover\:text-indigo-900 {
    color: #312e81;
  }

  .amis-scope .group:hover .m\:group-hover\:text-purple-50 {
    color: #f5f3ff;
  }

  .amis-scope .group:hover .m\:group-hover\:text-purple-100 {
    color: #ede9fe;
  }

  .amis-scope .group:hover .m\:group-hover\:text-purple-200 {
    color: #ddd6fe;
  }

  .amis-scope .group:hover .m\:group-hover\:text-purple-300 {
    color: #c4b5fd;
  }

  .amis-scope .group:hover .m\:group-hover\:text-purple-400 {
    color: #a78bfa;
  }

  .amis-scope .group:hover .m\:group-hover\:text-purple-500 {
    color: #8b5cf6;
  }

  .amis-scope .group:hover .m\:group-hover\:text-purple-600 {
    color: #7c3aed;
  }

  .amis-scope .group:hover .m\:group-hover\:text-purple-700 {
    color: #6d28d9;
  }

  .amis-scope .group:hover .m\:group-hover\:text-purple-800 {
    color: #5b21b6;
  }

  .amis-scope .group:hover .m\:group-hover\:text-purple-900 {
    color: #4c1d95;
  }

  .amis-scope .group:hover .m\:group-hover\:text-pink-50 {
    color: #fdf2f8;
  }

  .amis-scope .group:hover .m\:group-hover\:text-pink-100 {
    color: #fce7f3;
  }

  .amis-scope .group:hover .m\:group-hover\:text-pink-200 {
    color: #fbcfe8;
  }

  .amis-scope .group:hover .m\:group-hover\:text-pink-300 {
    color: #f9a8d4;
  }

  .amis-scope .group:hover .m\:group-hover\:text-pink-400 {
    color: #f472b6;
  }

  .amis-scope .group:hover .m\:group-hover\:text-pink-500 {
    color: #ec4899;
  }

  .amis-scope .group:hover .m\:group-hover\:text-pink-600 {
    color: #db2777;
  }

  .amis-scope .group:hover .m\:group-hover\:text-pink-700 {
    color: #be185d;
  }

  .amis-scope .group:hover .m\:group-hover\:text-pink-800 {
    color: #9d174d;
  }

  .amis-scope .group:hover .m\:group-hover\:text-pink-900 {
    color: #831843;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:text-transparent {
    color: transparent;
  }

  .amis-scope .pc\:text-current {
    color: currentColor;
  }

  .amis-scope .pc\:text-black {
    color: #000;
  }

  .amis-scope .pc\:text-white {
    color: #fff;
  }

  .amis-scope .pc\:text-primary {
    color: #007bff;
  }

  .amis-scope .pc\:text-secondary {
    color: #6c757d;
  }

  .amis-scope .pc\:text-success {
    color: #28a745;
  }

  .amis-scope .pc\:text-info {
    color: #007bff;
  }

  .amis-scope .pc\:text-warning {
    color: #fad733;
  }

  .amis-scope .pc\:text-danger {
    color: #dc3545;
  }

  .amis-scope .pc\:text-light {
    color: #f8f9fa;
  }

  .amis-scope .pc\:text-dark {
    color: #343a40;
  }

  .amis-scope .pc\:text-gray-50 {
    color: #f9fafb;
  }

  .amis-scope .pc\:text-gray-100 {
    color: #f3f4f6;
  }

  .amis-scope .pc\:text-gray-200 {
    color: #e5e7eb;
  }

  .amis-scope .pc\:text-gray-300 {
    color: #d1d5db;
  }

  .amis-scope .pc\:text-gray-400 {
    color: #9ca3af;
  }

  .amis-scope .pc\:text-gray-500 {
    color: #6b7280;
  }

  .amis-scope .pc\:text-gray-600 {
    color: #4b5563;
  }

  .amis-scope .pc\:text-gray-700 {
    color: #374151;
  }

  .amis-scope .pc\:text-gray-800 {
    color: #1f2937;
  }

  .amis-scope .pc\:text-gray-900 {
    color: #111827;
  }

  .amis-scope .pc\:text-red-50 {
    color: #fef2f2;
  }

  .amis-scope .pc\:text-red-100 {
    color: #fee2e2;
  }

  .amis-scope .pc\:text-red-200 {
    color: #fecaca;
  }

  .amis-scope .pc\:text-red-300 {
    color: #fca5a5;
  }

  .amis-scope .pc\:text-red-400 {
    color: #f87171;
  }

  .amis-scope .pc\:text-red-500 {
    color: #ef4444;
  }

  .amis-scope .pc\:text-red-600 {
    color: #dc2626;
  }

  .amis-scope .pc\:text-red-700 {
    color: #b91c1c;
  }

  .amis-scope .pc\:text-red-800 {
    color: #991b1b;
  }

  .amis-scope .pc\:text-red-900 {
    color: #7f1d1d;
  }

  .amis-scope .pc\:text-yellow-50 {
    color: #fffbeb;
  }

  .amis-scope .pc\:text-yellow-100 {
    color: #fef3c7;
  }

  .amis-scope .pc\:text-yellow-200 {
    color: #fde68a;
  }

  .amis-scope .pc\:text-yellow-300 {
    color: #fcd34d;
  }

  .amis-scope .pc\:text-yellow-400 {
    color: #fbbf24;
  }

  .amis-scope .pc\:text-yellow-500 {
    color: #f59e0b;
  }

  .amis-scope .pc\:text-yellow-600 {
    color: #d97706;
  }

  .amis-scope .pc\:text-yellow-700 {
    color: #b45309;
  }

  .amis-scope .pc\:text-yellow-800 {
    color: #92400e;
  }

  .amis-scope .pc\:text-yellow-900 {
    color: #78350f;
  }

  .amis-scope .pc\:text-green-50 {
    color: #ecfdf5;
  }

  .amis-scope .pc\:text-green-100 {
    color: #d1fae5;
  }

  .amis-scope .pc\:text-green-200 {
    color: #a7f3d0;
  }

  .amis-scope .pc\:text-green-300 {
    color: #6ee7b7;
  }

  .amis-scope .pc\:text-green-400 {
    color: #34d399;
  }

  .amis-scope .pc\:text-green-500 {
    color: #10b981;
  }

  .amis-scope .pc\:text-green-600 {
    color: #059669;
  }

  .amis-scope .pc\:text-green-700 {
    color: #047857;
  }

  .amis-scope .pc\:text-green-800 {
    color: #065f46;
  }

  .amis-scope .pc\:text-green-900 {
    color: #064e3b;
  }

  .amis-scope .pc\:text-blue-50 {
    color: #eff6ff;
  }

  .amis-scope .pc\:text-blue-100 {
    color: #dbeafe;
  }

  .amis-scope .pc\:text-blue-200 {
    color: #bfdbfe;
  }

  .amis-scope .pc\:text-blue-300 {
    color: #93c5fd;
  }

  .amis-scope .pc\:text-blue-400 {
    color: #60a5fa;
  }

  .amis-scope .pc\:text-blue-500 {
    color: #3b82f6;
  }

  .amis-scope .pc\:text-blue-600 {
    color: #2563eb;
  }

  .amis-scope .pc\:text-blue-700 {
    color: #1d4ed8;
  }

  .amis-scope .pc\:text-blue-800 {
    color: #1e40af;
  }

  .amis-scope .pc\:text-blue-900 {
    color: #1e3a8a;
  }

  .amis-scope .pc\:text-cyan-50 {
    color: #ecfeff;
  }

  .amis-scope .pc\:text-cyan-100 {
    color: #cffafe;
  }

  .amis-scope .pc\:text-cyan-200 {
    color: #a5f3fc;
  }

  .amis-scope .pc\:text-cyan-300 {
    color: #67e8f9;
  }

  .amis-scope .pc\:text-cyan-400 {
    color: #22d3ee;
  }

  .amis-scope .pc\:text-cyan-500 {
    color: #06b6d4;
  }

  .amis-scope .pc\:text-cyan-600 {
    color: #0891b2;
  }

  .amis-scope .pc\:text-cyan-700 {
    color: #0e7490;
  }

  .amis-scope .pc\:text-cyan-800 {
    color: #155e75;
  }

  .amis-scope .pc\:text-cyan-900 {
    color: #164e63;
  }

  .amis-scope .pc\:text-indigo-50 {
    color: #eef2ff;
  }

  .amis-scope .pc\:text-indigo-100 {
    color: #e0e7ff;
  }

  .amis-scope .pc\:text-indigo-200 {
    color: #c7d2fe;
  }

  .amis-scope .pc\:text-indigo-300 {
    color: #a5b4fc;
  }

  .amis-scope .pc\:text-indigo-400 {
    color: #818cf8;
  }

  .amis-scope .pc\:text-indigo-500 {
    color: #6366f1;
  }

  .amis-scope .pc\:text-indigo-600 {
    color: #4f46e5;
  }

  .amis-scope .pc\:text-indigo-700 {
    color: #4338ca;
  }

  .amis-scope .pc\:text-indigo-800 {
    color: #3730a3;
  }

  .amis-scope .pc\:text-indigo-900 {
    color: #312e81;
  }

  .amis-scope .pc\:text-purple-50 {
    color: #f5f3ff;
  }

  .amis-scope .pc\:text-purple-100 {
    color: #ede9fe;
  }

  .amis-scope .pc\:text-purple-200 {
    color: #ddd6fe;
  }

  .amis-scope .pc\:text-purple-300 {
    color: #c4b5fd;
  }

  .amis-scope .pc\:text-purple-400 {
    color: #a78bfa;
  }

  .amis-scope .pc\:text-purple-500 {
    color: #8b5cf6;
  }

  .amis-scope .pc\:text-purple-600 {
    color: #7c3aed;
  }

  .amis-scope .pc\:text-purple-700 {
    color: #6d28d9;
  }

  .amis-scope .pc\:text-purple-800 {
    color: #5b21b6;
  }

  .amis-scope .pc\:text-purple-900 {
    color: #4c1d95;
  }

  .amis-scope .pc\:text-pink-50 {
    color: #fdf2f8;
  }

  .amis-scope .pc\:text-pink-100 {
    color: #fce7f3;
  }

  .amis-scope .pc\:text-pink-200 {
    color: #fbcfe8;
  }

  .amis-scope .pc\:text-pink-300 {
    color: #f9a8d4;
  }

  .amis-scope .pc\:text-pink-400 {
    color: #f472b6;
  }

  .amis-scope .pc\:text-pink-500 {
    color: #ec4899;
  }

  .amis-scope .pc\:text-pink-600 {
    color: #db2777;
  }

  .amis-scope .pc\:text-pink-700 {
    color: #be185d;
  }

  .amis-scope .pc\:text-pink-800 {
    color: #9d174d;
  }

  .amis-scope .pc\:text-pink-900 {
    color: #831843;
  }

  .amis-scope .pc\:hover\:text-transparent:hover {
    color: transparent;
  }

  .amis-scope .pc\:hover\:text-current:hover {
    color: currentColor;
  }

  .amis-scope .pc\:hover\:text-black:hover {
    color: #000;
  }

  .amis-scope .pc\:hover\:text-white:hover {
    color: #fff;
  }

  .amis-scope .pc\:hover\:text-primary:hover {
    color: #007bff;
  }

  .amis-scope .pc\:hover\:text-secondary:hover {
    color: #6c757d;
  }

  .amis-scope .pc\:hover\:text-success:hover {
    color: #28a745;
  }

  .amis-scope .pc\:hover\:text-info:hover {
    color: #007bff;
  }

  .amis-scope .pc\:hover\:text-warning:hover {
    color: #fad733;
  }

  .amis-scope .pc\:hover\:text-danger:hover {
    color: #dc3545;
  }

  .amis-scope .pc\:hover\:text-light:hover {
    color: #f8f9fa;
  }

  .amis-scope .pc\:hover\:text-dark:hover {
    color: #343a40;
  }

  .amis-scope .pc\:hover\:text-gray-50:hover {
    color: #f9fafb;
  }

  .amis-scope .pc\:hover\:text-gray-100:hover {
    color: #f3f4f6;
  }

  .amis-scope .pc\:hover\:text-gray-200:hover {
    color: #e5e7eb;
  }

  .amis-scope .pc\:hover\:text-gray-300:hover {
    color: #d1d5db;
  }

  .amis-scope .pc\:hover\:text-gray-400:hover {
    color: #9ca3af;
  }

  .amis-scope .pc\:hover\:text-gray-500:hover {
    color: #6b7280;
  }

  .amis-scope .pc\:hover\:text-gray-600:hover {
    color: #4b5563;
  }

  .amis-scope .pc\:hover\:text-gray-700:hover {
    color: #374151;
  }

  .amis-scope .pc\:hover\:text-gray-800:hover {
    color: #1f2937;
  }

  .amis-scope .pc\:hover\:text-gray-900:hover {
    color: #111827;
  }

  .amis-scope .pc\:hover\:text-red-50:hover {
    color: #fef2f2;
  }

  .amis-scope .pc\:hover\:text-red-100:hover {
    color: #fee2e2;
  }

  .amis-scope .pc\:hover\:text-red-200:hover {
    color: #fecaca;
  }

  .amis-scope .pc\:hover\:text-red-300:hover {
    color: #fca5a5;
  }

  .amis-scope .pc\:hover\:text-red-400:hover {
    color: #f87171;
  }

  .amis-scope .pc\:hover\:text-red-500:hover {
    color: #ef4444;
  }

  .amis-scope .pc\:hover\:text-red-600:hover {
    color: #dc2626;
  }

  .amis-scope .pc\:hover\:text-red-700:hover {
    color: #b91c1c;
  }

  .amis-scope .pc\:hover\:text-red-800:hover {
    color: #991b1b;
  }

  .amis-scope .pc\:hover\:text-red-900:hover {
    color: #7f1d1d;
  }

  .amis-scope .pc\:hover\:text-yellow-50:hover {
    color: #fffbeb;
  }

  .amis-scope .pc\:hover\:text-yellow-100:hover {
    color: #fef3c7;
  }

  .amis-scope .pc\:hover\:text-yellow-200:hover {
    color: #fde68a;
  }

  .amis-scope .pc\:hover\:text-yellow-300:hover {
    color: #fcd34d;
  }

  .amis-scope .pc\:hover\:text-yellow-400:hover {
    color: #fbbf24;
  }

  .amis-scope .pc\:hover\:text-yellow-500:hover {
    color: #f59e0b;
  }

  .amis-scope .pc\:hover\:text-yellow-600:hover {
    color: #d97706;
  }

  .amis-scope .pc\:hover\:text-yellow-700:hover {
    color: #b45309;
  }

  .amis-scope .pc\:hover\:text-yellow-800:hover {
    color: #92400e;
  }

  .amis-scope .pc\:hover\:text-yellow-900:hover {
    color: #78350f;
  }

  .amis-scope .pc\:hover\:text-green-50:hover {
    color: #ecfdf5;
  }

  .amis-scope .pc\:hover\:text-green-100:hover {
    color: #d1fae5;
  }

  .amis-scope .pc\:hover\:text-green-200:hover {
    color: #a7f3d0;
  }

  .amis-scope .pc\:hover\:text-green-300:hover {
    color: #6ee7b7;
  }

  .amis-scope .pc\:hover\:text-green-400:hover {
    color: #34d399;
  }

  .amis-scope .pc\:hover\:text-green-500:hover {
    color: #10b981;
  }

  .amis-scope .pc\:hover\:text-green-600:hover {
    color: #059669;
  }

  .amis-scope .pc\:hover\:text-green-700:hover {
    color: #047857;
  }

  .amis-scope .pc\:hover\:text-green-800:hover {
    color: #065f46;
  }

  .amis-scope .pc\:hover\:text-green-900:hover {
    color: #064e3b;
  }

  .amis-scope .pc\:hover\:text-blue-50:hover {
    color: #eff6ff;
  }

  .amis-scope .pc\:hover\:text-blue-100:hover {
    color: #dbeafe;
  }

  .amis-scope .pc\:hover\:text-blue-200:hover {
    color: #bfdbfe;
  }

  .amis-scope .pc\:hover\:text-blue-300:hover {
    color: #93c5fd;
  }

  .amis-scope .pc\:hover\:text-blue-400:hover {
    color: #60a5fa;
  }

  .amis-scope .pc\:hover\:text-blue-500:hover {
    color: #3b82f6;
  }

  .amis-scope .pc\:hover\:text-blue-600:hover {
    color: #2563eb;
  }

  .amis-scope .pc\:hover\:text-blue-700:hover {
    color: #1d4ed8;
  }

  .amis-scope .pc\:hover\:text-blue-800:hover {
    color: #1e40af;
  }

  .amis-scope .pc\:hover\:text-blue-900:hover {
    color: #1e3a8a;
  }

  .amis-scope .pc\:hover\:text-cyan-50:hover {
    color: #ecfeff;
  }

  .amis-scope .pc\:hover\:text-cyan-100:hover {
    color: #cffafe;
  }

  .amis-scope .pc\:hover\:text-cyan-200:hover {
    color: #a5f3fc;
  }

  .amis-scope .pc\:hover\:text-cyan-300:hover {
    color: #67e8f9;
  }

  .amis-scope .pc\:hover\:text-cyan-400:hover {
    color: #22d3ee;
  }

  .amis-scope .pc\:hover\:text-cyan-500:hover {
    color: #06b6d4;
  }

  .amis-scope .pc\:hover\:text-cyan-600:hover {
    color: #0891b2;
  }

  .amis-scope .pc\:hover\:text-cyan-700:hover {
    color: #0e7490;
  }

  .amis-scope .pc\:hover\:text-cyan-800:hover {
    color: #155e75;
  }

  .amis-scope .pc\:hover\:text-cyan-900:hover {
    color: #164e63;
  }

  .amis-scope .pc\:hover\:text-indigo-50:hover {
    color: #eef2ff;
  }

  .amis-scope .pc\:hover\:text-indigo-100:hover {
    color: #e0e7ff;
  }

  .amis-scope .pc\:hover\:text-indigo-200:hover {
    color: #c7d2fe;
  }

  .amis-scope .pc\:hover\:text-indigo-300:hover {
    color: #a5b4fc;
  }

  .amis-scope .pc\:hover\:text-indigo-400:hover {
    color: #818cf8;
  }

  .amis-scope .pc\:hover\:text-indigo-500:hover {
    color: #6366f1;
  }

  .amis-scope .pc\:hover\:text-indigo-600:hover {
    color: #4f46e5;
  }

  .amis-scope .pc\:hover\:text-indigo-700:hover {
    color: #4338ca;
  }

  .amis-scope .pc\:hover\:text-indigo-800:hover {
    color: #3730a3;
  }

  .amis-scope .pc\:hover\:text-indigo-900:hover {
    color: #312e81;
  }

  .amis-scope .pc\:hover\:text-purple-50:hover {
    color: #f5f3ff;
  }

  .amis-scope .pc\:hover\:text-purple-100:hover {
    color: #ede9fe;
  }

  .amis-scope .pc\:hover\:text-purple-200:hover {
    color: #ddd6fe;
  }

  .amis-scope .pc\:hover\:text-purple-300:hover {
    color: #c4b5fd;
  }

  .amis-scope .pc\:hover\:text-purple-400:hover {
    color: #a78bfa;
  }

  .amis-scope .pc\:hover\:text-purple-500:hover {
    color: #8b5cf6;
  }

  .amis-scope .pc\:hover\:text-purple-600:hover {
    color: #7c3aed;
  }

  .amis-scope .pc\:hover\:text-purple-700:hover {
    color: #6d28d9;
  }

  .amis-scope .pc\:hover\:text-purple-800:hover {
    color: #5b21b6;
  }

  .amis-scope .pc\:hover\:text-purple-900:hover {
    color: #4c1d95;
  }

  .amis-scope .pc\:hover\:text-pink-50:hover {
    color: #fdf2f8;
  }

  .amis-scope .pc\:hover\:text-pink-100:hover {
    color: #fce7f3;
  }

  .amis-scope .pc\:hover\:text-pink-200:hover {
    color: #fbcfe8;
  }

  .amis-scope .pc\:hover\:text-pink-300:hover {
    color: #f9a8d4;
  }

  .amis-scope .pc\:hover\:text-pink-400:hover {
    color: #f472b6;
  }

  .amis-scope .pc\:hover\:text-pink-500:hover {
    color: #ec4899;
  }

  .amis-scope .pc\:hover\:text-pink-600:hover {
    color: #db2777;
  }

  .amis-scope .pc\:hover\:text-pink-700:hover {
    color: #be185d;
  }

  .amis-scope .pc\:hover\:text-pink-800:hover {
    color: #9d174d;
  }

  .amis-scope .pc\:hover\:text-pink-900:hover {
    color: #831843;
  }

  .amis-scope .pc\:active\:text-transparent.is-active {
    color: transparent;
  }

  .amis-scope .pc\:active\:text-current.is-active {
    color: currentColor;
  }

  .amis-scope .pc\:active\:text-black.is-active,
  .amis-scope .pc\:active\:text-black:active {
    color: #000;
  }

  .amis-scope .pc\:active\:text-white.is-active,
  .amis-scope .pc\:active\:text-white:active {
    color: #fff;
  }

  .amis-scope .pc\:active\:text-primary.is-active,
  .amis-scope .pc\:active\:text-primary:active {
    color: #007bff;
  }

  .amis-scope .pc\:active\:text-secondary.is-active,
  .amis-scope .pc\:active\:text-secondary:active {
    color: #6c757d;
  }

  .amis-scope .pc\:active\:text-success.is-active,
  .amis-scope .pc\:active\:text-success:active {
    color: #28a745;
  }

  .amis-scope .pc\:active\:text-info.is-active,
  .amis-scope .pc\:active\:text-info:active {
    color: #007bff;
  }

  .amis-scope .pc\:active\:text-warning.is-active,
  .amis-scope .pc\:active\:text-warning:active {
    color: #fad733;
  }

  .amis-scope .pc\:active\:text-danger.is-active,
  .amis-scope .pc\:active\:text-danger:active {
    color: #dc3545;
  }

  .amis-scope .pc\:active\:text-light.is-active,
  .amis-scope .pc\:active\:text-light:active {
    color: #f8f9fa;
  }

  .amis-scope .pc\:active\:text-dark.is-active,
  .amis-scope .pc\:active\:text-dark:active {
    color: #343a40;
  }

  .amis-scope .pc\:active\:text-gray-50.is-active,
  .amis-scope .pc\:active\:text-gray-50:active {
    color: #f9fafb;
  }

  .amis-scope .pc\:active\:text-gray-100.is-active,
  .amis-scope .pc\:active\:text-gray-100:active {
    color: #f3f4f6;
  }

  .amis-scope .pc\:active\:text-gray-200.is-active,
  .amis-scope .pc\:active\:text-gray-200:active {
    color: #e5e7eb;
  }

  .amis-scope .pc\:active\:text-gray-300.is-active,
  .amis-scope .pc\:active\:text-gray-300:active {
    color: #d1d5db;
  }

  .amis-scope .pc\:active\:text-gray-400.is-active,
  .amis-scope .pc\:active\:text-gray-400:active {
    color: #9ca3af;
  }

  .amis-scope .pc\:active\:text-gray-500.is-active,
  .amis-scope .pc\:active\:text-gray-500:active {
    color: #6b7280;
  }

  .amis-scope .pc\:active\:text-gray-600.is-active,
  .amis-scope .pc\:active\:text-gray-600:active {
    color: #4b5563;
  }

  .amis-scope .pc\:active\:text-gray-700.is-active,
  .amis-scope .pc\:active\:text-gray-700:active {
    color: #374151;
  }

  .amis-scope .pc\:active\:text-gray-800.is-active,
  .amis-scope .pc\:active\:text-gray-800:active {
    color: #1f2937;
  }

  .amis-scope .pc\:active\:text-gray-900.is-active,
  .amis-scope .pc\:active\:text-gray-900:active {
    color: #111827;
  }

  .amis-scope .pc\:active\:text-red-50.is-active,
  .amis-scope .pc\:active\:text-red-50:active {
    color: #fef2f2;
  }

  .amis-scope .pc\:active\:text-red-100.is-active,
  .amis-scope .pc\:active\:text-red-100:active {
    color: #fee2e2;
  }

  .amis-scope .pc\:active\:text-red-200.is-active,
  .amis-scope .pc\:active\:text-red-200:active {
    color: #fecaca;
  }

  .amis-scope .pc\:active\:text-red-300.is-active,
  .amis-scope .pc\:active\:text-red-300:active {
    color: #fca5a5;
  }

  .amis-scope .pc\:active\:text-red-400.is-active,
  .amis-scope .pc\:active\:text-red-400:active {
    color: #f87171;
  }

  .amis-scope .pc\:active\:text-red-500.is-active,
  .amis-scope .pc\:active\:text-red-500:active {
    color: #ef4444;
  }

  .amis-scope .pc\:active\:text-red-600.is-active,
  .amis-scope .pc\:active\:text-red-600:active {
    color: #dc2626;
  }

  .amis-scope .pc\:active\:text-red-700.is-active,
  .amis-scope .pc\:active\:text-red-700:active {
    color: #b91c1c;
  }

  .amis-scope .pc\:active\:text-red-800.is-active,
  .amis-scope .pc\:active\:text-red-800:active {
    color: #991b1b;
  }

  .amis-scope .pc\:active\:text-red-900.is-active,
  .amis-scope .pc\:active\:text-red-900:active {
    color: #7f1d1d;
  }

  .amis-scope .pc\:active\:text-yellow-50.is-active,
  .amis-scope .pc\:active\:text-yellow-50:active {
    color: #fffbeb;
  }

  .amis-scope .pc\:active\:text-yellow-100.is-active,
  .amis-scope .pc\:active\:text-yellow-100:active {
    color: #fef3c7;
  }

  .amis-scope .pc\:active\:text-yellow-200.is-active,
  .amis-scope .pc\:active\:text-yellow-200:active {
    color: #fde68a;
  }

  .amis-scope .pc\:active\:text-yellow-300.is-active,
  .amis-scope .pc\:active\:text-yellow-300:active {
    color: #fcd34d;
  }

  .amis-scope .pc\:active\:text-yellow-400.is-active,
  .amis-scope .pc\:active\:text-yellow-400:active {
    color: #fbbf24;
  }

  .amis-scope .pc\:active\:text-yellow-500.is-active,
  .amis-scope .pc\:active\:text-yellow-500:active {
    color: #f59e0b;
  }

  .amis-scope .pc\:active\:text-yellow-600.is-active,
  .amis-scope .pc\:active\:text-yellow-600:active {
    color: #d97706;
  }

  .amis-scope .pc\:active\:text-yellow-700.is-active,
  .amis-scope .pc\:active\:text-yellow-700:active {
    color: #b45309;
  }

  .amis-scope .pc\:active\:text-yellow-800.is-active,
  .amis-scope .pc\:active\:text-yellow-800:active {
    color: #92400e;
  }

  .amis-scope .pc\:active\:text-yellow-900.is-active,
  .amis-scope .pc\:active\:text-yellow-900:active {
    color: #78350f;
  }

  .amis-scope .pc\:active\:text-green-50.is-active,
  .amis-scope .pc\:active\:text-green-50:active {
    color: #ecfdf5;
  }

  .amis-scope .pc\:active\:text-green-100.is-active,
  .amis-scope .pc\:active\:text-green-100:active {
    color: #d1fae5;
  }

  .amis-scope .pc\:active\:text-green-200.is-active,
  .amis-scope .pc\:active\:text-green-200:active {
    color: #a7f3d0;
  }

  .amis-scope .pc\:active\:text-green-300.is-active,
  .amis-scope .pc\:active\:text-green-300:active {
    color: #6ee7b7;
  }

  .amis-scope .pc\:active\:text-green-400.is-active,
  .amis-scope .pc\:active\:text-green-400:active {
    color: #34d399;
  }

  .amis-scope .pc\:active\:text-green-500.is-active,
  .amis-scope .pc\:active\:text-green-500:active {
    color: #10b981;
  }

  .amis-scope .pc\:active\:text-green-600.is-active,
  .amis-scope .pc\:active\:text-green-600:active {
    color: #059669;
  }

  .amis-scope .pc\:active\:text-green-700.is-active,
  .amis-scope .pc\:active\:text-green-700:active {
    color: #047857;
  }

  .amis-scope .pc\:active\:text-green-800.is-active,
  .amis-scope .pc\:active\:text-green-800:active {
    color: #065f46;
  }

  .amis-scope .pc\:active\:text-green-900.is-active,
  .amis-scope .pc\:active\:text-green-900:active {
    color: #064e3b;
  }

  .amis-scope .pc\:active\:text-blue-50.is-active,
  .amis-scope .pc\:active\:text-blue-50:active {
    color: #eff6ff;
  }

  .amis-scope .pc\:active\:text-blue-100.is-active,
  .amis-scope .pc\:active\:text-blue-100:active {
    color: #dbeafe;
  }

  .amis-scope .pc\:active\:text-blue-200.is-active,
  .amis-scope .pc\:active\:text-blue-200:active {
    color: #bfdbfe;
  }

  .amis-scope .pc\:active\:text-blue-300.is-active,
  .amis-scope .pc\:active\:text-blue-300:active {
    color: #93c5fd;
  }

  .amis-scope .pc\:active\:text-blue-400.is-active,
  .amis-scope .pc\:active\:text-blue-400:active {
    color: #60a5fa;
  }

  .amis-scope .pc\:active\:text-blue-500.is-active,
  .amis-scope .pc\:active\:text-blue-500:active {
    color: #3b82f6;
  }

  .amis-scope .pc\:active\:text-blue-600.is-active,
  .amis-scope .pc\:active\:text-blue-600:active {
    color: #2563eb;
  }

  .amis-scope .pc\:active\:text-blue-700.is-active,
  .amis-scope .pc\:active\:text-blue-700:active {
    color: #1d4ed8;
  }

  .amis-scope .pc\:active\:text-blue-800.is-active,
  .amis-scope .pc\:active\:text-blue-800:active {
    color: #1e40af;
  }

  .amis-scope .pc\:active\:text-blue-900.is-active,
  .amis-scope .pc\:active\:text-blue-900:active {
    color: #1e3a8a;
  }

  .amis-scope .pc\:active\:text-cyan-50.is-active,
  .amis-scope .pc\:active\:text-cyan-50:active {
    color: #ecfeff;
  }

  .amis-scope .pc\:active\:text-cyan-100.is-active,
  .amis-scope .pc\:active\:text-cyan-100:active {
    color: #cffafe;
  }

  .amis-scope .pc\:active\:text-cyan-200.is-active,
  .amis-scope .pc\:active\:text-cyan-200:active {
    color: #a5f3fc;
  }

  .amis-scope .pc\:active\:text-cyan-300.is-active,
  .amis-scope .pc\:active\:text-cyan-300:active {
    color: #67e8f9;
  }

  .amis-scope .pc\:active\:text-cyan-400.is-active,
  .amis-scope .pc\:active\:text-cyan-400:active {
    color: #22d3ee;
  }

  .amis-scope .pc\:active\:text-cyan-500.is-active,
  .amis-scope .pc\:active\:text-cyan-500:active {
    color: #06b6d4;
  }

  .amis-scope .pc\:active\:text-cyan-600.is-active,
  .amis-scope .pc\:active\:text-cyan-600:active {
    color: #0891b2;
  }

  .amis-scope .pc\:active\:text-cyan-700.is-active,
  .amis-scope .pc\:active\:text-cyan-700:active {
    color: #0e7490;
  }

  .amis-scope .pc\:active\:text-cyan-800.is-active,
  .amis-scope .pc\:active\:text-cyan-800:active {
    color: #155e75;
  }

  .amis-scope .pc\:active\:text-cyan-900.is-active,
  .amis-scope .pc\:active\:text-cyan-900:active {
    color: #164e63;
  }

  .amis-scope .pc\:active\:text-indigo-50.is-active,
  .amis-scope .pc\:active\:text-indigo-50:active {
    color: #eef2ff;
  }

  .amis-scope .pc\:active\:text-indigo-100.is-active,
  .amis-scope .pc\:active\:text-indigo-100:active {
    color: #e0e7ff;
  }

  .amis-scope .pc\:active\:text-indigo-200.is-active,
  .amis-scope .pc\:active\:text-indigo-200:active {
    color: #c7d2fe;
  }

  .amis-scope .pc\:active\:text-indigo-300.is-active,
  .amis-scope .pc\:active\:text-indigo-300:active {
    color: #a5b4fc;
  }

  .amis-scope .pc\:active\:text-indigo-400.is-active,
  .amis-scope .pc\:active\:text-indigo-400:active {
    color: #818cf8;
  }

  .amis-scope .pc\:active\:text-indigo-500.is-active,
  .amis-scope .pc\:active\:text-indigo-500:active {
    color: #6366f1;
  }

  .amis-scope .pc\:active\:text-indigo-600.is-active,
  .amis-scope .pc\:active\:text-indigo-600:active {
    color: #4f46e5;
  }

  .amis-scope .pc\:active\:text-indigo-700.is-active,
  .amis-scope .pc\:active\:text-indigo-700:active {
    color: #4338ca;
  }

  .amis-scope .pc\:active\:text-indigo-800.is-active,
  .amis-scope .pc\:active\:text-indigo-800:active {
    color: #3730a3;
  }

  .amis-scope .pc\:active\:text-indigo-900.is-active,
  .amis-scope .pc\:active\:text-indigo-900:active {
    color: #312e81;
  }

  .amis-scope .pc\:active\:text-purple-50.is-active,
  .amis-scope .pc\:active\:text-purple-50:active {
    color: #f5f3ff;
  }

  .amis-scope .pc\:active\:text-purple-100.is-active,
  .amis-scope .pc\:active\:text-purple-100:active {
    color: #ede9fe;
  }

  .amis-scope .pc\:active\:text-purple-200.is-active,
  .amis-scope .pc\:active\:text-purple-200:active {
    color: #ddd6fe;
  }

  .amis-scope .pc\:active\:text-purple-300.is-active,
  .amis-scope .pc\:active\:text-purple-300:active {
    color: #c4b5fd;
  }

  .amis-scope .pc\:active\:text-purple-400.is-active,
  .amis-scope .pc\:active\:text-purple-400:active {
    color: #a78bfa;
  }

  .amis-scope .pc\:active\:text-purple-500.is-active,
  .amis-scope .pc\:active\:text-purple-500:active {
    color: #8b5cf6;
  }

  .amis-scope .pc\:active\:text-purple-600.is-active,
  .amis-scope .pc\:active\:text-purple-600:active {
    color: #7c3aed;
  }

  .amis-scope .pc\:active\:text-purple-700.is-active,
  .amis-scope .pc\:active\:text-purple-700:active {
    color: #6d28d9;
  }

  .amis-scope .pc\:active\:text-purple-800.is-active,
  .amis-scope .pc\:active\:text-purple-800:active {
    color: #5b21b6;
  }

  .amis-scope .pc\:active\:text-purple-900.is-active,
  .amis-scope .pc\:active\:text-purple-900:active {
    color: #4c1d95;
  }

  .amis-scope .pc\:active\:text-pink-50.is-active,
  .amis-scope .pc\:active\:text-pink-50:active {
    color: #fdf2f8;
  }

  .amis-scope .pc\:active\:text-pink-100.is-active,
  .amis-scope .pc\:active\:text-pink-100:active {
    color: #fce7f3;
  }

  .amis-scope .pc\:active\:text-pink-200.is-active,
  .amis-scope .pc\:active\:text-pink-200:active {
    color: #fbcfe8;
  }

  .amis-scope .pc\:active\:text-pink-300.is-active,
  .amis-scope .pc\:active\:text-pink-300:active {
    color: #f9a8d4;
  }

  .amis-scope .pc\:active\:text-pink-400.is-active,
  .amis-scope .pc\:active\:text-pink-400:active {
    color: #f472b6;
  }

  .amis-scope .pc\:active\:text-pink-500.is-active,
  .amis-scope .pc\:active\:text-pink-500:active {
    color: #ec4899;
  }

  .amis-scope .pc\:active\:text-pink-600.is-active,
  .amis-scope .pc\:active\:text-pink-600:active {
    color: #db2777;
  }

  .amis-scope .pc\:active\:text-pink-700.is-active,
  .amis-scope .pc\:active\:text-pink-700:active {
    color: #be185d;
  }

  .amis-scope .pc\:active\:text-pink-800.is-active,
  .amis-scope .pc\:active\:text-pink-800:active {
    color: #9d174d;
  }

  .amis-scope .pc\:active\:text-pink-900.is-active,
  .amis-scope .pc\:active\:text-pink-900:active {
    color: #831843;
  }

  .amis-scope .pc\:focus\:text-transparent:focus {
    color: transparent;
  }

  .amis-scope .pc\:focus\:text-current:focus {
    color: currentColor;
  }

  .amis-scope .pc\:focus\:text-black:focus {
    color: #000;
  }

  .amis-scope .pc\:focus\:text-white:focus {
    color: #fff;
  }

  .amis-scope .pc\:focus\:text-primary:focus {
    color: #007bff;
  }

  .amis-scope .pc\:focus\:text-secondary:focus {
    color: #6c757d;
  }

  .amis-scope .pc\:focus\:text-success:focus {
    color: #28a745;
  }

  .amis-scope .pc\:focus\:text-info:focus {
    color: #007bff;
  }

  .amis-scope .pc\:focus\:text-warning:focus {
    color: #fad733;
  }

  .amis-scope .pc\:focus\:text-danger:focus {
    color: #dc3545;
  }

  .amis-scope .pc\:focus\:text-light:focus {
    color: #f8f9fa;
  }

  .amis-scope .pc\:focus\:text-dark:focus {
    color: #343a40;
  }

  .amis-scope .pc\:focus\:text-gray-50:focus {
    color: #f9fafb;
  }

  .amis-scope .pc\:focus\:text-gray-100:focus {
    color: #f3f4f6;
  }

  .amis-scope .pc\:focus\:text-gray-200:focus {
    color: #e5e7eb;
  }

  .amis-scope .pc\:focus\:text-gray-300:focus {
    color: #d1d5db;
  }

  .amis-scope .pc\:focus\:text-gray-400:focus {
    color: #9ca3af;
  }

  .amis-scope .pc\:focus\:text-gray-500:focus {
    color: #6b7280;
  }

  .amis-scope .pc\:focus\:text-gray-600:focus {
    color: #4b5563;
  }

  .amis-scope .pc\:focus\:text-gray-700:focus {
    color: #374151;
  }

  .amis-scope .pc\:focus\:text-gray-800:focus {
    color: #1f2937;
  }

  .amis-scope .pc\:focus\:text-gray-900:focus {
    color: #111827;
  }

  .amis-scope .pc\:focus\:text-red-50:focus {
    color: #fef2f2;
  }

  .amis-scope .pc\:focus\:text-red-100:focus {
    color: #fee2e2;
  }

  .amis-scope .pc\:focus\:text-red-200:focus {
    color: #fecaca;
  }

  .amis-scope .pc\:focus\:text-red-300:focus {
    color: #fca5a5;
  }

  .amis-scope .pc\:focus\:text-red-400:focus {
    color: #f87171;
  }

  .amis-scope .pc\:focus\:text-red-500:focus {
    color: #ef4444;
  }

  .amis-scope .pc\:focus\:text-red-600:focus {
    color: #dc2626;
  }

  .amis-scope .pc\:focus\:text-red-700:focus {
    color: #b91c1c;
  }

  .amis-scope .pc\:focus\:text-red-800:focus {
    color: #991b1b;
  }

  .amis-scope .pc\:focus\:text-red-900:focus {
    color: #7f1d1d;
  }

  .amis-scope .pc\:focus\:text-yellow-50:focus {
    color: #fffbeb;
  }

  .amis-scope .pc\:focus\:text-yellow-100:focus {
    color: #fef3c7;
  }

  .amis-scope .pc\:focus\:text-yellow-200:focus {
    color: #fde68a;
  }

  .amis-scope .pc\:focus\:text-yellow-300:focus {
    color: #fcd34d;
  }

  .amis-scope .pc\:focus\:text-yellow-400:focus {
    color: #fbbf24;
  }

  .amis-scope .pc\:focus\:text-yellow-500:focus {
    color: #f59e0b;
  }

  .amis-scope .pc\:focus\:text-yellow-600:focus {
    color: #d97706;
  }

  .amis-scope .pc\:focus\:text-yellow-700:focus {
    color: #b45309;
  }

  .amis-scope .pc\:focus\:text-yellow-800:focus {
    color: #92400e;
  }

  .amis-scope .pc\:focus\:text-yellow-900:focus {
    color: #78350f;
  }

  .amis-scope .pc\:focus\:text-green-50:focus {
    color: #ecfdf5;
  }

  .amis-scope .pc\:focus\:text-green-100:focus {
    color: #d1fae5;
  }

  .amis-scope .pc\:focus\:text-green-200:focus {
    color: #a7f3d0;
  }

  .amis-scope .pc\:focus\:text-green-300:focus {
    color: #6ee7b7;
  }

  .amis-scope .pc\:focus\:text-green-400:focus {
    color: #34d399;
  }

  .amis-scope .pc\:focus\:text-green-500:focus {
    color: #10b981;
  }

  .amis-scope .pc\:focus\:text-green-600:focus {
    color: #059669;
  }

  .amis-scope .pc\:focus\:text-green-700:focus {
    color: #047857;
  }

  .amis-scope .pc\:focus\:text-green-800:focus {
    color: #065f46;
  }

  .amis-scope .pc\:focus\:text-green-900:focus {
    color: #064e3b;
  }

  .amis-scope .pc\:focus\:text-blue-50:focus {
    color: #eff6ff;
  }

  .amis-scope .pc\:focus\:text-blue-100:focus {
    color: #dbeafe;
  }

  .amis-scope .pc\:focus\:text-blue-200:focus {
    color: #bfdbfe;
  }

  .amis-scope .pc\:focus\:text-blue-300:focus {
    color: #93c5fd;
  }

  .amis-scope .pc\:focus\:text-blue-400:focus {
    color: #60a5fa;
  }

  .amis-scope .pc\:focus\:text-blue-500:focus {
    color: #3b82f6;
  }

  .amis-scope .pc\:focus\:text-blue-600:focus {
    color: #2563eb;
  }

  .amis-scope .pc\:focus\:text-blue-700:focus {
    color: #1d4ed8;
  }

  .amis-scope .pc\:focus\:text-blue-800:focus {
    color: #1e40af;
  }

  .amis-scope .pc\:focus\:text-blue-900:focus {
    color: #1e3a8a;
  }

  .amis-scope .pc\:focus\:text-cyan-50:focus {
    color: #ecfeff;
  }

  .amis-scope .pc\:focus\:text-cyan-100:focus {
    color: #cffafe;
  }

  .amis-scope .pc\:focus\:text-cyan-200:focus {
    color: #a5f3fc;
  }

  .amis-scope .pc\:focus\:text-cyan-300:focus {
    color: #67e8f9;
  }

  .amis-scope .pc\:focus\:text-cyan-400:focus {
    color: #22d3ee;
  }

  .amis-scope .pc\:focus\:text-cyan-500:focus {
    color: #06b6d4;
  }

  .amis-scope .pc\:focus\:text-cyan-600:focus {
    color: #0891b2;
  }

  .amis-scope .pc\:focus\:text-cyan-700:focus {
    color: #0e7490;
  }

  .amis-scope .pc\:focus\:text-cyan-800:focus {
    color: #155e75;
  }

  .amis-scope .pc\:focus\:text-cyan-900:focus {
    color: #164e63;
  }

  .amis-scope .pc\:focus\:text-indigo-50:focus {
    color: #eef2ff;
  }

  .amis-scope .pc\:focus\:text-indigo-100:focus {
    color: #e0e7ff;
  }

  .amis-scope .pc\:focus\:text-indigo-200:focus {
    color: #c7d2fe;
  }

  .amis-scope .pc\:focus\:text-indigo-300:focus {
    color: #a5b4fc;
  }

  .amis-scope .pc\:focus\:text-indigo-400:focus {
    color: #818cf8;
  }

  .amis-scope .pc\:focus\:text-indigo-500:focus {
    color: #6366f1;
  }

  .amis-scope .pc\:focus\:text-indigo-600:focus {
    color: #4f46e5;
  }

  .amis-scope .pc\:focus\:text-indigo-700:focus {
    color: #4338ca;
  }

  .amis-scope .pc\:focus\:text-indigo-800:focus {
    color: #3730a3;
  }

  .amis-scope .pc\:focus\:text-indigo-900:focus {
    color: #312e81;
  }

  .amis-scope .pc\:focus\:text-purple-50:focus {
    color: #f5f3ff;
  }

  .amis-scope .pc\:focus\:text-purple-100:focus {
    color: #ede9fe;
  }

  .amis-scope .pc\:focus\:text-purple-200:focus {
    color: #ddd6fe;
  }

  .amis-scope .pc\:focus\:text-purple-300:focus {
    color: #c4b5fd;
  }

  .amis-scope .pc\:focus\:text-purple-400:focus {
    color: #a78bfa;
  }

  .amis-scope .pc\:focus\:text-purple-500:focus {
    color: #8b5cf6;
  }

  .amis-scope .pc\:focus\:text-purple-600:focus {
    color: #7c3aed;
  }

  .amis-scope .pc\:focus\:text-purple-700:focus {
    color: #6d28d9;
  }

  .amis-scope .pc\:focus\:text-purple-800:focus {
    color: #5b21b6;
  }

  .amis-scope .pc\:focus\:text-purple-900:focus {
    color: #4c1d95;
  }

  .amis-scope .pc\:focus\:text-pink-50:focus {
    color: #fdf2f8;
  }

  .amis-scope .pc\:focus\:text-pink-100:focus {
    color: #fce7f3;
  }

  .amis-scope .pc\:focus\:text-pink-200:focus {
    color: #fbcfe8;
  }

  .amis-scope .pc\:focus\:text-pink-300:focus {
    color: #f9a8d4;
  }

  .amis-scope .pc\:focus\:text-pink-400:focus {
    color: #f472b6;
  }

  .amis-scope .pc\:focus\:text-pink-500:focus {
    color: #ec4899;
  }

  .amis-scope .pc\:focus\:text-pink-600:focus {
    color: #db2777;
  }

  .amis-scope .pc\:focus\:text-pink-700:focus {
    color: #be185d;
  }

  .amis-scope .pc\:focus\:text-pink-800:focus {
    color: #9d174d;
  }

  .amis-scope .pc\:focus\:text-pink-900:focus {
    color: #831843;
  }

  .amis-scope .pc\:disabled\:text-transparent.is-disabled {
    color: transparent;
  }

  .amis-scope .pc\:disabled\:text-current.is-disabled {
    color: currentColor;
  }

  .amis-scope .pc\:disabled\:text-black.is-disabled,
  .amis-scope .pc\:disabled\:text-black:disabled {
    color: #000;
  }

  .amis-scope .pc\:disabled\:text-white.is-disabled,
  .amis-scope .pc\:disabled\:text-white:disabled {
    color: #fff;
  }

  .amis-scope .pc\:disabled\:text-primary.is-disabled,
  .amis-scope .pc\:disabled\:text-primary:disabled {
    color: #007bff;
  }

  .amis-scope .pc\:disabled\:text-secondary.is-disabled,
  .amis-scope .pc\:disabled\:text-secondary:disabled {
    color: #6c757d;
  }

  .amis-scope .pc\:disabled\:text-success.is-disabled,
  .amis-scope .pc\:disabled\:text-success:disabled {
    color: #28a745;
  }

  .amis-scope .pc\:disabled\:text-info.is-disabled,
  .amis-scope .pc\:disabled\:text-info:disabled {
    color: #007bff;
  }

  .amis-scope .pc\:disabled\:text-warning.is-disabled,
  .amis-scope .pc\:disabled\:text-warning:disabled {
    color: #fad733;
  }

  .amis-scope .pc\:disabled\:text-danger.is-disabled,
  .amis-scope .pc\:disabled\:text-danger:disabled {
    color: #dc3545;
  }

  .amis-scope .pc\:disabled\:text-light.is-disabled,
  .amis-scope .pc\:disabled\:text-light:disabled {
    color: #f8f9fa;
  }

  .amis-scope .pc\:disabled\:text-dark.is-disabled,
  .amis-scope .pc\:disabled\:text-dark:disabled {
    color: #343a40;
  }

  .amis-scope .pc\:disabled\:text-gray-50.is-disabled,
  .amis-scope .pc\:disabled\:text-gray-50:disabled {
    color: #f9fafb;
  }

  .amis-scope .pc\:disabled\:text-gray-100.is-disabled,
  .amis-scope .pc\:disabled\:text-gray-100:disabled {
    color: #f3f4f6;
  }

  .amis-scope .pc\:disabled\:text-gray-200.is-disabled,
  .amis-scope .pc\:disabled\:text-gray-200:disabled {
    color: #e5e7eb;
  }

  .amis-scope .pc\:disabled\:text-gray-300.is-disabled,
  .amis-scope .pc\:disabled\:text-gray-300:disabled {
    color: #d1d5db;
  }

  .amis-scope .pc\:disabled\:text-gray-400.is-disabled,
  .amis-scope .pc\:disabled\:text-gray-400:disabled {
    color: #9ca3af;
  }

  .amis-scope .pc\:disabled\:text-gray-500.is-disabled,
  .amis-scope .pc\:disabled\:text-gray-500:disabled {
    color: #6b7280;
  }

  .amis-scope .pc\:disabled\:text-gray-600.is-disabled,
  .amis-scope .pc\:disabled\:text-gray-600:disabled {
    color: #4b5563;
  }

  .amis-scope .pc\:disabled\:text-gray-700.is-disabled,
  .amis-scope .pc\:disabled\:text-gray-700:disabled {
    color: #374151;
  }

  .amis-scope .pc\:disabled\:text-gray-800.is-disabled,
  .amis-scope .pc\:disabled\:text-gray-800:disabled {
    color: #1f2937;
  }

  .amis-scope .pc\:disabled\:text-gray-900.is-disabled,
  .amis-scope .pc\:disabled\:text-gray-900:disabled {
    color: #111827;
  }

  .amis-scope .pc\:disabled\:text-red-50.is-disabled,
  .amis-scope .pc\:disabled\:text-red-50:disabled {
    color: #fef2f2;
  }

  .amis-scope .pc\:disabled\:text-red-100.is-disabled,
  .amis-scope .pc\:disabled\:text-red-100:disabled {
    color: #fee2e2;
  }

  .amis-scope .pc\:disabled\:text-red-200.is-disabled,
  .amis-scope .pc\:disabled\:text-red-200:disabled {
    color: #fecaca;
  }

  .amis-scope .pc\:disabled\:text-red-300.is-disabled,
  .amis-scope .pc\:disabled\:text-red-300:disabled {
    color: #fca5a5;
  }

  .amis-scope .pc\:disabled\:text-red-400.is-disabled,
  .amis-scope .pc\:disabled\:text-red-400:disabled {
    color: #f87171;
  }

  .amis-scope .pc\:disabled\:text-red-500.is-disabled,
  .amis-scope .pc\:disabled\:text-red-500:disabled {
    color: #ef4444;
  }

  .amis-scope .pc\:disabled\:text-red-600.is-disabled,
  .amis-scope .pc\:disabled\:text-red-600:disabled {
    color: #dc2626;
  }

  .amis-scope .pc\:disabled\:text-red-700.is-disabled,
  .amis-scope .pc\:disabled\:text-red-700:disabled {
    color: #b91c1c;
  }

  .amis-scope .pc\:disabled\:text-red-800.is-disabled,
  .amis-scope .pc\:disabled\:text-red-800:disabled {
    color: #991b1b;
  }

  .amis-scope .pc\:disabled\:text-red-900.is-disabled,
  .amis-scope .pc\:disabled\:text-red-900:disabled {
    color: #7f1d1d;
  }

  .amis-scope .pc\:disabled\:text-yellow-50.is-disabled,
  .amis-scope .pc\:disabled\:text-yellow-50:disabled {
    color: #fffbeb;
  }

  .amis-scope .pc\:disabled\:text-yellow-100.is-disabled,
  .amis-scope .pc\:disabled\:text-yellow-100:disabled {
    color: #fef3c7;
  }

  .amis-scope .pc\:disabled\:text-yellow-200.is-disabled,
  .amis-scope .pc\:disabled\:text-yellow-200:disabled {
    color: #fde68a;
  }

  .amis-scope .pc\:disabled\:text-yellow-300.is-disabled,
  .amis-scope .pc\:disabled\:text-yellow-300:disabled {
    color: #fcd34d;
  }

  .amis-scope .pc\:disabled\:text-yellow-400.is-disabled,
  .amis-scope .pc\:disabled\:text-yellow-400:disabled {
    color: #fbbf24;
  }

  .amis-scope .pc\:disabled\:text-yellow-500.is-disabled,
  .amis-scope .pc\:disabled\:text-yellow-500:disabled {
    color: #f59e0b;
  }

  .amis-scope .pc\:disabled\:text-yellow-600.is-disabled,
  .amis-scope .pc\:disabled\:text-yellow-600:disabled {
    color: #d97706;
  }

  .amis-scope .pc\:disabled\:text-yellow-700.is-disabled,
  .amis-scope .pc\:disabled\:text-yellow-700:disabled {
    color: #b45309;
  }

  .amis-scope .pc\:disabled\:text-yellow-800.is-disabled,
  .amis-scope .pc\:disabled\:text-yellow-800:disabled {
    color: #92400e;
  }

  .amis-scope .pc\:disabled\:text-yellow-900.is-disabled,
  .amis-scope .pc\:disabled\:text-yellow-900:disabled {
    color: #78350f;
  }

  .amis-scope .pc\:disabled\:text-green-50.is-disabled,
  .amis-scope .pc\:disabled\:text-green-50:disabled {
    color: #ecfdf5;
  }

  .amis-scope .pc\:disabled\:text-green-100.is-disabled,
  .amis-scope .pc\:disabled\:text-green-100:disabled {
    color: #d1fae5;
  }

  .amis-scope .pc\:disabled\:text-green-200.is-disabled,
  .amis-scope .pc\:disabled\:text-green-200:disabled {
    color: #a7f3d0;
  }

  .amis-scope .pc\:disabled\:text-green-300.is-disabled,
  .amis-scope .pc\:disabled\:text-green-300:disabled {
    color: #6ee7b7;
  }

  .amis-scope .pc\:disabled\:text-green-400.is-disabled,
  .amis-scope .pc\:disabled\:text-green-400:disabled {
    color: #34d399;
  }

  .amis-scope .pc\:disabled\:text-green-500.is-disabled,
  .amis-scope .pc\:disabled\:text-green-500:disabled {
    color: #10b981;
  }

  .amis-scope .pc\:disabled\:text-green-600.is-disabled,
  .amis-scope .pc\:disabled\:text-green-600:disabled {
    color: #059669;
  }

  .amis-scope .pc\:disabled\:text-green-700.is-disabled,
  .amis-scope .pc\:disabled\:text-green-700:disabled {
    color: #047857;
  }

  .amis-scope .pc\:disabled\:text-green-800.is-disabled,
  .amis-scope .pc\:disabled\:text-green-800:disabled {
    color: #065f46;
  }

  .amis-scope .pc\:disabled\:text-green-900.is-disabled,
  .amis-scope .pc\:disabled\:text-green-900:disabled {
    color: #064e3b;
  }

  .amis-scope .pc\:disabled\:text-blue-50.is-disabled,
  .amis-scope .pc\:disabled\:text-blue-50:disabled {
    color: #eff6ff;
  }

  .amis-scope .pc\:disabled\:text-blue-100.is-disabled,
  .amis-scope .pc\:disabled\:text-blue-100:disabled {
    color: #dbeafe;
  }

  .amis-scope .pc\:disabled\:text-blue-200.is-disabled,
  .amis-scope .pc\:disabled\:text-blue-200:disabled {
    color: #bfdbfe;
  }

  .amis-scope .pc\:disabled\:text-blue-300.is-disabled,
  .amis-scope .pc\:disabled\:text-blue-300:disabled {
    color: #93c5fd;
  }

  .amis-scope .pc\:disabled\:text-blue-400.is-disabled,
  .amis-scope .pc\:disabled\:text-blue-400:disabled {
    color: #60a5fa;
  }

  .amis-scope .pc\:disabled\:text-blue-500.is-disabled,
  .amis-scope .pc\:disabled\:text-blue-500:disabled {
    color: #3b82f6;
  }

  .amis-scope .pc\:disabled\:text-blue-600.is-disabled,
  .amis-scope .pc\:disabled\:text-blue-600:disabled {
    color: #2563eb;
  }

  .amis-scope .pc\:disabled\:text-blue-700.is-disabled,
  .amis-scope .pc\:disabled\:text-blue-700:disabled {
    color: #1d4ed8;
  }

  .amis-scope .pc\:disabled\:text-blue-800.is-disabled,
  .amis-scope .pc\:disabled\:text-blue-800:disabled {
    color: #1e40af;
  }

  .amis-scope .pc\:disabled\:text-blue-900.is-disabled,
  .amis-scope .pc\:disabled\:text-blue-900:disabled {
    color: #1e3a8a;
  }

  .amis-scope .pc\:disabled\:text-cyan-50.is-disabled,
  .amis-scope .pc\:disabled\:text-cyan-50:disabled {
    color: #ecfeff;
  }

  .amis-scope .pc\:disabled\:text-cyan-100.is-disabled,
  .amis-scope .pc\:disabled\:text-cyan-100:disabled {
    color: #cffafe;
  }

  .amis-scope .pc\:disabled\:text-cyan-200.is-disabled,
  .amis-scope .pc\:disabled\:text-cyan-200:disabled {
    color: #a5f3fc;
  }

  .amis-scope .pc\:disabled\:text-cyan-300.is-disabled,
  .amis-scope .pc\:disabled\:text-cyan-300:disabled {
    color: #67e8f9;
  }

  .amis-scope .pc\:disabled\:text-cyan-400.is-disabled,
  .amis-scope .pc\:disabled\:text-cyan-400:disabled {
    color: #22d3ee;
  }

  .amis-scope .pc\:disabled\:text-cyan-500.is-disabled,
  .amis-scope .pc\:disabled\:text-cyan-500:disabled {
    color: #06b6d4;
  }

  .amis-scope .pc\:disabled\:text-cyan-600.is-disabled,
  .amis-scope .pc\:disabled\:text-cyan-600:disabled {
    color: #0891b2;
  }

  .amis-scope .pc\:disabled\:text-cyan-700.is-disabled,
  .amis-scope .pc\:disabled\:text-cyan-700:disabled {
    color: #0e7490;
  }

  .amis-scope .pc\:disabled\:text-cyan-800.is-disabled,
  .amis-scope .pc\:disabled\:text-cyan-800:disabled {
    color: #155e75;
  }

  .amis-scope .pc\:disabled\:text-cyan-900.is-disabled,
  .amis-scope .pc\:disabled\:text-cyan-900:disabled {
    color: #164e63;
  }

  .amis-scope .pc\:disabled\:text-indigo-50.is-disabled,
  .amis-scope .pc\:disabled\:text-indigo-50:disabled {
    color: #eef2ff;
  }

  .amis-scope .pc\:disabled\:text-indigo-100.is-disabled,
  .amis-scope .pc\:disabled\:text-indigo-100:disabled {
    color: #e0e7ff;
  }

  .amis-scope .pc\:disabled\:text-indigo-200.is-disabled,
  .amis-scope .pc\:disabled\:text-indigo-200:disabled {
    color: #c7d2fe;
  }

  .amis-scope .pc\:disabled\:text-indigo-300.is-disabled,
  .amis-scope .pc\:disabled\:text-indigo-300:disabled {
    color: #a5b4fc;
  }

  .amis-scope .pc\:disabled\:text-indigo-400.is-disabled,
  .amis-scope .pc\:disabled\:text-indigo-400:disabled {
    color: #818cf8;
  }

  .amis-scope .pc\:disabled\:text-indigo-500.is-disabled,
  .amis-scope .pc\:disabled\:text-indigo-500:disabled {
    color: #6366f1;
  }

  .amis-scope .pc\:disabled\:text-indigo-600.is-disabled,
  .amis-scope .pc\:disabled\:text-indigo-600:disabled {
    color: #4f46e5;
  }

  .amis-scope .pc\:disabled\:text-indigo-700.is-disabled,
  .amis-scope .pc\:disabled\:text-indigo-700:disabled {
    color: #4338ca;
  }

  .amis-scope .pc\:disabled\:text-indigo-800.is-disabled,
  .amis-scope .pc\:disabled\:text-indigo-800:disabled {
    color: #3730a3;
  }

  .amis-scope .pc\:disabled\:text-indigo-900.is-disabled,
  .amis-scope .pc\:disabled\:text-indigo-900:disabled {
    color: #312e81;
  }

  .amis-scope .pc\:disabled\:text-purple-50.is-disabled,
  .amis-scope .pc\:disabled\:text-purple-50:disabled {
    color: #f5f3ff;
  }

  .amis-scope .pc\:disabled\:text-purple-100.is-disabled,
  .amis-scope .pc\:disabled\:text-purple-100:disabled {
    color: #ede9fe;
  }

  .amis-scope .pc\:disabled\:text-purple-200.is-disabled,
  .amis-scope .pc\:disabled\:text-purple-200:disabled {
    color: #ddd6fe;
  }

  .amis-scope .pc\:disabled\:text-purple-300.is-disabled,
  .amis-scope .pc\:disabled\:text-purple-300:disabled {
    color: #c4b5fd;
  }

  .amis-scope .pc\:disabled\:text-purple-400.is-disabled,
  .amis-scope .pc\:disabled\:text-purple-400:disabled {
    color: #a78bfa;
  }

  .amis-scope .pc\:disabled\:text-purple-500.is-disabled,
  .amis-scope .pc\:disabled\:text-purple-500:disabled {
    color: #8b5cf6;
  }

  .amis-scope .pc\:disabled\:text-purple-600.is-disabled,
  .amis-scope .pc\:disabled\:text-purple-600:disabled {
    color: #7c3aed;
  }

  .amis-scope .pc\:disabled\:text-purple-700.is-disabled,
  .amis-scope .pc\:disabled\:text-purple-700:disabled {
    color: #6d28d9;
  }

  .amis-scope .pc\:disabled\:text-purple-800.is-disabled,
  .amis-scope .pc\:disabled\:text-purple-800:disabled {
    color: #5b21b6;
  }

  .amis-scope .pc\:disabled\:text-purple-900.is-disabled,
  .amis-scope .pc\:disabled\:text-purple-900:disabled {
    color: #4c1d95;
  }

  .amis-scope .pc\:disabled\:text-pink-50.is-disabled,
  .amis-scope .pc\:disabled\:text-pink-50:disabled {
    color: #fdf2f8;
  }

  .amis-scope .pc\:disabled\:text-pink-100.is-disabled,
  .amis-scope .pc\:disabled\:text-pink-100:disabled {
    color: #fce7f3;
  }

  .amis-scope .pc\:disabled\:text-pink-200.is-disabled,
  .amis-scope .pc\:disabled\:text-pink-200:disabled {
    color: #fbcfe8;
  }

  .amis-scope .pc\:disabled\:text-pink-300.is-disabled,
  .amis-scope .pc\:disabled\:text-pink-300:disabled {
    color: #f9a8d4;
  }

  .amis-scope .pc\:disabled\:text-pink-400.is-disabled,
  .amis-scope .pc\:disabled\:text-pink-400:disabled {
    color: #f472b6;
  }

  .amis-scope .pc\:disabled\:text-pink-500.is-disabled,
  .amis-scope .pc\:disabled\:text-pink-500:disabled {
    color: #ec4899;
  }

  .amis-scope .pc\:disabled\:text-pink-600.is-disabled,
  .amis-scope .pc\:disabled\:text-pink-600:disabled {
    color: #db2777;
  }

  .amis-scope .pc\:disabled\:text-pink-700.is-disabled,
  .amis-scope .pc\:disabled\:text-pink-700:disabled {
    color: #be185d;
  }

  .amis-scope .pc\:disabled\:text-pink-800.is-disabled,
  .amis-scope .pc\:disabled\:text-pink-800:disabled {
    color: #9d174d;
  }

  .amis-scope .pc\:disabled\:text-pink-900.is-disabled,
  .amis-scope .pc\:disabled\:text-pink-900:disabled {
    color: #831843;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-transparent {
    color: transparent;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-current {
    color: currentColor;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-black {
    color: #000;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-white {
    color: #fff;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-primary {
    color: #007bff;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-secondary {
    color: #6c757d;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-success {
    color: #28a745;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-info {
    color: #007bff;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-warning {
    color: #fad733;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-danger {
    color: #dc3545;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-light {
    color: #f8f9fa;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-dark {
    color: #343a40;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-gray-50 {
    color: #f9fafb;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-gray-100 {
    color: #f3f4f6;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-gray-200 {
    color: #e5e7eb;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-gray-300 {
    color: #d1d5db;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-gray-400 {
    color: #9ca3af;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-gray-500 {
    color: #6b7280;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-gray-600 {
    color: #4b5563;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-gray-700 {
    color: #374151;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-gray-800 {
    color: #1f2937;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-gray-900 {
    color: #111827;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-red-50 {
    color: #fef2f2;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-red-100 {
    color: #fee2e2;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-red-200 {
    color: #fecaca;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-red-300 {
    color: #fca5a5;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-red-400 {
    color: #f87171;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-red-500 {
    color: #ef4444;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-red-600 {
    color: #dc2626;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-red-700 {
    color: #b91c1c;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-red-800 {
    color: #991b1b;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-red-900 {
    color: #7f1d1d;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-yellow-50 {
    color: #fffbeb;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-yellow-100 {
    color: #fef3c7;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-yellow-200 {
    color: #fde68a;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-yellow-300 {
    color: #fcd34d;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-yellow-400 {
    color: #fbbf24;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-yellow-500 {
    color: #f59e0b;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-yellow-600 {
    color: #d97706;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-yellow-700 {
    color: #b45309;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-yellow-800 {
    color: #92400e;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-yellow-900 {
    color: #78350f;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-green-50 {
    color: #ecfdf5;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-green-100 {
    color: #d1fae5;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-green-200 {
    color: #a7f3d0;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-green-300 {
    color: #6ee7b7;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-green-400 {
    color: #34d399;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-green-500 {
    color: #10b981;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-green-600 {
    color: #059669;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-green-700 {
    color: #047857;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-green-800 {
    color: #065f46;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-green-900 {
    color: #064e3b;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-blue-50 {
    color: #eff6ff;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-blue-100 {
    color: #dbeafe;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-blue-200 {
    color: #bfdbfe;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-blue-300 {
    color: #93c5fd;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-blue-400 {
    color: #60a5fa;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-blue-500 {
    color: #3b82f6;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-blue-600 {
    color: #2563eb;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-blue-700 {
    color: #1d4ed8;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-blue-800 {
    color: #1e40af;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-blue-900 {
    color: #1e3a8a;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-cyan-50 {
    color: #ecfeff;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-cyan-100 {
    color: #cffafe;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-cyan-200 {
    color: #a5f3fc;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-cyan-300 {
    color: #67e8f9;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-cyan-400 {
    color: #22d3ee;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-cyan-500 {
    color: #06b6d4;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-cyan-600 {
    color: #0891b2;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-cyan-700 {
    color: #0e7490;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-cyan-800 {
    color: #155e75;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-cyan-900 {
    color: #164e63;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-indigo-50 {
    color: #eef2ff;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-indigo-100 {
    color: #e0e7ff;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-indigo-200 {
    color: #c7d2fe;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-indigo-300 {
    color: #a5b4fc;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-indigo-400 {
    color: #818cf8;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-indigo-500 {
    color: #6366f1;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-indigo-600 {
    color: #4f46e5;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-indigo-700 {
    color: #4338ca;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-indigo-800 {
    color: #3730a3;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-indigo-900 {
    color: #312e81;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-purple-50 {
    color: #f5f3ff;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-purple-100 {
    color: #ede9fe;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-purple-200 {
    color: #ddd6fe;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-purple-300 {
    color: #c4b5fd;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-purple-400 {
    color: #a78bfa;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-purple-500 {
    color: #8b5cf6;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-purple-600 {
    color: #7c3aed;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-purple-700 {
    color: #6d28d9;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-purple-800 {
    color: #5b21b6;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-purple-900 {
    color: #4c1d95;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-pink-50 {
    color: #fdf2f8;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-pink-100 {
    color: #fce7f3;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-pink-200 {
    color: #fbcfe8;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-pink-300 {
    color: #f9a8d4;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-pink-400 {
    color: #f472b6;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-pink-500 {
    color: #ec4899;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-pink-600 {
    color: #db2777;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-pink-700 {
    color: #be185d;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-pink-800 {
    color: #9d174d;
  }

  .amis-scope .group:hover .pc\:group-hover\:text-pink-900 {
    color: #831843;
  }
}

/*!markdown

---
title: Text Decoration
---

| Class       | Properties               |
| ----------- | ------------------------ |
| underline | text-decoration: underline |
| line-through | text-decoration: line-through |
| no-underline | text-decoration: none |


*/

.amis-scope .underline {
  text-decoration: underline;
}

.amis-scope .line-through {
  text-decoration: line-through;
}

.amis-scope .no-underline {
  text-decoration: none;
}

@media (max-width: 768px) {
  .amis-scope .m\:underline {
    text-decoration: underline;
  }

  .amis-scope .m\:line-through {
    text-decoration: line-through;
  }

  .amis-scope .m\:no-underline {
    text-decoration: none;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:underline {
    text-decoration: underline;
  }

  .amis-scope .pc\:line-through {
    text-decoration: line-through;
  }

  .amis-scope .pc\:no-underline {
    text-decoration: none;
  }
}

/*!markdown

---
title: Text Transform
---

| Class       | Properties               |
| ----------- | ------------------------ |
| uppercase | text-transform: uppercase |
| lowercase | text-transform: lowercase |
| capitalize | text-transform: capitalize |
| normal-case | text-transform: none |



*/

.amis-scope .uppercase {
  text-transform: uppercase;
}

.amis-scope .lowercase {
  text-transform: lowercase;
}

.amis-scope .capitalize {
  text-transform: capitalize;
}

.amis-scope .normal-case {
  text-transform: none;
}

@media (max-width: 768px) {
  .amis-scope .m\:uppercase {
    text-transform: uppercase;
  }

  .amis-scope .m\:lowercase {
    text-transform: lowercase;
  }

  .amis-scope .m\:capitalize {
    text-transform: capitalize;
  }

  .amis-scope .m\:normal-case {
    text-transform: none;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:uppercase {
    text-transform: uppercase;
  }

  .amis-scope .pc\:lowercase {
    text-transform: lowercase;
  }

  .amis-scope .pc\:capitalize {
    text-transform: capitalize;
  }

  .amis-scope .pc\:normal-case {
    text-transform: none;
  }
}

/*!markdown

---
title: Whitespace
---

| Class       | Properties               |
| ----------- | ------------------------ |
| white-space-normal | align: normal |
| white-space-nowrap | white-space: nowrap |
| white-space-pre | white-space: pre |
| white-space-pre-line | white-space: pre-line |
| white-space-pre-wrap | white-space: pre-wrap |



*/

.amis-scope .white-space-normal {
  white-space: normal;
}

.amis-scope .white-space-nowrap {
  white-space: nowrap;
}

.amis-scope .white-space-pre {
  white-space: pre;
}

.amis-scope .white-space-pre-line {
  white-space: pre-line;
}

.amis-scope .white-space-pre-wrap {
  white-space: pre-wrap;
}

@media (max-width: 768px) {
  .amis-scope .m\:white-space-normal {
    white-space: normal;
  }

  .amis-scope .m\:white-space-nowrap {
    white-space: nowrap;
  }

  .amis-scope .m\:white-space-pre {
    white-space: pre;
  }

  .amis-scope .m\:white-space-pre-line {
    white-space: pre-line;
  }

  .amis-scope .m\:white-space-pre-wrap {
    white-space: pre-wrap;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:white-space-normal {
    white-space: normal;
  }

  .amis-scope .pc\:white-space-nowrap {
    white-space: nowrap;
  }

  .amis-scope .pc\:white-space-pre {
    white-space: pre;
  }

  .amis-scope .pc\:white-space-pre-line {
    white-space: pre-line;
  }

  .amis-scope .pc\:white-space-pre-wrap {
    white-space: pre-wrap;
  }
}

/*!markdown

---
title: Word Break
---

| Class       | Properties               |
| ----------- | ------------------------ |
| break-normal | overflow-wrap: normal; word-break: normal |
| break-words | overflow-wrap: break-word |
| break-all | word-break: break-all |



*/

.amis-scope .break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.amis-scope .break-words {
  overflow-wrap: break-word;
}

.amis-scope .break-all {
  word-break: break-all;
}

@media (max-width: 768px) {
  .amis-scope .m\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .amis-scope .m\:break-words {
    overflow-wrap: break-word;
  }

  .amis-scope .m\:break-all {
    word-break: break-all;
  }
}

@media (min-width: 769px) {
  .amis-scope .pc\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .amis-scope .pc\:break-words {
    overflow-wrap: break-word;
  }

  .amis-scope .pc\:break-all {
    word-break: break-all;
  }
}